all develop-inst-nodeps: /opt/stack/tempest all installed: attrs==23.2.0,autopage==0.5.2,bcrypt==4.1.2,certifi==2024.2.2,cffi==1.16.0,charset-normalizer==3.3.2,cinder-tempest-plugin @ file:///opt/stack/cinder-tempest-plugin,cliff==4.6.0,cmd2==2.4.3,cryptography==42.0.4,debtcollector==3.0.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.19,fixtures==4.1.0,idna==3.6,iso8601==2.1.0,jsonschema==4.19.2,jsonschema-specifications==2023.12.1,msgpack==1.0.7,netaddr==0.10.1,netifaces==0.11.0,oslo.concurrency==6.0.0,oslo.config==9.4.0,oslo.context==5.4.0,oslo.i18n==6.3.0,oslo.log==5.5.0,oslo.serialization==5.4.0,oslo.utils==7.1.0,packaging==23.2,paramiko==3.4.0,pbr==6.0.0,prettytable==3.9.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.1.1,pyperclip==1.8.2,python-dateutil==2.8.2,python-subunit==1.4.4,PyYAML==6.0.1,referencing==0.33.0,requests==2.31.0,rfc3986==2.0.0,rpds-py==0.18.0,six==1.16.0,stestr==4.1.0,stevedore==5.2.0,-e git+https://github.com/openstack/tempest@1b548f951fa346bc4ecd6be7268a9a68bfe67008#egg=tempest,testtools==2.7.1,tomlkit==0.12.3,tzdata==2024.1,urllib3==1.26.18,voluptuous==0.14.2,wcwidth==0.2.13,wrapt==1.16.0 all run-test-pre: PYTHONHASHSEED='3881563486' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {0} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {6} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {1} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {1} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.508140s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.016242s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.016838s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.582527s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.008322s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.013978s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.700097s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.315918s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.862967s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.206808s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.153488s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.148541s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.023866s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.038534s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.509327s] ... ok {3} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [2.307782s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 43, in test_group_create_show_list_delete grp1 = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 54e72287-021f-404b-99bc-c42410fc7334 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:19:49,033 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types 0.136s 2024-02-28 21:19:49,033 85786 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-1100879226"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10637aa7-490b-4835-8cb4-c83bdf632b06', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10637aa7-490b-4835-8cb4-c83bdf632b06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types'} Body: b'{"volume_type": {"id": "1683f616-440a-4b69-b18c-c17d18e70bb9", "name": "tempest-GroupsTest-volume-type-1100879226", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 21:19:49,093 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/group_types 0.056s 2024-02-28 21:19:49,093 85786 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-1317875505"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b4df5be-99e7-4d58-9035-d5a6087f4371', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b4df5be-99e7-4d58-9035-d5a6087f4371', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/group_types'} Body: b'{"group_type": {"id": "2df8ca40-938b-4f37-a3a7-63b3ca32ab34", "name": "tempest-GroupsTest-group-type-1317875505", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 21:19:49,512 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups 0.416s 2024-02-28 21:19:49,512 85786 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": "2df8ca40-938b-4f37-a3a7-63b3ca32ab34", "volume_types": ["1683f616-440a-4b69-b18c-c17d18e70bb9"], "name": "tempest-Group1-192122123"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9268ce15-680e-4577-8d22-67047d3aa5dc', 'content-length': '93', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9268ce15-680e-4577-8d22-67047d3aa5dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups'} Body: b'{"group": {"id": "54e72287-021f-404b-99bc-c42410fc7334", "name": "tempest-Group1-192122123"}}' 2024-02-28 21:19:49,615 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/54e72287-021f-404b-99bc-c42410fc7334 0.100s 2024-02-28 21:19:49,616 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack -Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3b60897-b004-406e-87d4-4c248af4636b', 'content-length': '321', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3b60897-b004-406e-87d4-4c248af4636b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/54e72287-021f-404b-99bc-c42410fc7334'} Body: b'{"group": {"id": "54e72287-021f-404b-99bc-c42410fc7334", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T21:19:49.000000", "name": "tempest-Group1-192122123", "description": null, "group_type": "2df8ca40-938b-4f37-a3a7-63b3ca32ab34", "volume_types": ["1683f616-440a-4b69-b18c-c17d18e70bb9"]}}' 2024-02-28 21:19:50,688 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/54e72287-021f-404b-99bc-c42410fc7334 0.067s 2024-02-28 21:19:50,688 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77d8b39f-bdaa-4498-8a4e-f5eefad7a295', 'content-length': '318', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77d8b39f-bdaa-4498-8a4e-f5eefad7a295', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/54e72287-021f-404b-99bc-c42410fc7334'} Body: b'{"group": {"id": "54e72287-021f-404b-99bc-c42410fc7334", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T21:19:49.000000", "name": "tempest-Group1-192122123", "description": null, "group_type": "2df8ca40-938b-4f37-a3a7-63b3ca32ab34", "volume_types": ["1683f616-440a-4b69-b18c-c17d18e70bb9"]}}' 2024-02-28 21:19:50,953 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/volumes/detail 0.259s 2024-02-28 21:19:50,954 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae3e5dfb-ef84-4ffa-8397-a4259f4e8e21', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae3e5dfb-ef84-4ffa-8397-a4259f4e8e21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 21:19:51,037 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/54e72287-021f-404b-99bc-c42410fc7334/action 0.068s 2024-02-28 21:19:51,037 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:50 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-reque st-id': 'req-fd98b1e9-b7aa-4767-a2cd-494adc8d98af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/54e72287-021f-404b-99bc-c42410fc7334/action'} Body: b'' 2024-02-28 21:19:51,059 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/54e72287-021f-404b-99bc-c42410fc7334 0.022s 2024-02-28 21:19:51,060 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:51 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-e620524d-cca5-4348-998a-edec65441ff3', 'x-openstack-request-id': 'req-e620524d-cca5-4348-998a-edec65441ff3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/54e72287-021f-404b-99bc-c42410fc7334'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 54e72287-021f-404b-99bc-c42410fc7334 could not be found."}}' 2024-02-28 21:19:51,107 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/group_types/2df8ca40-938b-4f37-a3a7-63b3ca32ab34 0.047s 2024-02-28 21:19:51,108 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:51 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-95e0e6a4-6e39-448d-ab1e-249dc7bf1c18', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/group_types/2df8ca40-938b-4f37-a3a7-63b3ca32ab34'} Body: b'' 2024-02-28 21:19:51,182 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types/1683f616-440a-4b69-b18c-c17d18e70bb9 0.074s 2024-02-28 21:19:51,182 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19: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-e26c9a73-bdbe-4f0e-8856-898a6240bb47', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types/1683f616-440a-4b69-b18c-c17d18e70bb9'} Body: b'' 2024-02-28 21:19:51,203 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types/1683f616-440a-4b69-b18c-c17d18e70bb9 0.020s 2024-02-28 21:19:51,203 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19: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-b92508df-1f77-41fb-8706-5bc74fbe3873', 'x-openstack-request-id': 'req-b92508df-1f77-41fb-8706-5 bc74fbe3873', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types/1683f616-440a-4b69-b18c-c17d18e70bb9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 1683f616-440a-4b69-b18c-c17d18e70bb9 could not be found."}}' {3} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [1.545167s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 111, in test_group_update grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 0791cf47-11e1-405c-a506-c698d0048997 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:19:51,262 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types 0.050s 2024-02-28 21:19:51,263 85786 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-2008591968"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68edb4a6-d181-43a4-a9ea-874f82d67577', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68edb4a6-d181-43a4-a9ea-874f82d67577', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types'} Body: b'{"volume_type": {"id": "59f95837-46f7-41d3-afaf-038334dfd744", "name": "tempest-GroupsTest-volume-type-2008591968", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 21:19:51,315 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/group_types 0.048s 2024-02-28 21:19:51,315 85786 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-1635737437"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4eb5624-d5af-4ecf-af04-e8f8faab2e12', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4eb5624-d5af-4ecf-af04-e8f8faab2e12', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/group_types'} Body: b'{"group_type": {"id": "b813f8d5-7ffa-4ce1-9ec9-68e7eb609696", "name": "tempest-GroupsTest-group-type-1635737437", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 21:19:51,392 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups 0.074s 2024-02-28 21:19:51,393 85786 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": "b813f8d5-7ffa-4ce1-9ec9-68e7eb609696", "volume_types": ["59f95837-46f7-41d3-afaf-038334dfd744"], "name": "tempest-GroupsTest-Group-1332596181"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb04bbfa-b7da-4ed5-9c06-8324173a1a87', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb04bbfa-b7da-4ed5-9c06-8324173a1a87', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups'} Body: b'{"group": {"id": "0791cf47-11e1-405c-a506-c698d0048997", "name": "tempest-GroupsTest-Group-1332596181"}}' 2024-02-28 21:19:51,425 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/0791cf47-11e1-405c-a506-c698d0048997 0.030s 2024-02-28 21:19:51,425 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fe11ad2-cdbe-4f76-959f-2d0536cb3409', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fe11ad2-cdbe-4f76-959f-2d0536cb3409', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/0791cf47-11e1-405c-a506-c698d0048997'} Body: b'{"group": {"id": "0791cf47-11e1-405c-a506-c698d0048997", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T21:19:51.000000", "name": "tempest-GroupsTest-Group-1332596181", "description": null, "group_type": "b813f8d5-7ffa-4ce1-9ec9-68e7eb609696", "volume_types": ["59f95837-46f7-41d3-afaf-038334dfd744"]}}' 2024-02-28 21:19:52,466 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/0791cf47-11e1-405c-a506-c698d0048997 0.035s 2024-02-28 21:19:52,466 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4991d6fe-517c-4656-9268-dfbf6ce7e265', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4991d6fe-517c-4656-9268-dfbf6ce7e265', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/0791cf47-11e1-405c-a506-c698d0048997'} Body: b'{"group": {"id": "0791cf47-11e1-405c-a506-c698d0048997", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T21:19:51.000000", "name": "tempest-GroupsTest-Group-1332596181", "description": null, "group_type": "b813f8d5-7ffa-4ce1-9ec9-68e7eb609696", "volume_types": ["59f95837-46f7-41d3-afaf-038334dfd744"]}}' 2024-02-28 21:19:52,503 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/volumes/detail 0.032s 2024-02-28 21:19:52,503 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe55ba6d-0a9d-4eae-a2ed-dd0a37f8ee37', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe55ba6d-0a9d-4eae-a2ed-dd0a37f8ee37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 21:19:52,606 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/0791cf47-11e1-405c-a506-c698d0048997/action 0.090s 2024-02-28 21:19:52,607 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:52 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-144919f4-42f1-49ce-b902-b81 a9cae8509', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/0791cf47-11e1-405c-a506-c698d0048997/action'} Body: b'' 2024-02-28 21:19:52,621 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/0791cf47-11e1-405c-a506-c698d0048997 0.014s 2024-02-28 21:19:52,622 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:52 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-fe78ee20-860d-4a54-bbe9-a9441cb76501', 'x-openstack-request-id': 'req-fe78ee20-860d-4a54-bbe9-a9441cb76501', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/0791cf47-11e1-405c-a506-c698d0048997'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 0791cf47-11e1-405c-a506-c698d0048997 could not be found."}}' 2024-02-28 21:19:52,658 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/group_types/b813f8d5-7ffa-4ce1-9ec9-68e7eb609696 0.035s 2024-02-28 21:19:52,658 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:52 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-47b1c5cc-2e00-40a2-95b1-e41941e1bf3e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/group_types/b813f8d5-7ffa-4ce1-9ec9-68e7eb609696'} Body: b'' 2024-02-28 21:19:52,740 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types/59f95837-46f7-41d3-afaf-038334dfd744 0.081s 2024-02-28 21:19:52,740 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7a7b462-542d-4616-a3c5-ce0f61e185a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types/59f95837-46f7-41d3-afaf-038334dfd744'} Body: b'' 2024-02-28 21:19:52,756 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types/59f95837-46f7-41d3-afaf-038334dfd744 0.015s 2024-02-28 21:19:52,756 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:52 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-dbdc63a8-5da5-40b5-8b08-e521ac19ea63', 'x-openstack-request-id': 'req-dbdc63a8-5da5-40b5-8b08-e521ac19ea63', 'connection': 'close', 'st atus': '404', 'content-location': 'http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types/59f95837-46f7-41d3-afaf-038334dfd744'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 59f95837-46f7-41d3-afaf-038334dfd744 could not be found."}}' {0} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.173392s] ... ok {0} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.279898s] ... ok {3} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {0} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.030053s] ... ok {0} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.026950s] ... ok {0} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.025239s] ... ok {3} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.188549s] ... ok {0} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [1.828676s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_services.py", line 76, in test_get_service_by_volume_host_name volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e9926d89-9a9d-41ca-8656-189be2de1da2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:02,188 85780 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes 0.475s 2024-02-28 21:20:02,189 85780 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-503002741"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef5bc6c7-968b-4643-811e-4f7e46e59dba', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef5bc6c7-968b-4643-811e-4f7e46e59dba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes'} Body: b'{"volume": {"id": "e9926d89-9a9d-41ca-8656-189be2de1da2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:02.097792", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-503002741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2"}], "user_id": "9c40e1ad1ac046478053136c0da46107", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:02,255 85780 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2 0.055s 2024-02-28 21:20:02,255 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d42fef7-d7bf-4302-b8ff-1284c166f578', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d42fef7-d7bf-4302-b8ff-1284c166f578', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2'} Body: b'{"volume": {"id": "e9926d89-9a9d-41ca-8656-189be2de1da2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:02.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-503002741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2"}], "user_id": "9c40e1ad1ac046478053136c0da46107", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32507846932c4115a529519dafe572f8"}}' 2024-02-28 21:20:03,308 85780 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2 0.039s 2024-02-28 21:20:03,308 85780 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1555407a-1363-4ff8-9769-f0865a56e678', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1555407a-1363-4ff8-9769-f0865a56e678', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2'} Body: b'{"volume": {"id": "e9926d89-9a9d-41ca-8656-189be2de1da2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:02.000000", "updated_at": "2024-02-28T21:20:02.000000", "name": "tempest-VolumesServicesTestJSON-Volume-503002741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2"}], "user_id": "9c40e1ad1ac046478053136c0da46107", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32507846932c4115a529519dafe572f8"}}' 2024-02-28 21:20:03,361 85780 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2 0.039s 2024-02-28 21:20:03,361 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0745c15-6fac-4aeb-b3f9-15444c3927f3', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0745c15-6fac-4aeb-b3f9-15444c3927f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2'} Body: b'{"volume": {"id": "e9926d89-9a9d-41ca-8656-189be2de1da2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:02.000000", "updated_at": "2024-02-28T21:20:02.000000", "name": "tempest-VolumesServicesTestJSON-Volume-503002741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2"}], "user_id": "9c40e1ad1ac046478053136c0da46107", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32507846932c4115a529519dafe572f8"}}' 2024-02-28 21:20:03,520 85780 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2 0.145s 2024-02-28 21:20:03,520 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:03 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-9b83368d-3018-42d4-a4f8-8e5f2a4c4cba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2'} Body: b'' 2024-02-28 21:20:03,540 85780 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2 0.019s 2024-02-28 21:20:03,540 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20: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-0ee86977-b923-4da8-8c41-375d6fe27d18', 'x-openstack-request-id': 'req-0ee86977-b923-4da8-8c41-375d6fe27d18', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e9926d89-9a9d-41ca-8656-189be2de1da2 could not be found."}}' {0} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.030811s] ... ok {3} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.784719s] ... ok {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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 370ba702-3f9d-4e7a-bcea-55ba98191cfe failed to build and is in ERROR status {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.017913s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.033700s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.037425s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.029316s] ... ok {3} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.030800s] ... ok {4} setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_image_metadata.py", line 40, in resource_setup cls.volume = cls.create_volume(imageRef=CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7bd2371b-7190-4dd9-ab3c-4250b5f8c5a3 failed to build and is in ERROR status {0} setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 65, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume dc41590b-8eec-48eb-bcb6-5e8b8180445f failed to build and is in ERROR status {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.286579s] ... ok {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.083566s] ... ok {3} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.280124s] ... ok {4} setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_snapshot_metadata.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ed2dbf32-0569-4efc-98bc-33fc09d65708 failed to build and is in ERROR status {4} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {0} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [2.056851s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 36, in test_volume_extend volume = self.create_volume(imageRef=self.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2da5e9a7-38aa-420c-b264-64c38850daee failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:20,538 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c 0.174s 2024-02-28 21:20:20,538 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ed9ccf5d-f11c-45fb-987a-678109d8619a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "e41ba40d9dd149e2a6c32d8242a38517", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "created_at": "2024-02-28T21:16:33Z", "updated_at": "2024-02-28T21:16:35Z", "tags": [], "self": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c", "file": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:20:21,059 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes 0.520s 2024-02-28 21:20:21,059 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1770099384"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-548ca418-208c-4020-95e2-1bf978274012', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-548ca418-208c-4020-95e2-1bf978274012', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes'} Body: b'{"volume": {"id": "2da5e9a7-38aa-420c-b264-64c38850daee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:20.933408", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1770099384", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee"}], "user_id": "864aea7848f146598cf0de3ef39f5f28", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:21,115 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee 0.046s 2024-02-28 21:20:21,116 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9162a8f3-26e4-4f59-b1c6-3a820b71714c', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9162a8f3-26e4-4f59-b1c6-3a820b71714c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee'} Body: b'{"volume": {"id": "2da5e9a7-38aa-420c-b264-64c38850daee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:21.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1770099384", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee"}], "user_id": "864aea7848f146598cf0de3ef39f5f28", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffa54ff43d1643c8a6f79a6f78023c7e"}}' 2024-02-28 21:20:22,170 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee 0.040s 2024-02-28 21:20:22,170 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea34ce35-c094-4e7e-861b-8bc4145ffa3e', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea34ce35-c094-4e7e-861b-8bc4145ffa3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee'} Body: b'{"volume": {"id": "2da5e9a7-38aa-420c-b264-64c38850daee", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:21.000000", "updated_at": "2024-02-28T21:20:21.000000", "name": "tempest-VolumesExtendTest-Volume-1770099384", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee"}], "user_id": "864aea7848f146598cf0de3ef39f5f28", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffa54ff43d1643c8a6f79a6f78023c7e"}}' 2024-02-28 21:20:22,231 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee 0.047s 2024-02-28 21:20:22,231 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5b65c1a-0e63-4055-a701-ed09edc5fed3', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version' , 'x-openstack-request-id': 'req-a5b65c1a-0e63-4055-a701-ed09edc5fed3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee'} Body: b'{"volume": {"id": "2da5e9a7-38aa-420c-b264-64c38850daee", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:21.000000", "updated_at": "2024-02-28T21:20:21.000000", "name": "tempest-VolumesExtendTest-Volume-1770099384", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee"}], "user_id": "864aea7848f146598cf0de3ef39f5f28", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffa54ff43d1643c8a6f79a6f78023c7e"}}' 2024-02-28 21:20:22,382 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee 0.139s 2024-02-28 21:20:22,382 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20: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-f29467a2-6c02-47fa-b2d1-c3d08c4ce6ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee'} Body: b'' 2024-02-28 21:20:22,419 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee 0.036s 2024-02-28 21:20:22,419 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef4d2c35-03ef-4a65-a248-e084212f349b', 'x-openstack-request-id': 'req-ef4d2c35-03ef-4a65-a248-e084212f349b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2da5e9a7-38aa-420c-b264-64c38850daee could not be found."}}' {4} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [1.724953s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone_negative.py", line 40, in test_create_from_volume_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f5ccb124-c362-4180-81ee-ba2128dadcc5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:22,067 85788 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes 0.420s 2024-02-28 21:20:22,067 85788 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-319315435"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08b39b39-a9b6-4a1a-9204-2ab506767072', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08b39b39-a9b6-4a1a-9204-2ab506767072', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes'} Body: b'{"volume": {"id": "f5ccb124-c362-4180-81ee-ba2128dadcc5", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T21:20:22.000761", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-319315435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5"}], "user_id": "396799e21a874fe0896aea0f3c5c0a4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:22,134 85788 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5 0.053s 2024-02-28 21:20:22,134 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69ce2c53-0185-43eb-8354-e5bcc12d69a3', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69ce2c53-0185-43eb-8354-e5bcc12d69a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5'} Body: b'{"volume": {"id": "f5ccb124-c362-4180-81ee-ba2128dadcc5", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T21:20:22.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-319315435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5"}], "user_id": "396799e21a874fe0896aea0f3c5c0a4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7a3c1228bd524e7daf4e42844d5e9816"}}' 2024-02-28 21:20:23,186 85788 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5 0.039s 2024-02-28 21:20:23,186 85788 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c621e812-df0b-41aa-8b4f-dbba702b91f9', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c621e812-df0b-41aa-8b4f-dbba702b91f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5'} Body: b'{"volume": {"id": "f5ccb124-c362-4180-81ee-ba2128dadcc5", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T21:20:22.000000", "updated_at": "2024-02-28T21:20:22.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-319315435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5"}], "user_id": "396799e21a874fe0896aea0f3c5c0a4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7a3c1228bd524e7daf4e42844d5e9816"}}' 2024-02-28 21:20:23,238 85788 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5 0.040s 2024-02-28 21:20:23,239 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e13b992-1379-4ba8-9ea0-d0c172310a16', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e13b992-1379-4ba8-9ea0-d0c172310a16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5'} Body: b'{"volume": {"id": "f5ccb124-c362-4180-81ee-ba2128dadcc5", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T21:20:22.000000", "updated_at": "2024-02-28T21:20:22.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-319315435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5"}], "user_id": "396799e21a874fe0896aea0f3c5c0a4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7a3c1228bd524e7daf4e42844d5e9816"}}' 2024-02-28 21:20:23,347 85788 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5 0.096s 2024-02-28 21:20:23,347 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:23 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-bea20e56-4889-4e8f-91be-802c4eb4db79', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5'} Body: b'' 2024-02-28 21:20:23,368 85788 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5 0.021s 2024-02-28 21:20:23,369 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2733466a-a4aa-4960-a872-ffc8feecb66d', 'x-openstack-request-id': 'req-2733466a-a4aa-4960-a872-ffc8feecb66d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f5ccb124-c362-4180-81ee-ba2128dadcc5 could not be found."}}' {0} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [1.654374s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 53, in test_volume_extend_when_volume_has_snapshot volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 48a52481-d1da-49ea-83ff-5d9468e3221f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:22,689 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes 0.267s 2024-02-28 21:20:22,689 85780 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-1457791253"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9afdf51d-ba30-4ace-bf36-1bae9e1e1a3b', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9afdf51d-ba30-4ace-bf36-1bae9e1e1a3b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes'} Body: b'{"volume": {"id": "48a52481-d1da-49ea-83ff-5d9468e3221f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:22.612684", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1457791253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f"}], "user_id": "864aea7848f146598cf0de3ef39f5f28", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:22,778 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f 0.078s 2024-02-28 21:20:22,779 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24577c6b-d790-4532-b346-51cd3ace1433', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24577c6b-d790-4532-b346-51cd3ace1433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f'} Body: b'{"volume": {"id": "48a52481-d1da-49ea-83ff-5d9468e3221f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:23.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1457791253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f"}], "user_id": "864aea7848f146598cf0de3ef39f5f28", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffa54ff43d1643c8a6f79a6f78023c7e"}}' 2024-02-28 21:20:23,854 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f 0.061s 2024-02-28 21:20:23,854 85780 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adbada28-abf9-4ad9-885b-a5c1b62932fc', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adbada28-abf9-4ad9-885b-a5c1b62932fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f'} Body: b'{"volume": {"id": "48a52481-d1da-49ea-83ff-5d9468e3221f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:23.000000", "updated_at": "2024-02-28T21:20:23.000000", "name": "tempest-VolumesExtendTest-Volume-1457791253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f"}], "user_id": "864aea7848f146598cf0de3ef39f5f28", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffa54ff43d1643c8a6f79a6f78023c7e"}}' 2024-02-28 21:20:23,914 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f 0.047s 2024-02-28 21:20:23,915 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eec819d4-6209-48cc-a107-67a1b358aaee', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eec819d4-6209-48cc-a107-67a1b358aaee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f'} Body: b'{"volume": {"id": "48a52481-d1da-49ea-83ff-5d9468e3221f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:23.000000", "updated_at": "2024-02-28T21:20:23.000000", "name": "tempest-VolumesExtendTest-Volume-1457791253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f"}], "user_id": "864aea7848f146598cf0de3ef39f5f28", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffa54ff43d1643c8a6f79a6f78023c7e"}}' 2024-02-28 21:20:24,049 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f 0.120s 2024-02-28 21:20:24,050 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': ' text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-588c8e66-5a75-408d-b132-be852166e744', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f'} Body: b'' 2024-02-28 21:20:24,074 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f 0.024s 2024-02-28 21:20:24,075 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b50cd32-a8aa-4419-9229-dfdc11ba224c', 'x-openstack-request-id': 'req-6b50cd32-a8aa-4419-9229-dfdc11ba224c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 48a52481-d1da-49ea-83ff-5d9468e3221f could not be found."}}' {11} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [1.890809s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c326d8e3-1f63-457b-bd62-5224f803a21e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:27,509 85802 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/5e115140cbf14a50a592b8368f6a0ac2/volumes 0.658s 2024-02-28 21:20:27,509 85802 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-1636398014", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9477521-dcd0-4a45-8dd4-9900a970beb9', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9477521-dcd0-4a45-8dd4-9900a970beb9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5e115140cbf14a50a592b8368f6a0ac2/volumes'} Body: b'{"volume": {"id": "c326d8e3-1f63-457b-bd62-5224f803a21e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:27.441912", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1636398014", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5e115140cbf14a50a592b8368f6a0ac2/volumes/c326d8e3-1f63-457b-bd62-5224f803a21e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5e115140cbf14a50a592b8368f6a0ac2/volumes/c326d8e3-1f63-457b-bd62-5224f803a21e"}], "user_id": "c65c5f22d1394afd8081ce825fe25b40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:27,581 85802 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/5e115140cbf14a50a592b8368f6a0ac2/volumes/c326d8e3-1f63-457b-bd62-5224f803a21e 0.060s 2024-02-28 21:20:27,581 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-202c317b-2788-4074-859e-0bfc47e301f8', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-202c317b-2788-4074-859e-0bfc47e301f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5e115140cbf14a50a592b8368f6a0ac2/volumes/c326d8e3-1f63-457b-bd62-5224f803a21e'} Body: b'{"volume": {"id": "c326d8e3-1f63-457b-bd62-5224f803a21e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:27.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1636398014", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5e115140cbf14a50a592b8368f6a0ac2/volumes/c326d8e3-1f63-457b-bd62-5224f803a21e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5e115140cbf14a50a592b8368f6a0ac2/volumes/c326d8e3-1f63-457b-bd62-5224f803a21e"}], "user_id": "c65c5f22d1394afd8081ce825fe25b40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e115140cbf14a50a592b8368f6a0ac2"}}' 2024-02-28 21:20:28,726 85802 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/5e115140cbf14a50a592b8368f6a0ac2/volumes/c326d8e3-1f63-457b-bd62-5224f803a21e 0.132s 2024-02-28 21:20:28,726 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec576232-ea27-4ca9-a8bc-6c95b0e3aa53', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec576232-ea27-4ca9-a8bc-6c95b0e3aa53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5e115140cbf14a50a592b8368f6a0ac2/volumes/c326d8e3-1f63-457b-bd62-5224f803a21e'} Body: b'{"volume": {"id": "c326d8e3-1f63-457b-bd62-5224f803a21e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:27.000000", "updated_at": "2024-02-28T21:20:28.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1636398014", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5e115140cbf14a50a592b8368f6a0ac2/volumes/c326d8e3-1f63-457b-bd62-5224f803a21e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5e115140cbf14a50a592b8368f6a0ac2/volumes/c326d8e3-1f63-457b-bd62-5224f803a21e"}], "user_id": "c65c5f22d1394afd8081ce825fe25b40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e115140cbf14a50a592b8368f6a0ac2"}}' {4} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [2.718385s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 104, in test_create_from_image_multiple self._wait_for_multiple_resources( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 223, in _wait_for_multiple_resources callback(resource_id=r, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume eb709915-f81d-4aa0-b029-4b8a616d416b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:27,834 85788 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes 0.408s 2024-02-28 21:20:27,834 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1083308467"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0502c70-a53b-4ec2-aa85-b1d75844bfcb', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0502c70-a53b-4ec2-aa85-b1d75844bfcb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes'} Body: b'{"volume": {"id": "eb709915-f81d-4aa0-b029-4b8a616d416b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:27.768897", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1083308467", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/eb709915-f81d-4aa0-b029-4b8a616d416b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c13f49a80b054fd4a622a72fa978b019/volumes/eb709915-f81d-4aa0-b029-4b8a616d416b"}], "user_id": "d4e5ec4cb7334fe2a76aa08fd5e646be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:28,096 85788 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes 0.251s 2024-02-28 21:20:28,097 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1890683934"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d642e87e-4fd6-4102-af6c-87b6972b601a', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d642e87e-4fd6-4102-af6c-87b6972b601a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes'} Body: b'{"volume": {"id": "69061818-44fb-4edd-9e08-fac761e86f9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:28.017377", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1890683934", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/69061818-44fb-4edd-9e08-fac761e86f9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c13f49a80b054fd4a622a72fa978b019/volumes/69061818-44fb-4edd-9e08-fac761e86f9f"}], "user_id": "d4e5ec4cb7334fe2a76aa08fd5e646be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:28,331 85788 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes 0.223s 2024-02-28 21:20:28,331 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1137395269"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50a25681-41cb-4bba-bace-4105a3394627', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50a25681-41cb-4bba-bace-4105a3394627', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes'} Body: b'{"volume": {"id": "8c910f17-65f0-4e08-be38-476bfa912d05", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:28.254260", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1137395269", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/8c910f17-65f0-4e08-be38-476bfa912d05"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c13f49a80b054fd4a622a72fa978b019/volumes/8c910f17-65f0-4e08-be38-476bfa912d05"}], "user_id": "d4e5ec4cb7334fe2a76aa08fd5e646be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:28,626 85788 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes 0.284s 2024-02-28 21:20:28,627 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-2126303756"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ff7bcbe-0c0a-4a1b-9e27-12f9069a0cf6', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ff7bcbe-0c0a-4a1b-9e27-12f9069a0cf6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes'} Body: b'{"volume": {"id": "e4d39688-be00-4f20-9880-3c8d9d17b7ea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:28.498429", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-2126303756", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/e4d39688-be00-4f20-9880-3c8d9d17b7ea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c13f49a80b054fd4a622a72fa978b019/volumes/e4d39688-be00-4f20-9880-3c8d9d17b7ea"}], "user_id": "d4e5ec4cb7334fe2a76aa08fd5e646be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:28,929 85788 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes 0.280s 2024-02-28 21:20:28,929 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "size": 1, "name": "tempest-CreateV olumesFromImageTest-Volume-858335207"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79b41c32-c88a-484c-8af0-a44b67024c60', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79b41c32-c88a-484c-8af0-a44b67024c60', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes'} Body: b'{"volume": {"id": "9684e3fa-9eb0-46b8-bf5c-c44978e3ceae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:28.856056", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-858335207", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/9684e3fa-9eb0-46b8-bf5c-c44978e3ceae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c13f49a80b054fd4a622a72fa978b019/volumes/9684e3fa-9eb0-46b8-bf5c-c44978e3ceae"}], "user_id": "d4e5ec4cb7334fe2a76aa08fd5e646be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:28,977 85788 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/eb709915-f81d-4aa0-b029-4b8a616d416b 0.038s 2024-02-28 21:20:28,978 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c054db4f-01e5-467e-96ff-0fd563f1a23d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c054db4f-01e5-467e-96ff-0fd563f1a23d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/eb709915-f81d-4aa0-b029-4b8a616d416b'} Body: b'{"volume": {"id": "eb709915-f81d-4aa0-b029-4b8a616d416b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:28.000000", "updated_at": "2024-02-28T21:20:28.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1083308467", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/eb709915-f81d-4aa0-b029-4b8a616d416b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c13f49a80b054fd4a622a72fa978b019/volumes/eb709915-f81d-4aa0-b029-4b8a616d416b"}], "user_id": "d4e5ec4cb7334fe2a76aa08fd5e646be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c13f49a80b054fd4a622a72fa978b019"}}' 2024-02-28 21:20:30,124 85788 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/eb709915-f81d-4aa0-b029-4b8a616d416b 0.134s 2024-02-28 21:20:30,125 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-553b4b25-f178-4816-a3ca-80fe4f233d6a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Versio n', 'x-openstack-request-id': 'req-553b4b25-f178-4816-a3ca-80fe4f233d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/eb709915-f81d-4aa0-b029-4b8a616d416b'} Body: b'{"volume": {"id": "eb709915-f81d-4aa0-b029-4b8a616d416b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:28.000000", "updated_at": "2024-02-28T21:20:28.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1083308467", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/eb709915-f81d-4aa0-b029-4b8a616d416b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c13f49a80b054fd4a622a72fa978b019/volumes/eb709915-f81d-4aa0-b029-4b8a616d416b"}], "user_id": "d4e5ec4cb7334fe2a76aa08fd5e646be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c13f49a80b054fd4a622a72fa978b019"}}' {3} setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_absolute_limits.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 448ed6fa-c927-4bb6-8c21-8585247a9423 failed to build and is in ERROR status {7} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [2.130660s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 105, in test_volume_swap volume1 = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6b902c9a-a40b-4312-b06f-945c3cdf75e6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:31,464 85794 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/57957a36308e401f84e2ebb75a866e13/volumes 0.905s 2024-02-28 21:20:31,465 85794 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-171947713"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66f6bab6-0430-4c1b-8e79-76e752387258', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66f6bab6-0430-4c1b-8e79-76e752387258', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/57957a36308e401f84e2ebb75a866e13/volumes'} Body: b'{"volume": {"id": "6b902c9a-a40b-4312-b06f-945c3cdf75e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:31.300718", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-171947713", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57957a36308e401f84e2ebb75a866e13/volumes/6b902c9a-a40b-4312-b06f-945c3cdf75e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57957a36308e401f84e2ebb75a866e13/volumes/6b902c9a-a40b-4312-b06f-945c3cdf75e6"}], "user_id": "64116ea0dd6141efaa5d529c5f81fcbd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:31,528 85794 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/57957a36308e401f84e2ebb75a866e13/volumes/6b902c9a-a40b-4312-b06f-945c3cdf75e6 0.048s 2024-02-28 21:20:31,528 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b61466cb-c428-4e9e-bfb1-b1d445c363d1', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b61466cb-c428-4e9e-bfb1-b1d445c363d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57957a36308e401f84e2ebb75a866e13/volumes/6b902c9a-a40b-4312-b06f-945c3cdf75e6'} Body: b'{"volume": {"id": "6b902c9a-a40b-4312-b06f-945c3cdf75e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:31.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-171947713", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57957a36308e401f84e2ebb75a866e13/volumes/6b902c9a-a40b-4312-b06f-945c3cdf75e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57957a36308e401f84e2ebb75a866e13/volumes/6b902c9a-a40b-4312-b06f-945c3cdf75e6"}], "user_id": "64116ea0dd6141efaa5d529c5f81fcbd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "57957a36308e401f84e2ebb75a866e13"}}' 2024-02-28 21:20:32,672 85794 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/57957a36308e401f84e2ebb75a866e13/volumes/6b902c9a-a40b-4312-b06f-945c3cdf75e6 0.128s 2024-02-28 21:20:32,672 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X- Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8186b40c-cb81-4070-abba-c074df4af3a6', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8186b40c-cb81-4070-abba-c074df4af3a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57957a36308e401f84e2ebb75a866e13/volumes/6b902c9a-a40b-4312-b06f-945c3cdf75e6'} Body: b'{"volume": {"id": "6b902c9a-a40b-4312-b06f-945c3cdf75e6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:31.000000", "updated_at": "2024-02-28T21:20:32.000000", "name": "tempest-TestVolumeSwap-volume-171947713", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57957a36308e401f84e2ebb75a866e13/volumes/6b902c9a-a40b-4312-b06f-945c3cdf75e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57957a36308e401f84e2ebb75a866e13/volumes/6b902c9a-a40b-4312-b06f-945c3cdf75e6"}], "user_id": "64116ea0dd6141efaa5d529c5f81fcbd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "57957a36308e401f84e2ebb75a866e13"}}' {3} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [2.205793s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 68, in test_volume_delete_cascade volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b6ab9455-5bb9-4480-9f05-90ba38962481 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:34,389 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes 0.743s 2024-02-28 21:20:34,390 85786 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-1217599920"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63f3a249-7531-4684-851f-f72bbbcdd963', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63f3a249-7531-4684-851f-f72bbbcdd963', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes'} Body: b'{"volume": {"id": "b6ab9455-5bb9-4480-9f05-90ba38962481", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:34.302656", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1217599920", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481"}], "user_id": "b8749ccec9eb42afa68e1607e627b274", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:34,463 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481 0.060s 2024-02-28 21:20:34,464 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f65e57fe-f4dd-4c29-8fc6-65c0d0cb2324', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f65e57fe-f4dd-4c29-8fc6-65c0d0cb2324', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481'} Body: b'{"volume": {"id": "b6ab9455-5bb9-4480-9f05-90ba38962481", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:34.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1217599920", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481"}], "user_id": "b8749ccec9eb42afa68e1607e627b274", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42071ca5c4fc4ff7bb6e73b8861f5a5c"}}' 2024-02-28 21:20:35,556 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481 0.075s 2024-02-28 21:20:35,557 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content -Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7224c67-c362-4ff2-8442-1f89ecf1c522', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7224c67-c362-4ff2-8442-1f89ecf1c522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481'} Body: b'{"volume": {"id": "b6ab9455-5bb9-4480-9f05-90ba38962481", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:34.000000", "updated_at": "2024-02-28T21:20:34.000000", "name": "tempest-VolumesDeleteCascade-Volume-1217599920", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481"}], "user_id": "b8749ccec9eb42afa68e1607e627b274", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42071ca5c4fc4ff7bb6e73b8861f5a5c"}}' 2024-02-28 21:20:35,647 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481 0.067s 2024-02-28 21:20:35,648 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45daa951-af86-47e7-aa76-e1ad8f923068', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45daa951-af86-47e7-aa76-e1ad8f923068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481'} Body: b'{"volume": {"id": "b6ab9455-5bb9-4480-9f05-90ba38962481", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:34.000000", "updated_at": "2024-02-28T21:20:34.000000", "name": "tempest-VolumesDeleteCascade-Volume-1217599920", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481"}], "user_id": "b8749ccec9eb42afa68e1607e627b274", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42071ca5c4fc4ff7bb6e73b8861f5a5c"}}' 2024-02-28 21:20:35,816 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481 0.145s 2024-02-28 21:20:35,817 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:35 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-03c0de3f-32bd-4076-9166-ee6714857c82', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481'} Body: b'' 2024-02-28 21:20:35,849 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481 0.032s 2024-02-28 21:20:35,850 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-523f5464-412c-4e1c-9a40-b23cf344b9a9', 'x-openstack-request-id': 'req-523f5464-412c-4e1c-9a40-b23cf344b9a9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b6ab9455-5bb9-4480-9f05-90ba38962481 could not be found."}}' {4} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {4} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesMemberTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {4} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {3} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [1.804004s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 92, in test_volume_from_snapshot_cascade_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4a263786-a986-4d4f-a4e4-ae913e877494 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:36,175 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes 0.323s 2024-02-28 21:20:36,176 85786 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-368903812"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fa941e0-0944-4657-a95c-7ac8d59d8e2e', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fa941e0-0944-4657-a95c-7ac8d59d8e2e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes'} Body: b'{"volume": {"id": "4a263786-a986-4d4f-a4e4-ae913e877494", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:36.076956", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-368903812", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494"}], "user_id": "b8749ccec9eb42afa68e1607e627b274", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:36,273 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494 0.083s 2024-02-28 21:20:36,274 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f3b3dc7-b50e-4c93-b686-ead545c84413', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f3b3dc7-b50e-4c93-b686-ead545c84413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494'} Body: b'{"volume": {"id": "4a263786-a986-4d4f-a4e4-ae913e877494", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:36.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-368903812", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494"}], "user_id": "b8749ccec9eb42afa68e1607e627b274", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42071ca5c4fc4ff7bb6e73b8861f5a5c"}}' 2024-02-28 21:20:37,356 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494 0.056s 2024-02-28 21:20:37,356 85786 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a6b6d2c-a6ff-4160-a838-ab49a108e070', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a6b6d2c-a6ff-4160-a838-ab49a108e070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494'} Body: b'{"volume": {"id": "4a263786-a986-4d4f-a4e4-ae913e877494", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:36.000000", "updated_at": "2024-02-28T21:20:36.000000", "name": "tempest-VolumesDeleteCascade-Volume-368903812", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494"}], "user_id": "b8749ccec9eb42afa68e1607e627b274", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42071ca5c4fc4ff7bb6e73b8861f5a5c"}}' 2024-02-28 21:20:37,458 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494 0.088s 2024-02-28 21:20:37,459 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a2e0dcd-8c37-4c69-a6ae-dcebcac84d2a', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a2e0dcd-8c37-4c69-a6ae-dcebcac84d2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494'} Body: b'{"volume": {"id": "4a263786-a986-4d4f-a4e4-ae913e877494", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:36.000000", "updated_at": "2024-02-28T21:20:36.000000", "name": "tempest-VolumesDeleteCascade-Volume-368903812", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494"}], "user_id": "b8749ccec9eb42afa68e1607e627b274", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42071ca5c4fc4ff7bb6e73b8861f5a5c"}}' 2024-02-28 21:20:37,622 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494 0.148s 2024-02-28 21:20:37,622 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20: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-183b5b84-7f20-45d6-ba04-9e5d3d7e60bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494'} Body: b'' 2024-02-28 21:20:37,655 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494 0.032s 2024-02-28 21:20:37,655 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20: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-9e3a603c-077a-4188-976b-b3afd2c9fda8', 'x-openstack-request-id': 'req-9e3a603c-077a-4188-976b-b3afd2c9fda8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4a263786-a986-4d4f-a4e4-ae913e877494 could not be found."}}' {8} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [12.201697s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 403, in test_tagged_attachment volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 44c07973-7bf8-42a4-bb7a-80f10728754a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:33,077 85796 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 2.831s 2024-02-28 21:20:33,077 85796 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-1898302677"}} Response - Headers: {'content-type': 'application/json', 'content-length': '583', 'x-openstack-request-id': 'req-5329336c-ff3d-4c68-be57-4411f89bd8b8', 'date': 'Wed, 28 Feb 2024 21:20:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"049ac2b9-9aab-41c5-a57d-226cbedcc030","name":"tempest-tagged-attachments-test-net-1898302677","tenant_id":"c92fcaac22114dc0a57a3ac7804039e8","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"c92fcaac22114dc0a57a3ac7804039e8","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2024-02-28T21:20:30Z","updated_at":"2024-02-28T21:20:30Z","revision_number":1}}' 2024-02-28 21:20:38,983 85796 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 5.905s 2024-02-28 21:20:38,983 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "049ac2b9-9aab-41c5-a57d-226cbedcc030", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-ce8a4e4e-d0f8-4aca-8b31-8adba85cf2bc', 'date': 'Wed, 28 Feb 2024 21:20:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"8c06c46d-fadf-4173-b0f4-ce06981a96c0","name":"","tenant_id":"c92fcaac22114dc0a57a3ac7804039e8","network_id":"049ac2b9-9aab-41c5-a57d-226cbedcc030","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.10.10.1","cidr":"10.10.10.0/24","allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2024-02-28T21:20:34Z","updated_at":"2024-02-28T21:20:34Z","revision_number":0,"project_id":"c92fcaac22114dc0a57a3ac7804039e8"}}' 2024-02-28 21:20:39,351 85796 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/c92fcaac22114dc0a57a3ac7804039e8/volumes 0.367s 2024-02-28 21:20:39,351 85796 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-1237659182"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce84ce1a-d542-4cd8-b047-4c3754f4faca', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce84ce1a-d542-4cd8-b047-4c3754f4faca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c92fcaac22114dc0a57a3ac7804039e8/volumes'} Body: b'{"volume": {"id": "44c07973-7bf8-42a4-bb7a-80f10728754a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:39.227939", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1237659182", "description": null, "vo lume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c92fcaac22114dc0a57a3ac7804039e8/volumes/44c07973-7bf8-42a4-bb7a-80f10728754a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c92fcaac22114dc0a57a3ac7804039e8/volumes/44c07973-7bf8-42a4-bb7a-80f10728754a"}], "user_id": "b5e2d34703154eef9a700428598ea2df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:39,503 85796 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/c92fcaac22114dc0a57a3ac7804039e8/volumes/44c07973-7bf8-42a4-bb7a-80f10728754a 0.140s 2024-02-28 21:20:39,504 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-532926f9-418d-4f5d-bf54-a014517225f0', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-532926f9-418d-4f5d-bf54-a014517225f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c92fcaac22114dc0a57a3ac7804039e8/volumes/44c07973-7bf8-42a4-bb7a-80f10728754a'} Body: b'{"volume": {"id": "44c07973-7bf8-42a4-bb7a-80f10728754a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:39.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1237659182", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c92fcaac22114dc0a57a3ac7804039e8/volumes/44c07973-7bf8-42a4-bb7a-80f10728754a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c92fcaac22114dc0a57a3ac7804039e8/volumes/44c07973-7bf8-42a4-bb7a-80f10728754a"}], "user_id": "b5e2d34703154eef9a700428598ea2df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c92fcaac22114dc0a57a3ac7804039e8"}}' 2024-02-28 21:20:40,602 85796 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/c92fcaac22114dc0a57a3ac7804039e8/volumes/44c07973-7bf8-42a4-bb7a-80f10728754a 0.084s 2024-02-28 21:20:40,602 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99f7c78a-87e1-403a-81b1-09969c42e735', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99f7c78a-87e1-403a-81b1-09969c42e735', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c92fcaac22114dc0a57a3ac7804039e8/volumes/44c07973-7bf8-42a4-bb7a-80f10728754a'} Body: b'{"volume": {"id": "44c07973-7bf8-42a4-bb7a-80f10728754a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:39.000000", "updated_at": "2024-02-28T21:20:40.000000", "name": "tempest-TaggedAttachmentsTest-volume-1237659182", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c92fcaac22114dc0a57a3ac7804039e8/volumes/44c07973-7bf8-42a4-bb7a-80f10728754a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c92fcaac22114dc0a57a3ac7804039e8/volumes/44c07973-7bf8- 42a4-bb7a-80f10728754a"}], "user_id": "b5e2d34703154eef9a700428598ea2df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c92fcaac22114dc0a57a3ac7804039e8"}}' 2024-02-28 21:20:41,580 85796 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/8c06c46d-fadf-4173-b0f4-ce06981a96c0 0.963s 2024-02-28 21:20:41,580 85796 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-6e20b4ff-c63e-4441-af07-a012ac00299a', 'date': 'Wed, 28 Feb 2024 21:20:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/8c06c46d-fadf-4173-b0f4-ce06981a96c0'} Body: b'' 2024-02-28 21:20:42,446 85796 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/049ac2b9-9aab-41c5-a57d-226cbedcc030 0.865s 2024-02-28 21:20:42,446 85796 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-d3c77e90-ec8e-4150-908e-d457ae9fee8f', 'date': 'Wed, 28 Feb 2024 21:20:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/049ac2b9-9aab-41c5-a57d-226cbedcc030'} Body: b'' {5} tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete [1.836084s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_assisted_volume_snapshots.py", line 54, in test_volume_assisted_snapshot_create_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9d8baac3-3096-4d31-9630-154fe2d99b4a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:51,154 85790 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 202 POST http://10.0.0.210/volume/v3/d0dea1d87b01432e823966e32ab024d2/volumes 0.548s 2024-02-28 21:20:51,154 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-VolumesAssistedSnapshotsTest-volume-553259569"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b670c675-1818-4fb8-b8c4-7e7c88287968', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b670c675-1818-4fb8-b8c4-7e7c88287968', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0dea1d87b01432e823966e32ab024d2/volumes'} Body: b'{"volume": {"id": "9d8baac3-3096-4d31-9630-154fe2d99b4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:51.004621", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-553259569", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0dea1d87b01432e823966e32ab024d2/volumes/9d8baac3-3096-4d31-9630-154fe2d99b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0dea1d87b01432e823966e32ab024d2/volumes/9d8baac3-3096-4d31-9630-154fe2d99b4a"}], "user_id": "77c6dc6f31ef4ebfa3e83f462959a7d5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}' 2024-02-28 21:20:51,323 85790 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/d0dea1d87b01432e823966e32ab024d2/volumes/9d8baac3-3096-4d31-9630-154fe2d99b4a 0.155s 2024-02-28 21:20:51,324 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-554e833c-9a05-4ce5-9942-a69c6bdf48d9', 'content-length': '1030', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-554e833c-9a05-4ce5-9942-a69c6bdf48d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0dea1d87b01432e823966e32ab024d2/volumes/9d8baac3-3096-4d31-9630-154fe2d99b4a'} Body: b'{"volume": {"id": "9d8baac3-3096-4d31-9630-154fe2d99b4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:51.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-553259569", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0dea1d87b01432e823966e32ab024d2/volumes/9d8baac3-3096-4d31-9630-154fe2d99b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0dea1d87b01432e823966e32ab024d2/volumes/9d8baac3-3096-4d31-9630-154fe2d99b4a"}], "user_id": "77c6dc6f31ef4ebfa3e83f462959a7d5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "d0dea1d87b01432e823966e32ab024d2"}}' 2024-02-28 21:20:52,424 85790 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest :test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/d0dea1d87b01432e823966e32ab024d2/volumes/9d8baac3-3096-4d31-9630-154fe2d99b4a 0.086s 2024-02-28 21:20:52,425 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8e72fc2-9531-4bb1-9be9-907be40fce42', 'content-length': '1051', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8e72fc2-9531-4bb1-9be9-907be40fce42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0dea1d87b01432e823966e32ab024d2/volumes/9d8baac3-3096-4d31-9630-154fe2d99b4a'} Body: b'{"volume": {"id": "9d8baac3-3096-4d31-9630-154fe2d99b4a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:51.000000", "updated_at": "2024-02-28T21:20:51.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-553259569", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0dea1d87b01432e823966e32ab024d2/volumes/9d8baac3-3096-4d31-9630-154fe2d99b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0dea1d87b01432e823966e32ab024d2/volumes/9d8baac3-3096-4d31-9630-154fe2d99b4a"}], "user_id": "77c6dc6f31ef4ebfa3e83f462959a7d5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "d0dea1d87b01432e823966e32ab024d2"}}' {7} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [1.694601s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7d7e8dee-36e1-40f0-8549-16e21633fdc0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:21:20,893 85794 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/f8daa21d35164f7993dce4304a0bc337/volumes 0.561s 2024-02-28 21:21:20,894 85794 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-1830105072", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-897a73fd-721d-426f-99fb-d8f902bcec18', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-897a73fd-721d-426f-99fb-d8f902bcec18', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8daa21d35164f7993dce4304a0bc337/volumes'} Body: b'{"volume": {"id": "7d7e8dee-36e1-40f0-8549-16e21633fdc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:20.831337", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1830105072", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8daa21d35164f7993dce4304a0bc337/volumes/7d7e8dee-36e1-40f0-8549-16e21633fdc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8daa21d35164f7993dce4304a0bc337/volumes/7d7e8dee-36e1-40f0-8549-16e21633fdc0"}], "user_id": "a8d687b072e74e838107e011eced65fc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:21:20,947 85794 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f8daa21d35164f7993dce4304a0bc337/volumes/7d7e8dee-36e1-40f0-8549-16e21633fdc0 0.042s 2024-02-28 21:21:20,948 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0ba9cc3-d85e-415a-b795-22359acfba2b', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0ba9cc3-d85e-415a-b795-22359acfba2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8daa21d35164f7993dce4304a0bc337/volumes/7d7e8dee-36e1-40f0-8549-16e21633fdc0'} Body: b'{"volume": {"id": "7d7e8dee-36e1-40f0-8549-16e21633fdc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:21.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1830105072", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8daa21d35164f7993dce4304a0bc337/volumes/7d7e8dee-36e1-40f0-8549-16e21633fdc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8daa21d35164f7993dce4304a0bc337/volumes/7d7e8dee-36e1-40f0-8549-16e21633fdc0"}], "user_id": "a8d687b072e74e838107e011eced65fc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8daa21d35164f7993dce4304a0bc337"}}' 2024-02-28 21:21:22,011 85794 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f8daa21d35164f7993dce4304a0bc337/volumes/7d7e8dee-36e1-40f0-8549-16e21633fdc0 0.049s 2024-02-28 21:21:22,012 85794 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b30ec429-7e15-41d5-9269-d8cdba4761ad', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b30ec429-7e15-41d5-9269-d8cdba4761ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8daa21d35164f7993dce4304a0bc337/volumes/7d7e8dee-36e1-40f0-8549-16e21633fdc0'} Body: b'{"volume": {"id": "7d7e8dee-36e1-40f0-8549-16e21633fdc0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:21.000000", "updated_at": "2024-02-28T21:21:21.000000", "name": "tempest-TaggedBootDevicesTest-volume-1830105072", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8daa21d35164f7993dce4304a0bc337/volumes/7d7e8dee-36e1-40f0-8549-16e21633fdc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8daa21d35164f7993dce4304a0bc337/volumes/7d7e8dee-36e1-40f0-8549-16e21633fdc0"}], "user_id": "a8d687b072e74e838107e011eced65fc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8daa21d35164f7993dce4304a0bc337"}}' {8} setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 832, in resource_setup cls.server_id = cls.recreate_server(None, volume_backed=True, File "/opt/stack/tempest/tempest/api/compute/base.py", line 421, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 264, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 260, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e7b28c63-783a-41df-8011-4f529b23388d failed to build and is in ERROR status {8} setUpClass (tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest) ... SKIPPED: Attached encrypted volume extend is disabled. {8} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.526819s] ... ok {8} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.384668s] ... ok {8} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {8} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.234470s] ... ok {8} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [1.038247s] ... ok {7} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {7} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [1.972398s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 182, in test_create_group_from_group grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group cc95c9df-86fc-45d4-bb40-9586b2595a65 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:21:35,884 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/275cc30de0fd4596ab3f7883d7d07965/types 0.235s 2024-02-28 21:21:35,884 85794 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-218034059"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa7633ed-3e5c-4e52-a0d8-3c89b8545739', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa7633ed-3e5c-4e52-a0d8-3c89b8545739', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/275cc30de0fd4596ab3f7883d7d07965/types'} Body: b'{"volume_type": {"id": "126879be-ac70-4164-9ddf-affa1c408788", "name": "tempest-GroupsV314Test-volume-type-218034059", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 21:21:35,919 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/275cc30de0fd4596ab3f7883d7d07965/group_types 0.032s 2024-02-28 21:21:35,919 85794 DEBUG [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-1490606221"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c1ecb44-ee90-4b41-b3c7-a4b87ab70dd7', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c1ecb44-ee90-4b41-b3c7-a4b87ab70dd7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/275cc30de0fd4596ab3f7883d7d07965/group_types'} Body: b'{"group_type": {"id": "ed5aa013-c58c-4ec4-b18b-f69b15793d66", "name": "tempest-GroupsV314Test-group-type-1490606221", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 21:21:36,179 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/groups 0.257s 2024-02-28 21:21:36,179 85794 DEBUG [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": "ed5aa013-c58c-4ec4-b18b-f69b15793d66", "volume_types": ["126879be-ac70-4164-9ddf-affa1c408788"], "name": "tempest-GroupsV314Test-Group-1176133511"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-317062ef-b49c-4650-8efa-510aa15be784', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-317062ef-b49c-4650-8efa-510aa15be784', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/groups'} Body: b'{"group": {"id": "cc95c9df-86fc-45d4-bb40-9586b2595a65", "name": "tempest-GroupsV314Test-Group-1176133511"}}' 2024-02-28 21:21:36,211 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/groups/cc95c9df-86fc-45d4-bb40-9586b2595a65 0.030s 2024-02-28 21:21:36,211 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Ac cept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29c82012-9eed-4b5c-8545-4f4c1b517fea', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29c82012-9eed-4b5c-8545-4f4c1b517fea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/groups/cc95c9df-86fc-45d4-bb40-9586b2595a65'} Body: b'{"group": {"id": "cc95c9df-86fc-45d4-bb40-9586b2595a65", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T21:21:36.000000", "name": "tempest-GroupsV314Test-Group-1176133511", "description": null, "group_type": "ed5aa013-c58c-4ec4-b18b-f69b15793d66", "volume_types": ["126879be-ac70-4164-9ddf-affa1c408788"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:21:37,323 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/groups/cc95c9df-86fc-45d4-bb40-9586b2595a65 0.106s 2024-02-28 21:21:37,323 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f036ee6-4c2e-44fd-bf66-b18c5abfd54f', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f036ee6-4c2e-44fd-bf66-b18c5abfd54f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/groups/cc95c9df-86fc-45d4-bb40-9586b2595a65'} Body: b'{"group": {"id": "cc95c9df-86fc-45d4-bb40-9586b2595a65", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T21:21:36.000000", "name": "tempest-GroupsV314Test-Group-1176133511", "description": null, "group_type": "ed5aa013-c58c-4ec4-b18b-f69b15793d66", "volume_types": ["126879be-ac70-4164-9ddf-affa1c408788"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:21:37,408 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/volumes/detail 0.079s 2024-02-28 21:21:37,408 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d409b53-65c4-4455-adc0-ddd9da18a167', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d409b53-65c4-4455-adc0-ddd9da18a167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 21:21:37,500 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/groups/cc95c9df-86fc-45d4-bb40-9586b2595a65/action 0.079s 2024-02-28 21:21:37,501 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:37 GMT', 'server': 'Apache /2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf9c9a2d-cc1a-4549-b559-cc1a9a65b466', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/groups/cc95c9df-86fc-45d4-bb40-9586b2595a65/action'} Body: b'' 2024-02-28 21:21:37,520 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/groups/cc95c9df-86fc-45d4-bb40-9586b2595a65 0.019s 2024-02-28 21:21:37,521 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-c009c2cb-8104-4d46-bc59-1a2e03769180', 'x-openstack-request-id': 'req-c009c2cb-8104-4d46-bc59-1a2e03769180', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/groups/cc95c9df-86fc-45d4-bb40-9586b2595a65'} Body: b'{"itemNotFound": {"code": 404, "message": "Group cc95c9df-86fc-45d4-bb40-9586b2595a65 could not be found."}}' 2024-02-28 21:21:37,550 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/275cc30de0fd4596ab3f7883d7d07965/group_types/ed5aa013-c58c-4ec4-b18b-f69b15793d66 0.028s 2024-02-28 21:21:37,550 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aaa7b35-054a-4d39-92a8-5763cc2bec5b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/275cc30de0fd4596ab3f7883d7d07965/group_types/ed5aa013-c58c-4ec4-b18b-f69b15793d66'} Body: b'' 2024-02-28 21:21:37,602 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/275cc30de0fd4596ab3f7883d7d07965/types/126879be-ac70-4164-9ddf-affa1c408788 0.051s 2024-02-28 21:21:37,603 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21: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-4e3bdd47-5155-4249-8f29-25002bf897b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/275cc30de0fd4596ab3f7883d7d07965/types/126879be-ac70-4164-9ddf-affa1c408788'} Body: b'' 2024-02-28 21:21:37,620 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/275cc30de0fd4596ab3f7883d7d07965/types/126879be-ac70-4164-9ddf-affa1c408788 0.016s 2024-02-28 21:21:37,620 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Ve rsion', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-50c728bc-070e-4168-9174-f315a9a4aa8f', 'x-openstack-request-id': 'req-50c728bc-070e-4168-9174-f315a9a4aa8f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/275cc30de0fd4596ab3f7883d7d07965/types/126879be-ac70-4164-9ddf-affa1c408788'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 126879be-ac70-4164-9ddf-affa1c408788 could not be found."}}' {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.263011s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.354733s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.016156s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.152587s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.029597s] ... ok {8} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.018699s] ... ok {7} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.013716s] ... ok {7} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.260885s] ... ok {8} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [1.785462s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 144, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e67550c2-23bb-4289-ae4a-efc1bc08402d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:21:43,186 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes 0.361s 2024-02-28 21:21:43,187 85796 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-2115031727"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeecb12f-bda3-44cd-bb1f-1d49404eb8f7', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeecb12f-bda3-44cd-bb1f-1d49404eb8f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes'} Body: b'{"volume": {"id": "e67550c2-23bb-4289-ae4a-efc1bc08402d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:43.123324", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2115031727", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d"}], "user_id": "2c74f5267c0146f7acb14bc2a7b7c10e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2024-02-28 21:21:43,246 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d 0.048s 2024-02-28 21:21:43,246 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4072d63-6f28-4bcb-937d-73965649d42a', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4072d63-6f28-4bcb-937d-73965649d42a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d'} Body: b'{"volume": {"id": "e67550c2-23bb-4289-ae4a-efc1bc08402d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:43.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2115031727", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d"}], "user_id": "2c74f5267c0146f7acb14bc2a7b7c10e", "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": "f4aa792dc37b487489f12b288efbfba6"}}' 2024-02-28 21:21:44,301 85796 INFO [tempest.lib.common.rest_client] Request (Volumes TransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d 0.042s 2024-02-28 21:21:44,302 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4762dded-29c0-418b-bc37-dee03fffe4be', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4762dded-29c0-418b-bc37-dee03fffe4be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d'} Body: b'{"volume": {"id": "e67550c2-23bb-4289-ae4a-efc1bc08402d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:43.000000", "updated_at": "2024-02-28T21:21:43.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2115031727", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d"}], "user_id": "2c74f5267c0146f7acb14bc2a7b7c10e", "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": "f4aa792dc37b487489f12b288efbfba6"}}' 2024-02-28 21:21:44,355 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d 0.039s 2024-02-28 21:21:44,355 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c643f6dc-186d-455c-a69c-c2ade071b5da', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c643f6dc-186d-455c-a69c-c2ade071b5da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d'} Body: b'{"volume": {"id": "e67550c2-23bb-4289-ae4a-efc1bc08402d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:43.000000", "updated_at": "2024-02-28T21:21:43.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2115031727", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d"}], "user_id": "2c74f5267c0146f7acb14bc2a7b7c10e", "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": "f4aa792dc37b487489f12b288efbfba6"}}' 2024-02-28 21:21:44,585 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d 0.218s 2024-02-28 21:21:44,585 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:44 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-06515c19-50da-4b04-ab38-0a802e64d24e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d'} Body: b'' 2024-02-28 21:21:44,609 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d 0.022s 2024-02-28 21:21:44,609 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:44 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-80347bde-ec79-47c0-ad0c-d99d3efeb36e', 'x-openstack-request-id': 'req-80347bde-ec79-47c0-ad0c-d99d3efeb36e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e67550c2-23bb-4289-ae4a-efc1bc08402d could not be found."}}' {8} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [1.517742s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 150, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:21:44,814 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes 0.202s 2024-02-28 21:21:44,815 85796 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-960318664"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37b45b93-1344-4977-913f-76b88668ee99', 'content-length': '885', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37b45b93-1344-4977-913f-76b88668ee99', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes'} Body: b'{"volume": {"id": "7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:44.749271", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-960318664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e"}], "user_id": "2c74f5267c0146f7acb14bc2a7b7c10e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2024-02-28 21:21:44,872 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e 0.047s 2024-02-28 21:21:44,873 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8922bada-ade0-4706-ac75-ede51e025919', 'content-length': '953', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8922bada-ade0-4706-ac75-ede51e025919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e'} Body: b'{"volume": {"id": "7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:45.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-960318664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e"}], "user_id": "2c74f5267c0146f7acb14bc2a7b7c10e", "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": "f4aa792dc37b487489f12b288efbfba6"}}' 2024-02-28 21:21:45,927 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV3 57Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e 0.040s 2024-02-28 21:21:45,927 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61849c9a-9d7e-4bda-8422-7fd3c47f3110', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61849c9a-9d7e-4bda-8422-7fd3c47f3110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e'} Body: b'{"volume": {"id": "7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:45.000000", "updated_at": "2024-02-28T21:21:45.000000", "name": "tempest-VolumesTransfersV357Test-Volume-960318664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e"}], "user_id": "2c74f5267c0146f7acb14bc2a7b7c10e", "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": "f4aa792dc37b487489f12b288efbfba6"}}' 2024-02-28 21:21:45,993 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e 0.054s 2024-02-28 21:21:45,993 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5cd0259-7809-42b3-8cd7-8fd332b03ac8', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5cd0259-7809-42b3-8cd7-8fd332b03ac8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e'} Body: b'{"volume": {"id": "7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:45.000000", "updated_at": "2024-02-28T21:21:45.000000", "name": "tempest-VolumesTransfersV357Test-Volume-960318664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e"}], "user_id": "2c74f5267c0146f7acb14bc2a7b7c10e", "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": "f4aa792dc37b487489f12b288efbfba6"}}' 2024-02-28 21:21:46,104 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e 0.098s 2024-02-28 21:21:46,105 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:46 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-5d9b1a69-44f4-490e-835b-7516aa0142e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e'} Body: b'' 2024-02-28 21:21:46,128 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e 0.023s 2024-02-28 21:21:46,129 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:46 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-a040a08e-a0aa-4079-9b35-c73c12203430', 'x-openstack-request-id': 'req-a040a08e-a0aa-4079-9b35-c73c12203430', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e could not be found."}}' {8} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {7} setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e3ab1bdd-d2a9-4f31-86d4-e2ca3a5bad7d failed to build and is in ERROR status {7} setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_list.py", line 89, in resource_setup volume = cls.create_volume(metadata=cls.metadata) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 60f9ab52-3f04-49a2-b35a-a747b2f11f33 failed to build and is in ERROR status {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.160747s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.060709s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.012847s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.063945s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.014511s] ... ok {7} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [1.592783s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 65, in test_volume_from_snapshot_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 39d2203c-e075-4b7e-81be-072be6d8135e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:21:59,196 85794 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes 0.251s 2024-02-28 21:21:59,196 85794 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-268206132"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e325a068-278e-44c0-b07e-c9ef692a62a5', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e325a068-278e-44c0-b07e-c9ef692a62a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes'} Body: b'{"volume": {"id": "39d2203c-e075-4b7e-81be-072be6d8135e", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T21:21:59.130520", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-268206132", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e"}], "user_id": "e650fa83af4f4e3991734be2e14d508b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:21:59,268 85794 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e 0.060s 2024-02-28 21:21:59,268 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1c8dde3-09d8-46d3-b8f0-654a2890e043', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1c8dde3-09d8-46d3-b8f0-654a2890e043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e'} Body: b'{"volume": {"id": "39d2203c-e075-4b7e-81be-072be6d8135e", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T21:21:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-268206132", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e"}], "user_id": "e650fa83af4f4e3991734be2e14d508b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "393007ff2d634af6a6a27d89fb81ca12"}}' 2024-02-28 21:22:00,328 85794 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e 0.037s 2024-02-28 21:22:00,328 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83aae0c4-a410-4105-a462-e39c346d8690', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83aae0c4-a410-4105-a462-e39c346d8690', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e'} Body: b'{"volume": {"id": "39d2203c-e075-4b7e-81be-072be6d8135e", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T21:21:59.000000", "updated_at": "2024-02-28T21:21:59.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-268206132", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e"}], "user_id": "e650fa83af4f4e3991734be2e14d508b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "393007ff2d634af6a6a27d89fb81ca12"}}' 2024-02-28 21:22:00,382 85794 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e 0.042s 2024-02-28 21:22:00,383 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3a438b5-c9f7-493a-bcd4-5e94df10210d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3a438b5-c9f7-493a-bcd4-5e94df10210d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e'} Body: b'{"volume": {"id": "39d2203c-e075-4b7e-81be-072be6d8135e", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T21:21:59.000000", "updated_at": "2024-02-28T21:21:59.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-268206132", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e"}], "user_id": "e650fa83af4f4e3991734be2e14d508b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "393007ff2d634af6a6a27d89fb81ca12"}}' 2024-02-28 21:22:00,514 85794 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e 0.119s 2024-02-28 21:22:00,514 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22: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-9b0d8b34-fdda-4aee-b84f-990bbb80a2a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e'} Body: b'' 2024-02-28 21:22:00,536 85794 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e 0.021s 2024-02-28 21:22:00,536 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22: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-2d8fd225-bc32-4b12-b543-e5a82a359401', 'x-openstack-request-id': 'req-2d8fd225-bc32-4b12-b543-e5a82a359401', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 39d2203c-e075-4b7e-81be-072be6d8135e could not be found."}}' {7} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {9} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [114.682611s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 114, in test_delete_server_while_in_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 17002a44-6d23-4b19-a083-076710fa5986 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:11,536 85798 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.115s 2024-02-28 21:20:11,537 85798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2811', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ab42e4c9-ba2b-4135-9c48-ac6d5fddc40b', '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": "4a1b398d7b654d6ea41e481b0e526818", "name": "tempest-DeleteServersTestJSON-31926447-project-member", "password_expires_at": null}, "audit_ids": ["ooTrJWAKRkmk6lPD0-ZtHw"], "expires_at": "2024-02-28T22:20:11.000000Z", "issued_at": "2024-02-28T21:20:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ff0a0245a504feabf40df3bc55ec96d", "name": "tempest-DeleteServersTestJSON-31926447"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6ff0a0245a504feabf40df3bc55ec96d", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:20:11,537 85798 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '3e1c085d-b65c-4049-aab0-361932c9c0cb', 'name': 'tempest-DeleteServersTestJSON-138752098-network', 'tenant_id': '6ff0a0245a504feabf40df3bc55ec96d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6ff0a0245a504feabf40df3bc55ec96d', 'port_security_enabled': True, 'r outer:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59536, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:19:48Z', 'updated_at': '2024-02-28T21:19:48Z', 'revision_number': 1} available for tenant 2024-02-28 21:20:13,267 85798 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.728s 2024-02-28 21:20:13,267 85798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-437340123", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "networks": [{"uuid": "3e1c085d-b65c-4049-aab0-361932c9c0cb"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/485a5393-9b5c-47e5-b832-82cbb12a979f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-398b89c5-df8f-4fcc-89fa-482cbc7002c0', 'x-compute-request-id': 'req-398b89c5-df8f-4fcc-89fa-482cbc7002c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "485a5393-9b5c-47e5-b832-82cbb12a979f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/485a5393-9b5c-47e5-b832-82cbb12a979f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/485a5393-9b5c-47e5-b832-82cbb12a979f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ki3XFNEZV7fp"}}' 2024-02-28 21:20:13,504 85798 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/485a5393-9b5c-47e5-b832-82cbb12a979f 0.234s 2024-02-28 21:20:13,504 85798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1206', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a983ebc-3dac-4a24-a0dc-01d7fd1338c3', 'x-compute-request-id': 'req-0a983ebc-3dac-4a24-a0dc-01d7fd1338c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/485a5393-9b5c-47e5-b832-82cbb12a979f'} Body: b'{"server": {"id": "485a5393-9b5c-47e5-b832-82cbb12a979f", "name": "tempest-DeleteServersTestJSON-server-437340123", "status": "BUILD", "tenant_id": "6ff0a0245a504feabf40df3bc55ec96d", "user_id": "4a1b398d7b654d6ea41e481b0e526818", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:13Z", "updated": "2024-02-28T21:20:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/485a5393-9b5c-47e5-b832-82cbb12a979f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/485a5393-9b5c-47e5-b832-82cbb12a979f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-S RV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:21:04,614 85798 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/485a5393-9b5c-47e5-b832-82cbb12a979f 1.047s 2024-02-28 21:21:04,614 85798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:03 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-31b91e6c-5767-4e85-a0c2-038e4ad2bfc3', 'x-compute-request-id': 'req-31b91e6c-5767-4e85-a0c2-038e4ad2bfc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/485a5393-9b5c-47e5-b832-82cbb12a979f'} Body: b'{"server": {"id": "485a5393-9b5c-47e5-b832-82cbb12a979f", "name": "tempest-DeleteServersTestJSON-server-437340123", "status": "ACTIVE", "tenant_id": "6ff0a0245a504feabf40df3bc55ec96d", "user_id": "4a1b398d7b654d6ea41e481b0e526818", "metadata": {}, "hostId": "d065e94da547e8b5d8b735e246a1db1edfc1fef69cb779fd6e157012", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:13Z", "updated": "2024-02-28T21:20:30Z", "addresses": {"tempest-DeleteServersTestJSON-138752098-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:a1:00"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/485a5393-9b5c-47e5-b832-82cbb12a979f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/485a5393-9b5c-47e5-b832-82cbb12a979f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:20:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:21:04,627 85798 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 21:22:04,915 85798 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d/volumes 0.229s 2024-02-28 21:22:04,916 85798 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-1447025927"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a59f274-e94a-4df6-9f11-450f817e04ec', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a59f274-e94a-4df6-9f11-450f817e04ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d/volumes'} Body: b'{"volume": {"id": "17002a44-6d23-4b19-a083-076710fa5986", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:04.853177", "upd ated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1447025927", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d/volumes/17002a44-6d23-4b19-a083-076710fa5986"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ff0a0245a504feabf40df3bc55ec96d/volumes/17002a44-6d23-4b19-a083-076710fa5986"}], "user_id": "4a1b398d7b654d6ea41e481b0e526818", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:22:04,970 85798 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d/volumes/17002a44-6d23-4b19-a083-076710fa5986 0.043s 2024-02-28 21:22:04,971 85798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0889cf02-f346-433c-bc41-9c5b38d92485', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0889cf02-f346-433c-bc41-9c5b38d92485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d/volumes/17002a44-6d23-4b19-a083-076710fa5986'} Body: b'{"volume": {"id": "17002a44-6d23-4b19-a083-076710fa5986", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:05.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1447025927", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d/volumes/17002a44-6d23-4b19-a083-076710fa5986"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ff0a0245a504feabf40df3bc55ec96d/volumes/17002a44-6d23-4b19-a083-076710fa5986"}], "user_id": "4a1b398d7b654d6ea41e481b0e526818", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ff0a0245a504feabf40df3bc55ec96d"}}' 2024-02-28 21:22:06,038 85798 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d/volumes/17002a44-6d23-4b19-a083-076710fa5986 0.053s 2024-02-28 21:22:06,038 85798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80b72ead-3d2a-4dc9-9534-9847b7547ceb', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80b72ead-3d2a-4dc9-9534-9847b7547ceb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d/volumes/17002a44-6d23-4b19-a083-076710fa5986'} Body: b'{"volume": {"id": "17002a44-6d23-4b19-a083-076710fa5986", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:05.000000", "updated_at": "2024-02-28T21:22:05.000000", "name": "tempest-DeleteServersTestJSON-volume-1447025927", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d/volumes/17002a44 -6d23-4b19-a083-076710fa5986"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ff0a0245a504feabf40df3bc55ec96d/volumes/17002a44-6d23-4b19-a083-076710fa5986"}], "user_id": "4a1b398d7b654d6ea41e481b0e526818", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ff0a0245a504feabf40df3bc55ec96d"}}' {2} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [121.534298s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 70, in test_update_attached_volume_with_nonexistent_volume_in_body volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 30078315-cf3e-4fd2-94d1-909c86958ba7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:25,873 85784 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:20:26,152 85784 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.278s 2024-02-28 21:20:26,153 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1749071549", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNaROSZ0Z3Zv0u1emilK26tG9jIObKW3O1r8uD0IUYu4HEJG9Zf1ahwZ13gjumpXuWWfFgvV26yjeYmOj7X5qNWlODsEOBqxW3en7ylAypjmor7PvoHzvENAipjqWYVdCA=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d531642-c825-4ab8-b174-6706f2c433ad', 'x-compute-request-id': 'req-3d531642-c825-4ab8-b174-6706f2c433ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1749071549", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNaROSZ0Z3Zv0u1emilK26tG9jIObKW3O1r8uD0IUYu4HEJG9Zf1ahwZ13gjumpXuWWfFgvV26yjeYmOj7X5qNWlODsEOBqxW3en7ylAypjmor7PvoHzvENAipjqWYVdCA==", "fingerprint": "8f:5f:b6:1a:cc:91:64:63:8c:60:d3:1c:d7:01:7e:56", "user_id": "989f947712234594818fc600c2ac3c48"}}' 2024-02-28 21:20:26,156 85784 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1749071549 created 2024-02-28 21:20:26,828 85784 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.671s 2024-02-28 21:20:26,828 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--610796671", "description": "tempest-description--2140422941"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-f554617c-c95b-4ce8-83d5-ece3057ffe3c', 'date': 'Wed, 28 Feb 2024 21:20:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "63a62fad-cf19-475c-b406-05ea514fcb66", "name": "tempest-securitygroup--610796671", "stateful": true, "tenant_id": "845e64684cac4f64b090c211a3c490b1", "description": "tempest-description--2140422941", "shared": false, "security_group_rules": [{"id": "116515b9-6207-4de0-a876-1b57b43fed5c", "project_id": "845e64684cac4f64b090c211a3c490b1", "tenant_id": "845e64684cac4f64b090c211a3c490b1", "security_group_id": "63a62fad-cf19-475c-b406-05ea514fcb66", "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": 342, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:20:26Z", "updated_at": "2024-02-28T21:20:26Z", "revision_number": 0}, {"id": "65dfb7d1-90ff-42be-b3cb-8f1d8b5178a1", "project_id": "845e64684cac4f64b090c211a3c490b1", "tenant_id": "845e64684cac4f64b090c211a3c490b1", "security_group_id": "63a62fad-cf19-475c-b406-05ea514fcb66", "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": 343, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:20:26Z", "updated_at": "2024-02-28T21:20:26Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:20:26Z", "updated_at": "2024-02-28T21:20:26Z", "revision_number": 1, "project_id": "845e64684cac4f64b090c211a3c490b1"}}' 2024-02-28 21:20:27,787 85784 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.958s 2024-02-28 21:20:27,787 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "63a62fad-cf19-475c-b406-05ea514fcb66", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-5f8eeab5-a67c-49f8-a173-44e38f53744a', 'date': 'Wed, 28 Feb 2024 21:20:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c78c1757-b5a6-4fe8-aba2-4d8d8e15c710", "project_id": "845e64684cac4f64b090c211a3c490b1", "tenant_id": "845e64684cac4f64b090c211a3c490b1", "security_group_id": "63a62fad-cf19-475c-b406-05ea514fcb66", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:20:27Z", "updated_at": "2024-02-28T21:20:27Z", "revision_number": 0}}' 2024-02-28 21:20:28,961 85784 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.173s 2024-02-28 21:20:28,961 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "63a62fad-cf19-475c-b406-05ea514fcb66", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-bf87bc64-eff1-44b6-b886-49f9ad6bc224', 'date': 'Wed, 28 Feb 2024 21:20:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1966258b-2507-4846-b1e2-9521079d9592", "project_id": "845e64684cac4f64b090c211a3c490b1", "tenant_id": "845e64684cac4f64b090c211a3c490b1", "security_group_id": "63a62fad-cf19-475c-b406-05ea514fcb66", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:20:28Z", "updated_at": "2024-02-28T21:20:28Z", "revision_number": 0}}' 2024-02-28 21:20:28,962 85784 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--610796671 created 2024-02-28 21:20:31,135 85784 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.172s 2024-02-28 21:20:31,136 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/js on', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-175928b9-8659-4f97-b25a-78a3c2f3ed34', 'date': 'Wed, 28 Feb 2024 21:20:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "872d2a44-a5c5-4bf8-b820-75062b49c357", "tenant_id": "845e64684cac4f64b090c211a3c490b1", "floating_ip_address": "172.24.4.66", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "845e64684cac4f64b090c211a3c490b1", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:20:30Z", "updated_at": "2024-02-28T21:20:30Z", "revision_number": 0}}' 2024-02-28 21:20:31,136 85784 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '872d2a44-a5c5-4bf8-b820-75062b49c357', 'tenant_id': '845e64684cac4f64b090c211a3c490b1', 'floating_ip_address': '172.24.4.66', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '845e64684cac4f64b090c211a3c490b1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:20:30Z', 'updated_at': '2024-02-28T21:20:30Z', 'revision_number': 0, 'ip': '172.24.4.66'} created 2024-02-28 21:20:31,397 85784 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.249s 2024-02-28 21:20:31,398 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:31 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-ebab205e-270e-4315-a989-e96e71c52daa', '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": "989f947712234594818fc600c2ac3c48", "name": "tempest-VolumesAdminNegativeTest-1359212026-project-member", "password_expires_at": null}, "audit_ids": ["qGpcjv3ARTGVVtQw0GV9dA"], "expires_at": "2024-02-28T22:20:31.000000Z", "issued_at": "2024-02-28T21:20:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "845e64684cac4f64b090c211a3c490b1", "name": "tempest-VolumesAdminNegativeTest-1359212026"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/845e64684cac4f64b090c211a3c490b1", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:20:31,399 85784 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '5e2db359-04da-47d0-a596-4fef24c88009', 'name': 'tempest-VolumesAdminNegativeTest-374740936-network', 'tenant_id': '845e64684cac4f64b090c211a3c490b1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '845e64684cac4f64b090c211a3c490b1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33667, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:19:48Z', 'updated_at': '2024-02-28T21:19:48Z', 'revision_number': 1} available for tenant 2024-02-28 21:20:31,400 85784 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1749071549', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNaROSZ0Z3Zv0u1emilK26tG9jIObKW3O1r8uD0IUYu4HEJG9Zf1ahwZ13gjumpXuWWfFgvV26yjeYmOj7X5qNWlODsEOBqxW3en7ylAypjmor7PvoHzvENAipjqWYVdCA==', 'fingerprint': '8f:5f:b6:1a:cc:91:64:63:8c:60:d3:1c:d7:01:7e:56', 'user_id': '989f947712234594818fc600c2ac3c48', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDArg1uFV6x/Ri2tXT1w52+0czd5o85bHj9t8bt4ka4gvv7gwygPhr9D\nDikAJ1Rc4b2gBwYFK4EEACKhZANiAATWkTkmdGd2b9LtXpopSturRvYyDmyltzta\n/Lg9CFGLuBxCRvWX9WocGdd4I7pqV7llnxYL1duso3mJjo+1+ajVpTg7BDgasVt3\np+8pQMqY5qK+z76B87xDQIqY6lmFXQg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '63a62fad-cf19-475c-b406-05ea514fcb66', 'name': 'tempest-securitygroup--610796671', 'stateful': True, 'tenant_id': '845e64684cac4f64b090c211a3c490b1', 'description': 'tempest-description--2140422941', 'shared': False, 'security_group_rules': [{'id': '116515b9-6207-4de0-a876-1b57b43fed5c', 'project_id': '845e64684cac4f64b090c211a3c490b1', 'tenant_id': '845e64684cac4f64b090c211a3c490b1', 'security_group_id': '63a62fad-cf19-475c-b406-05ea514fcb66', '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': 342, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:20:26Z', 'updated_at': '2024-02-28T21:20:26Z', 'revision_number': 0}, {'id': '65dfb7d1-90ff-42be-b3cb-8f1d8b5178a1', 'project_id': '845e64684cac4f64b090c211a3c490b1', 'tenant_id': '845e64684cac4f64b090c211a3c490b1', 'security_group_id': '63a62fad-cf19-475c-b406-05ea514fcb66', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'po rt_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 343, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:20:26Z', 'updated_at': '2024-02-28T21:20:26Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:20:26Z', 'updated_at': '2024-02-28T21:20:26Z', 'revision_number': 1, 'project_id': '845e64684cac4f64b090c211a3c490b1'}, 'floating_ip': {'id': '872d2a44-a5c5-4bf8-b820-75062b49c357', 'tenant_id': '845e64684cac4f64b090c211a3c490b1', 'floating_ip_address': '172.24.4.66', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '845e64684cac4f64b090c211a3c490b1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:20:30Z', 'updated_at': '2024-02-28T21:20:30Z', 'revision_number': 0, 'ip': '172.24.4.66'}} 2024-02-28 21:20:33,992 85784 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 202 POST http://10.0.0.210/compute/v2.1/servers 2.590s 2024-02-28 21:20:33,993 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1370314065", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "networks": [{"uuid": "5e2db359-04da-47d0-a596-4fef24c88009"}], "security_groups": [{"name": "tempest-securitygroup--610796671"}], "key_name": "tempest-keypair-1749071549", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ffad06b-2554-4fd2-ae8e-33ee52fcf888', 'x-compute-request-id': 'req-7ffad06b-2554-4fd2-ae8e-33ee52fcf888', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "aedd64a8-32a4-4c51-9f22-75e0dbe141f6", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--610796671"}], "adminPass": "5eBiRS7gVxZt"}}' 2024-02-28 21:20:34,227 85784 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/aedd64a8-32a4-4c51-9f22-75e0dbe141f6 0.229s 2024-02-28 21:20:34,227 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:33 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-eb69c844-754e-4cd5-8361-24462aa79aa8', 'x-compute-request-id': 'req-eb69c844-754e-4cd5-8361-24462aa79aa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6'} Body: b'{"server": {"id": "aedd64a8-32a4-4c51-9f22-75e0dbe141f6", "n ame": "tempest-VolumesAdminNegativeTest-server-1370314065", "status": "BUILD", "tenant_id": "845e64684cac4f64b090c211a3c490b1", "user_id": "989f947712234594818fc600c2ac3c48", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:34Z", "updated": "2024-02-28T21:20:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1749071549", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:21:24,753 85784 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/aedd64a8-32a4-4c51-9f22-75e0dbe141f6 0.458s 2024-02-28 21:21:24,753 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82690cb8-6c4a-4f93-ab33-0492a8b31144', 'x-compute-request-id': 'req-82690cb8-6c4a-4f93-ab33-0492a8b31144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6'} Body: b'{"server": {"id": "aedd64a8-32a4-4c51-9f22-75e0dbe141f6", "name": "tempest-VolumesAdminNegativeTest-server-1370314065", "status": "ACTIVE", "tenant_id": "845e64684cac4f64b090c211a3c490b1", "user_id": "989f947712234594818fc600c2ac3c48", "metadata": {}, "hostId": "ee40f9bd011ee30f7eb7d613e57018ece13fb4c5f2e2a0654141b5e3", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:33Z", "updated": "2024-02-28T21:20:47Z", "addresses": {"tempest-VolumesAdminNegativeTest-374740936-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:3c:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1749071549", "OS-SRV-USG:launched_at": "2024-02-28T21:20:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--610796671"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:21:24,767 85784 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:22:24,978 85784 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 GE T http://10.0.0.210/compute/v2.1/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6/os-interface 0.150s 2024-02-28 21:22:24,979 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:24 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-6233da98-1a42-433d-b75d-d7dd984144fb', 'x-compute-request-id': 'req-6233da98-1a42-433d-b75d-d7dd984144fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5e2db359-04da-47d0-a596-4fef24c88009", "port_id": "7d380b35-ed57-44b3-9654-6384e49fe322", "mac_addr": "fa:16:3e:ed:3c:96", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "6755b5f6-d9e5-4a6c-990e-44010a2ca1be", "ip_address": "10.0.0.8"}]}]}' 2024-02-28 21:22:25,940 85784 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/872d2a44-a5c5-4bf8-b820-75062b49c357 0.957s 2024-02-28 21:22:25,940 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "7d380b35-ed57-44b3-9654-6384e49fe322"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-9a44052e-aef3-4403-9670-a2f230d4faa3', 'date': 'Wed, 28 Feb 2024 21:22:25 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/872d2a44-a5c5-4bf8-b820-75062b49c357'} Body: b'{"floatingip": {"id": "872d2a44-a5c5-4bf8-b820-75062b49c357", "tenant_id": "845e64684cac4f64b090c211a3c490b1", "floating_ip_address": "172.24.4.66", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "030fe301-9271-4709-afe0-f0f3f3afc078", "port_id": "7d380b35-ed57-44b3-9654-6384e49fe322", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5e2db359-04da-47d0-a596-4fef24c88009", "mac_address": "fa:16:3e:ed:3c:96", "admin_state_up": true, "status": "ACTIVE", "device_id": "aedd64a8-32a4-4c51-9f22-75e0dbe141f6", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:20:30Z", "updated_at": "2024-02-28T21:22:25Z", "revision_number": 1, "project_id": "845e64684cac4f64b090c211a3c490b1"}}' 2024-02-28 21:22:25,943 85784 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.66:22' as 'cirros' with public key authentication 2024-02-28 21:22:25,963 85784 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:22:26,074 85784 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:22:26,075 85784 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.66 successfully created 2024-02-28 21:22:26,278 85784 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/845e64684cac4f64b090c211a3c490b1/volumes 0.202s 2024-02-28 21:22:26,278 85784 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-985987236"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json' , 'x-compute-request-id': 'req-40d30607-f408-4889-9135-1899f7eb6bcd', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40d30607-f408-4889-9135-1899f7eb6bcd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes'} Body: b'{"volume": {"id": "30078315-cf3e-4fd2-94d1-909c86958ba7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:26.221725", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-985987236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes/30078315-cf3e-4fd2-94d1-909c86958ba7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/845e64684cac4f64b090c211a3c490b1/volumes/30078315-cf3e-4fd2-94d1-909c86958ba7"}], "user_id": "989f947712234594818fc600c2ac3c48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:22:26,335 85784 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/845e64684cac4f64b090c211a3c490b1/volumes/30078315-cf3e-4fd2-94d1-909c86958ba7 0.045s 2024-02-28 21:22:26,335 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03314789-2a81-456f-8fe8-477bc76254ee', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03314789-2a81-456f-8fe8-477bc76254ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes/30078315-cf3e-4fd2-94d1-909c86958ba7'} Body: b'{"volume": {"id": "30078315-cf3e-4fd2-94d1-909c86958ba7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:26.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-985987236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes/30078315-cf3e-4fd2-94d1-909c86958ba7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/845e64684cac4f64b090c211a3c490b1/volumes/30078315-cf3e-4fd2-94d1-909c86958ba7"}], "user_id": "989f947712234594818fc600c2ac3c48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "845e64684cac4f64b090c211a3c490b1"}}' 2024-02-28 21:22:27,392 85784 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/845e64684cac4f64b090c211a3c490b1/volumes/30078315-cf3e-4fd2-94d1-909c86958ba7 0.043s 2024-02-28 21:22:27,392 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c25eca09-feb1-4a27-bfe8-8859242ae53c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c25eca09-feb1-4a27-bfe8-8859242ae53c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.2 10/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes/30078315-cf3e-4fd2-94d1-909c86958ba7'} Body: b'{"volume": {"id": "30078315-cf3e-4fd2-94d1-909c86958ba7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:26.000000", "updated_at": "2024-02-28T21:22:26.000000", "name": "tempest-VolumesAdminNegativeTest-volume-985987236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes/30078315-cf3e-4fd2-94d1-909c86958ba7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/845e64684cac4f64b090c211a3c490b1/volumes/30078315-cf3e-4fd2-94d1-909c86958ba7"}], "user_id": "989f947712234594818fc600c2ac3c48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "845e64684cac4f64b090c211a3c490b1"}}' {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [170.750867s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 89, in test_attach_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c9074039-47c4-4e7d-b917-bcb3af6273c0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:09,945 85800 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:20:09,945 85800 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:20:10,251 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.304s 2024-02-28 21:20:10,252 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2004656149", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOyFzB2Y9SW0Y1cdJXDJV3nvzxS/cLuulgQCu6Zc/bfVA8nP5KZR/WfbUeLluQ1NiOGnLOu3bgSLcK4cu3xUFKUeAIVvNZo+owd9dUNu/OxQkrUpKLqw93rEOtF1S5IHrg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:09 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-32e3e7ea-3d32-4374-9acb-abbf036d444f', 'x-compute-request-id': 'req-32e3e7ea-3d32-4374-9acb-abbf036d444f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2004656149", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOyFzB2Y9SW0Y1cdJXDJV3nvzxS/cLuulgQCu6Zc/bfVA8nP5KZR/WfbUeLluQ1NiOGnLOu3bgSLcK4cu3xUFKUeAIVvNZo+owd9dUNu/OxQkrUpKLqw93rEOtF1S5IHrg==", "fingerprint": "b6:8c:8b:b5:5d:c6:24:db:eb:5f:1f:a2:ee:8e:98:0b", "user_id": "b1babd0d20bf4845a3cafaa81cd28f78"}}' 2024-02-28 21:20:10,254 85800 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2004656149 created 2024-02-28 21:20:10,477 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.222s 2024-02-28 21:20:10,477 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--600021059", "description": "tempest-description--7323426"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1657', 'x-openstack-request-id': 'req-2238257a-1032-4e66-93e1-d18d85867b65', 'date': 'Wed, 28 Feb 2024 21:20:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "97e9aab5-eb65-4272-add3-590c3fc5a8e5", "name": "tempest-securitygroup--600021059", "stateful": true, "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "description": "tempest-description--7323426", "shared": false, "security_group_rules": [{"id": "6506a7c3-cd7b-4e23-b2f0-bb461545fc33", "project_id": "95531591de364b8b86b5c4d43ff475bc", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "security_group_id": "97e9aab5-eb65-4272-add3-590c3fc5a8e5", "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": 260, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:20:10Z", "updated_at": "2024-02-28T21:20:10Z", "revision_number": 0}, {"id": "818f3874-7669-41ec-acac-d13f2a6ffcb7", "project_id": "95531591de364b8b86b5c4d43ff475bc", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "security_group_id": "97e9aab5-eb65-4272-add3-590c3fc5a8e5", "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": 259, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:20:10Z", "updated_at": "2024-02-28T21:20:10Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:20:10Z", "updated_at": "2024-02-28T21:20:10Z", "revision_number": 1, "project_id": "95531591de364b8b86b5c4d43ff475bc"}}' 2024-02-28 21:20:10,734 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.256s 2024-02-28 21:20:10,734 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "97e9aab5-eb65-4272-add3-590c3fc5a8e5", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-b032b8cc-25c7-4d25-986a-21db6bf2e268', 'date': 'Wed, 28 Feb 2024 21:20:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b31811c5-4e69-47f1-af91-52d365a970a8", "project_id": "95531591de364b8b86b5c4d43ff475bc", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "security_group_id": "97e9aab5-eb65-4272-add3-590c3fc5a8e5", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:20:10Z", "updated_at": "2024-02-28T21:20:10Z", "revision_number": 0}}' 2024-02-28 21:20:11,011 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.277s 2024-02-28 21:20:11,012 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "97e9aab5-eb65-4272-add3-590c3fc5a8e5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-309df6c5-d992-4edd-a0c9-dc8569dc1612', 'date': 'Wed, 28 Feb 2024 21:20:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d14a224e-2548-4212-8498-9529c46669a8", "project_id": "95531591de364b8b86b5c4d43ff475bc", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "security_group_id": "97e9aab5-eb65-4272-add3-590c3fc5a8e5", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:20:10Z", "updated_at": "2024-02-28T21:20:10Z", "revision_number": 0}}' 2024-02-28 21:20:11,013 85800 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--600021059 created 2024-02-28 21:20:12,101 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.087s 2024-02-28 21:20:12,101 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff76 a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-afc7420a-a60a-45cb-ac94-f8cca4b80191', 'date': 'Wed, 28 Feb 2024 21:20:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6fb69627-06d1-4785-b68b-aee57ff01b26", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "floating_ip_address": "172.24.4.111", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "95531591de364b8b86b5c4d43ff475bc", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:20:11Z", "updated_at": "2024-02-28T21:20:11Z", "revision_number": 0}}' 2024-02-28 21:20:12,101 85800 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6fb69627-06d1-4785-b68b-aee57ff01b26', 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'floating_ip_address': '172.24.4.111', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '95531591de364b8b86b5c4d43ff475bc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:20:11Z', 'updated_at': '2024-02-28T21:20:11Z', 'revision_number': 0, 'ip': '172.24.4.111'} created 2024-02-28 21:20:12,279 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.124s 2024-02-28 21:20:12,279 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:12 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-9574d29f-9d55-49a4-8747-ef5520210567', '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": "b1babd0d20bf4845a3cafaa81cd28f78", "name": "tempest-AttachVolumeTestJSON-1468279415-project-member", "password_expires_at": null}, "audit_ids": ["xvIaQG-kSiKOlNPXt0yFJw"], "expires_at": "2024-02-28T22:20:12.000000Z", "issued_at": "2024-02-28T21:20:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "95531591de364b8b86b5c4d43ff475bc", "name": "tempest-AttachVolumeTestJSON-1468279415"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/95531591de364b8b86b5c4d43ff475bc", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:20:12,280 85800 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '278315ee-223d-4596-9692-2c3881d1dc2a', 'name': 'tempest-AttachVolumeTestJSON-112097840-network', 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '95531591de364b8b86b5c4d43ff475bc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9020, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:19:49Z', 'updated_at': '2024-02-28T21:19:49Z', 'revision_number': 1} available for tenant 2024-02-28 21:20:12,281 85800 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2004656149', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOyFzB2Y9SW0Y1cdJXDJV3nvzxS/cLuulgQCu6Zc/bfVA8nP5KZR/WfbUeLluQ1NiOGnLOu3bgSLcK4cu3xUFKUeAIVvNZo+owd9dUNu/OxQkrUpKLqw93rEOtF1S5IHrg==', 'fingerprint': 'b6:8c:8b:b5:5d:c6:24:db:eb:5f:1f:a2:ee:8e:98:0b', 'user_id': 'b1babd0d20bf4845a3cafaa81cd28f78', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDANvy1xKIM7t4KzsVvg2FKpBkVU2R6XThYAkO70yu3XNVVelmuKCNxY\nztlZ8fZIbp+gBwYFK4EEACKhZANiAATshcwdmPUltGNXHSVwyVd5788Uv3C7rpYE\nArumXP231QPJz+SmUf1n21Hi5bkNTYjhpyzrt24Ei3CuHLt8VBSlHgCFbzWaPqMH\nfXVDbvzsUJK1KSi6sPd6xDrRdUuSB64=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '97e9aab5-eb65-4272-add3-590c3fc5a8e5', 'name': 'tempest-securitygroup--600021059', 'stateful': True, 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'description': 'tempest-description--7323426', 'shared': False, 'security_group_rules': [{'id': '6506a7c3-cd7b-4e23-b2f0-bb461545fc33', 'project_id': '95531591de364b8b86b5c4d43ff475bc', 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'security_group_id': '97e9aab5-eb65-4272-add3-590c3fc5a8e5', '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': 260, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:20:10Z', 'updated_at': '2024-02-28T21:20:10Z', 'revision_number': 0}, {'id': '818f3874-7669-41ec-acac-d13f2a6ffcb7', 'project_id': '95531591de364b8b86b5c4d43ff475bc', 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'security_group_id': '97e9aab5-eb65-4272-add3-590c3fc5a8e5', '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': 259, 'belongs_to_default_sg': Fal se, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:20:10Z', 'updated_at': '2024-02-28T21:20:10Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:20:10Z', 'updated_at': '2024-02-28T21:20:10Z', 'revision_number': 1, 'project_id': '95531591de364b8b86b5c4d43ff475bc'}, 'floating_ip': {'id': '6fb69627-06d1-4785-b68b-aee57ff01b26', 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'floating_ip_address': '172.24.4.111', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '95531591de364b8b86b5c4d43ff475bc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:20:11Z', 'updated_at': '2024-02-28T21:20:11Z', 'revision_number': 0, 'ip': '172.24.4.111'}} 2024-02-28 21:20:13,929 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.648s 2024-02-28 21:20:13,930 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-922254669", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "278315ee-223d-4596-9692-2c3881d1dc2a"}], "security_groups": [{"name": "tempest-securitygroup--600021059"}], "key_name": "tempest-keypair-2004656149", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d616848-ced1-4bf0-bcb9-14f6ef4cb0e4', 'x-compute-request-id': 'req-8d616848-ced1-4bf0-bcb9-14f6ef4cb0e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e4eaa8a1-3850-409d-be03-1db020d1839c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4eaa8a1-3850-409d-be03-1db020d1839c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--600021059"}], "adminPass": "password"}}' 2024-02-28 21:20:14,080 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c 0.147s 2024-02-28 21:20:14,080 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1229', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13b461d7-4b12-4b49-afde-e5995efa789f', 'x-compute-request-id': 'req-13b461d7-4b12-4b49-afde-e5995efa789f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c'} Body: b'{"server": {"id": "e4eaa8a1-3850-409d-be03-1db020d1839c", "name": "tempest-AttachVolumeTestJSON-server-922254669", "status": "BUILD", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97- 62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:14Z", "updated": "2024-02-28T21:20:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4eaa8a1-3850-409d-be03-1db020d1839c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2004656149", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:21:04,821 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c 0.679s 2024-02-28 21:21:04,822 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3e52630-db00-4c8e-9e7b-c1c1e1722042', 'x-compute-request-id': 'req-c3e52630-db00-4c8e-9e7b-c1c1e1722042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c'} Body: b'{"server": {"id": "e4eaa8a1-3850-409d-be03-1db020d1839c", "name": "tempest-AttachVolumeTestJSON-server-922254669", "status": "ACTIVE", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "metadata": {}, "hostId": "283a3a6f7eb6ab2640c3648022e522c6d094dbe425e01642bea43a0f", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:13Z", "updated": "2024-02-28T21:20:30Z", "addresses": {"tempest-AttachVolumeTestJSON-112097840-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:80:5b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4eaa8a1-3850-409d-be03-1db020d1839c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004656149", "OS-SRV-USG:launched_at": "2024-02-28T21:20:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--600021059"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:21:04,835 85800 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:22:05,068 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c/os-interface 0.173s 2024-02-28 21:22:05,069 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'d ate': 'Wed, 28 Feb 2024 21:22:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e813af40-fcb1-4578-90e7-41ba39075f95', 'x-compute-request-id': 'req-e813af40-fcb1-4578-90e7-41ba39075f95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "278315ee-223d-4596-9692-2c3881d1dc2a", "port_id": "790a5a95-0331-4bac-a4dc-78c7837878f2", "mac_addr": "fa:16:3e:f9:80:5b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "bbc5be3f-6d12-463f-adc9-5b747563e09e", "ip_address": "10.0.0.6"}]}]}' 2024-02-28 21:22:06,701 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/6fb69627-06d1-4785-b68b-aee57ff01b26 1.628s 2024-02-28 21:22:06,701 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "790a5a95-0331-4bac-a4dc-78c7837878f2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-2eeed6ef-04bf-42c5-8813-ed3d6e068b3f', 'date': 'Wed, 28 Feb 2024 21:22:06 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/6fb69627-06d1-4785-b68b-aee57ff01b26'} Body: b'{"floatingip": {"id": "6fb69627-06d1-4785-b68b-aee57ff01b26", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "floating_ip_address": "172.24.4.111", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "e25eaa6e-8cdc-4120-9525-b5a29f864789", "port_id": "790a5a95-0331-4bac-a4dc-78c7837878f2", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "278315ee-223d-4596-9692-2c3881d1dc2a", "mac_address": "fa:16:3e:f9:80:5b", "admin_state_up": true, "status": "ACTIVE", "device_id": "e4eaa8a1-3850-409d-be03-1db020d1839c", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:20:11Z", "updated_at": "2024-02-28T21:22:05Z", "revision_number": 1, "project_id": "95531591de364b8b86b5c4d43ff475bc"}}' 2024-02-28 21:22:06,703 85800 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.111:22' as 'cirros' with public key authentication 2024-02-28 21:22:06,720 85800 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:22:06,827 85800 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:22:06,828 85800 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.111 successfully created 2024-02-28 21:22:06,945 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c/ips 0.116s 2024-02-28 21:22:06,946 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:06 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-88f6e442-998c-47bb-a888-1a33d32f4956', 'x-compute-request-id': 'req-88f6e442-998c-47bb-a888-1a33d32f4956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c/ips'} Body: b'{"addresses": {"t empest-AttachVolumeTestJSON-112097840-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2024-02-28 21:22:06,949 85800 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.111:22' as 'cirros' with public key authentication 2024-02-28 21:22:06,951 85800 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:22:07,189 85800 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:22:07,190 85800 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.111 successfully created 2024-02-28 21:22:07,190 85800 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2024-02-28 21:22:07,191 85800 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.111:22' as 'cirros' with public key authentication 2024-02-28 21:22:07,193 85800 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:22:07,475 85800 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:22:07,478 85800 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.111 successfully created 2024-02-28 21:22:08,050 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes 0.560s 2024-02-28 21:22:08,050 85800 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-688046576"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4baba525-2df4-4f3a-952a-ed2168f17a57', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4baba525-2df4-4f3a-952a-ed2168f17a57', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes'} Body: b'{"volume": {"id": "c9074039-47c4-4e7d-b917-bcb3af6273c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:07.749659", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-688046576", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/c9074039-47c4-4e7d-b917-bcb3af6273c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/95531591de364b8b86b5c4d43ff475bc/volumes/c9074039-47c4-4e7d-b917-bcb3af6273c0"}], "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:22:08,106 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/c9074039-47c4-4e7d-b917-bcb3af6273c0 0.042s 2024-02-28 21:22:08,106 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7343736-9f62-400c-91f1-e3d6409cd817', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7343736-9f62-400c-91f1-e3d6409cd817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/c9074039-47c4-4e7d-b917-bcb3af6273c0'} Body: b'{"volume": { "id": "c9074039-47c4-4e7d-b917-bcb3af6273c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:08.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-688046576", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/c9074039-47c4-4e7d-b917-bcb3af6273c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/95531591de364b8b86b5c4d43ff475bc/volumes/c9074039-47c4-4e7d-b917-bcb3af6273c0"}], "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "95531591de364b8b86b5c4d43ff475bc"}}' 2024-02-28 21:22:09,163 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/c9074039-47c4-4e7d-b917-bcb3af6273c0 0.044s 2024-02-28 21:22:09,163 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74eba23d-5769-483b-94ee-9424e7b2ab2f', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74eba23d-5769-483b-94ee-9424e7b2ab2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/c9074039-47c4-4e7d-b917-bcb3af6273c0'} Body: b'{"volume": {"id": "c9074039-47c4-4e7d-b917-bcb3af6273c0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:08.000000", "updated_at": "2024-02-28T21:22:08.000000", "name": "tempest-AttachVolumeTestJSON-volume-688046576", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/c9074039-47c4-4e7d-b917-bcb3af6273c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/95531591de364b8b86b5c4d43ff475bc/volumes/c9074039-47c4-4e7d-b917-bcb3af6273c0"}], "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "95531591de364b8b86b5c4d43ff475bc"}}' 2024-02-28 21:22:09,440 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c 0.263s 2024-02-28 21:22:09,440 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:09 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-5520e605-091c-468c-b198-be1c790ede17', 'x-compute-request-id': 'req-5520e605-091c-468c-b198-be1c790ede17', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c'} Body: b'' 2024-02-28 21:22:09,731 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c 0.289s 2024-02-28 21:22:09,731 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Cont ent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45aecf42-fa3d-4b71-ada9-5f1598941ca3', 'x-compute-request-id': 'req-45aecf42-fa3d-4b71-ada9-5f1598941ca3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c'} Body: b'{"server": {"id": "e4eaa8a1-3850-409d-be03-1db020d1839c", "name": "tempest-AttachVolumeTestJSON-server-922254669", "status": "ACTIVE", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "metadata": {}, "hostId": "283a3a6f7eb6ab2640c3648022e522c6d094dbe425e01642bea43a0f", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:13Z", "updated": "2024-02-28T21:22:09Z", "addresses": {"tempest-AttachVolumeTestJSON-112097840-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:80:5b"}, {"version": 4, "addr": "172.24.4.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:80:5b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4eaa8a1-3850-409d-be03-1db020d1839c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004656149", "OS-SRV-USG:launched_at": "2024-02-28T21:20:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--600021059"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:22:59,802 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c 0.036s 2024-02-28 21:22:59,802 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:59 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-c7a0975c-6aca-4d7a-a3b0-635962218580', 'x-compute-request-id': 'req-c7a0975c-6aca-4d7a-a3b0-635962218580', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e4eaa8a1-3850-409d-be03-1db020d1839c could not be found."}}' 2024-02-28 21:22:59,833 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2004656149 0.030s 2024-02-28 21:22:59,833 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-v ersion': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f8c18e1-4b3c-4ea7-a274-a7fcbf4a7f94', 'x-compute-request-id': 'req-4f8c18e1-4b3c-4ea7-a274-a7fcbf4a7f94', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2004656149'} Body: b'' 2024-02-28 21:22:59,993 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/97e9aab5-eb65-4272-add3-590c3fc5a8e5 0.159s 2024-02-28 21:22:59,993 85800 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-cd1db3c5-ffac-4640-a303-6a7635fa9f54', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:22:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/97e9aab5-eb65-4272-add3-590c3fc5a8e5'} Body: b'' 2024-02-28 21:23:00,023 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/97e9aab5-eb65-4272-add3-590c3fc5a8e5 0.029s 2024-02-28 21:23:00,024 85800 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-0c1f09f5-ffa3-4183-86d2-3f970c055a9d', 'date': 'Wed, 28 Feb 2024 21:23:00 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/97e9aab5-eb65-4272-add3-590c3fc5a8e5'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 97e9aab5-eb65-4272-add3-590c3fc5a8e5 does not exist", "detail": ""}}' 2024-02-28 21:23:00,694 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/6fb69627-06d1-4785-b68b-aee57ff01b26 0.669s 2024-02-28 21:23:00,694 85800 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-5d8552ed-f639-402f-84cd-fc3794d84056', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:23:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/6fb69627-06d1-4785-b68b-aee57ff01b26'} Body: b'' {9} setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_snapshots_actions.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 58d00f4f-c23e-4ef4-b41d-c0f6772ba262 failed to build and is in ERROR status {9} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {9} setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_metadata.py", line 29, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3665fdb7-eba1-42bc-8cb6-ab9aedbfac33 failed to build and is in ERROR status {9} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.121548s] ... ok {9} setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 41, in resource_setup cls.volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 63048af3-4856-4b9c-9204-683a41cddc91 failed to build and is in ERROR status {9} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {9} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [1.573905s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_revert.py", line 47, in setUp self.volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2b7b18dc-475f-4817-a2cb-e8bec391cd31 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:23:26,544 85798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes 0.448s 2024-02-28 21:23:26,544 85798 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-274634372"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b668c80f-6789-4cd6-9deb-96c8fce27c6d', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b668c80f-6789-4cd6-9deb-96c8fce27c6d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes'} Body: b'{"volume": {"id": "2b7b18dc-475f-4817-a2cb-e8bec391cd31", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:23:26.429673", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-274634372", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/2b7b18dc-475f-4817-a2cb-e8bec391cd31"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/feb5e550bb004c56a998c35c88e590df/volumes/2b7b18dc-475f-4817-a2cb-e8bec391cd31"}], "user_id": "99165988779b4343989a85f470cde2dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2024-02-28 21:23:26,596 85798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/2b7b18dc-475f-4817-a2cb-e8bec391cd31 0.040s 2024-02-28 21:23:26,597 85798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-588e9156-3e8c-48b7-a65e-4566c210c743', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-588e9156-3e8c-48b7-a65e-4566c210c743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/2b7b18dc-475f-4817-a2cb-e8bec391cd31'} Body: b'{"volume": {"id": "2b7b18dc-475f-4817-a2cb-e8bec391cd31", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:23:26.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-274634372", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/2b7b18dc-475f-4817-a2cb-e8bec391cd31"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/feb5e550bb004c56a998c35c88e590df/volumes/2b7b18dc-475f-4817-a2cb-e8bec391cd31"}], "user_id": "99165988779b4343989a85f470cde2dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "feb5e550bb004c56a998c35c88e590df"}}' 2024-02-28 21:23:27,656 85798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/2b7b18dc-475f-4817-a2cb-e8bec391cd31 0.042s 2024-02-28 21:23:27,656 85798 DEBUG [tempest.lib.common.rest_cl ient] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f1a3496-2aaf-4686-b6f5-15d6c30d0a4f', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f1a3496-2aaf-4686-b6f5-15d6c30d0a4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/2b7b18dc-475f-4817-a2cb-e8bec391cd31'} Body: b'{"volume": {"id": "2b7b18dc-475f-4817-a2cb-e8bec391cd31", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:23:26.000000", "updated_at": "2024-02-28T21:23:27.000000", "name": "tempest-VolumeRevertTests-Volume-274634372", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/2b7b18dc-475f-4817-a2cb-e8bec391cd31"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/feb5e550bb004c56a998c35c88e590df/volumes/2b7b18dc-475f-4817-a2cb-e8bec391cd31"}], "user_id": "99165988779b4343989a85f470cde2dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "feb5e550bb004c56a998c35c88e590df"}}' {9} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [1.324976s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_revert.py", line 47, in setUp self.volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e9178ee1-70e7-432b-b32e-80c746bd3cdf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:23:27,880 85798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes 0.208s 2024-02-28 21:23:27,880 85798 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-268573249"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-916991b5-88e4-4b18-a57b-e9a4db27cfc4', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-916991b5-88e4-4b18-a57b-e9a4db27cfc4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes'} Body: b'{"volume": {"id": "e9178ee1-70e7-432b-b32e-80c746bd3cdf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:23:27.822142", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-268573249", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/e9178ee1-70e7-432b-b32e-80c746bd3cdf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/feb5e550bb004c56a998c35c88e590df/volumes/e9178ee1-70e7-432b-b32e-80c746bd3cdf"}], "user_id": "99165988779b4343989a85f470cde2dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2024-02-28 21:23:27,930 85798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/e9178ee1-70e7-432b-b32e-80c746bd3cdf 0.037s 2024-02-28 21:23:27,931 85798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aabeaffa-350f-41d3-9427-150ac73d8363', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aabeaffa-350f-41d3-9427-150ac73d8363', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/e9178ee1-70e7-432b-b32e-80c746bd3cdf'} Body: b'{"volume": {"id": "e9178ee1-70e7-432b-b32e-80c746bd3cdf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:23:28.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-268573249", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/e9178ee1-70e7-432b-b32e-80c746bd3cdf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/feb5e550bb004c56a998c35c88e590df/volumes/e9178ee1-70e7-432b-b32e-80c746bd3cdf"}], "user_id": "99165988779b4343989a85f470cde2dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "feb5e550bb004c56a998c35c88e590df"}}' 2024-02-28 21:23:28,982 85798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/e9178ee1-70e7-432b-b32e-80c746bd3cdf 0.038s 2024-02-28 21:23:28,983 85798 DEBUG [tempest.lib.common.rest_cl ient] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbad9d4a-3a57-4de7-a0ec-b809e001b5f5', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbad9d4a-3a57-4de7-a0ec-b809e001b5f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/e9178ee1-70e7-432b-b32e-80c746bd3cdf'} Body: b'{"volume": {"id": "e9178ee1-70e7-432b-b32e-80c746bd3cdf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:23:28.000000", "updated_at": "2024-02-28T21:23:28.000000", "name": "tempest-VolumeRevertTests-Volume-268573249", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/e9178ee1-70e7-432b-b32e-80c746bd3cdf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/feb5e550bb004c56a998c35c88e590df/volumes/e9178ee1-70e7-432b-b32e-80c746bd3cdf"}], "user_id": "99165988779b4343989a85f470cde2dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "feb5e550bb004c56a998c35c88e590df"}}' {9} setUpClass (cinder_tempest_plugin.rbac.v3.test_volumes.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {0} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject [171.502358s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 186, in test_old_versions_reject volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3d72a274-88f2-4187-bf65-83b431333992 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:59,931 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.150s 2024-02-28 21:20:59,932 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2853', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9123cdae-dd87-4387-a936-10249648d789', '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": "1db974a7a3c743268cedeb1ae9bd8669", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1237079411-project-member", "password_expires_at": null}, "audit_ids": ["yhwf7e_DSwS-36W6DZo7LQ"], "expires_at": "2024-02-28T22:20:59.000000Z", "issued_at": "2024-02-28T21:20:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fcb13e88e33b47bea08717e2e0d28118", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1237079411"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fcb13e88e33b47bea08717e2e0d28118", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:20:59,932 85780 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '7691c54b-5499-4058-9e9e-ea47a155a2f3', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-649315468-network', 'tenant_id': 'fcb13e88e33b47bea08717e2e0d28118', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fcb13e8 8e33b47bea08717e2e0d28118', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16392, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:20:28Z', 'updated_at': '2024-02-28T21:20:28Z', 'revision_number': 1} available for tenant 2024-02-28 21:20:59,933 85780 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:20:59,933 85780 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:21:00,149 85780 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.214s 2024-02-28 21:21:00,150 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1474352142", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPVYlq/5znvheU2aHvQfPmQZ2JboSeIeNgrRc+bmu5M8vHHD1Jf4nBMYlHpyqDdNzNVv4Apcs3jfz4zUI2tDSvd+fqyuRh6WEEgJXh4CXH++QENwTcTIqSD2YLp1LJ0mWg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20: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-c33c2e18-f8b2-4467-82ab-82d3fa581063', 'x-compute-request-id': 'req-c33c2e18-f8b2-4467-82ab-82d3fa581063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1474352142", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPVYlq/5znvheU2aHvQfPmQZ2JboSeIeNgrRc+bmu5M8vHHD1Jf4nBMYlHpyqDdNzNVv4Apcs3jfz4zUI2tDSvd+fqyuRh6WEEgJXh4CXH++QENwTcTIqSD2YLp1LJ0mWg==", "fingerprint": "a2:44:18:71:64:a9:68:d1:db:86:a9:f5:4c:69:05:b6", "user_id": "1db974a7a3c743268cedeb1ae9bd8669"}}' 2024-02-28 21:21:00,152 85780 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1474352142 created 2024-02-28 21:21:00,634 85780 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.481s 2024-02-28 21:21:00,635 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--742181665", "description": "tempest-description--976916919"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-1193beaf-e4c8-4f78-adde-776b11f9631e', 'date': 'Wed, 28 Feb 2024 21:21:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fad03719-80a5-4024-8e3e-ae8b95229ed1", "name": "tempest-securitygroup--742181665", "stateful": true, "tenant_id": "fcb13e88e33b47bea08717e2e0d28118", "description": "tempest-description--976916919", "shared": false, "security_group_rules": [{"id": "813b3e10-5d57-4b92-acdf-0cac16c0980e", "project_id": "fcb13e88e33b47bea08717e2e0d28118", "tenant_id": "fcb13e88e33b47bea08717e2e0d28118", "security_group_id": "fad03719-80a5-4024-8e3e-ae8b95229ed1", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_i d": 466, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:21:00Z", "updated_at": "2024-02-28T21:21:00Z", "revision_number": 0}, {"id": "d749f3ff-6c5d-4725-9bc1-01495bcd0967", "project_id": "fcb13e88e33b47bea08717e2e0d28118", "tenant_id": "fcb13e88e33b47bea08717e2e0d28118", "security_group_id": "fad03719-80a5-4024-8e3e-ae8b95229ed1", "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": 467, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:21:00Z", "updated_at": "2024-02-28T21:21:00Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:21:00Z", "updated_at": "2024-02-28T21:21:00Z", "revision_number": 1, "project_id": "fcb13e88e33b47bea08717e2e0d28118"}}' 2024-02-28 21:21:01,095 85780 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.459s 2024-02-28 21:21:01,095 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fad03719-80a5-4024-8e3e-ae8b95229ed1", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-bc0c8cc3-2a12-4878-bb65-83189c969d0f', 'date': 'Wed, 28 Feb 2024 21:21: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": "c5cf9b91-d4c3-4bfb-bac9-35266c4142ca", "project_id": "fcb13e88e33b47bea08717e2e0d28118", "tenant_id": "fcb13e88e33b47bea08717e2e0d28118", "security_group_id": "fad03719-80a5-4024-8e3e-ae8b95229ed1", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:21:00Z", "updated_at": "2024-02-28T21:21:00Z", "revision_number": 0}}' 2024-02-28 21:21:01,673 85780 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.573s 2024-02-28 21:21:01,673 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fad03719-80a5-4024-8e3e-ae8b95229ed1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-294f3339-0f9e-4714-ae19-ed5817a7d5df', 'date': 'Wed, 28 Feb 2024 21:21: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": "54e929b7-b7d8-4f44-ac1d-f56906d0b269", "project_id": "fcb13e88e33b47bea08717e2e0d28118", "tenant_id": "fcb13e88e33b47bea08717e2e0d28118", "security_group_id": "fad03719-80a5-4024-8e3e-ae8b95229ed1", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:21:01Z", "updated_at": "2024-02-28T21:21:01Z", "revision_number": 0}}' 2024-02-28 21:21:01,673 85780 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--742181665 created 2024-02-28 21:21:04,682 85780 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.008s 2024-02-28 21:21:04,683 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-d0dad68b-b0ad-4f30-a130-56f44c49141a', 'date': 'Wed, 28 Feb 2024 21:21:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fd10437e-0e66-41a1-847f-0ab16a33b6f2", "tenant_id": "fcb13e88e33b47bea08717e2e0d28118", "floating_ip_address": "172.24.4.94", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fcb13e88e33b47bea08717e2e0d28118", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:21:03Z", "updated_at": "2024-02-28T21:21:03Z", "revision_number": 0}}' 2024-02-28 21:21:04,683 85780 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fd10437e-0e66-41a1-847f-0ab16a33b6f2', 'tenant_id': 'fcb13e88e33b47bea08717e2e0d28118', 'floating_ip_address': '172.24.4.94', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fcb13e88e33b47bea08717e2e0d28118', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:21:03Z', 'updated_at': '2024-02-28T21:21:03Z', 'revision_number': 0, 'ip': '172.24.4.94'} created 2024-02-28 21:21:04,684 85780 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1474352142', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPVYlq/5znvheU2aHvQfPmQZ2JboSeIeNgrRc+bmu5M8vHHD1Jf4nBMYlHpyqDdNzNVv4Apcs3jfz4zUI2tDSvd+fqyuRh6WEEgJXh4CXH++QENwTcTIqSD2YLp1LJ0mWg==', 'fingerprint': 'a2:44:18:71:64:a9:68:d1:db:86:a9:f5:4c:69:05:b6', 'user_id': '1db974a7a3c743268cedeb1ae9bd8669', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA785olC6+MFEbc2NSaK1X1PiQkPZzmy6Z0/L/vIlmvfnUE8DTm0w8K\nZkF/Uib5CTmgBwYFK4EEACKhZANiAAT1WJav+c574XlNmh70Hz5kGdiW6EniHjYK\n0XPm5ruTPLxxw9SX+JwTGJR6cqg3TczVb+AKXLN438+M1CNrQ0r3fn6srkYelhBI\nCV4eAlx/vkBDcE3EyKkg9mC6dSydJlo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fad03719-80a5-4024-8e3e-ae8b95229ed1', 'name': 'tempest-securitygroup--742181665', 'stateful': True, 'tenant_id': 'fcb13e88e33b47bea08717e2e0d28118', 'description': 'tempest-description--976916919', 'shared': False, 'security_group_rules': [{'id': '813b3e10-5d57-4b92-acdf-0cac16c0980e', 'project_id': 'fcb13e88e33b47bea08717e2e0d28118', 'tenant_id': 'fcb13e88e33b47bea08717e2e0d28118', 'security_group_id': 'fad03719-80a5-4024-8e3e-ae8b95229ed1', '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': 466, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:21:00Z', 'updated_at': '2024-02-28T21:21:00Z', 'revision_number': 0}, {'id': 'd749f3ff-6c5d-4725-9bc1-01495bcd0967', 'project_id': 'fcb13e88e33b47bea08717e2e0d28118', 'tenant_id': 'fcb13e88e33b47bea08717e2e0d28118', 'security_group_id': 'fad03719-80a5-4024-8e3e-ae8b95229ed1', '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': 467, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:21:00Z', 'updated_at': '2024-02-28T21:21:00Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:21:00Z', 'updated_at': '2024-02-28T21:21:00Z', 'revision_number': 1, 'project_id': 'fcb13e88e33b47bea08717e2e0d28118'}, 'floating_ip': {'id': 'fd10437e-0e66-41a1-847f-0ab16a33b6f2', 'tenant_id': 'fcb13e88e33b47bea08717e2e0d28118', 'floating_ip_address': '172.24.4.94', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fcb13e88e33b47bea08717e2e0d28118', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:21:03Z', 'updated_at': '2024-02-28T21:21:03Z', 'revision_number': 0, 'ip': '172.24.4.94'}} 2024-02-28 21:21:06,394 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/compute/v2.1/servers 1.710s 2024-02-28 21:21:06,395 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-327091560", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "networks": [{"uuid": "7691c54b-5499-4058-9e9e-ea47a155a2f3"}], "security_groups": [{"name": "tempest-securitygroup--742181665"}], "key_name": "tempest-keypair-1474352142", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-248a3ab6-b253-4d27-a200-6635167717cb', 'x-compute-request-id': 'req-248a3ab6-b253-4d27-a200-6635167717cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "dccc9a05-9442-4bbe-a462-75452a5487d2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--742181665"}], "adminPass": "kzRUAMHhv5zM"}}' 2024-02-28 21:21:06,511 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2 0.113s 2024-02-28 21:21:06,512 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1249', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d893928-d829-4530-a3b3-d42e099027a9', 'x-compute-request-id': 'req-5d893928-d829-4530-a3b3-d42e099027a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2'} Body: b'{"server": {"id": "dccc9a05-9442-4bbe-a462-75452a5487d2", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-327091560", "status": "BUILD", "tenant_id ": "fcb13e88e33b47bea08717e2e0d28118", "user_id": "1db974a7a3c743268cedeb1ae9bd8669", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:06Z", "updated": "2024-02-28T21:21:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1474352142", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:21:56,796 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2 0.220s 2024-02-28 21:21:56,797 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1573', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-978f1a5b-8fdf-4fe2-b777-717acc53c0c0', 'x-compute-request-id': 'req-978f1a5b-8fdf-4fe2-b777-717acc53c0c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2'} Body: b'{"server": {"id": "dccc9a05-9442-4bbe-a462-75452a5487d2", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-327091560", "status": "ACTIVE", "tenant_id": "fcb13e88e33b47bea08717e2e0d28118", "user_id": "1db974a7a3c743268cedeb1ae9bd8669", "metadata": {}, "hostId": "7d4de660ebdad37f94055f529a7dbe3bb1b95f341f55097f9464891c", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:06Z", "updated": "2024-02-28T21:21:17Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-649315468-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:c0:30"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1474352142", "OS-SRV-USG:launched_at": "2024-02-28T21:21:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--742181665"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:21:56,816 85780 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:22:57,021 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2/os-interface 0.144 s 2024-02-28 21:22:57,021 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:56 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-33986c1e-85bb-48af-88a0-05fd629035b7', 'x-compute-request-id': 'req-33986c1e-85bb-48af-88a0-05fd629035b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "7691c54b-5499-4058-9e9e-ea47a155a2f3", "port_id": "565cf3e6-2d55-4ed8-ba7c-155c5e865f33", "mac_addr": "fa:16:3e:ed:c0:30", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "df49d765-9055-4d82-99e7-17d30ed8705c", "ip_address": "10.0.0.4"}]}]}' 2024-02-28 21:22:57,761 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/fd10437e-0e66-41a1-847f-0ab16a33b6f2 0.736s 2024-02-28 21:22:57,762 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "565cf3e6-2d55-4ed8-ba7c-155c5e865f33"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-46a07707-9dfc-47be-8933-6d99db66a42f', 'date': 'Wed, 28 Feb 2024 21:22:57 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/fd10437e-0e66-41a1-847f-0ab16a33b6f2'} Body: b'{"floatingip": {"id": "fd10437e-0e66-41a1-847f-0ab16a33b6f2", "tenant_id": "fcb13e88e33b47bea08717e2e0d28118", "floating_ip_address": "172.24.4.94", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "e5246671-17e6-425c-8993-c879c22adf8b", "port_id": "565cf3e6-2d55-4ed8-ba7c-155c5e865f33", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "7691c54b-5499-4058-9e9e-ea47a155a2f3", "mac_address": "fa:16:3e:ed:c0:30", "admin_state_up": true, "status": "ACTIVE", "device_id": "dccc9a05-9442-4bbe-a462-75452a5487d2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:21:03Z", "updated_at": "2024-02-28T21:22:57Z", "revision_number": 1, "project_id": "fcb13e88e33b47bea08717e2e0d28118"}}' 2024-02-28 21:22:57,764 85780 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.94:22' as 'cirros' with public key authentication 2024-02-28 21:22:57,778 85780 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:22:57,887 85780 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:22:57,888 85780 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.94 successfully created 2024-02-28 21:22:58,348 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2 0.460s 2024-02-28 21:22:58,348 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1573', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55090eee-697a-44 8a-bd2c-d29c348de36c', 'x-compute-request-id': 'req-55090eee-697a-448a-bd2c-d29c348de36c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2'} Body: b'{"server": {"id": "dccc9a05-9442-4bbe-a462-75452a5487d2", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-327091560", "status": "ACTIVE", "tenant_id": "fcb13e88e33b47bea08717e2e0d28118", "user_id": "1db974a7a3c743268cedeb1ae9bd8669", "metadata": {}, "hostId": "7d4de660ebdad37f94055f529a7dbe3bb1b95f341f55097f9464891c", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:06Z", "updated": "2024-02-28T21:21:17Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-649315468-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:c0:30"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1474352142", "OS-SRV-USG:launched_at": "2024-02-28T21:21:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--742181665"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:22:58,562 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers 0.201s 2024-02-28 21:22:58,563 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '356', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d49f7e88-2dde-4e40-9eec-7dc3e3b3908b', 'x-compute-request-id': 'req-d49f7e88-2dde-4e40-9eec-7dc3e3b3908b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "dccc9a05-9442-4bbe-a462-75452a5487d2", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-327091560", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}]}]}' 2024-02-28 21:22:58,775 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes 0.208s 2024-02-28 21:22:58,776 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-2104439460", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-def8e5bd-6a86-4f7c-b31e-c4dcc5dc5f9d', 'content-length': '856', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-open stack-request-id': 'req-def8e5bd-6a86-4f7c-b31e-c4dcc5dc5f9d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes'} Body: b'{"volume": {"id": "3d72a274-88f2-4187-bf65-83b431333992", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:58.710805", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-2104439460", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992"}], "user_id": "1db974a7a3c743268cedeb1ae9bd8669", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2024-02-28 21:22:58,829 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992 0.041s 2024-02-28 21:22:58,829 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1feb2b83-357f-4e7c-89cf-aa089150d525', 'content-length': '924', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1feb2b83-357f-4e7c-89cf-aa089150d525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992'} Body: b'{"volume": {"id": "3d72a274-88f2-4187-bf65-83b431333992", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:59.000000", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-2104439460", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992"}], "user_id": "1db974a7a3c743268cedeb1ae9bd8669", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "fcb13e88e33b47bea08717e2e0d28118"}}' 2024-02-28 21:22:59,895 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992 0.052s 2024-02-28 21:22:59,895 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f1e0148-32da-4685-8e6c-b5626249b172', 'content-length': '945', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f1e0148-32da-4685-8e6c-b5626249b172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a2 74-88f2-4187-bf65-83b431333992'} Body: b'{"volume": {"id": "3d72a274-88f2-4187-bf65-83b431333992", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:59.000000", "updated_at": "2024-02-28T21:22:59.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-2104439460", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992"}], "user_id": "1db974a7a3c743268cedeb1ae9bd8669", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "fcb13e88e33b47bea08717e2e0d28118"}}' 2024-02-28 21:23:00,012 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992 0.100s 2024-02-28 21:23:00,012 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-799e371c-9d9c-4021-9277-f2a1b1aeaf71', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992'} Body: b'' 2024-02-28 21:23:00,038 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992 0.025s 2024-02-28 21:23:00,039 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5df99936-ab48-4f76-8db3-e7f19a1f2d9e', 'x-openstack-request-id': 'req-5df99936-ab48-4f76-8db3-e7f19a1f2d9e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3d72a274-88f2-4187-bf65-83b431333992 could not be found."}}' 2024-02-28 21:23:00,217 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2 0.177s 2024-02-28 21:23:00,217 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:00 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-fc183040-5126-431a-a213-64ce9b3ca924', 'x-compute-request-id': 'req-fc183040-5126-431a-a213-64ce9b3ca924', 'connection': 'close', 'status': '204', 'content-location': 'ht tp://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2'} Body: b'' 2024-02-28 21:23:00,576 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2 0.358s 2024-02-28 21:23:00,577 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1697', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e37b4ca-461e-4256-8695-a559e446d3f3', 'x-compute-request-id': 'req-2e37b4ca-461e-4256-8695-a559e446d3f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2'} Body: b'{"server": {"id": "dccc9a05-9442-4bbe-a462-75452a5487d2", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-327091560", "status": "ACTIVE", "tenant_id": "fcb13e88e33b47bea08717e2e0d28118", "user_id": "1db974a7a3c743268cedeb1ae9bd8669", "metadata": {}, "hostId": "7d4de660ebdad37f94055f529a7dbe3bb1b95f341f55097f9464891c", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:06Z", "updated": "2024-02-28T21:23:00Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-649315468-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:c0:30"}, {"version": 4, "addr": "172.24.4.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:c0:30"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1474352142", "OS-SRV-USG:launched_at": "2024-02-28T21:21:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--742181665"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:50,690 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2 0.043s 2024-02-28 21:23:50,690 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23: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-9e4de1da-c17c-44e9-875b-be79cae96750', 'x-compute-request-id': 'req-9e4de1da-c17c-44e9-875b-be79cae96750', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance dccc9a05-9442-4bbe-a462-75452a5487d2 could not be found."}}' 2024-02-28 21:23:50,730 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenari oOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1474352142 0.038s 2024-02-28 21:23:50,730 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23: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-72b0428a-1b4d-4b1c-bd70-4f16f41a6f06', 'x-compute-request-id': 'req-72b0428a-1b4d-4b1c-bd70-4f16f41a6f06', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1474352142'} Body: b'' 2024-02-28 21:23:50,887 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/fad03719-80a5-4024-8e3e-ae8b95229ed1 0.155s 2024-02-28 21:23:50,887 85780 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-249a1044-2774-4d45-b2bb-15eb7d90eefc', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:23:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fad03719-80a5-4024-8e3e-ae8b95229ed1'} Body: b'' 2024-02-28 21:23:50,912 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/fad03719-80a5-4024-8e3e-ae8b95229ed1 0.024s 2024-02-28 21:23:50,912 85780 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-25644db1-7303-45da-ae1a-ad3250a83ace', 'date': 'Wed, 28 Feb 2024 21:23:50 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fad03719-80a5-4024-8e3e-ae8b95229ed1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group fad03719-80a5-4024-8e3e-ae8b95229ed1 does not exist", "detail": ""}}' 2024-02-28 21:23:51,276 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/fd10437e-0e66-41a1-847f-0ab16a33b6f2 0.363s 2024-02-28 21:23:51,276 85780 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-266443ad-a672-4817-a67c-d1278e1bcefe', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:23:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/fd10437e-0e66-41a1-847f-0ab16a33b6f2'} Body: b'' {6} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [234.288023s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 249, in test_stable_device_rescue_disk_virtio_with_volume_attached waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b6b71f10-f147-4115-b038-b2da734cb07f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:03,371 85792 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/905efe9235d64bc0ab884e0190e91820/volumes 0.461s 2024-02-28 21:20:03,372 85792 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-253722759"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a154850-2453-4a64-bdc3-5cc1016f2598', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a154850-2453-4a64-bdc3-5cc1016f2598', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/905efe9235d64bc0ab884e0190e91820/volumes'} Body: b'{"volume": {"id": "b6b71f10-f147-4115-b038-b2da734cb07f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:03.290543", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-253722759", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/905efe9235d64bc0ab884e0190e91820/volumes/b6b71f10-f147-4115-b038-b2da734cb07f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/905efe9235d64bc0ab884e0190e91820/volumes/b6b71f10-f147-4115-b038-b2da734cb07f"}], "user_id": "7414cb94f7084d8093f6eac785a619c8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:03,383 85792 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:20:03,485 85792 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.101s 2024-02-28 21:20:03,486 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-429006374", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBItZdUAGQKRPCcU3s6IW/RBStYSCIeguWobnyW5MFoUYkH/Tyt1hlpE+WtI85fdmrvh2wIEoXk8dxM5Gt7YEjjukAFqn+4WlPeGDGLms3fafOW1KTRdyles/skYkLkjmAA=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7063d227-8944-46cc-b2d3-157962e0b426', 'x-compute-request-id': 'req-7063d227-8944-46cc-b2d3-157962e0b426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-429006374", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBItZdUAGQKRPCcU3s6IW/RBStYSCIeguWobnyW5MFoUYkH/Tyt1hlpE+WtI85fdmrvh2wIEoXk8dxM5Gt7YEjjukAFqn+4WlPeGDGLms3fafOW1KTRdyles/skYkLkjmAA==", "fingerprint": "96:a5:93:1d:5f:d2:88:2f:12:62:17:dc:ce:26:7a:fd", "user_id": "7414cb94f7084d8093f6eac785a619c8"}}' 2024-02-28 21:20:03,488 85792 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-429006374 created 2024-02-28 21:20:04,475 85792 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 .986s 2024-02-28 21:20:04,475 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1190560299", "description": "tempest-description--1473986668"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-04933b84-d785-49d5-91fd-df8062511d4a', 'date': 'Wed, 28 Feb 2024 21:20:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9d66da7f-27aa-453c-81e8-fe5a419df388", "name": "tempest-securitygroup--1190560299", "stateful": true, "tenant_id": "905efe9235d64bc0ab884e0190e91820", "description": "tempest-description--1473986668", "shared": false, "security_group_rules": [{"id": "a9fe1fc2-88d2-43d6-8d1a-110072d0f0d1", "project_id": "905efe9235d64bc0ab884e0190e91820", "tenant_id": "905efe9235d64bc0ab884e0190e91820", "security_group_id": "9d66da7f-27aa-453c-81e8-fe5a419df388", "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": 189, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:20:03Z", "updated_at": "2024-02-28T21:20:03Z", "revision_number": 0}, {"id": "ceb2b6d9-03b5-42f9-8bef-f4143af2934e", "project_id": "905efe9235d64bc0ab884e0190e91820", "tenant_id": "905efe9235d64bc0ab884e0190e91820", "security_group_id": "9d66da7f-27aa-453c-81e8-fe5a419df388", "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": 190, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:20:03Z", "updated_at": "2024-02-28T21:20:03Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:20:03Z", "updated_at": "2024-02-28T21:20:03Z", "revision_number": 1, "project_id": "905efe9235d64bc0ab884e0190e91820"}}' 2024-02-28 21:20:05,432 85792 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.956s 2024-02-28 21:20:05,432 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9d66da7f-27aa-453c-81e8-fe5a419df388", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-c9d9f71a-19a7-4ae6-8dbd-11086e71b30b', 'date': 'Wed, 28 Feb 2024 21:20: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": "290ce8c6-7cf9-4b18-ba20-dc81e276efb9", "project_id": "905efe9235d64bc0ab884e0190e91820", "tenant_id": "905efe9235d64bc0ab884e0190e91820", "security_group_id": "9d66da7f-27aa-453c-81e8-fe5a419df388", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:20:05Z", "updated_at": "2024-02-28T21:20:05Z", "revision_number": 0}}' 2024-02-28 21:20:06,625 85792 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:96 96/networking/v2.0/security-group-rules 1.192s 2024-02-28 21:20:06,625 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9d66da7f-27aa-453c-81e8-fe5a419df388", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-bdf543a0-d651-4c5e-8645-436fbc4e2774', 'date': 'Wed, 28 Feb 2024 21:20: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": "86ecf5bd-a6ce-4a4f-b969-9bf88a6dadcf", "project_id": "905efe9235d64bc0ab884e0190e91820", "tenant_id": "905efe9235d64bc0ab884e0190e91820", "security_group_id": "9d66da7f-27aa-453c-81e8-fe5a419df388", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:20:05Z", "updated_at": "2024-02-28T21:20:05Z", "revision_number": 0}}' 2024-02-28 21:20:06,626 85792 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1190560299 created 2024-02-28 21:20:09,148 85792 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.522s 2024-02-28 21:20:09,148 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-f824360d-89e9-473a-8a3a-8833170dad17', 'date': 'Wed, 28 Feb 2024 21:20:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8d402d58-cd1a-4248-bb2a-1b2a88210fec", "tenant_id": "905efe9235d64bc0ab884e0190e91820", "floating_ip_address": "172.24.4.206", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "905efe9235d64bc0ab884e0190e91820", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:20:07Z", "updated_at": "2024-02-28T21:20:07Z", "revision_number": 0}}' 2024-02-28 21:20:09,148 85792 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8d402d58-cd1a-4248-bb2a-1b2a88210fec', 'tenant_id': '905efe9235d64bc0ab884e0190e91820', 'floating_ip_address': '172.24.4.206', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '905efe9235d64bc0ab884e0190e91820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:20:07Z', 'updated_at': '2024-02-28T21:20:07Z', 'revision_number': 0, 'ip': '172.24.4.206'} created 2024-02-28 21:20:09,240 85792 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.087s 2024-02-28 21:20:09,240 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicat ion/json', 'content-length': '2829', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7dc054f0-edfd-4303-871e-ba81d800a153', '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": "7414cb94f7084d8093f6eac785a619c8", "name": "tempest-ServerStableDeviceRescueTest-1665939554-project-member", "password_expires_at": null}, "audit_ids": ["sWvmFP0NT9WvI1mLgZFZhQ"], "expires_at": "2024-02-28T22:20:09.000000Z", "issued_at": "2024-02-28T21:20:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "905efe9235d64bc0ab884e0190e91820", "name": "tempest-ServerStableDeviceRescueTest-1665939554"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/905efe9235d64bc0ab884e0190e91820", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/905efe9235d64bc0ab884e0190e91820", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/905efe9235d64bc0ab884e0190e91820", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:20:09,241 85792 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'd0bb18bd-1be1-4e18-bf10-0bae81962633', 'name': 'tempest-ServerStableDeviceRescueTest-1047699489-network', 'tenant_id': '905efe9235d64bc0ab884e0190e91820', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '905efe9235d64bc0ab884e0190e91820', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58030, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:19:48Z', 'updated_at': '2024-02-28T21:19:48Z', 'revision_number': 1} available for tenant 2024-02-28 21:20:09,241 85792 DEBUG [tempest.common. compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-429006374', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBItZdUAGQKRPCcU3s6IW/RBStYSCIeguWobnyW5MFoUYkH/Tyt1hlpE+WtI85fdmrvh2wIEoXk8dxM5Gt7YEjjukAFqn+4WlPeGDGLms3fafOW1KTRdyles/skYkLkjmAA==', 'fingerprint': '96:a5:93:1d:5f:d2:88:2f:12:62:17:dc:ce:26:7a:fd', 'user_id': '7414cb94f7084d8093f6eac785a619c8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA2WbgWwMXo1aZi5z4hPG4dJjnEIj1CI5ndXzl5Z7y+5JHbiy/QmwZ8\nqCDoH0GCOTWgBwYFK4EEACKhZANiAASLWXVABkCkTwnFN7OiFv0QUrWEgiHoLlqG\n58luTBaFGJB/08rdYZaRPlrSPOX3Zq74dsCBKF5PHcTORre2BI47pABap/uFpT3h\ngxi5rN32nzltSk0XcpXrP7JGJC5I5gA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9d66da7f-27aa-453c-81e8-fe5a419df388', 'name': 'tempest-securitygroup--1190560299', 'stateful': True, 'tenant_id': '905efe9235d64bc0ab884e0190e91820', 'description': 'tempest-description--1473986668', 'shared': False, 'security_group_rules': [{'id': 'a9fe1fc2-88d2-43d6-8d1a-110072d0f0d1', 'project_id': '905efe9235d64bc0ab884e0190e91820', 'tenant_id': '905efe9235d64bc0ab884e0190e91820', 'security_group_id': '9d66da7f-27aa-453c-81e8-fe5a419df388', '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': 189, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:20:03Z', 'updated_at': '2024-02-28T21:20:03Z', 'revision_number': 0}, {'id': 'ceb2b6d9-03b5-42f9-8bef-f4143af2934e', 'project_id': '905efe9235d64bc0ab884e0190e91820', 'tenant_id': '905efe9235d64bc0ab884e0190e91820', 'security_group_id': '9d66da7f-27aa-453c-81e8-fe5a419df388', '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': 190, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:20:03Z', 'updated_at': '2024-02-28T21:20:03Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:20:03Z', 'updated_at': '2024-02-28T21:20:03Z', 'revision_number': 1, 'project_id': '905efe9235d64bc0ab884e0190e91820'}, 'floating_ip': {'id': '8d402d58-cd1a-4248-bb2a-1b2a88210fec', 'tenant_id': '905efe9235d64bc0ab884e0190e91820', 'floating_ip_address': '172.24.4.206', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '905efe9235d64bc0ab884e0190e91820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:20:07Z', 'updated_at': '2024-02-28T21:20:07Z', 'revision_number': 0, 'ip': '172.24.4.206'}} 2024-02-28 21:20:10,497 85792 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.255s 2024-02-28 21:20:10,498 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-211978961", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "networks": [{"uuid": "d0bb18bd-1be1-4e18-bf10-0bae81962633"}], "security_groups": [{"name": "tempest-securitygroup--1190560299"}], "key_name": "tempest-keypair-429006374", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2', 'content-type' : 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d27c7fe2-2d90-4b56-a4f2-2326f0b7d767', 'x-compute-request-id': 'req-d27c7fe2-2d90-4b56-a4f2-2326f0b7d767', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "de5518fa-9f5b-4024-b717-8936dd2661d2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1190560299"}], "adminPass": "GWR5o7EuD8hd"}}' 2024-02-28 21:20:10,887 85792 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/de5518fa-9f5b-4024-b717-8936dd2661d2 0.386s 2024-02-28 21:20:10,887 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:10 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-2dc6cb8a-833d-4b84-89bd-c04c7b275322', 'x-compute-request-id': 'req-2dc6cb8a-833d-4b84-89bd-c04c7b275322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2'} Body: b'{"server": {"id": "de5518fa-9f5b-4024-b717-8936dd2661d2", "name": "tempest-ServerStableDeviceRescueTest-server-211978961", "status": "BUILD", "tenant_id": "905efe9235d64bc0ab884e0190e91820", "user_id": "7414cb94f7084d8093f6eac785a619c8", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:10Z", "updated": "2024-02-28T21:20:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-429006374", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:21:02,179 85792 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/de5518fa-9f5b-4024-b717-8936dd2661d2 1.228s 2024-02-28 21:21:02,179 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1550', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ec96423-717d-40ed-a769-69c6dc196834', 'x-compute-request-id': 'req-9ec96423-717d-40ed-a769-69c6dc196834', 'connection': 'close', 'status': '200', 'content-locatio n': 'http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2'} Body: b'{"server": {"id": "de5518fa-9f5b-4024-b717-8936dd2661d2", "name": "tempest-ServerStableDeviceRescueTest-server-211978961", "status": "ACTIVE", "tenant_id": "905efe9235d64bc0ab884e0190e91820", "user_id": "7414cb94f7084d8093f6eac785a619c8", "metadata": {}, "hostId": "d5a0a61638e2f866de9debb1efc7d60857c2b9542524247d93b3e451", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:10Z", "updated": "2024-02-28T21:20:30Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1047699489-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:cb:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-429006374", "OS-SRV-USG:launched_at": "2024-02-28T21:20:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1190560299"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:21:02,192 85792 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 52 second wait 2024-02-28 21:22:02,430 85792 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/de5518fa-9f5b-4024-b717-8936dd2661d2/os-interface 0.188s 2024-02-28 21:22:02,431 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:02 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-ce2ffef8-8891-40e6-a94d-0f62ce03f412', 'x-compute-request-id': 'req-ce2ffef8-8891-40e6-a94d-0f62ce03f412', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d0bb18bd-1be1-4e18-bf10-0bae81962633", "port_id": "a10cf567-e829-4ca2-88e1-3b1e89ddce8e", "mac_addr": "fa:16:3e:22:cb:91", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "20087aa8-de94-4a2d-834e-c4379d9eb8d7", "ip_address": "10.0.0.9"}]}]}' 2024-02-28 21:22:04,056 85792 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/8d402d58-cd1a-4248-bb2a-1b2a88210fec 1.621s 2024-02-28 21:22:04,056 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "a10cf567-e829-4ca2-88e1-3b1e89ddce8e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-944d77d1-ee61-4133-b517-686ece0b2334', 'date': 'Wed, 28 Feb 2024 21:22:04 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/8d402d58-cd1a-4248-bb2a-1b2a88210fec'} Body: b'{"floatingip": {"id": "8 d402d58-cd1a-4248-bb2a-1b2a88210fec", "tenant_id": "905efe9235d64bc0ab884e0190e91820", "floating_ip_address": "172.24.4.206", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "c23cfe9d-9450-4d3c-9fd3-eb8864203ce8", "port_id": "a10cf567-e829-4ca2-88e1-3b1e89ddce8e", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d0bb18bd-1be1-4e18-bf10-0bae81962633", "mac_address": "fa:16:3e:22:cb:91", "admin_state_up": true, "status": "ACTIVE", "device_id": "de5518fa-9f5b-4024-b717-8936dd2661d2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:20:07Z", "updated_at": "2024-02-28T21:22:02Z", "revision_number": 1, "project_id": "905efe9235d64bc0ab884e0190e91820"}}' 2024-02-28 21:22:04,058 85792 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.206:22' as 'cirros' with public key authentication 2024-02-28 21:22:04,070 85792 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:22:04,182 85792 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:22:04,183 85792 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.206 successfully created 2024-02-28 21:22:04,994 85792 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/de5518fa-9f5b-4024-b717-8936dd2661d2/action 0.811s 2024-02-28 21:22:04,995 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-895085775"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:04 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/d686a4e7-1350-4297-8b23-7cab86017e11', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3cb96a5-ea98-4354-b102-0981754e91f7', 'x-compute-request-id': 'req-f3cb96a5-ea98-4354-b102-0981754e91f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2/action'} Body: b'' 2024-02-28 21:22:05,061 85792 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/d686a4e7-1350-4297-8b23-7cab86017e11 0.064s 2024-02-28 21:22:05,062 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1610', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2381e1d-3909-4590-8415-3b7b9424516c', 'x-compute-request-id': 'req-e2381e1d-3909-4590-8415-3b7b9424516c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/d686a4e7-1350-4297-8b23-7cab86017e11'} Body: b'{"image": {"id": "d686a4e7-1350-4297-8b23-7cab86017e11", "name": "tempest-ServerStableDeviceRescueTest-image-895085775", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "de5518fa-9f5b-4024-b717-8936dd2661d2", "owner_ project_name": "tempest-ServerStableDeviceRescueTest-1665939554", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1665939554-project-member", "user_id": "7414cb94f7084d8093f6eac785a619c8"}, "created": "2024-02-28T21:22:05Z", "updated": "2024-02-28T21:22:05Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/d686a4e7-1350-4297-8b23-7cab86017e11"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d686a4e7-1350-4297-8b23-7cab86017e11"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/d686a4e7-1350-4297-8b23-7cab86017e11"}], "server": {"id": "de5518fa-9f5b-4024-b717-8936dd2661d2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}]}}}' 2024-02-28 21:22:55,142 85792 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/d686a4e7-1350-4297-8b23-7cab86017e11 0.067s 2024-02-28 21:22:55,142 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7010249b-1fa3-414a-b3b9-83fcb33bfabd', 'x-compute-request-id': 'req-7010249b-1fa3-414a-b3b9-83fcb33bfabd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/d686a4e7-1350-4297-8b23-7cab86017e11'} Body: b'{"image": {"id": "d686a4e7-1350-4297-8b23-7cab86017e11", "name": "tempest-ServerStableDeviceRescueTest-image-895085775", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "de5518fa-9f5b-4024-b717-8936dd2661d2", "owner_id": "905efe9235d64bc0ab884e0190e91820", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1665939554", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1665939554-project-member", "user_id": "7414cb94f7084d8093f6eac785a619c8"}, "created": "2024-02-28T21:22:05Z", "updated": "2024-02-28T21:22:11Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 52297728, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/d686a4e7-1350-4297-8b23-7cab86017e11"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d686a4e7-1350-4297-8b23-7cab86017e11"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/d686a4e7-1350-4297-8b23-7cab86017e11"}], "server": {"id": "de5518fa-9f5b-4024-b717-8936dd2661d2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}]}}}' 2024-02-28 21:22:55,214 85792 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://1 0.0.0.210/compute/v2.1/images/d686a4e7-1350-4297-8b23-7cab86017e11 0.066s 2024-02-28 21:22:55,215 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb8dffb2-17f4-4d49-9c6d-80a23382eb34', 'x-compute-request-id': 'req-fb8dffb2-17f4-4d49-9c6d-80a23382eb34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/d686a4e7-1350-4297-8b23-7cab86017e11'} Body: b'{"image": {"id": "d686a4e7-1350-4297-8b23-7cab86017e11", "name": "tempest-ServerStableDeviceRescueTest-image-895085775", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "de5518fa-9f5b-4024-b717-8936dd2661d2", "owner_id": "905efe9235d64bc0ab884e0190e91820", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1665939554", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1665939554-project-member", "user_id": "7414cb94f7084d8093f6eac785a619c8"}, "created": "2024-02-28T21:22:05Z", "updated": "2024-02-28T21:22:11Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 52297728, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/d686a4e7-1350-4297-8b23-7cab86017e11"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d686a4e7-1350-4297-8b23-7cab86017e11"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/d686a4e7-1350-4297-8b23-7cab86017e11"}], "server": {"id": "de5518fa-9f5b-4024-b717-8936dd2661d2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}]}}}' 2024-02-28 21:22:55,441 85792 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/de5518fa-9f5b-4024-b717-8936dd2661d2 0.221s 2024-02-28 21:22:55,442 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:55 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-2ef40c43-4540-4c70-ab57-b8f4bd00ae98', 'x-compute-request-id': 'req-2ef40c43-4540-4c70-ab57-b8f4bd00ae98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2'} Body: b'{"server": {"id": "de5518fa-9f5b-4024-b717-8936dd2661d2", "name": "tempest-ServerStableDeviceRescueTest-server-211978961", "status": "ACTIVE", "tenant_id": "905efe9235d64bc0ab884e0190e91820", "user_id": "7414cb94f7084d8093f6eac785a619c8", "metadata": {}, "hostId": "d5a0a61638e2f866de9debb1efc7d60857c2b9542524247d93b3e451", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http:// 10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:10Z", "updated": "2024-02-28T21:22:11Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1047699489-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:cb:91"}, {"version": 4, "addr": "172.24.4.206", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:cb:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-429006374", "OS-SRV-USG:launched_at": "2024-02-28T21:20:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1190560299"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:55,677 85792 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/d686a4e7-1350-4297-8b23-7cab86017e11 0.161s 2024-02-28 21:23:55,677 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_bus", "value": "virtio"}] Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1643', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f83c0691-cbfe-489c-a97c-3bd7666b1733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d686a4e7-1350-4297-8b23-7cab86017e11'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "de5518fa-9f5b-4024-b717-8936dd2661d2", "owner_id": "905efe9235d64bc0ab884e0190e91820", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1665939554", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1665939554-project-member", "user_id": "7414cb94f7084d8093f6eac785a619c8", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-895085775", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "528ee4f85ccea801b14d3d906010beee", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "905efe9235d64bc0ab884e0190e91820", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "de94a9c5b6a7325afbe089e064b094d5195b7ec435abe2be8129b6e686f9f88f8134e649ce232f289e675a2b516797394e2457460119175adbda9cffbaef55c0", "id": "d686a4e7-1350-4297-8b23-7cab86017e11", "created_at": "2024-02-28T21:22:05Z", "updated_at": "2024-02-28T21:23:56Z", "tags": [], "self": "/v2/images/d686a4e7-1350-4297-8b23-7cab86017e11", "file": "/v2/images/d686a4e7-1350-4297-8b23-7cab86017e11/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:23:55,830 85792 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/d686a4e7-1350-4297-8b23-7cab86017e11 0.152s 2024-02-28 21:23:55,830 85792 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': 'Wed, 28 Feb 2024 21:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a56c8e94-b3fd-478c-a973-ef794578f43f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d686a4e7-1350-4297-8b23-7cab86017e11'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "de5518fa-9f5b-4024-b717-8936dd2661d2", "owner_id": "905efe9235d64bc0ab884e0190e91820", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1665939554", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1665939554-project-member", "user_id": "7414cb94f7084d8093f6eac785a619c8", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-895085775", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "528ee4f85ccea801b14d3d906010beee", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "905efe9235d64bc0ab884e0190e91820", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "de94a9c5b6a7325afbe089e064b094d5195b7ec435abe2be8129b6e686f9f88f8134e649ce232f289e675a2b516797394e2457460119175adbda9cffbaef55c0", "id": "d686a4e7-1350-4297-8b23-7cab86017e11", "created_at": "2024-02-28T21:22:05Z", "updated_at": "2024-02-28T21:23:56Z", "tags": [], "self": "/v2/images/d686a4e7-1350-4297-8b23-7cab86017e11", "file": "/v2/images/d686a4e7-1350-4297-8b23-7cab86017e11/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:23:56,076 85792 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/de5518fa-9f5b-4024-b717-8936dd2661d2 0.246s 2024-02-28 21:23:56,076 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:55 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-4df63a76-7682-4807-98f5-24f744f355dd', 'x-compute-request-id': 'req-4df63a76-7682-4807-98f5-24f744f355dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2'} Body: b'{"server": {"id": "de5518fa-9f5b-4024-b717-8936dd2661d2", "name": "tempest-ServerStableDeviceRescueTest-server-211978961", "status": "ACTIVE", "tenant_id": "905efe9235d64bc0ab884e0190e91820", "user_id": "7414cb94f7084d8093f6eac785a619c8", "metadata": {}, "hostId": "d5a0a61638e2f866de9debb1efc7d60857c2b9542524247d93b3e451", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:10Z", "updated": "2024-02-28T21:22:11Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1047699489-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-I PS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:cb:91"}, {"version": 4, "addr": "172.24.4.206", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:cb:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-429006374", "OS-SRV-USG:launched_at": "2024-02-28T21:20:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1190560299"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:56,130 85792 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/905efe9235d64bc0ab884e0190e91820/volumes/b6b71f10-f147-4115-b038-b2da734cb07f 0.039s 2024-02-28 21:23:56,131 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17cb53cb-f2f5-4fb6-bd48-7838237c0ea2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17cb53cb-f2f5-4fb6-bd48-7838237c0ea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/905efe9235d64bc0ab884e0190e91820/volumes/b6b71f10-f147-4115-b038-b2da734cb07f'} Body: b'{"volume": {"id": "b6b71f10-f147-4115-b038-b2da734cb07f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:03.000000", "updated_at": "2024-02-28T21:20:03.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-253722759", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/905efe9235d64bc0ab884e0190e91820/volumes/b6b71f10-f147-4115-b038-b2da734cb07f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/905efe9235d64bc0ab884e0190e91820/volumes/b6b71f10-f147-4115-b038-b2da734cb07f"}], "user_id": "7414cb94f7084d8093f6eac785a619c8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "905efe9235d64bc0ab884e0190e91820"}}' 2024-02-28 21:23:57,184 85792 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/905efe9235d64bc0ab884e0190e91820/volumes/b6b71f10-f147-4115-b038-b2da734cb07f 0.040s 2024-02-28 21:23:57,185 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a8a7031-c7c4-4acf-ad22-3f4f4350e657', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a8a7031-c7c4-4acf-ad22-3f4f4350e657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/905efe9235d64bc0ab884e0190e91820/volumes/b6b71f10-f147-4115-b038-b2da734cb07f'} Body: b'{"volume": {"id": "b6b71f10-f147-4115-b038-b2da734cb07f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:03.000000", "updated_at": "2024-0 2-28T21:20:03.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-253722759", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/905efe9235d64bc0ab884e0190e91820/volumes/b6b71f10-f147-4115-b038-b2da734cb07f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/905efe9235d64bc0ab884e0190e91820/volumes/b6b71f10-f147-4115-b038-b2da734cb07f"}], "user_id": "7414cb94f7084d8093f6eac785a619c8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "905efe9235d64bc0ab884e0190e91820"}}' {3} tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules [169.681245s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 86, in test_server_detach_rules waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:21:12,244 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes 0.410s 2024-02-28 21:21:12,244 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-96539474", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2904cd3f-d1fa-4353-900a-b2493e15e73b', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2904cd3f-d1fa-4353-900a-b2493e15e73b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes'} Body: b'{"volume": {"id": "5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:12.154614", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-96539474", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e"}], "user_id": "f05d36f82eca4709ba81bda8a904cbcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:21:12,450 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes 0.195s 2024-02-28 21:21:12,451 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-1159264239", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5f42757-1d93-4aa5-9a1a-588d249c9553', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5f42757-1d93-4aa5-9a1a-588d249c9553', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes'} Body: b'{"volume": {"id": "ae0674c0-0b7b-43f8-bb92-53825c755d0f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:12.390239", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-1159264239", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/ae0674c0-0b7b-43f8-bb92-53825c755d0f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8e0b4184d5f547ce83a78be6546d5eb0/volumes/ae0674c0-0b7b-43f8-bb92-53825c755d0f"}], "user_id": "f05d36f82eca4709ba81bda8a904cbcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:21:12,506 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.038s 2024-02-28 21:21:12 ,507 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2837', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-69d472a3-3246-4369-8afa-7353abf93cb2', '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": "f05d36f82eca4709ba81bda8a904cbcf", "name": "tempest-TestServerVolumeAttachmentScenario-50014487-project-member", "password_expires_at": null}, "audit_ids": ["1_RdpuBGQ9uGp4Orm5KfaA"], "expires_at": "2024-02-28T22:21:12.000000Z", "issued_at": "2024-02-28T21:21:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e0b4184d5f547ce83a78be6546d5eb0", "name": "tempest-TestServerVolumeAttachmentScenario-50014487"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8e0b4184d5f547ce83a78be6546d5eb0", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:21:12,507 85786 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': 'af85d064-c693-4d28-b99a-62265fbe283b', 'name': 'tempest-TestServerVolumeAttachmentScenario-1892690040-network', 'tenant_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 24880, 'is_default': False, 'availability_zone_hints': [], 'availabili ty_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:20:43Z', 'updated_at': '2024-02-28T21:20:43Z', 'revision_number': 1} available for tenant 2024-02-28 21:21:12,508 85786 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:21:12,508 85786 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:21:12,559 85786 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.049s 2024-02-28 21:21:12,560 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1311110588", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKSuaKlTwhMTwqcG2U1fZRrS1cu+mEtZiVwPjU5/Dx48YfQxfQsmcZf53mRHov/XXdF7dGq5vUL7uh0s8rjgiOLBx99WW37IDApNqIsEhT9V4vYkmp7GsVF7toaO+dpGDw=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:12 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-6909e46d-d16b-456d-8727-edcfa1ed09d0', 'x-compute-request-id': 'req-6909e46d-d16b-456d-8727-edcfa1ed09d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1311110588", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKSuaKlTwhMTwqcG2U1fZRrS1cu+mEtZiVwPjU5/Dx48YfQxfQsmcZf53mRHov/XXdF7dGq5vUL7uh0s8rjgiOLBx99WW37IDApNqIsEhT9V4vYkmp7GsVF7toaO+dpGDw==", "fingerprint": "68:43:5b:e4:b3:6b:3e:3e:62:12:28:1e:cc:83:17:0f", "user_id": "f05d36f82eca4709ba81bda8a904cbcf"}}' 2024-02-28 21:21:12,562 85786 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1311110588 created 2024-02-28 21:21:12,769 85786 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.206s 2024-02-28 21:21:12,769 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--594252538", "description": "tempest-description--670178778"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-0bc98ad6-5a5a-4587-8ae9-531d896d7b8b', 'date': 'Wed, 28 Feb 2024 21:21:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3030be26-f5a6-4bbe-ad1e-6c6007209e6f", "name": "tempest-securitygroup--594252538", "stateful": true, "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "description": "tempest-description--670178778", "shared": false, "security_group_rules": [{"id": "8f005b6e-87af-4c32-9561-333fe96330dd", "project_id": "8e0b4184d5f547ce83a78be6546d5eb0", "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "security_group_id": "3030be26-f5a6-4bbe-ad1e-6c6007209e6f", "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": 499, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:21:12Z", "updated_at": "2024-02-28T21:21:12Z", "revision_number": 0}, {"id": "d4274d59-9b3c-48d5-9e8b-bd77be711bf6", "project_id": "8e0b4184d5f547ce83 a78be6546d5eb0", "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "security_group_id": "3030be26-f5a6-4bbe-ad1e-6c6007209e6f", "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": 498, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:21:12Z", "updated_at": "2024-02-28T21:21:12Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:21:12Z", "updated_at": "2024-02-28T21:21:12Z", "revision_number": 1, "project_id": "8e0b4184d5f547ce83a78be6546d5eb0"}}' 2024-02-28 21:21:13,150 85786 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.381s 2024-02-28 21:21:13,151 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3030be26-f5a6-4bbe-ad1e-6c6007209e6f", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-c0de0b0f-260f-4d60-9993-cdfc4f0b3025', 'date': 'Wed, 28 Feb 2024 21:21:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7c53b2bf-4c61-46e4-8475-75fe82d81e35", "project_id": "8e0b4184d5f547ce83a78be6546d5eb0", "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "security_group_id": "3030be26-f5a6-4bbe-ad1e-6c6007209e6f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:21:12Z", "updated_at": "2024-02-28T21:21:12Z", "revision_number": 0}}' 2024-02-28 21:21:13,688 85786 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.537s 2024-02-28 21:21:13,689 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3030be26-f5a6-4bbe-ad1e-6c6007209e6f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-6d3b8349-a5d9-48d9-843d-4455f6d8acde', 'date': 'Wed, 28 Feb 2024 21:21:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "749b5d57-9135-4929-aba4-78dcbee0232b", "project_id": "8e0b4184d5f547ce83a78be6546d5eb0", "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "security_group_id": "3030be26-f5a6-4bbe-ad1e-6c6007209e6f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:21:13Z", "updated_at": "2024-02-28T21:21:13Z", "revision_number": 0}}' 2024-02-28 21:21:13,689 85786 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--594252538 created 2024-02-28 21:21:14,738 85786 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.048s 2024-02-28 21:21:14,73 8 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-dbaaa1c2-e796-4c56-a311-a7fab91cbe18', 'date': 'Wed, 28 Feb 2024 21:21:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5597a93d-8e60-4653-bd8e-68e475292b59", "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "floating_ip_address": "172.24.4.229", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8e0b4184d5f547ce83a78be6546d5eb0", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:21:14Z", "updated_at": "2024-02-28T21:21:14Z", "revision_number": 0}}' 2024-02-28 21:21:14,739 85786 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5597a93d-8e60-4653-bd8e-68e475292b59', 'tenant_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'floating_ip_address': '172.24.4.229', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:21:14Z', 'updated_at': '2024-02-28T21:21:14Z', 'revision_number': 0, 'ip': '172.24.4.229'} created 2024-02-28 21:21:14,739 85786 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1311110588', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKSuaKlTwhMTwqcG2U1fZRrS1cu+mEtZiVwPjU5/Dx48YfQxfQsmcZf53mRHov/XXdF7dGq5vUL7uh0s8rjgiOLBx99WW37IDApNqIsEhT9V4vYkmp7GsVF7toaO+dpGDw==', 'fingerprint': '68:43:5b:e4:b3:6b:3e:3e:62:12:28:1e:cc:83:17:0f', 'user_id': 'f05d36f82eca4709ba81bda8a904cbcf', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCN5YLt2G8RfOEc0UMMZaPbwhbfc6ydF1rNlGAdVXnfcOBsHEBsm0vE\nKlTK9K2tbrSgBwYFK4EEACKhZANiAASkrmipU8ITE8KnBtlNX2Ua0tXLvphLWYlc\nD41Ofw8ePGH0MX0LJnGX+d5kR6L/113Re3Rqub1C+7odLPK44IjiwcffVlt+yAwK\nTaiLBIU/VeL2JJqexrFRe7aGjvnaRg8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3030be26-f5a6-4bbe-ad1e-6c6007209e6f', 'name': 'tempest-securitygroup--594252538', 'stateful': True, 'tenant_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'description': 'tempest-description--670178778', 'shared': False, 'security_group_rules': [{'id': '8f005b6e-87af-4c32-9561-333fe96330dd', 'project_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'tenant_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'security_group_id': '3030be26-f5a6-4bbe-ad1e-6c6007209e6f', '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': 499, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:21:12Z', 'updated_at': '2024-02-28T21:21:12Z', 'revision_number': 0}, {'id': 'd4274d59-9b3c-48d5-9e8b-bd77be711bf6', 'project_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'tenant_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'security_group_id': '3030be26-f5a6-4bbe-ad1e-6c6007209e6f', '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': 498, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:21:12Z', 'updated_at': '2024-02-28T21:21:12Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:21:12Z', 'updated_at': '2024-02-28T21:21:12Z', 'revision_number': 1, 'project_id': '8e0b4184d5f547ce83a78be6546d5eb0'}, 'floating_ip': {'id': '5597a93d-8e60-4653-bd8e-68e475292b59', 'tenant_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'floating_ip_address': '172.24.4.229', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:21:14Z', 'updated_at': '2024-02-28T21:21:14Z', 'revision_number': 0, 'ip': '172.24.4.229'}} 2024-02-28 21:21:16,023 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/compute/v2.1/servers 1.283s 2024-02-28 21:21:16,024 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-422188983", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "networks": [{"uuid": "af85d064-c693-4d28-b99a-62265fbe283b"}], "security_groups": [{"name": "tempest-securitygroup--594252538"}], "key_name": "tempest-keypair-1311110588", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-633f4610-4fe5-482b-8ebb-d668d7245650', 'x-compute-request-id': 'req-633f4610-4fe5-482b-8ebb-d668d7245650', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "dde1e6fa-63f2-46c9-b900-5add4c4518b8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--594252538"}], "adminPass": "KRz54PTpjJ47"}}' 2024-02-28 21:21:16,110 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8 0.083s 2024-02-28 21:21:16,110 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1243', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fa3c8ed-31d9-452a-b8c7-c79fffdc079b', 'x-compute-request-id': 'req-6fa3c8ed-31d9-452a-b8c7-c79fffdc079b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8'} Body: b'{"server": {"id": "dde1e6fa-63f2-46c9-b900-5add4c4518b8", "name": "tempest-TestServerVolumeAttachmentScenario-server-422188983", "status": "BUILD", "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "user_id": "f05d36f82eca4709ba81bda8a904cbcf", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b5 5632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:16Z", "updated": "2024-02-28T21:21:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1311110588", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:22:06,596 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8 0.422s 2024-02-28 21:22:06,597 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca126916-c621-4ff2-9549-54d3b55d50c9', 'x-compute-request-id': 'req-ca126916-c621-4ff2-9549-54d3b55d50c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8'} Body: b'{"server": {"id": "dde1e6fa-63f2-46c9-b900-5add4c4518b8", "name": "tempest-TestServerVolumeAttachmentScenario-server-422188983", "status": "ACTIVE", "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "user_id": "f05d36f82eca4709ba81bda8a904cbcf", "metadata": {}, "hostId": "c87677e949aa36e0157167aa46945525382424428522815576815240", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:15Z", "updated": "2024-02-28T21:21:28Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1892690040-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:d2:44"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1311110588", "OS-SRV-USG:launched_at": "2024-02-28T21:21:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--594252538"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:22:06,622 85786 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:23:07,207 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8/os-interface 0.529s 2024-02-28 21:23:07,208 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:06 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-bc4829b9-6ebe-4543-8ffb-3da64e82d7cb', 'x-compute-request-id': 'req-bc4829b9-6ebe-4543-8ffb-3da64e82d7cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "af85d064-c693-4d28-b99a-62265fbe283b", "port_id": "4c9c8df7-c9f0-4618-b19c-45749254f487", "mac_addr": "fa:16:3e:76:d2:44", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "71b71ffd-5b42-45a9-bd6e-4e59a8aecf79", "ip_address": "10.0.0.3"}]}]}' 2024-02-28 21:23:08,344 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/5597a93d-8e60-4653-bd8e-68e475292b59 1.132s 2024-02-28 21:23:08,345 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "4c9c8df7-c9f0-4618-b19c-45749254f487"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-0ae36735-5cd4-4eac-b3bd-4d2ed40f5d58', 'date': 'Wed, 28 Feb 2024 21:23:08 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5597a93d-8e60-4653-bd8e-68e475292b59'} Body: b'{"floatingip": {"id": "5597a93d-8e60-4653-bd8e-68e475292b59", "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "floating_ip_address": "172.24.4.229", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "7c8ea0b0-3e1e-4aab-a736-975359b30606", "port_id": "4c9c8df7-c9f0-4618-b19c-45749254f487", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "af85d064-c693-4d28-b99a-62265fbe283b", "mac_address": "fa:16:3e:76:d2:44", "admin_state_up": true, "status": "ACTIVE", "device_id": "dde1e6fa-63f2-46c9-b900-5add4c4518b8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:21:14Z", "updated_at": "2024-02-28T21:23:07Z", "revision_number": 1, "project_id": "8e0b4184d5f547ce83a78be6546d5eb0"}}' 2024-02-28 21:23:08,347 85786 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.229:22' as 'cirros' with public key authentication 2024-02-28 21:23:08,358 85786 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:23:08,463 85786 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:23:08,464 85786 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.229 successfully created 2024-02-28 21:23:08,623 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8 0.159s 2024-02-28 21:23:08,624 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffe7d459-6647-43d1-8ab9-1325f4237592', 'x-compute-request-id': 'req-ffe7d459-6647-43d1-8ab9-1325f4237592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8'} Body: b'{"server": {"id": "dde1e6fa-63f2-46c9-b900-5add4c4518b8", "name": "tempest-TestServerVolumeAttachmentScenario-server-422188983", "status": "ACTIVE", "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "user_id": "f05d36f82eca4709ba81bda8a904cbcf", "metadata": {}, "hostId": "c87677e949aa36e0157167aa46945525382424428522815576815240", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:15Z", "updated": "2024-02-28T21:21:28Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1892690040-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:d2:44"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1311110588", "OS-SRV-USG:launched_at": "2024-02-28T21:21:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--594252538"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:08,829 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers 0.192s 2024-02-28 21:23:08,829 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1edbe3d-a172-40ed-a554-87ee22bf52e3', 'x-compute-request-id': 'req-c1edbe3d-a172-40ed-a554-87ee22bf52e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "dde1e6fa-63f2-46c9-b900-5add4c4518b8", "name": "tempest-TestServerVolumeAttachmentScenario-server-422188983", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}]}]}' 2024-02-28 21:23:08,876 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e 0.042s 2024-02-28 21:23:08,876 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2821d973-33fe-4766-ab9e-1aa447710f7f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2821d973-33fe-4766-ab9e-1aa447710f7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e'} Body: b'{"volume": {"id": "5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:12.000000", "updated_at": "2024-02-28T21:21:12.000000", "name": "tempest-TestServerVolumeAttachmen tScenario-volume-96539474", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e"}], "user_id": "f05d36f82eca4709ba81bda8a904cbcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0"}}' 2024-02-28 21:23:09,930 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e 0.040s 2024-02-28 21:23:09,930 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b72a406f-ffa0-4f2b-b0ae-776d3f8fc0c4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b72a406f-ffa0-4f2b-b0ae-776d3f8fc0c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e'} Body: b'{"volume": {"id": "5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:12.000000", "updated_at": "2024-02-28T21:21:12.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-96539474", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e"}], "user_id": "f05d36f82eca4709ba81bda8a904cbcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0"}}' 2024-02-28 21:23:10,059 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8 0.114s 2024-02-28 21:23:10,059 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:09 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-b6e9ba1f-b64f-40e0-9d59-1510a463e520', 'x-compute-request-id': 'req-b6e9ba1f-b64f-40e0-9d59-1510a463e520', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8'} Body: b'' 2024-02-28 21:23:10,337 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8 0.277s 2024-02-28 21:23:10,338 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1687', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d28bdfe5-c9e8-4047-bf9b-f1be0d8c21f0', 'x-compute-request-id': 'req-d28bdfe5-c9e8-4047-bf9b-f1be0d8c21f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8'} Body: b'{"server": {"id": "dde1e6fa-63f2-46c9-b900-5add4c4518b8", "name": "tempest-TestServerVolumeAttachmentScenario-server-422188983", "status": "ACTIVE", "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "user_id": "f05d36f82eca4709ba81bda8a904cbcf", "metadata": {}, "hostId": "c87677e949aa36e0157167aa46945525382424428522815576815240", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:15Z", "updated": "2024-02-28T21:23:10Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1892690040-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:d2:44"}, {"version": 4, "addr": "172.24.4.229", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:d2:44"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1311110588", "OS-SRV-USG:launched_at": "2024-02-28T21:21:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--594252538"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:24:00,433 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8 0.030s 2024-02-28 21:24:00,434 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-b0903262-26b6-4c10-9240-f9aff91f717d', 'x-compute-request-id': 'req-b0903262-26b6-4c10-9240-f9aff91f717d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance dde1e6fa-63f2-46c9-b900-5add4c4518b8 could not be found."}}' 2024-02-28 21:24:00,474 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1311110588 0.040s 2024-02-28 21:24:00,475 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Vers ion,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-056acb52-484f-4b84-a336-bfea9e978114', 'x-compute-request-id': 'req-056acb52-484f-4b84-a336-bfea9e978114', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1311110588'} Body: b'' 2024-02-28 21:24:00,641 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3030be26-f5a6-4bbe-ad1e-6c6007209e6f 0.165s 2024-02-28 21:24:00,641 85786 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-56f06e54-a4c6-4afb-8691-247f809d2724', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:24:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3030be26-f5a6-4bbe-ad1e-6c6007209e6f'} Body: b'' 2024-02-28 21:24:00,660 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3030be26-f5a6-4bbe-ad1e-6c6007209e6f 0.018s 2024-02-28 21:24:00,661 85786 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-cda8c9a3-2c06-442d-b008-4c553015b29e', 'date': 'Wed, 28 Feb 2024 21:24:00 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3030be26-f5a6-4bbe-ad1e-6c6007209e6f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3030be26-f5a6-4bbe-ad1e-6c6007209e6f does not exist", "detail": ""}}' 2024-02-28 21:24:01,034 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/5597a93d-8e60-4653-bd8e-68e475292b59 0.372s 2024-02-28 21:24:01,034 85786 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-2b371f89-a552-4a56-ae45-9a9033dab2f8', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:24:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5597a93d-8e60-4653-bd8e-68e475292b59'} Body: b'' 2024-02-28 21:24:01,139 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/ae0674c0-0b7b-43f8-bb92-53825c755d0f 0.104s 2024-02-28 21:24:01,140 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4cdd8c3-9382-4e8f-97c1-820edf1e7d03', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/ae0674c0-0b7b-43f8-bb92-53825c755d0f'} Body: b'' 2024-02-28 21:24:01,160 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/ae0674c0-0b7b-43f8-bb92-53825c755d0f 0.020s 2024-02-28 21:24:01,160 85786 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e68b5ce6-f13d-40f3-b89d-0e3373fd2f35', 'x-openstack-request-id': 'req-e68b5ce6-f13d-40f3-b89d-0e3373fd2f35', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/ae0674c0-0b7b-43f8-bb92-53825c755d0f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ae0674c0-0b7b-43f8-bb92-53825c755d0f could not be found."}}' 2024-02-28 21:24:01,488 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e 0.327s 2024-02-28 21:24:01,488 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d961719-9e2e-40fa-a4e7-d8603dc7a58f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e'} Body: b'' 2024-02-28 21:24:01,512 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e 0.023s 2024-02-28 21:24:01,513 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaba7fec-e21a-4e6f-9329-b7795c7e17b7', 'x-openstack-request-id': 'req-aaba7fec-e21a-4e6f-9329-b7795c7e17b7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e could not be found."}}' {1} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [235.179777s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 288, in test_stable_device_rescue_bfv_blank_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 340, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 323, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 1d68abe6-bf42-4ab1-96c8-d1fd556cb275 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2024-02-28T21:23:16Z', 'message': 'Build of instance 1d68abe6-bf42-4ab1-96c8-d1fd556cb275 aborted: Volume 3128b64c-5870-4e9f-9076-4edf99a1eecd did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Request ID of server operation performed before checking the server status req-6907a97b-1302-4cad-9028-ed9d4f24249b. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:08,190 85782 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.105s 2024-02-28 21:20:08,191 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:08 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-c47392d0-226d-41bf-8927-f84c0515470f', '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": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "password_expires_at": null}, "audit_ids": ["sqWMSj5vR76-L_af9sbGBQ"], "expires_at": "2024-02-28T22:20:08.000000Z", "issued_at": "2024-02-28T21:20:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0be8f6804d241c88f171526eb596bec", "name": "tempest-ServerBootFromVolumeStableRescueTest-452363223"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:20:08,191 85782 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '72902b5d-12a4-48f8-b99b-9cb7fd60f712', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-140139204-network', 'tenant_id': 'a0be8f6804d241c88f171526eb596bec', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project _id': 'a0be8f6804d241c88f171526eb596bec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18538, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:19:48Z', 'updated_at': '2024-02-28T21:19:48Z', 'revision_number': 1} available for tenant 2024-02-28 21:20:11,284 85782 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.091s 2024-02-28 21:20:11,284 85782 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-513214341", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "networks": [{"uuid": "72902b5d-12a4-48f8-b99b-9cb7fd60f712"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967', '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-eb2f35a8-a6cb-4910-b709-61c1a0243e65', 'x-compute-request-id': 'req-eb2f35a8-a6cb-4910-b709-61c1a0243e65', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "2Lob6whJfJ5S"}}' 2024-02-28 21:20:11,465 85782 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/09d498aa-94a4-4c4f-abaa-b935a6bcd967 0.178s 2024-02-28 21:20:11,466 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:11 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-3a6ebb05-5972-44b1-b3ac-9783756b04b4', 'x-compute-request-id': 'req-3a6ebb05-5972-44b1-b3ac-9783756b04b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967'} Body: b'{"server": {"id": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-513214341", "status": "BUILD", "tenant_id": "a0be8f6804d241c88f171526eb596bec", "user_id": "5fe044f40b754845856a1bd2996436fe", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T21:20:11Z", "updated": "2024-02-28T21:20:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/09d498aa -94a4-4c4f-abaa-b935a6bcd967"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 21:21:02,794 85782 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/09d498aa-94a4-4c4f-abaa-b935a6bcd967 1.259s 2024-02-28 21:21:02,794 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b744bb24-c4ec-4677-8f3f-2127efdd3468', 'x-compute-request-id': 'req-b744bb24-c4ec-4677-8f3f-2127efdd3468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967'} Body: b'{"server": {"id": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-513214341", "status": "ACTIVE", "tenant_id": "a0be8f6804d241c88f171526eb596bec", "user_id": "5fe044f40b754845856a1bd2996436fe", "metadata": {}, "hostId": "3fad53db43d71d2b46490299c0915a316357d5aa29e47afb9e8fd470", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T21:20:11Z", "updated": "2024-02-28T21:20:30Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-140139204-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:47:4f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:20:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 21:21:02,813 85782 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 21:22:03,890 85782 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/09d498aa-94a4-4c4f-abaa-b935a6bcd967/action 1.015s 2024-02-28 21:22:03,890 85782 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-ServerBootFromVolumeStableRes cueTest-image-1932063036"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:02 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-f2c90933-1316-4023-ad32-497e2e8ff7e0', 'x-compute-request-id': 'req-f2c90933-1316-4023-ad32-497e2e8ff7e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967/action'} Body: b'{"image_id": "078e40e6-b5eb-431d-9977-4920a906107c"}' 2024-02-28 21:22:03,922 85782 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/078e40e6-b5eb-431d-9977-4920a906107c 0.031s 2024-02-28 21:22:03,923 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0b12a428-8586-4f17-a0eb-e4753fa454c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/078e40e6-b5eb-431d-9977-4920a906107c'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1932063036", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "078e40e6-b5eb-431d-9977-4920a906107c", "created_at": "2024-02-28T21:22:04Z", "updated_at": "2024-02-28T21:22:04Z", "tags": [], "self": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c", "file": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:22:04,948 85782 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/078e40e6-b5eb-431d-9977-4920a906107c 0.024s 2024-02-28 21:22:04,949 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0fd0b118-d319-470d-91c3-65bc49adebbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/078e40e6-b5eb-431d-9977-4920a906107c'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "owner_project_name": "tempest-ServerBootFrom VolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1932063036", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "078e40e6-b5eb-431d-9977-4920a906107c", "created_at": "2024-02-28T21:22:04Z", "updated_at": "2024-02-28T21:22:04Z", "tags": [], "self": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c", "file": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:22:05,976 85782 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/078e40e6-b5eb-431d-9977-4920a906107c 0.026s 2024-02-28 21:22:05,977 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8473d552-ec9a-4898-9d99-29df4c8dd29e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/078e40e6-b5eb-431d-9977-4920a906107c'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1932063036", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "078e40e6-b5eb-431d-9977-4920a906107c", "created_at": "2024-02-28T21:22:04Z", "updated_at": "2024-02-28T21:22:04Z", "tags": [], "self": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c", "file": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:22:07,003 85782 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/078e40e6-b5eb-431d-9977-4920a906107c 0.024s 2024-02-28 21:22:07,003 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2c5b276a-4b3a-4b6c-991a-68651b0a2218', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/078e40e6-b5eb-431d-9977-4920a906107c'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_role s": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1932063036", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "078e40e6-b5eb-431d-9977-4920a906107c", "created_at": "2024-02-28T21:22:04Z", "updated_at": "2024-02-28T21:22:04Z", "tags": [], "self": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c", "file": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:22:08,030 85782 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/078e40e6-b5eb-431d-9977-4920a906107c 0.024s 2024-02-28 21:22:08,030 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1ecae2b4-1b4e-45a8-a8b9-a811fb7234ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/078e40e6-b5eb-431d-9977-4920a906107c'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1932063036", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "078e40e6-b5eb-431d-9977-4920a906107c", "created_at": "2024-02-28T21:22:04Z", "updated_at": "2024-02-28T21:22:04Z", "tags": [], "self": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c", "file": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:22:09,062 85782 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/078e40e6-b5eb-431d-9977-4920a906107c 0.030s 2024-02-28 21:22:09,062 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'applic ation/json', 'x-openstack-request-id': 'req-0f9dc481-a555-49e6-a5c8-5f03d664c249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/078e40e6-b5eb-431d-9977-4920a906107c'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "owner_id": "a0be8f6804d241c88f171526eb596bec", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1932063036", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "078e40e6-b5eb-431d-9977-4920a906107c", "created_at": "2024-02-28T21:22:04Z", "updated_at": "2024-02-28T21:22:09Z", "tags": [], "self": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c", "file": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:22:10,089 85782 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/078e40e6-b5eb-431d-9977-4920a906107c 0.025s 2024-02-28 21:22:10,089 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2288bc69-5039-4089-b7da-c0479e031e1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/078e40e6-b5eb-431d-9977-4920a906107c'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "owner_id": "a0be8f6804d241c88f171526eb596bec", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1932063036", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "078e40e6-b5eb-431d-9977-4920a906107c", "created_at": "2024-02-28T21:22:04Z", "updated_at": "2024-02-28T21:22:09Z", "tags": [], "self": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c", "file": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:22:11,116 85782 INFO [tempest.lib.common.rest_client] Request (S erverBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/image/v2/images/078e40e6-b5eb-431d-9977-4920a906107c 0.025s 2024-02-28 21:22:11,117 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9af0049b-2dd4-4772-8a74-b52387445815', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/078e40e6-b5eb-431d-9977-4920a906107c'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "owner_id": "a0be8f6804d241c88f171526eb596bec", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1932063036", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "cc5fe1e5c292914c2f23b15f95aab355", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "7847441df94165f9dcd33154002dd3b304e096545c6e510fd88f5e5998cfbf58dbc6ce7f216f3acb091bffe49bf3b1c144ab862df171510b6711f88d538180db", "id": "078e40e6-b5eb-431d-9977-4920a906107c", "created_at": "2024-02-28T21:22:04Z", "updated_at": "2024-02-28T21:22:11Z", "tags": [], "self": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c", "file": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:22:11,142 85782 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/078e40e6-b5eb-431d-9977-4920a906107c 0.024s 2024-02-28 21:22:11,142 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fa528608-5f0a-4b93-b417-1c53a5e897d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/078e40e6-b5eb-431d-9977-4920a906107c'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "owner_id": "a0be8f6804d241c88f171526eb596bec", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image- 1932063036", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "cc5fe1e5c292914c2f23b15f95aab355", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "7847441df94165f9dcd33154002dd3b304e096545c6e510fd88f5e5998cfbf58dbc6ce7f216f3acb091bffe49bf3b1c144ab862df171510b6711f88d538180db", "id": "078e40e6-b5eb-431d-9977-4920a906107c", "created_at": "2024-02-28T21:22:04Z", "updated_at": "2024-02-28T21:22:11Z", "tags": [], "self": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c", "file": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:22:11,427 85782 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/09d498aa-94a4-4c4f-abaa-b935a6bcd967 0.285s 2024-02-28 21:22:11,428 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68be95b5-3fa6-4688-9d36-da83f8983a71', 'x-compute-request-id': 'req-68be95b5-3fa6-4688-9d36-da83f8983a71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967'} Body: b'{"server": {"id": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-513214341", "status": "ACTIVE", "tenant_id": "a0be8f6804d241c88f171526eb596bec", "user_id": "5fe044f40b754845856a1bd2996436fe", "metadata": {}, "hostId": "3fad53db43d71d2b46490299c0915a316357d5aa29e47afb9e8fd470", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T21:20:11Z", "updated": "2024-02-28T21:22:11Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-140139204-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:47:4f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:20:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 21:23:11,623 85782 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.112s 2024-02-28 21:23:11,624 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'a pplication/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ab08af3b-0d1e-42da-9626-9e54e7cef772', '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": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "password_expires_at": null}, "audit_ids": ["jXR0fkhTQ2CFnrZw_0qztQ"], "expires_at": "2024-02-28T22:23:11.000000Z", "issued_at": "2024-02-28T21:23:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0be8f6804d241c88f171526eb596bec", "name": "tempest-ServerBootFromVolumeStableRescueTest-452363223"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:23:11,625 85782 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '72902b5d-12a4-48f8-b99b-9cb7fd60f712', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-140139204-network', 'tenant_id': 'a0be8f6804d241c88f171526eb596bec', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a0be8f6804d241c88f171526eb596bec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18538, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:19:48Z', 'updated_at': '2024-02-28T21:19:48Z', 'revision_number': 1} available for tenant 2024-02-28 21:23:12,210 85782 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.583s 2024-02-28 21:23:12,211 85782 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-1944736968", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "72902b5d-12a4-48f8-b99b-9cb7fd60f712"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275', '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-6907a97b-1302-4cad-9028-ed9d4f24249b', 'x-compute-request-id': 'req-6907a97b-1302-4cad-9028-ed9d4f24249b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "1d68abe6-bf42-4ab1-96c8-d1fd556cb275", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "h2qxCSxZo9TN"}}' 2024-02-28 21:23:12,320 85782 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/1d68abe6-bf42-4ab1-96c8-d1fd556cb275 0.106s 2024-02-28 21:23:12,321 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:12 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-58018574-e40b-4bbe-a697-646e9d50718f', 'x-compute-request-id': 'req-58018574-e40b-4bbe-a697-646e9d50718f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275'} Body: b'{"server": {"id": "1d68abe6-bf42-4ab1-96c8-d1fd556cb275", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1944736968", "status": "BUILD", "tenant_id": "a0be8f6804d241c88f171526eb596bec", "user_id": "5fe044f40b754845856a1bd2996436fe", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T21:23:12Z", "updated": "2024-02-28T21:23:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS- EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 21:24:02,550 85782 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/1d68abe6-bf42-4ab1-96c8-d1fd556cb275 0.135s 2024-02-28 21:24:02,550 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:02 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-c05d2d50-e68e-477e-b19f-d739755c60f2', 'x-compute-request-id': 'req-c05d2d50-e68e-477e-b19f-d739755c60f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275'} Body: b'{"server": {"id": "1d68abe6-bf42-4ab1-96c8-d1fd556cb275", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1944736968", "status": "ERROR", "tenant_id": "a0be8f6804d241c88f171526eb596bec", "user_id": "5fe044f40b754845856a1bd2996436fe", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T21:23:12Z", "updated": "2024-02-28T21:23:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2024-02-28T21:23:16Z", "message": "Build of instance 1d68abe6-bf42-4ab1-96c8-d1fd556cb275 aborted: Volume 3128b64c-5870-4e9f-9076-4edf99a1eecd did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 21:24:02,571 85782 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2024-02-28 21:24:03,180 85782 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/1d68abe6-bf42-4ab1-96c8-d1fd556cb275 0.609s 2024-02-28 21:24:03,181 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:02 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-67ebef78-e308-4dcd-9752-7b148a2b50bd', 'x-compute-request-id': 'req-67ebef78-e308-4dcd-9752-7b148a2b50bd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/comp ute/v2.1/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275'} Body: b'' 2024-02-28 21:24:03,257 85782 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/1d68abe6-bf42-4ab1-96c8-d1fd556cb275 0.076s 2024-02-28 21:24:03,258 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:03 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-f90a76b8-5ccc-4688-8805-257e297e7744', 'x-compute-request-id': 'req-f90a76b8-5ccc-4688-8805-257e297e7744', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1d68abe6-bf42-4ab1-96c8-d1fd556cb275 could not be found."}}' {3} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [1.525219s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 31, in test_create_multiple_volume_from_snapshot volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 128cfe1d-62cf-44b1-8460-2c8734a842db failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:11,939 85786 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/00996670f531453a96338ad53eaea3d9/volumes 0.394s 2024-02-28 21:24:11,940 85786 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-593289316"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67a9158f-7028-4a6d-a8ce-f03d977a2c3f', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67a9158f-7028-4a6d-a8ce-f03d977a2c3f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/00996670f531453a96338ad53eaea3d9/volumes'} Body: b'{"volume": {"id": "128cfe1d-62cf-44b1-8460-2c8734a842db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:11.868289", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-593289316", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/00996670f531453a96338ad53eaea3d9/volumes/128cfe1d-62cf-44b1-8460-2c8734a842db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/00996670f531453a96338ad53eaea3d9/volumes/128cfe1d-62cf-44b1-8460-2c8734a842db"}], "user_id": "3d5a26ea24e540ab82238aeff243f11f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:11,998 85786 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/00996670f531453a96338ad53eaea3d9/volumes/128cfe1d-62cf-44b1-8460-2c8734a842db 0.047s 2024-02-28 21:24:11,999 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65712072-18cc-4075-b090-2d1be5564fff', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65712072-18cc-4075-b090-2d1be5564fff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/00996670f531453a96338ad53eaea3d9/volumes/128cfe1d-62cf-44b1-8460-2c8734a842db'} Body: b'{"volume": {"id": "128cfe1d-62cf-44b1-8460-2c8734a842db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:12.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-593289316", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/00996670f531453a96338ad53eaea3d9/volumes/128cfe1d-62cf-44b1-8460-2c8734a842db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/00996670f531453a96338ad53eaea3d9/volumes/128cfe1d-62cf-44b1-8460-2c8734a842db"}], "user_id": "3d5a26ea24e540ab82238aeff243f11f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00996670f531453a96338ad53eaea3d9"}}' 2024-02-28 21:24:13,055 85786 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/00996670f531453a96338ad53eaea3d9/volumes/128cfe1d-62cf-44b1-8460-2c8734a842db 0.042s 2024 -02-28 21:24:13,056 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa61e957-7617-42cd-b8e5-58c970c643ea', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa61e957-7617-42cd-b8e5-58c970c643ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/00996670f531453a96338ad53eaea3d9/volumes/128cfe1d-62cf-44b1-8460-2c8734a842db'} Body: b'{"volume": {"id": "128cfe1d-62cf-44b1-8460-2c8734a842db", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:12.000000", "updated_at": "2024-02-28T21:24:12.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-593289316", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/00996670f531453a96338ad53eaea3d9/volumes/128cfe1d-62cf-44b1-8460-2c8734a842db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/00996670f531453a96338ad53eaea3d9/volumes/128cfe1d-62cf-44b1-8460-2c8734a842db"}], "user_id": "3d5a26ea24e540ab82238aeff243f11f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00996670f531453a96338ad53eaea3d9"}}' {0} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [4.287361s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 349, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 264, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 260, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a385e588-e864-4236-b67b-1374dc52adc0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:12,459 85780 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.252s 2024-02-28 21:24:12,460 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1510750947", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVl33gl2pSxh9Thp3txEHBIcO8RGf+wagTI+ISyPqs1xQSH93X9TFMF/Uk0WW4p1PR2ogBMxgMX2hz1DPjkcBR2mvzKvtDwVOVKQpF+M82Vp10Mdp7K5hy3LpxlXYnJHg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:12 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-05da4e78-9320-4ed9-a3e9-271e58508220', 'x-compute-request-id': 'req-05da4e78-9320-4ed9-a3e9-271e58508220', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1510750947", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVl33gl2pSxh9Thp3txEHBIcO8RGf+wagTI+ISyPqs1xQSH93X9TFMF/Uk0WW4p1PR2ogBMxgMX2hz1DPjkcBR2mvzKvtDwVOVKQpF+M82Vp10Mdp7K5hy3LpxlXYnJHg==", "fingerprint": "dd:8e:a7:70:80:b9:07:b5:cd:0e:e5:8c:eb:87:ae:e3", "user_id": "60feb4df7690424abb1b45151231dc1f"}}' 2024-02-28 21:24:12,620 85780 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.157s 2024-02-28 21:24:12,620 85780 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-1716426007", "description": "tempest-secgroup-smoke-1716426007 description", "project_id": "6b1863fd31f34b6387ebccd38d56b75a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-b4b57435-c649-42ed-92c4-e44ab4c89762', 'date': 'Wed, 28 Feb 2024 21:24:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "27b11510-99d3-4a38-a891-223e810363a0", "name": "tempest-secgroup-smoke-1716426007", "stateful": true, "tenant_id": "6b1863fd31f34b6387ebccd38d56b75a", "description": "tempest-secgroup-smoke-1716426007 description", "shared": false, "security_group_rules": [{"id": "390575e1-ea66-432c-a54c-f568e4621de5", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "tenant_id": "6b1863fd31f34b6387ebccd38d56b75a", "security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "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": 705, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:24:12Z", "updated_at": "2024-02-28T21:24:12Z", "revision_number": 0}, {"id": "5f431a4a-11a3-4cc1-bb24-076d9a427f5d", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "tenant_id": "6b1863fd31f34b6387ebccd38d56b75a", "security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "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": 706, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:24:12Z", "updated_at": "2024-02-28T21:24:12Z", "revision_number": 0}], "tags": [], "cr eated_at": "2024-02-28T21:24:12Z", "updated_at": "2024-02-28T21:24:12Z", "revision_number": 1, "project_id": "6b1863fd31f34b6387ebccd38d56b75a"}}' 2024-02-28 21:24:12,868 85780 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.247s 2024-02-28 21:24:12,868 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f43ea278-afe5-48b9-9d0e-999f080a173b', 'date': 'Wed, 28 Feb 2024 21:24: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": "263f2563-e046-4a45-99e9-2084a03a1714", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "tenant_id": "6b1863fd31f34b6387ebccd38d56b75a", "security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:12Z", "updated_at": "2024-02-28T21:24:12Z", "revision_number": 0}}' 2024-02-28 21:24:13,146 85780 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.277s 2024-02-28 21:24:13,147 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-d946ecb5-482a-4dc1-a3b0-92d2a30c78c7', 'date': 'Wed, 28 Feb 2024 21:24:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "90131535-e346-49cf-976b-b9114744b761", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "tenant_id": "6b1863fd31f34b6387ebccd38d56b75a", "security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:13Z", "updated_at": "2024-02-28T21:24:13Z", "revision_number": 0}}' 2024-02-28 21:24:13,390 85780 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.243s 2024-02-28 21:24:13,390 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-985fc7e9-93b2-4fa4-b978-099fbacba7ca', 'date': 'Wed, 28 Feb 2024 21:24:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "70e72f63-f72f-43bd-a613-ce6f5ff11292", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "tenant_id": "6b1863fd31f34b6387ebccd38d56b75a", "security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:13Z", "updated_at": "2024-02-28T21:24:13Z", "revision_number": 0}}' 2024-02-28 21:24:13,642 85780 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.251s 2024-02-28 21:24:13,643 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-7b788ea8-016b-4428-ac07-30e13d02af89', 'date': 'Wed, 28 Feb 2024 21:24:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6d8ece5d-835e-45f7-a51b-fa4dc13a69df", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "tenant_id": "6b1863fd31f34b6387ebccd38d56b75a", "security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:13Z", "updated_at": "2024-02-28T21:24:13Z", "revision_number": 0}}' 2024-02-28 21:24:14,176 85780 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.532s 2024-02-28 21:24:14,176 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-947b8dfb-cd70-423f-9ff9-e51d2ed8da8f', 'date': 'Wed, 28 Feb 2024 21:24:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "064e4b30-d5ee-4398-9c4c-c5f49dae9fbd", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "tenant_id": "6b1863fd31f34b6387ebccd38d56b75a", "security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:13Z", "updated_at": "2024-02-28T21:24:13Z", "revision_number": 0}}' 2024-02-28 21:24:14,462 85780 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.286s 2024-02-28 21:24:14,463 85780 DEBUG [tempest.lib.common. rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-4ded26ad-3bfc-4679-a49c-b044c50d8d23', 'date': 'Wed, 28 Feb 2024 21:24:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8616d738-6483-40ba-b24a-070e73a1ec2b", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "tenant_id": "6b1863fd31f34b6387ebccd38d56b75a", "security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:14Z", "updated_at": "2024-02-28T21:24:14Z", "revision_number": 0}}' 2024-02-28 21:24:14,549 85780 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.080s 2024-02-28 21:24:14,550 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-fc4ff55b-2017-4a0f-9ea6-f1cd0f247543', '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": "60feb4df7690424abb1b45151231dc1f", "name": "tempest-TestShelveInstance-1412496079-project-member", "password_expires_at": null}, "audit_ids": ["_0tqY4SbTDCe4bxO57Lspw"], "expires_at": "2024-02-28T22:24:14.000000Z", "issued_at": "2024-02-28T21:24:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6b1863fd31f34b6387ebccd38d56b75a", "name": "tempest-TestShelveInstance-1412496079"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6b1863fd31f34b6387ebccd38d56b75a", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"end points": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:24:14,550 85780 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '4a06368a-61a0-4a2a-9393-d3c52cd20c56', 'name': 'tempest-TestShelveInstance-1910964119-network', 'tenant_id': '6b1863fd31f34b6387ebccd38d56b75a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6b1863fd31f34b6387ebccd38d56b75a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12588, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:23:59Z', 'updated_at': '2024-02-28T21:24:00Z', 'revision_number': 1} available for tenant 2024-02-28 21:24:14,947 85780 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes 0.395s 2024-02-28 21:24:14,947 85780 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-1068847353", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2ef4155-836a-4de4-aabb-285fc1dec2cf', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2ef4155-836a-4de4-aabb-285fc1dec2cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes'} Body: b'{"volume": {"id": "a385e588-e864-4236-b67b-1374dc52adc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:14.885897", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1068847353", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0"}], "user_id": "60feb4df7690424abb1b45151231dc1f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:15,008 85780 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0 0.049s 2024-02-28 21:24:15,008 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:1 4 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa70368e-3b47-4878-9db3-8d8045184527', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa70368e-3b47-4878-9db3-8d8045184527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0'} Body: b'{"volume": {"id": "a385e588-e864-4236-b67b-1374dc52adc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:15.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1068847353", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0"}], "user_id": "60feb4df7690424abb1b45151231dc1f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b1863fd31f34b6387ebccd38d56b75a"}}' 2024-02-28 21:24:16,065 85780 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0 0.042s 2024-02-28 21:24:16,065 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ad63c4b-d55a-40f4-b43a-d3f9adf02576', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ad63c4b-d55a-40f4-b43a-d3f9adf02576', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0'} Body: b'{"volume": {"id": "a385e588-e864-4236-b67b-1374dc52adc0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:15.000000", "updated_at": "2024-02-28T21:24:15.000000", "name": "tempest-tempest.common.compute-volume-1068847353", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0"}], "user_id": "60feb4df7690424abb1b45151231dc1f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b1863fd31f34b6387ebccd38d56b75a"}}' 2024-02-28 21:24:16,181 85780 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0 0.104s 2024-02-28 21:24:16,182 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b969c055-4620-4afd-9e95-8a5be616df 92', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0'} Body: b'' 2024-02-28 21:24:16,206 85780 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0 0.023s 2024-02-28 21:24:16,206 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-da471031-de5e-4ac1-8983-95aebd859758', 'x-openstack-request-id': 'req-da471031-de5e-4ac1-8983-95aebd859758', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a385e588-e864-4236-b67b-1374dc52adc0 could not be found."}}' 2024-02-28 21:24:16,443 85780 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/27b11510-99d3-4a38-a891-223e810363a0 0.235s 2024-02-28 21:24:16,443 85780 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-b3bf409a-c70b-47fa-b9b5-c8a6bb28af7c', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:24:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/27b11510-99d3-4a38-a891-223e810363a0'} Body: b'' 2024-02-28 21:24:16,492 85780 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1510750947 0.049s 2024-02-28 21:24:16,492 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:16 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-6c9b1c2b-1ad1-479a-a59b-00e9548c08a4', 'x-compute-request-id': 'req-6c9b1c2b-1ad1-479a-a59b-00e9548c08a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1510750947'} Body: b'' {2} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [112.434542s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 47, in test_update_attached_volume_with_nonexistent_volume_in_uri volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 38d11fc0-9d85-4cea-a357-7d49a6287654 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:22:27,521 85784 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.100s 2024-02-28 21:22:27,522 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:27 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-2802e313-cbad-4d39-8347-5b95f37e433b', '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": "989f947712234594818fc600c2ac3c48", "name": "tempest-VolumesAdminNegativeTest-1359212026-project-member", "password_expires_at": null}, "audit_ids": ["tUx3Ajz9SCSDtpqhsHZAAA"], "expires_at": "2024-02-28T22:22:27.000000Z", "issued_at": "2024-02-28T21:22:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "845e64684cac4f64b090c211a3c490b1", "name": "tempest-VolumesAdminNegativeTest-1359212026"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/845e64684cac4f64b090c211a3c490b1", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:22:27,522 85784 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '5e2db359-04da-47d0-a596-4fef24c88009', 'name': 'tempest-VolumesAdminNegativeTest-374740936-network', 'tenant_id': '845e64684cac4f64b090c211a3c490b1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '845e64684cac4f64b09 0c211a3c490b1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33667, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:19:48Z', 'updated_at': '2024-02-28T21:19:48Z', 'revision_number': 1} available for tenant 2024-02-28 21:22:28,034 85784 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.511s 2024-02-28 21:22:28,034 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1574656601", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "networks": [{"uuid": "5e2db359-04da-47d0-a596-4fef24c88009"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c074622-f7f6-4c23-9b94-1aa248c85347', 'x-compute-request-id': 'req-8c074622-f7f6-4c23-9b94-1aa248c85347', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a59eee12-c9ab-4d11-a9f2-f5b5350bd40b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ZwW38iJz23UH"}}' 2024-02-28 21:22:28,100 85784 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/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b 0.063s 2024-02-28 21:22:28,101 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1210', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c44750ec-e74a-4025-b716-649bb4401a97', 'x-compute-request-id': 'req-c44750ec-e74a-4025-b716-649bb4401a97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b'} Body: b'{"server": {"id": "a59eee12-c9ab-4d11-a9f2-f5b5350bd40b", "name": "tempest-VolumesAdminNegativeTest-server-1574656601", "status": "BUILD", "tenant_id": "845e64684cac4f64b090c211a3c490b1", "user_id": "989f947712234594818fc600c2ac3c48", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:22:28Z", "updated": "2024-02-28T21:22:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:18,414 85784 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/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b 0.252s 2024-02-28 21:23:18,415 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1493', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab69fe86-675a-4f6c-ac7f-8ba6d7708bd4', 'x-compute-request-id': 'req-ab69fe86-675a-4f6c-ac7f-8ba6d7708bd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b'} Body: b'{"server": {"id": "a59eee12-c9ab-4d11-a9f2-f5b5350bd40b", "name": "tempest-VolumesAdminNegativeTest-server-1574656601", "status": "ACTIVE", "tenant_id": "845e64684cac4f64b090c211a3c490b1", "user_id": "989f947712234594818fc600c2ac3c48", "metadata": {}, "hostId": "ee40f9bd011ee30f7eb7d613e57018ece13fb4c5f2e2a0654141b5e3", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:22:28Z", "updated": "2024-02-28T21:22:34Z", "addresses": {"tempest-VolumesAdminNegativeTest-374740936-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:b3:9e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:22:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:18,428 85784 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:24:18,703 85784 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/845e64684cac4f64b090c211a3c490b1/volumes 0.216s 2024-02-28 21:24:18,703 85784 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-1619680716"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14fd2d4f-15d5-4e52-8a31-5963f8f6827e', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14fd2d4f-15d5-4e52-8a31-5963f8f6827e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes'} Body: b'{"volume": {"id": "38d11fc0-9 d85-4cea-a357-7d49a6287654", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:18.630259", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1619680716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes/38d11fc0-9d85-4cea-a357-7d49a6287654"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/845e64684cac4f64b090c211a3c490b1/volumes/38d11fc0-9d85-4cea-a357-7d49a6287654"}], "user_id": "989f947712234594818fc600c2ac3c48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:18,779 85784 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/845e64684cac4f64b090c211a3c490b1/volumes/38d11fc0-9d85-4cea-a357-7d49a6287654 0.063s 2024-02-28 21:24:18,779 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12d00f8c-ee8f-4f3d-98ce-0be3b6fe338b', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12d00f8c-ee8f-4f3d-98ce-0be3b6fe338b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes/38d11fc0-9d85-4cea-a357-7d49a6287654'} Body: b'{"volume": {"id": "38d11fc0-9d85-4cea-a357-7d49a6287654", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:19.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1619680716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes/38d11fc0-9d85-4cea-a357-7d49a6287654"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/845e64684cac4f64b090c211a3c490b1/volumes/38d11fc0-9d85-4cea-a357-7d49a6287654"}], "user_id": "989f947712234594818fc600c2ac3c48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "845e64684cac4f64b090c211a3c490b1"}}' 2024-02-28 21:24:19,837 85784 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/845e64684cac4f64b090c211a3c490b1/volumes/38d11fc0-9d85-4cea-a357-7d49a6287654 0.045s 2024-02-28 21:24:19,837 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7417325e-0b92-42e3-8c9e-1fd73654cd62', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7417325e-0b92-42e3-8c9e-1fd73654cd62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes/38d11fc0-9d85-4cea-a357-7d49a6287654'} Body: b'{"volume": {"id": "38d11fc0-9d85-4cea-a357-7d49a6287654", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:19.000000", "updated_at": "2024-02-28T21:24:19.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1619680716", "description": null, "volume_type": "j oviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes/38d11fc0-9d85-4cea-a357-7d49a6287654"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/845e64684cac4f64b090c211a3c490b1/volumes/38d11fc0-9d85-4cea-a357-7d49a6287654"}], "user_id": "989f947712234594818fc600c2ac3c48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "845e64684cac4f64b090c211a3c490b1"}}' {5} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [169.977130s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 116, in test_attach_scsi_disk_with_config_drive volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d42a34ac-7ef9-4230-b08e-8803c5e5cbf5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:21:35,936 85790 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/b0c5d41f-4763-4b82-ad97-62b55632d91c 0.267s 2024-02-28 21:21:35,937 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-91196984-efc6-4416-b39d-fca979af4cab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "e41ba40d9dd149e2a6c32d8242a38517", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "created_at": "2024-02-28T21:16:33Z", "updated_at": "2024-02-28T21:16:35Z", "tags": [], "self": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c", "file": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:21:36,540 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 0.575s 2024-02-28 21:21:36,541 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/3a09f476-14e2-470f-bc17-2d2daf80d725', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-ab65d41d-6e8a-4bf6-8dc6-0789ec90ce3f', '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": "79ca245f98de4269b9b1b32095d10f49", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3a09f476-14e2-470f-bc17-2d2daf80d725", "created_at": "2024-02-28T21:21:36Z", "updated_at": "2024-02-28T21:21:36Z", "tags": [], "self": "/v2/images/3a09f476-14e2-470f-bc17-2d2daf80d725", "file": "/v2/images/3a09f476-14e2-470f-bc17-2d2daf80d725/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:21:38,070 85790 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2024-02-28 21:21:38,070 85790 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/3a09f476-14e2-470f-bc17-2d2daf80d725/file 1.529s 2024-02-28 21:21:38,071 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-764d285f-c937-4389-a2b7-1e573549cd9f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3a09f476-14e2-470f-bc17-2d2daf80d725/file'} Body: b'' 2024-02-28 21:21:38,071 85790 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:21:38,072 85790 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:21:38,338 85790 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.264s 2024-02-28 21:21:38,338 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-451691132", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAYtJ9xsQ5I+VKkZ97pb79/rQy3kKuuh7J4bET0UCWxr0N868iEH6/KFPBP57Jhb3AzuUYBulpR3q/qbPDF97eDRRw78LSLScNbTSPw2kwNkjJlyWILXKJtjnpt+dfeMrA=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-855f61ee-6712-4b15-9ab6-afb0b86437f5', 'x-compute-request-id': 'req-855f61ee-6712-4b15-9ab6-afb0b86437f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-451691132", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAYtJ9xsQ5I+VKkZ97pb79/rQy3kKuuh7J4bET0UCWxr0N868iEH6/KFPBP57Jhb3AzuUYBulpR3q/qbPDF97eDRRw78LSLScNbTSPw2kwNkjJlyWILXKJtjnpt+dfeMrA==", "fingerprint": "26:bb:57:e0:8f:51:b7:8e:b7:e8:2d:1a:3a:30:d4:b8", "user_id": "50e34ea81d54433892eec24b59fa4257"}}' 2024-02-28 21:21:38,340 85790 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-451691132 created 2024-02-28 21:21:38,549 85790 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.208s 2024-02-28 21:21:38,549 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1405024093", "description": "tempest-description--722140545"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-e1205a67-8a64-49ad-bb71-810303f73945', 'date': 'Wed, 28 Feb 2024 21:21:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ae591f17-ab4c-4256-95c0-9a201d226261", "name": "tempest-securitygroup--1405024093", "stateful": true, "tenant_id": "a159aab8cb614c699c5c67001e85c503", "description": "tempest-description--722140545", "shared": false, "security_group_rules": [{"id": "0208dd4f-8610-4e60-ba56-b05a6344ea7d", "project_id": "a159aab8cb614c699c5c67001e85c503", "tenant_id": "a159aab8cb614c699c5c67001e85c503", "security_group_id": "ae591f17-ab4c-4256-95c0-9a201d226261", "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": 569, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:21:38Z", "updated_at": "2024-02-28T21:21:38Z", "revision_number": 0}, {"id": "1172c901-47bb-41de-a228-e82e1bd585e6", "project_id": "a159aab8cb614c699c5c67001e85c503", "tenant_id": "a159aab8cb614c699c5c67001e85c503", "security_group_id": "ae591f17-ab4c-4256-95c0-9a201d226261", "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": 568, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:21:38Z", "updated_at": "2024-02-28T21:21:38Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:21:38Z", "updated_at": "2024-02-28T21:21:38Z", "revision_number": 1, "project_id": "a159aab8cb614c699c5c67001e85c503"}}' 2024-02-28 21:21:38,741 85790 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.191s 2024-02-28 21:21:38,741 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ae591f17-ab4c-4256-95c0-9a201d226261", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f2bb3355-e7bc-4d23-a8cf-ffa9140a85d1', 'date': 'Wed, 28 Feb 2024 21:21: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": "5094c833-a344-48b0-8740-0a293354f07a", "project_id": "a159aab8cb614c699c5c67001e85c503", "tenant_id": "a159aab8cb614c699c5c67001e85c503", "security_group_id": "ae591f17-ab4c-4256-95c0-9a201d226261", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:21:38Z", "updated_at": "2024-02-28T21:21:38Z", "revision_number": 0}}' 2024-02-28 21:21:39,034 85790 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.292s 2024-02-28 21:21:39,035 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ae591f17-ab4c-4256-95c0-9a201d226261", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-36343d9c-ca20-449e-8169-1ddf41c535e2', 'date': 'Wed, 28 Feb 2024 21:21:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f4473766-dbe7-4f46-9fb1-d16d6686708d", "project_id": "a159aab8cb614c699c5c67001e85c503", "tenant_id": "a159aab8cb614c699c5c67001e85c503", "security_group_id": "ae591f17-ab4c-4256-95c0-9a201d226261", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:21:38Z", "updated_at": "2024-02-28T21:21:38Z", "revision_number": 0}}' 2024-02-28 21:21:39,035 85790 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rul es tempest-securitygroup--1405024093 created 2024-02-28 21:21:39,940 85790 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.904s 2024-02-28 21:21:39,941 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-63cbb1e1-08e2-4884-bef9-7434edefdabe', 'date': 'Wed, 28 Feb 2024 21:21:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a3919d14-f1b4-4e9f-9cec-ce9e7dc74cde", "tenant_id": "a159aab8cb614c699c5c67001e85c503", "floating_ip_address": "172.24.4.158", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a159aab8cb614c699c5c67001e85c503", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:21:39Z", "updated_at": "2024-02-28T21:21:39Z", "revision_number": 0}}' 2024-02-28 21:21:39,941 85790 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a3919d14-f1b4-4e9f-9cec-ce9e7dc74cde', 'tenant_id': 'a159aab8cb614c699c5c67001e85c503', 'floating_ip_address': '172.24.4.158', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a159aab8cb614c699c5c67001e85c503', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:21:39Z', 'updated_at': '2024-02-28T21:21:39Z', 'revision_number': 0, 'ip': '172.24.4.158'} created 2024-02-28 21:21:40,045 85790 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.099s 2024-02-28 21:21:40,046 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:39 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-ce889398-2770-4d6d-a3be-d92513dfb16a', '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": "50e34ea81d54433892eec24b59fa4257", "name": "tempest-AttachSCSIVolumeTestJSON-42259199-project-member", "password_expires_at": null}, "audit_ids": ["JVIex-OFQfyrSwciOMkpuQ"], "expires_at": "2024-02-28T22:21:39.000000Z", "issued_at": "2024-02-28T21:21:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a159aab8cb614c699c5c67001e85c503", "name": "tempest-AttachSCSIVolumeTestJSON-42259199"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b328 8b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a159aab8cb614c699c5c67001e85c503", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:21:40,046 85790 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'baa8c79a-ba10-46a1-92d2-0d6d1b44a167', 'name': 'tempest-AttachSCSIVolumeTestJSON-792716638-network', 'tenant_id': 'a159aab8cb614c699c5c67001e85c503', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a159aab8cb614c699c5c67001e85c503', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49662, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:21:19Z', 'updated_at': '2024-02-28T21:21:19Z', 'revision_number': 1} available for tenant 2024-02-28 21:21:40,047 85790 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-451691132', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAYtJ9xsQ5I+VKkZ97pb79/rQy3kKuuh7J4bET0UCWxr0N868iEH6/KFPBP57Jhb3AzuUYBulpR3q/qbPDF97eDRRw78LSLScNbTSPw2kwNkjJlyWILXKJtjnpt+dfeMrA==', 'fingerprint': '26:bb:57:e0:8f:51:b7:8e:b7:e8:2d:1a:3a:30:d4:b8', 'user_id': '50e34ea81d54433892eec24b59fa4257', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCwFqaP7p7WWkCDrT8dK4RklH76ND9R39bCKbDn6fB625TGhVvjpWrI\nautLD5im+iKgBwYFK4EEACKhZANiAAQGLSfcbEOSPlSpGfe6W+/f60Mt5Crroeye\nGxE9FAlsa9DfOvIhB+vyhTwT+eyYW9wM7lGAbpaUd6v6mzwxfe3g0UcO/C0i0nDW\n00j8NpMDZIyZcliC1yibY56bfnX3jKw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ae591f17-ab4c-4256-95c0-9a201d226261', 'name': 'tempest-securitygroup--1405024093', 'stateful': True, 'tenant_id': 'a159aab8cb614c699c5c67001e85c503', 'description': 'tempest-description--722140545', 'shared': False, 'security_group_rules': [{'id': '0208dd4f-8610-4e60-ba56-b05a6344ea7d', 'project_id': 'a159aab8cb614c699c5c67001e85c503', 'tenant_id': 'a159aab8cb614c699c5c67001e85c503', 'security_group_id': 'ae591f17-ab4c-4256-95c0-9a201d226261', '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': 569, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:21:38Z', 'updated_at': '202 4-02-28T21:21:38Z', 'revision_number': 0}, {'id': '1172c901-47bb-41de-a228-e82e1bd585e6', 'project_id': 'a159aab8cb614c699c5c67001e85c503', 'tenant_id': 'a159aab8cb614c699c5c67001e85c503', 'security_group_id': 'ae591f17-ab4c-4256-95c0-9a201d226261', '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, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:21:38Z', 'updated_at': '2024-02-28T21:21:38Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:21:38Z', 'updated_at': '2024-02-28T21:21:38Z', 'revision_number': 1, 'project_id': 'a159aab8cb614c699c5c67001e85c503'}, 'floating_ip': {'id': 'a3919d14-f1b4-4e9f-9cec-ce9e7dc74cde', 'tenant_id': 'a159aab8cb614c699c5c67001e85c503', 'floating_ip_address': '172.24.4.158', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a159aab8cb614c699c5c67001e85c503', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:21:39Z', 'updated_at': '2024-02-28T21:21:39Z', 'revision_number': 0, 'ip': '172.24.4.158'}} 2024-02-28 21:21:40,671 85790 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 0.623s 2024-02-28 21:21:40,672 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1280796381", "imageRef": "3a09f476-14e2-470f-bc17-2d2daf80d725", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "baa8c79a-ba10-46a1-92d2-0d6d1b44a167"}], "security_groups": [{"name": "tempest-securitygroup--1405024093"}], "key_name": "tempest-keypair-451691132", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf4a18c8-dd1c-4abd-9878-fab553849c31', 'x-compute-request-id': 'req-cf4a18c8-dd1c-4abd-9878-fab553849c31', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ecf44c1e-09df-4988-8504-070672b8d17d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecf44c1e-09df-4988-8504-070672b8d17d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1405024093"}], "adminPass": "N8Jx7Sj27kJB"}}' 2024-02-28 21:21:40,769 85790 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/ecf44c1e-09df-4988-8504-070672b8d17d 0.094s 2024-02-28 21:21:40,769 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1237', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 're q-84a4c1ff-2d75-444e-b0ed-6fa02bf7746d', 'x-compute-request-id': 'req-84a4c1ff-2d75-444e-b0ed-6fa02bf7746d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d'} Body: b'{"server": {"id": "ecf44c1e-09df-4988-8504-070672b8d17d", "name": "tempest-AttachSCSIVolumeTestJSON-server-1280796381", "status": "BUILD", "tenant_id": "a159aab8cb614c699c5c67001e85c503", "user_id": "50e34ea81d54433892eec24b59fa4257", "metadata": {}, "hostId": "", "image": {"id": "3a09f476-14e2-470f-bc17-2d2daf80d725", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3a09f476-14e2-470f-bc17-2d2daf80d725"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:41Z", "updated": "2024-02-28T21:21:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecf44c1e-09df-4988-8504-070672b8d17d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-451691132", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:22:31,084 85790 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/ecf44c1e-09df-4988-8504-070672b8d17d 0.251s 2024-02-28 21:22:31,085 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:30 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-0e8dfaab-ab36-4b05-9190-536c8e6e930f', 'x-compute-request-id': 'req-0e8dfaab-ab36-4b05-9190-536c8e6e930f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d'} Body: b'{"server": {"id": "ecf44c1e-09df-4988-8504-070672b8d17d", "name": "tempest-AttachSCSIVolumeTestJSON-server-1280796381", "status": "ACTIVE", "tenant_id": "a159aab8cb614c699c5c67001e85c503", "user_id": "50e34ea81d54433892eec24b59fa4257", "metadata": {}, "hostId": "e6e3e70b16a1efaa5f4eb6d7ca264818b505f03efb95520e8cb18b2d", "image": {"id": "3a09f476-14e2-470f-bc17-2d2daf80d725", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3a09f476-14e2-470f-bc17-2d2daf80d725"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:40Z", "updated": "2024-02-28T21:21:49Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-792716638-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:ff:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecf44c1e-09df-4988-8504-070672b8d17d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-451691132", "OS-SRV-USG:launched_at": "2024-02-28T21:21:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1405024093"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 20 24-02-28 21:22:31,098 85790 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 21:23:31,315 85790 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/ecf44c1e-09df-4988-8504-070672b8d17d/os-interface 0.156s 2024-02-28 21:23:31,316 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:31 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-6e12cb24-f346-4e5f-82b4-751b4f23ad63', 'x-compute-request-id': 'req-6e12cb24-f346-4e5f-82b4-751b4f23ad63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "baa8c79a-ba10-46a1-92d2-0d6d1b44a167", "port_id": "5315894f-92ed-485a-a3b1-b2b9a020971e", "mac_addr": "fa:16:3e:a3:ff:26", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c7313298-e8c5-4bae-aec6-1e9e30730465", "ip_address": "10.0.0.9"}]}]}' 2024-02-28 21:23:32,152 85790 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/a3919d14-f1b4-4e9f-9cec-ce9e7dc74cde 0.832s 2024-02-28 21:23:32,153 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "5315894f-92ed-485a-a3b1-b2b9a020971e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-e18baf0b-1f7a-459a-a9f1-cc144b75c713', 'date': 'Wed, 28 Feb 2024 21:23:32 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a3919d14-f1b4-4e9f-9cec-ce9e7dc74cde'} Body: b'{"floatingip": {"id": "a3919d14-f1b4-4e9f-9cec-ce9e7dc74cde", "tenant_id": "a159aab8cb614c699c5c67001e85c503", "floating_ip_address": "172.24.4.158", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "32780d31-83b4-4f01-b5e0-7c85897d90c9", "port_id": "5315894f-92ed-485a-a3b1-b2b9a020971e", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "baa8c79a-ba10-46a1-92d2-0d6d1b44a167", "mac_address": "fa:16:3e:a3:ff:26", "admin_state_up": true, "status": "ACTIVE", "device_id": "ecf44c1e-09df-4988-8504-070672b8d17d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:21:39Z", "updated_at": "2024-02-28T21:23:31Z", "revision_number": 1, "project_id": "a159aab8cb614c699c5c67001e85c503"}}' 2024-02-28 21:23:32,155 85790 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.158:22' as 'cirros' with public key authentication 2024-02-28 21:23:32,175 85790 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:23:32,297 85790 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:23:32,298 85790 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.158 successfully created 2024-02-28 21:23:32,526 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503/volumes 0.226s 2024-02-28 21:23:32,526 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '< omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachSCSIVolumeTestJSON-volume-476862844"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ace1a39f-a859-4d01-8ea3-f7346dade65b', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ace1a39f-a859-4d01-8ea3-f7346dade65b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503/volumes'} Body: b'{"volume": {"id": "d42a34ac-7ef9-4230-b08e-8803c5e5cbf5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:23:32.458414", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-476862844", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503/volumes/d42a34ac-7ef9-4230-b08e-8803c5e5cbf5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a159aab8cb614c699c5c67001e85c503/volumes/d42a34ac-7ef9-4230-b08e-8803c5e5cbf5"}], "user_id": "50e34ea81d54433892eec24b59fa4257", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:23:32,594 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503/volumes/d42a34ac-7ef9-4230-b08e-8803c5e5cbf5 0.057s 2024-02-28 21:23:32,595 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fb5ddda-e0fc-47db-ad65-9c6cc73a5b3c', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fb5ddda-e0fc-47db-ad65-9c6cc73a5b3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503/volumes/d42a34ac-7ef9-4230-b08e-8803c5e5cbf5'} Body: b'{"volume": {"id": "d42a34ac-7ef9-4230-b08e-8803c5e5cbf5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:23:32.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-476862844", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503/volumes/d42a34ac-7ef9-4230-b08e-8803c5e5cbf5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a159aab8cb614c699c5c67001e85c503/volumes/d42a34ac-7ef9-4230-b08e-8803c5e5cbf5"}], "user_id": "50e34ea81d54433892eec24b59fa4257", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a159aab8cb614c699c5c67001e85c503"}}' 2024-02-28 21:23:33,650 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503/volumes/d42a34ac-7ef9-4230-b08e-8803c5e5cbf5 0.042s 2024-02-28 21:23:33,651 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab1e3589-f812-4f31-930e-e1b8c6647948', 'content-length': '910', 'ope nstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab1e3589-f812-4f31-930e-e1b8c6647948', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503/volumes/d42a34ac-7ef9-4230-b08e-8803c5e5cbf5'} Body: b'{"volume": {"id": "d42a34ac-7ef9-4230-b08e-8803c5e5cbf5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:23:32.000000", "updated_at": "2024-02-28T21:23:33.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-476862844", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503/volumes/d42a34ac-7ef9-4230-b08e-8803c5e5cbf5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a159aab8cb614c699c5c67001e85c503/volumes/d42a34ac-7ef9-4230-b08e-8803c5e5cbf5"}], "user_id": "50e34ea81d54433892eec24b59fa4257", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a159aab8cb614c699c5c67001e85c503"}}' 2024-02-28 21:23:33,824 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d 0.159s 2024-02-28 21:23:33,824 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20b5148e-4270-4a90-8d07-df0431baec48', 'x-compute-request-id': 'req-20b5148e-4270-4a90-8d07-df0431baec48', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d'} Body: b'' 2024-02-28 21:23:34,074 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d 0.249s 2024-02-28 21:23:34,075 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:33 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-f7b62c1d-009e-4421-911c-f50187598f5a', 'x-compute-request-id': 'req-f7b62c1d-009e-4421-911c-f50187598f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d'} Body: b'{"server": {"id": "ecf44c1e-09df-4988-8504-070672b8d17d", "name": "tempest-AttachSCSIVolumeTestJSON-server-1280796381", "status": "ACTIVE", "tenant_id": "a159aab8cb614c699c5c67001e85c503", "user_id": "50e34ea81d54433892eec24b59fa4257", "metadata": {}, "hostId": "e6e3e70b16a1efaa5f4eb6d7ca264818b505f03efb95520e8cb18b2d", "image": {"id": "3a09f476-14e2-470f-bc17-2d2daf80d725", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3a09f476-14e2-470f-bc17-2d2daf80d725"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:40Z", "updated": "2024-02-28T21:23:34Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-792716638-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:ff:26"}, {"v ersion": 4, "addr": "172.24.4.158", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:ff:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecf44c1e-09df-4988-8504-070672b8d17d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-451691132", "OS-SRV-USG:launched_at": "2024-02-28T21:21:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1405024093"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:24:24,171 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d 0.033s 2024-02-28 21:24:24,172 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-d3c25b66-d418-4b13-b36d-dbfc8a241c02', 'x-compute-request-id': 'req-d3c25b66-d418-4b13-b36d-dbfc8a241c02', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ecf44c1e-09df-4988-8504-070672b8d17d could not be found."}}' 2024-02-28 21:24:24,197 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-451691132 0.024s 2024-02-28 21:24:24,197 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-979aeeb9-216a-4f73-841f-db0fedb8658a', 'x-compute-request-id': 'req-979aeeb9-216a-4f73-841f-db0fedb8658a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-451691132'} Body: b'' 2024-02-28 21:24:24,403 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ae591f17-ab4c-4256-95c0-9a201d226261 0.205s 2024-02-28 21:24:24,403 85790 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-58fc0c91-9797-44c7-ab65-eb667b0f91b1', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:24:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ae591f17-ab4c-4256-95c0-9a201d226261'} Body: b'' 2024-02-28 21:24:24,433 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/ae591f17-ab4c-4256-95c0-9a201d226261 0.028s 2024-02-28 21:24:24,433 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/js on', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-360d62c9-0596-445f-a7bf-800db030ac85', 'date': 'Wed, 28 Feb 2024 21:24:24 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ae591f17-ab4c-4256-95c0-9a201d226261'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ae591f17-ab4c-4256-95c0-9a201d226261 does not exist", "detail": ""}}' 2024-02-28 21:24:25,496 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/a3919d14-f1b4-4e9f-9cec-ce9e7dc74cde 1.063s 2024-02-28 21:24:25,496 85790 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-0ac67599-485e-401e-a1ae-cf9ac36c9ffd', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:24:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a3919d14-f1b4-4e9f-9cec-ce9e7dc74cde'} Body: b'' 2024-02-28 21:24:25,621 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/3a09f476-14e2-470f-bc17-2d2daf80d725 0.124s 2024-02-28 21:24:25,622 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-659be62b-ba32-4825-a970-91745ff84509', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3a09f476-14e2-470f-bc17-2d2daf80d725'} Body: b'' 2024-02-28 21:24:25,644 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/3a09f476-14e2-470f-bc17-2d2daf80d725 0.020s 2024-02-28 21:24:25,644 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-35d01b3c-c70b-4862-b8d8-a5f82c1d452b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/3a09f476-14e2-470f-bc17-2d2daf80d725'} Body: b'{"message": "No image found with ID 3a09f476-14e2-470f-bc17-2d2daf80d725

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {5} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.061454s] ... ok {5} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.000823s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend self.admin_capabilities_client.show_backend_capabilities(self.hosts[0]) IndexError: list index out of range {5} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [1.885237s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 227, in test_reset_group_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 8bf20417-2aab-453e-b57e-a854bf02eb0a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:39,310 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/59c3d36ce585407da92c227237bae43d/types 0.187s 2024-02-28 21:24:39,310 85790 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-1643182338"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c44a83a2-2059-4cce-9199-5911d4d69883', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c44a83a2-2059-4cce-9199-5911d4d69883', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59c3d36ce585407da92c227237bae43d/types'} Body: b'{"volume_type": {"id": "ee783110-6a60-42d9-bd14-7f5e61874e10", "name": "tempest-GroupsV320Test-volume-type-1643182338", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 21:24:39,353 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/59c3d36ce585407da92c227237bae43d/group_types 0.039s 2024-02-28 21:24:39,353 85790 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-359410070"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-443a7666-ba6e-4cc6-ace2-4414069b3ce9', 'content-length': '176', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-443a7666-ba6e-4cc6-ace2-4414069b3ce9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59c3d36ce585407da92c227237bae43d/group_types'} Body: b'{"group_type": {"id": "06f45efe-75ec-413c-a909-5543fe6be2d3", "name": "tempest-GroupsV320Test-group-type-359410070", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 21:24:39,565 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/groups 0.208s 2024-02-28 21:24:39,565 85790 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": "06f45efe-75ec-413c-a909-5543fe6be2d3", "volume_types": ["ee783110-6a60-42d9-bd14-7f5e61874e10"], "name": "tempest-GroupsV320Test-Group-43911278"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12109de4-02b9-440c-8690-31fe5a2058f0', 'content-length': '106', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12109de4-02b9-440c-8690-31fe5a2058f0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/groups'} Body: b'{"group": {"id": "8bf20417-2aab-453e-b57e-a854bf02eb0a", "name": "tempest-GroupsV320Test-Group-43911278"}}' 2024-02-28 21:24:39,636 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/groups/8bf20417-2aab-453e-b57e-a854bf02eb0a 0.067s 2024-02-28 21:24:39,636 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json ', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d64da8c-7294-4667-976b-a07e9ad48227', 'content-length': '383', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d64da8c-7294-4667-976b-a07e9ad48227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/groups/8bf20417-2aab-453e-b57e-a854bf02eb0a'} Body: b'{"group": {"id": "8bf20417-2aab-453e-b57e-a854bf02eb0a", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T21:24:40.000000", "name": "tempest-GroupsV320Test-Group-43911278", "description": null, "group_type": "06f45efe-75ec-413c-a909-5543fe6be2d3", "volume_types": ["ee783110-6a60-42d9-bd14-7f5e61874e10"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:24:40,733 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/groups/8bf20417-2aab-453e-b57e-a854bf02eb0a 0.091s 2024-02-28 21:24:40,733 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b58733ab-a9ef-4364-8777-94f125843637', 'content-length': '383', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b58733ab-a9ef-4364-8777-94f125843637', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/groups/8bf20417-2aab-453e-b57e-a854bf02eb0a'} Body: b'{"group": {"id": "8bf20417-2aab-453e-b57e-a854bf02eb0a", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T21:24:40.000000", "name": "tempest-GroupsV320Test-Group-43911278", "description": null, "group_type": "06f45efe-75ec-413c-a909-5543fe6be2d3", "volume_types": ["ee783110-6a60-42d9-bd14-7f5e61874e10"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:24:40,771 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/volumes/detail 0.032s 2024-02-28 21:24:40,771 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-178a586f-a9ce-45c7-a025-360a9193c333', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-178a586f-a9ce-45c7-a025-360a9193c333', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 21:24:40,870 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/groups/8bf20417-2aab-453e-b57e-a854bf02eb0a/action 0.086s 2024-02-28 21:24:40,871 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:40 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-24edc124-57f8-46af-82ac-5dd4c63af4f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/groups/8bf20417-2aab-453e-b57e-a854bf02eb0a/action'} Body: b'' 2024-02-28 21:24:40,904 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/groups/8bf20417-2aab-453e-b57e-a854bf02eb0a 0.033s 2024-02-28 21:24:40,905 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:40 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-2504464b-4ef8-4837-a254-363c3f554661', 'x-openstack-request-id': 'req-2504464b-4ef8-4837-a254-363c3f554661', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/groups/8bf20417-2aab-453e-b57e-a854bf02eb0a'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 8bf20417-2aab-453e-b57e-a854bf02eb0a could not be found."}}' 2024-02-28 21:24:40,936 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/59c3d36ce585407da92c227237bae43d/group_types/06f45efe-75ec-413c-a909-5543fe6be2d3 0.030s 2024-02-28 21:24:40,936 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:40 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-c7dc6c4e-5119-46bd-b248-92380bc1bc6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59c3d36ce585407da92c227237bae43d/group_types/06f45efe-75ec-413c-a909-5543fe6be2d3'} Body: b'' 2024-02-28 21:24:40,988 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/59c3d36ce585407da92c227237bae43d/types/ee783110-6a60-42d9-bd14-7f5e61874e10 0.052s 2024-02-28 21:24:40,989 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc1f9f3f-1cff-4f5b-b010-16c01dcca0a2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59c3d36ce585407da92c227237bae43d/types/ee783110-6a60-42d9-bd14-7f5e61874e10'} Body: b'' 2024-02-28 21:24:41,006 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/59c3d36ce585407da92c227237bae43d/types/ee783110-6a60-42d9-bd14-7f5e61874e10 0.017s 2024-02-28 21:24:41,007 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'co ntent-type': 'application/json', 'x-compute-request-id': 'req-058e5802-138d-43f4-b8a4-aaa8a1c9bfed', 'x-openstack-request-id': 'req-058e5802-138d-43f4-b8a4-aaa8a1c9bfed', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/59c3d36ce585407da92c227237bae43d/types/ee783110-6a60-42d9-bd14-7f5e61874e10'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ee783110-6a60-42d9-bd14-7f5e61874e10 could not be found."}}' {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [2.034434s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 144, in test_create_server_from_volume_snapshot boot_volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1343, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0d67df27-6cce-427a-8af4-27485815af56 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:42,699 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c 0.239s 2024-02-28 21:24:42,700 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8d48090f-7249-4720-b7c1-4a65aaa1a53e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "e41ba40d9dd149e2a6c32d8242a38517", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "created_at": "2024-02-28T21:16:33Z", "updated_at": "2024-02-28T21:16:35Z", "tags": [], "self": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c", "file": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:24:43,087 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes 0.386s 2024-02-28 21:24:43,087 85780 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-1932574370", "snapshot_id": null, "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-445b468b-773c-4e61-b6d4-8f729ae6ae23', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-445b468b-773c-4e61-b6d4-8f729ae6ae23', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes'} Body: b'{"volume": {"id": "0d67df27-6cce-427a-8af4-27485815af56", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:43.023606", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1932574370", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56"}], "user_id": "f3f5debbbb464c25a028d05976e7d15a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:43,230 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56 0.132s 2024-02-28 21:24:43,231 85780 DEBUG [tempest.lib.common.rest_clie nt] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f69174f1-ca8d-4045-9d91-ff69acc4e1d9', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f69174f1-ca8d-4045-9d91-ff69acc4e1d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56'} Body: b'{"volume": {"id": "0d67df27-6cce-427a-8af4-27485815af56", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:43.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1932574370", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56"}], "user_id": "f3f5debbbb464c25a028d05976e7d15a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80c3eec1efd84e8681704c94ef831fa7"}}' 2024-02-28 21:24:44,294 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56 0.051s 2024-02-28 21:24:44,295 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-092b809b-992e-46c4-9b28-be81a5caacdd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-092b809b-992e-46c4-9b28-be81a5caacdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56'} Body: b'{"volume": {"id": "0d67df27-6cce-427a-8af4-27485815af56", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:43.000000", "updated_at": "2024-02-28T21:24:43.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1932574370", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56"}], "user_id": "f3f5debbbb464c25a028d05976e7d15a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80c3eec1efd84e8681704c94ef831fa7"}}' 2024-02-28 21:24:44,457 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56 0.148s 2024-02-28 21:24:44,457 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:44 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-d966ab2b-605e-454d-9a84-8fe73eb3e0c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56'} Body: b'' 2024-02-28 21:24:44,493 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56 0.035s 2024-02-28 21:24:44,494 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24: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-e42697fe-3f3d-403e-9109-f61592483c67', 'x-openstack-request-id': 'req-e42697fe-3f3d-403e-9109-f61592483c67', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0d67df27-6cce-427a-8af4-27485815af56 could not be found."}}' {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [1.883053s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 189, in test_image_defined_boot_from_volume volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1343, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d8c76208-dd59-4290-bc30-8da0f30fce7b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:44,518 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c 0.020s 2024-02-28 21:24:44,518 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6b021c00-36ed-46b1-ad75-d6ce1890e4ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "e41ba40d9dd149e2a6c32d8242a38517", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "created_at": "2024-02-28T21:16:33Z", "updated_at": "2024-02-28T21:16:35Z", "tags": [], "self": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c", "file": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:24:45,064 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes 0.545s 2024-02-28 21:24:45,065 85780 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-1573462573", "snapshot_id": null, "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5edd9f09-5062-4199-aa92-cbc8239bb946', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5edd9f09-5062-4199-aa92-cbc8239bb946', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes'} Body: b'{"volume": {"id": "d8c76208-dd59-4290-bc30-8da0f30fce7b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:44.980542", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1573462573", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b"}], "user_id": "f3f5debbbb464c25a028d05976e7d15a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:45,143 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b 0.055s 2024-02-28 21:24:45,144 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3fc37ce-e01d-47e9-8413-86c2569de61b', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3fc37ce-e01d-47e9-8413-86c2569de61b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b'} Body: b'{"volume": {"id": "d8c76208-dd59-4290-bc30-8da0f30fce7b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:45.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1573462573", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b"}], "user_id": "f3f5debbbb464c25a028d05976e7d15a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80c3eec1efd84e8681704c94ef831fa7"}}' 2024-02-28 21:24:46,199 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b 0.040s 2024-02-28 21:24:46,200 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bafd3a42-5c30-49d9-87df-3fa4b6e06344', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bafd3a42-5c30-49d9-87df-3fa4b6e06344', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b'} Body: b'{"volume": {"id": "d8c76208-dd59-4290-bc30-8da0f30fce7b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:45.000000", "updated_at": "2024-02-28T21:24:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1573462573", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b"}], "user_id": "f3f5debbbb464c25a028d05976e7d15a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80c3eec1efd84e8681704c94ef831fa7"}}' 2024-02-28 21:24:46,351 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b 0.126s 2024-02-28 21:24:46,352 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24: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-cd652925-8ed7-481f-8dc1-72178747cf6d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b'} Body: b'' 2024-02-28 21:24:46,379 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b 0.026s 2024-02-28 21:24:46,379 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24: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-d669649a-4605-4049-af27-fbe9af24cf5b', 'x-openstack-request-id': 'req-d669649a-4605-4049-af27-fbe9af24cf5b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d8c76208-dd59-4290-bc30-8da0f30fce7b could not be found."}}' {5} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [1.673473s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_retype.py", line 203, in test_available_volume_retype src_vol = self.create_volume(volume_type=self.src_vol_type['name']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f37b2d38-a53d-40e6-8eb2-447b36cd29c5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:45,517 85790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes 0.334s 2024-02-28 21:24:45,518 85790 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-1556250639"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-731de577-9738-45f0-a331-a2f949d82589', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-731de577-9738-45f0-a331-a2f949d82589', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes'} Body: b'{"volume": {"id": "f37b2d38-a53d-40e6-8eb2-447b36cd29c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:45.456884", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1556250639", "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/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5"}], "user_id": "172150751da84b78ab15d5c560aa347d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:45,575 85790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5 0.045s 2024-02-28 21:24:45,575 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79811ec8-ac9c-4369-8d74-9223fe6a0a7a', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79811ec8-ac9c-4369-8d74-9223fe6a0a7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5'} Body: b'{"volume": {"id": "f37b2d38-a53d-40e6-8eb2-447b36cd29c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:45.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1556250639", "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/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5"}], "user_id": "172150751da84b78ab15d5c560aa347d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6dcd5b5312094a85ba7f8a968e6acc18"}}' 2024-02-28 21:24:46,631 85790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36 cd29c5 0.038s 2024-02-28 21:24:46,631 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc9a8080-e822-4ef7-8f3c-63a5f895bcfa', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc9a8080-e822-4ef7-8f3c-63a5f895bcfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5'} Body: b'{"volume": {"id": "f37b2d38-a53d-40e6-8eb2-447b36cd29c5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:45.000000", "updated_at": "2024-02-28T21:24:46.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1556250639", "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/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5"}], "user_id": "172150751da84b78ab15d5c560aa347d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6dcd5b5312094a85ba7f8a968e6acc18"}}' 2024-02-28 21:24:46,687 85790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5 0.041s 2024-02-28 21:24:46,687 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-774e5821-bca3-47ff-bf29-c3fd13cd2fa9', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-774e5821-bca3-47ff-bf29-c3fd13cd2fa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5'} Body: b'{"volume": {"id": "f37b2d38-a53d-40e6-8eb2-447b36cd29c5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:45.000000", "updated_at": "2024-02-28T21:24:46.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1556250639", "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/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5"}], "user_id": "172150751da84b78ab15d5c560aa347d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6dcd5b5312094a85ba7f8a968e6acc18"}}' 2024-02-28 21:24:46,832 85790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5 0.121s 2024-02-28 21:24:46,833 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24: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-fa595dd2-eb11-4fae-aa3f-f2c609725108', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5'} Body: b'' 2024-02-28 21:24:46,855 85790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5 0.022s 2024-02-28 21:24:46,855 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24: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-e5dfb9af-03c9-4f81-bcfb-aeb044c4f00c', 'x-openstack-request-id': 'req-e5dfb9af-03c9-4f81-bcfb-aeb044c4f00c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f37b2d38-a53d-40e6-8eb2-447b36cd29c5 could not be found."}}' {0} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [4.186463s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 77, in test_volume_boot_pattern volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1343, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2847c7e8-9144-4964-9871-1e5721afca7b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:46,382 85780 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2024-02-28 21:24:46,454 85780 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.071s 2024-02-28 21:24:46,455 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-497334363", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPh1JZipZjSuOhYcgqYKO03sH1g657Qnv3196XErvY8RSvCfiBDwUZN+aqJhAIjQtzrK2+2npyDlx6bJmlCXcDt63P2qUGpngovUJNqjnKR92p9H+Urv1mbYQv85AkZmrA=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68e3ec46-e590-41f2-a8ad-f7bf11d18f65', 'x-compute-request-id': 'req-68e3ec46-e590-41f2-a8ad-f7bf11d18f65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-497334363", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPh1JZipZjSuOhYcgqYKO03sH1g657Qnv3196XErvY8RSvCfiBDwUZN+aqJhAIjQtzrK2+2npyDlx6bJmlCXcDt63P2qUGpngovUJNqjnKR92p9H+Urv1mbYQv85AkZmrA==", "fingerprint": "e7:ef:e7:68:a5:b3:79:c2:fd:8b:52:9e:c4:4a:97:e2", "user_id": "f3f5debbbb464c25a028d05976e7d15a"}}' 2024-02-28 21:24:46,604 85780 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.146s 2024-02-28 21:24:46,605 85780 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-1536749034", "description": "tempest-secgroup-smoke-1536749034 description", "project_id": "80c3eec1efd84e8681704c94ef831fa7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-9415647e-b654-42b9-aab1-0ec3774b1a4f', 'date': 'Wed, 28 Feb 2024 21:24:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "42210700-e15a-465a-bd62-247b4861f8bd", "name": "tempest-secgroup-smoke-1536749034", "stateful": true, "tenant_id": "80c3eec1efd84e8681704c94ef831fa7", "description": "tempest-secgroup-smoke-1536749034 description", "shared": false, "security_group_rules": [{"id": "248e4de2-d88e-4934-99a7-c5ea97d43ddb", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "tenant_id": "80c3eec1efd84e8681704c94ef831fa7", "security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "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": 804, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:24:46Z", "updated_at": "2024-02-28T21:24:46Z", "revision_number": 0}, {"id": "8a7ebf0d-1856-4b88-b208-b87c65bff965", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "tenant_id": "80c3eec1efd84e8681704c94ef831fa7", "security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "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": 805, "belongs_to_default_sg": false, "description": null, "tags": [], "creat ed_at": "2024-02-28T21:24:46Z", "updated_at": "2024-02-28T21:24:46Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:24:46Z", "updated_at": "2024-02-28T21:24:46Z", "revision_number": 1, "project_id": "80c3eec1efd84e8681704c94ef831fa7"}}' 2024-02-28 21:24:46,833 85780 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.227s 2024-02-28 21:24:46,833 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-20b80a0c-16d6-4901-ab9d-414d38bf39b8', 'date': 'Wed, 28 Feb 2024 21:24:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "254ace46-6dd7-4f74-a75e-0a71c5a6b596", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "tenant_id": "80c3eec1efd84e8681704c94ef831fa7", "security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:46Z", "updated_at": "2024-02-28T21:24:46Z", "revision_number": 0}}' 2024-02-28 21:24:47,058 85780 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.224s 2024-02-28 21:24:47,058 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-1415ab4e-aeb6-4728-b2f0-5c61858a14d3', 'date': 'Wed, 28 Feb 2024 21:24:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2b15878a-b345-4b9c-a17a-0a3e550418b8", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "tenant_id": "80c3eec1efd84e8681704c94ef831fa7", "security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:46Z", "updated_at": "2024-02-28T21:24:46Z", "revision_number": 0}}' 2024-02-28 21:24:47,384 85780 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.325s 2024-02-28 21:24:47,385 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-03f65 951-9ef2-4341-bea6-bf897d41b4b9', 'date': 'Wed, 28 Feb 2024 21:24:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "02672baf-fca4-4dcb-9249-a748c8b5a4bb", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "tenant_id": "80c3eec1efd84e8681704c94ef831fa7", "security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:47Z", "updated_at": "2024-02-28T21:24:47Z", "revision_number": 0}}' 2024-02-28 21:24:47,700 85780 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.314s 2024-02-28 21:24:47,700 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-e1a63122-4f84-4eff-9842-c538c28ef2eb', 'date': 'Wed, 28 Feb 2024 21:24:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7855bd47-9c03-45c4-8c90-1dcf07ff6fca", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "tenant_id": "80c3eec1efd84e8681704c94ef831fa7", "security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:47Z", "updated_at": "2024-02-28T21:24:47Z", "revision_number": 0}}' 2024-02-28 21:24:48,000 85780 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.298s 2024-02-28 21:24:48,000 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-8d5f4815-a679-435a-adb7-ccb1bee766ad', 'date': 'Wed, 28 Feb 2024 21:24:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "31e4589f-5f45-4425-bd50-5eb360513a74", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "tenant_id": "80c3eec1efd84e8681704c94ef831fa7", "security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:47Z", "updated_at": "2024-02-28T21:24:47Z", "revision_number": 0}}' 2024-02-28 21:24:48,594 85780 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.593s 2024-02-28 21:24:48,594 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-0cd7c6e1-aa8b-4ee2-aacc-804399c03d84', 'date': 'Wed, 28 Feb 2024 21:24:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f2f7f914-a624-42b5-8b2d-2419a18319df", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "tenant_id": "80c3eec1efd84e8681704c94ef831fa7", "security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:48Z", "updated_at": "2024-02-28T21:24:48Z", "revision_number": 0}}' 2024-02-28 21:24:48,595 85780 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2024-02-28 21:24:48,621 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c 0.025s 2024-02-28 21:24:48,621 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-052689cd-dbd8-4e01-9334-ce55306ab3dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "e41ba40d9dd149e2a6c32d8242a38517", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "created_at": "2024-02-28T21:16:33Z", "updated_at": "2024-02-28T21:16:35Z", "tags": [], "self": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c", "file": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:24:49,012 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes 0.390s 2024-02-28 21:24:49,013 85780 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-51610986", "snapshot_id": null, "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-702330f6-b75b-4b7a-aef3-e27c98359b95', 'content-length': '824', 'openstack-api-v ersion': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-702330f6-b75b-4b7a-aef3-e27c98359b95', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes'} Body: b'{"volume": {"id": "2847c7e8-9144-4964-9871-1e5721afca7b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:48.942585", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-51610986", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b"}], "user_id": "f3f5debbbb464c25a028d05976e7d15a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:49,065 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b 0.041s 2024-02-28 21:24:49,066 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fecf3cfe-8bef-497c-b95c-49fe845229ef', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fecf3cfe-8bef-497c-b95c-49fe845229ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b'} Body: b'{"volume": {"id": "2847c7e8-9144-4964-9871-1e5721afca7b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:49.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-51610986", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b"}], "user_id": "f3f5debbbb464c25a028d05976e7d15a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80c3eec1efd84e8681704c94ef831fa7"}}' 2024-02-28 21:24:50,131 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b 0.045s 2024-02-28 21:24:50,132 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f40aa8b1-b765-4950-b66c-f514b8095709', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f40aa8b1-b765-4950-b66c-f514b8095709', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b'} Body: b'{"volume": {"id": "2847c7e8-9144-4964-9871-1e5721afca7b", "status": "err or", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:49.000000", "updated_at": "2024-02-28T21:24:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-51610986", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b"}], "user_id": "f3f5debbbb464c25a028d05976e7d15a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80c3eec1efd84e8681704c94ef831fa7"}}' 2024-02-28 21:24:50,263 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b 0.119s 2024-02-28 21:24:50,264 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24: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-4a59e9d0-8a2e-43f5-94cc-131b7d03eba4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b'} Body: b'' 2024-02-28 21:24:50,287 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b 0.022s 2024-02-28 21:24:50,287 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b00d5b94-a958-4c6e-8556-ea4f783f218d', 'x-openstack-request-id': 'req-b00d5b94-a958-4c6e-8556-ea4f783f218d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2847c7e8-9144-4964-9871-1e5721afca7b could not be found."}}' 2024-02-28 21:24:50,531 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/42210700-e15a-465a-bd62-247b4861f8bd 0.243s 2024-02-28 21:24:50,531 85780 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-6de5ca8b-24d6-44d3-9abf-4f80f6efa167', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:24:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/42210700-e15a-465a-bd62-247b4861f8bd'} Body: b'' 2024-02-28 21:24:50,567 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-497334363 0.035s 2024-02-28 21:24:50,567 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: Non e Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24: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-6d140cc0-2113-40f3-b462-7fd3b62ca52c', 'x-compute-request-id': 'req-6d140cc0-2113-40f3-b462-7fd3b62ca52c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-497334363'} Body: b'' {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.017772s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.017992s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.038073s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.019568s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.026335s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.017885s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.022009s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.014935s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.014305s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.033329s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.038399s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.036436s] ... ok {5} setUpClass (tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest) ... SKIPPED: Attached volume extend is disabled. {5} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [1.672775s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 125, in test_volume_create_get_update_delete self._volume_create_get_update_delete(size=CONF.volume.volume_size) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 43, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 36ffb697-1d44-4930-a24c-364b4adbf955 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:55,311 85790 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes 0.388s 2024-02-28 21:24:55,312 85790 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-2047278025", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c983b6c-8ed9-41c5-8f3c-c8f9a8917eb1', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c983b6c-8ed9-41c5-8f3c-c8f9a8917eb1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes'} Body: b'{"volume": {"id": "36ffb697-1d44-4930-a24c-364b4adbf955", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:55.238207", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-2047278025", "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/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955"}], "user_id": "a87743ecfb3545548329926be4776b02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:55,367 85790 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955 0.044s 2024-02-28 21:24:55,368 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb18a81d-04b4-4508-bf3a-d7861f5c694d', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb18a81d-04b4-4508-bf3a-d7861f5c694d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955'} Body: b'{"volume": {"id": "36ffb697-1d44-4930-a24c-364b4adbf955", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:55.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-2047278025", "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/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955"}], "user_id": "a87743ecfb3545548329926be4776b02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cbafcd1504b48958a2b7668bedede4e"}}' 2024-02-28 21:24:56,438 85790 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955 0.055s 2024-02-28 21:24:56,438 85790 DEBUG [tempest. lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eabc582-0f5d-44d4-92ef-5b4dc92935fa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eabc582-0f5d-44d4-92ef-5b4dc92935fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955'} Body: b'{"volume": {"id": "36ffb697-1d44-4930-a24c-364b4adbf955", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:55.000000", "updated_at": "2024-02-28T21:24:55.000000", "name": "tempest-VolumesGetTest-Volume-2047278025", "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/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955"}], "user_id": "a87743ecfb3545548329926be4776b02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cbafcd1504b48958a2b7668bedede4e"}}' 2024-02-28 21:24:56,570 85790 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955 0.118s 2024-02-28 21:24:56,570 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9110c4f2-86fc-4d6d-9c6f-a28d1d9b3748', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955'} Body: b'' 2024-02-28 21:24:56,594 85790 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955 0.023s 2024-02-28 21:24:56,594 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-469ec2f6-11b2-457f-96b8-a6b2f1df0284', 'x-openstack-request-id': 'req-469ec2f6-11b2-457f-96b8-a6b2f1df0284', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 36ffb697-1d44-4930-a24c-364b4adbf955 could not be found."}}' {5} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [1.574729s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 143, in test_volume_create_get_update_delete_as_clone origin = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cbd022ce-fb30-4d30-ada0-e451861e450c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:56,805 85790 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/5cbafcd1504b48958a2b7668bedede4e/volumes 0.207s 2024-02-28 21:24:56,805 85790 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-904568903"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c27083fe-d836-4858-b78c-3f522e852bf7', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c27083fe-d836-4858-b78c-3f522e852bf7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes'} Body: b'{"volume": {"id": "cbd022ce-fb30-4d30-ada0-e451861e450c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:56.741374", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-904568903", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c"}], "user_id": "a87743ecfb3545548329926be4776b02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:56,868 85790 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/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c 0.051s 2024-02-28 21:24:56,868 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73150775-ea50-4d4a-b668-19c660f424f1', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73150775-ea50-4d4a-b668-19c660f424f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c'} Body: b'{"volume": {"id": "cbd022ce-fb30-4d30-ada0-e451861e450c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:57.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-904568903", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c"}], "user_id": "a87743ecfb3545548329926be4776b02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cbafcd1504b48958a2b7668bedede4e"}}' 2024-02-28 21:24:57,928 85790 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/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c 0.046s 2024-02-28 21:24:57,928 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc94581b-881e-4749-bcfc-83b968f1323f', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc94581b-881e-4749-bcfc-83b968f1323f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c'} Body: b'{"volume": {"id": "cbd022ce-fb30-4d30-ada0-e451861e450c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:57.000000", "updated_at": "2024-02-28T21:24:57.000000", "name": "tempest-VolumesGetTest-Volume-904568903", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c"}], "user_id": "a87743ecfb3545548329926be4776b02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cbafcd1504b48958a2b7668bedede4e"}}' 2024-02-28 21:24:57,978 85790 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c 0.037s 2024-02-28 21:24:57,978 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a131aa5c-7452-4fa6-8ad0-84c451568b5b', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a131aa5c-7452-4fa6-8ad0-84c451568b5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c'} Body: b'{"volume": {"id": "cbd022ce-fb30-4d30-ada0-e451861e450c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:57.000000", "updated_at": "2024-02-28T21:24:57.000000", "name": "tempest-VolumesGetTest-Volume-904568903", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c"}], "user_id": "a87743ecfb3545548329926be4776b02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cbafcd1504b48958a2b7668bedede4e"}}' 2024-02-28 21:24:58,148 85790 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c 0.158s 2024-02-28 21:24:58,149 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'o penstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec4b685b-233d-4001-8d0a-f5f9a41620bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c'} Body: b'' 2024-02-28 21:24:58,170 85790 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c 0.021s 2024-02-28 21:24:58,171 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-01811873-6027-4abe-97cf-1fe2c2e8e99d', 'x-openstack-request-id': 'req-01811873-6027-4abe-97cf-1fe2c2e8e99d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cbd022ce-fb30-4d30-ada0-e451861e450c could not be found."}}' {5} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [1.644449s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 135, in test_volume_create_get_update_delete_from_image self._volume_create_get_update_delete( File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 43, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f99f7123-8666-4bae-9168-6f9ccb3cf2ae failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:58,197 85790 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/b0c5d41f-4763-4b82-ad97-62b55632d91c 0.022s 2024-02-28 21:24:58,197 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3a2c39f6-3bed-41ec-8ee7-e6f400b720d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "e41ba40d9dd149e2a6c32d8242a38517", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "created_at": "2024-02-28T21:16:33Z", "updated_at": "2024-02-28T21:16:35Z", "tags": [], "self": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c", "file": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:24:58,523 85790 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/5cbafcd1504b48958a2b7668bedede4e/volumes 0.325s 2024-02-28 21:24:58,523 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "size": 1, "name": "tempest-VolumesGetTest-Volume-18498224", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e43a4a0-0a25-4d84-8630-246ea345a82a', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e43a4a0-0a25-4d84-8630-246ea345a82a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes'} Body: b'{"volume": {"id": "f99f7123-8666-4bae-9168-6f9ccb3cf2ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:58.455937", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-18498224", "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/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae"}], "user_id": "a87743ecfb3545548329926be4776b02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:58,594 85790 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/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae 0.050s 2024-02-28 21:24:58,595 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Co ntent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-382614b4-482e-4cb4-ba6c-dc4d068bf93d', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-382614b4-482e-4cb4-ba6c-dc4d068bf93d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae'} Body: b'{"volume": {"id": "f99f7123-8666-4bae-9168-6f9ccb3cf2ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:58.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-18498224", "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/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae"}], "user_id": "a87743ecfb3545548329926be4776b02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cbafcd1504b48958a2b7668bedede4e"}}' 2024-02-28 21:24:59,645 85790 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/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae 0.037s 2024-02-28 21:24:59,645 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f8294cc-4019-48db-ba89-59a81f41a4cf', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f8294cc-4019-48db-ba89-59a81f41a4cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae'} Body: b'{"volume": {"id": "f99f7123-8666-4bae-9168-6f9ccb3cf2ae", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:58.000000", "updated_at": "2024-02-28T21:24:59.000000", "name": "tempest-VolumesGetTest-Volume-18498224", "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/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae"}], "user_id": "a87743ecfb3545548329926be4776b02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cbafcd1504b48958a2b7668bedede4e"}}' 2024-02-28 21:24:59,795 85790 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae 0.137s 2024-02-28 21:24:59,796 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'tex t/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2716406-1686-43bf-a6df-fb966928894a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae'} Body: b'' 2024-02-28 21:24:59,817 85790 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae 0.021s 2024-02-28 21:24:59,818 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-bddbed5b-5fa3-4eaf-9570-f4f9a02d31f6', 'x-openstack-request-id': 'req-bddbed5b-5fa3-4eaf-9570-f4f9a02d31f6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f99f7123-8666-4bae-9168-6f9ccb3cf2ae could not be found."}}' {0} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {5} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [1.457127s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 51, in test_create_multiple_volume_from_source_volume volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1022a826-fb4a-476b-a46a-3f7961990e6a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:25:02,808 85790 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes 0.340s 2024-02-28 21:25:02,808 85790 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-1096901941"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dd67298-cb72-4c12-a4cb-8bc224955690', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dd67298-cb72-4c12-a4cb-8bc224955690', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes'} Body: b'{"volume": {"id": "1022a826-fb4a-476b-a46a-3f7961990e6a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:25:02.744076", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1096901941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes/1022a826-fb4a-476b-a46a-3f7961990e6a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes/1022a826-fb4a-476b-a46a-3f7961990e6a"}], "user_id": "8c598f24f1324dd1b206752cf5d1735b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:25:02,859 85790 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes/1022a826-fb4a-476b-a46a-3f7961990e6a 0.039s 2024-02-28 21:25:02,859 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a58e194-d9bd-462a-8c1f-2a8dd574fb33', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a58e194-d9bd-462a-8c1f-2a8dd574fb33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes/1022a826-fb4a-476b-a46a-3f7961990e6a'} Body: b'{"volume": {"id": "1022a826-fb4a-476b-a46a-3f7961990e6a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:25:03.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1096901941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes/1022a826-fb4a-476b-a46a-3f7961990e6a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes/1022a826-fb4a-476b-a46a-3f7961990e6a"}], "user_id": "8c598f24f1324dd1b206752cf5d1735b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5c9bdbc7b1214241a1fb18fb4cf2abad"}}' 2024-02-28 21:25:03,910 85790 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes/1022a8 26-fb4a-476b-a46a-3f7961990e6a 0.038s 2024-02-28 21:25:03,911 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51e1c4f2-346c-4585-b6d0-f42a748a7057', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51e1c4f2-346c-4585-b6d0-f42a748a7057', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes/1022a826-fb4a-476b-a46a-3f7961990e6a'} Body: b'{"volume": {"id": "1022a826-fb4a-476b-a46a-3f7961990e6a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:25:03.000000", "updated_at": "2024-02-28T21:25:03.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1096901941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes/1022a826-fb4a-476b-a46a-3f7961990e6a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes/1022a826-fb4a-476b-a46a-3f7961990e6a"}], "user_id": "8c598f24f1324dd1b206752cf5d1735b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5c9bdbc7b1214241a1fb18fb4cf2abad"}}' {10} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [167.752195s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 141, in test_list_get_volume_attachments volume_1st = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4786649e-bd3d-4a50-bfc2-40475623e84f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:23:00,703 85800 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:23:00,703 85800 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:23:00,788 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.083s 2024-02-28 21:23:00,788 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1574177864", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJvpKSLPbu1A8vASAlvwpvP8QUR4vly/7OCbMGo/25zff0JyEn+umGNqjXREyynBqe259yR8Gp9IBUFjl2BGa8v6aoFgmtT36/cG8G5PJNi3UXfGxbsWMrL2Yz0yIfE3sg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:00 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-2081c0a5-f8f8-41e9-bbfb-46056995e46e', 'x-compute-request-id': 'req-2081c0a5-f8f8-41e9-bbfb-46056995e46e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1574177864", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJvpKSLPbu1A8vASAlvwpvP8QUR4vly/7OCbMGo/25zff0JyEn+umGNqjXREyynBqe259yR8Gp9IBUFjl2BGa8v6aoFgmtT36/cG8G5PJNi3UXfGxbsWMrL2Yz0yIfE3sg==", "fingerprint": "6a:31:68:01:ec:15:e1:e9:a1:4a:15:7d:ac:a1:25:0b", "user_id": "b1babd0d20bf4845a3cafaa81cd28f78"}}' 2024-02-28 21:23:00,792 85800 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1574177864 created 2024-02-28 21:23:00,975 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.182s 2024-02-28 21:23:00,975 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2003121851", "description": "tempest-description--432075038"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-2d1cb6c0-258c-4f6a-877f-05a1f291d6e7', 'date': 'Wed, 28 Feb 2024 21:23:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "597f076f-c7f8-4a03-96a0-1b68098949bd", "name": "tempest-securitygroup--2003121851", "stateful": true, "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "description": "tempest-description--432075038", "shared": false, "security_group_rules": [{"id": "0168e995-3cdb-43b8-9060-0784a4e9de92", "project_id": "95531591de364b8b86b5c4d43ff475bc", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "security_group_id": "597f076f-c7f8-4a03-96a0-1b68098949bd", "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": 635, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:23:00Z", "updated_at": "2024-02-28T21:23:00Z", "revision_number": 0}, {"id": "8ed91e4c-fde5-4094-9eb5-a372f2ce2147", "project_id": "95531591de364b8b86b5c4d43ff475bc", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "security_group_id": "597f076f-c7f8-4a03-96a0-1b68098949bd", "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": 634, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:23:00Z", "updated_at": "2024-02-28T21:23:00Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:23:00Z", "updated_at": "2024-02-28T21:23:00Z", "revision_number": 1, "project_id": "95531591de364b8b86b5c4d43ff475bc"}}' 2024-02-28 21:23:01,187 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.211s 2024-02-28 21:23:01,187 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "597f076f-c7f8-4a03-96a0-1b68098949bd", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-1d0e79fa-2e9b-40ba-a53d-9139371be8ec', 'date': 'Wed, 28 Feb 2024 21:23:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f10e2774-7659-4c7d-9769-5e9ba675cce4", "project_id": "95531591de364b8b86b5c4d43ff475bc", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "security_group_id": "597f076f-c7f8-4a03-96a0-1b68098949bd", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:23:01Z", "updated_at": "2024-02-28T21:23:01Z", "revision_number": 0}}' 2024-02-28 21:23:01,425 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.236s 2024-02-28 21:23:01,425 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "597f076f-c7f8-4a03-96a0-1b68098949bd", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a52fbd58-eb9c-4c0c-856a-4e6bd419f7d1', 'date': 'Wed, 28 Feb 2024 21:23:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "28c91364-f639-4488-880c-775accb3cc9a", "project_id": "95531591de364b8b86b5c4d43ff475bc", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "security_group_id": "597f076f-c7f8-4a03-96a0-1b68098949bd", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:23:01Z", "updated_at": "2024-02-28T21:23:01Z", "revision_number": 0}}' 2024-02-28 21:23:01,425 85800 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2003121851 created 2024-02-28 21:23:02,079 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.653s 2024-02-28 21:23:02,080 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-3c831af3-fa96-480c-a04b-2747b5741f61', 'date': 'Wed, 28 Feb 2024 21:23:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2bc23cfe-7fb2-4487-82f9-96c50414f813", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "floating_ip_address": "172.24.4.172", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "95531591de364b8b86b5c4d43ff475bc", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:23:01Z", "updated_at": "2024-02-28T21:23:01Z", "revision_number": 0}}' 2024-02-28 21:23:02,080 85800 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2bc23cfe-7fb2-4487-82f9-96c50414f813', 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'floating_ip_address': '172.24.4.172', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '95531591de364b8b86b5c4d43ff475bc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:23:01Z', 'updated_at': '2024-02-28T21:23:01Z', 'revision_number': 0, 'ip': '172.24.4.172'} created 2024-02-28 21:23:02,188 85800 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.102s 2024-02-28 21:23:02,189 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:02 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-69c506ea-0c25-4595-b3e3-4314f37a6e2f', '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": "b1babd0d20bf4845a3cafaa81cd28f78", "name": "tempest-AttachVolumeTestJSON-1468279415-project-member", "password_expires_at": null}, "audit_ids": ["75WTcomXTbivyc5AXzwhiQ"], "expires_at": "2024-02-28T22:23:02.000000Z", "issued_at": "2024-02-28T21:23:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "95531591de364b8b86b5c4d43ff475bc", "name": "tempest-AttachVolumeTestJSON-1468279415"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/95531591de364b8b86b5c4d43ff475bc", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name ": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:23:02,189 85800 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '278315ee-223d-4596-9692-2c3881d1dc2a', 'name': 'tempest-AttachVolumeTestJSON-112097840-network', 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '95531591de364b8b86b5c4d43ff475bc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9020, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:19:49Z', 'updated_at': '2024-02-28T21:19:49Z', 'revision_number': 1} available for tenant 2024-02-28 21:23:02,190 85800 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1574177864', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJvpKSLPbu1A8vASAlvwpvP8QUR4vly/7OCbMGo/25zff0JyEn+umGNqjXREyynBqe259yR8Gp9IBUFjl2BGa8v6aoFgmtT36/cG8G5PJNi3UXfGxbsWMrL2Yz0yIfE3sg==', 'fingerprint': '6a:31:68:01:ec:15:e1:e9:a1:4a:15:7d:ac:a1:25:0b', 'user_id': 'b1babd0d20bf4845a3cafaa81cd28f78', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBPV6jcb3m836L9Qjb56927Zyv0YvSjMwmwg6O85sRW+FRB7JkGVPKr\np8/u1iu/anmgBwYFK4EEACKhZANiAASb6Skiz27tQPLwEgJb8Kbz/EFEeL5cv+zg\nmzBqP9uc339CchJ/rphjao10RMspwantufckfBqfSAVBY5dgRmvL+mqBYJrU9+v3\nBvBuTyTYt1F3xsW7FjKy9mM9MiHxN7I=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '597f076f-c7f8-4a03-96a0-1b68098949bd', 'name': 'tempest-securitygroup--2003121851', 'stateful': True, 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'description': 'tempest-description--432075038', 'shared': False, 'security_group_rules': [{'id': '0168e995-3cdb-43b8-9060-0784a4e9de92', 'project_id': '95531591de364b8b86b5c4d43ff475bc', 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'security_group_id': '597f076f-c7f8-4a03-96a0-1b68098949bd', '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': 635, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:23:00Z', 'updated_at': '2024-02-28T21:23:00Z', 'revision_number': 0}, {'id': '8ed91e4c-fde5-4094-9eb5-a372f2ce2147', 'project_id': '95531591de364b8b86b5c4d43ff475bc', 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'security_group_id': '597f076f-c7f8-4a03-96a0-1b68098949bd', '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': 634, 'bel ongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:23:00Z', 'updated_at': '2024-02-28T21:23:00Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:23:00Z', 'updated_at': '2024-02-28T21:23:00Z', 'revision_number': 1, 'project_id': '95531591de364b8b86b5c4d43ff475bc'}, 'floating_ip': {'id': '2bc23cfe-7fb2-4487-82f9-96c50414f813', 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'floating_ip_address': '172.24.4.172', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '95531591de364b8b86b5c4d43ff475bc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:23:01Z', 'updated_at': '2024-02-28T21:23:01Z', 'revision_number': 0, 'ip': '172.24.4.172'}} 2024-02-28 21:23:02,787 85800 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.597s 2024-02-28 21:23:02,787 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-274074579", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "278315ee-223d-4596-9692-2c3881d1dc2a"}], "security_groups": [{"name": "tempest-securitygroup--2003121851"}], "key_name": "tempest-keypair-1574177864", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3211ff2-d5fb-496e-bd4f-813f896d301c', 'x-compute-request-id': 'req-d3211ff2-d5fb-496e-bd4f-813f896d301c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3722894b-b208-4661-8790-09a5f4d22cb3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3722894b-b208-4661-8790-09a5f4d22cb3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2003121851"}], "adminPass": "password"}}' 2024-02-28 21:23:02,857 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3 0.067s 2024-02-28 21:23:02,858 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1229', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f598eb0-a362-4d34-9881-05df16ae147c', 'x-compute-request-id': 'req-8f598eb0-a362-4d34-9881-05df16ae147c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3'} Body: b'{"server": {"id": "3722894b-b208-4661-8790-09a5f4d22cb3", "name": "tempest-AttachVolumeTestJSON-server-274074579", "status": "BUILD", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "metadata": {}, "hostId": "", " image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:23:03Z", "updated": "2024-02-28T21:23:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3722894b-b208-4661-8790-09a5f4d22cb3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1574177864", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:53,253 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3 0.333s 2024-02-28 21:23:53,253 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:52 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-3f73b9aa-1888-4c16-b8d1-3264ef243d0c', 'x-compute-request-id': 'req-3f73b9aa-1888-4c16-b8d1-3264ef243d0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3'} Body: b'{"server": {"id": "3722894b-b208-4661-8790-09a5f4d22cb3", "name": "tempest-AttachVolumeTestJSON-server-274074579", "status": "ACTIVE", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "metadata": {}, "hostId": "283a3a6f7eb6ab2640c3648022e522c6d094dbe425e01642bea43a0f", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:23:02Z", "updated": "2024-02-28T21:23:09Z", "addresses": {"tempest-AttachVolumeTestJSON-112097840-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:ad:67"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3722894b-b208-4661-8790-09a5f4d22cb3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1574177864", "OS-SRV-USG:launched_at": "2024-02-28T21:23:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2003121851"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:53,267 85800 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 21:24:53,684 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3/os-interface 0.400s 2024-02-28 21:24:53,684 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:53 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-8e438abe-208b-422b-b2d6-3951c8187140', 'x-compute-request-id': 'req-8e438abe-208b-422b-b2d6-3951c8187140', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "278315ee-223d-4596-9692-2c3881d1dc2a", "port_id": "ec4f7933-81ef-4207-9626-5471b6cfa945", "mac_addr": "fa:16:3e:21:ad:67", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "bbc5be3f-6d12-463f-adc9-5b747563e09e", "ip_address": "10.0.0.9"}]}]}' 2024-02-28 21:24:54,623 85800 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/2bc23cfe-7fb2-4487-82f9-96c50414f813 0.934s 2024-02-28 21:24:54,623 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ec4f7933-81ef-4207-9626-5471b6cfa945"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-eb803dff-3eb3-40fc-8432-68e35e4844e4', 'date': 'Wed, 28 Feb 2024 21:24:54 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2bc23cfe-7fb2-4487-82f9-96c50414f813'} Body: b'{"floatingip": {"id": "2bc23cfe-7fb2-4487-82f9-96c50414f813", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "floating_ip_address": "172.24.4.172", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "e25eaa6e-8cdc-4120-9525-b5a29f864789", "port_id": "ec4f7933-81ef-4207-9626-5471b6cfa945", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "278315ee-223d-4596-9692-2c3881d1dc2a", "mac_address": "fa:16:3e:21:ad:67", "admin_state_up": true, "status": "ACTIVE", "device_id": "3722894b-b208-4661-8790-09a5f4d22cb3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:23:01Z", "updated_at": "2024-02-28T21:24:53Z", "revision_number": 1, "project_id": "95531591de364b8b86b5c4d43ff475bc"}}' 2024-02-28 21:24:54,624 85800 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.172:22' as 'cirros' with public key authentication 2024-02-28 21:24:54,633 85800 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:24:54,742 85800 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:24:54,742 85800 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.172 successfully created 2024-02-28 21:24:54,783 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3/ips 0.040s 2024-02-28 21:24:54,783 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:54 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-e469e781-433f-4f81-9af5-4673467a7e12', 'x-compute-request-id': 'req-e469e781-433f-4f81-9af5-4673467a7e12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3722894 b-b208-4661-8790-09a5f4d22cb3/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-112097840-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2024-02-28 21:24:54,987 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes 0.201s 2024-02-28 21:24:54,987 85800 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-1228657323"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fccc514b-54a2-496f-8f0b-9e5afad2dbc3', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fccc514b-54a2-496f-8f0b-9e5afad2dbc3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes'} Body: b'{"volume": {"id": "4786649e-bd3d-4a50-bfc2-40475623e84f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:54.921997", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1228657323", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/4786649e-bd3d-4a50-bfc2-40475623e84f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/95531591de364b8b86b5c4d43ff475bc/volumes/4786649e-bd3d-4a50-bfc2-40475623e84f"}], "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:55,047 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/4786649e-bd3d-4a50-bfc2-40475623e84f 0.048s 2024-02-28 21:24:55,048 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3345e71a-eef1-4cd8-893e-a01abc225418', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3345e71a-eef1-4cd8-893e-a01abc225418', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/4786649e-bd3d-4a50-bfc2-40475623e84f'} Body: b'{"volume": {"id": "4786649e-bd3d-4a50-bfc2-40475623e84f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:55.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1228657323", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/4786649e-bd3d-4a50-bfc2-40475623e84f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/95531591de364b8b86b5c4d43ff475bc/volumes/4786649e-bd3d-4a50-bfc2-40475623e84f"}], "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "95531591de364b8b86b5c4d43ff475bc"}}' 2024-02-28 21:24:56,102 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/95 531591de364b8b86b5c4d43ff475bc/volumes/4786649e-bd3d-4a50-bfc2-40475623e84f 0.042s 2024-02-28 21:24:56,103 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33afe343-bfcf-44d5-8757-cd19b49956ba', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33afe343-bfcf-44d5-8757-cd19b49956ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/4786649e-bd3d-4a50-bfc2-40475623e84f'} Body: b'{"volume": {"id": "4786649e-bd3d-4a50-bfc2-40475623e84f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:55.000000", "updated_at": "2024-02-28T21:24:55.000000", "name": "tempest-AttachVolumeTestJSON-volume-1228657323", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/4786649e-bd3d-4a50-bfc2-40475623e84f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/95531591de364b8b86b5c4d43ff475bc/volumes/4786649e-bd3d-4a50-bfc2-40475623e84f"}], "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "95531591de364b8b86b5c4d43ff475bc"}}' 2024-02-28 21:24:56,241 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3 0.126s 2024-02-28 21:24:56,242 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53200f48-30f3-4af1-9c2a-38073bf7ceef', 'x-compute-request-id': 'req-53200f48-30f3-4af1-9c2a-38073bf7ceef', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3'} Body: b'' 2024-02-28 21:24:57,368 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3 1.125s 2024-02-28 21:24:57,368 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca3f6369-dfe7-447d-87c0-1c69736b082d', 'x-compute-request-id': 'req-ca3f6369-dfe7-447d-87c0-1c69736b082d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3'} Body: b'{"server": {"id": "3722894b-b208-4661-8790-09a5f4d22cb3", "name": "tempest-AttachVolumeTestJSON-server-274074579", "status": "ACTIVE", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "metadata": {}, "hostId": "283a3a6f7eb6ab2640c3648022e522c6d094dbe425e01642bea43a0f", "image": {"id": "b 0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:23:02Z", "updated": "2024-02-28T21:24:56Z", "addresses": {"tempest-AttachVolumeTestJSON-112097840-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:ad:67"}, {"version": 4, "addr": "172.24.4.172", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:ad:67"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3722894b-b208-4661-8790-09a5f4d22cb3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1574177864", "OS-SRV-USG:launched_at": "2024-02-28T21:23:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2003121851"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:25:47,586 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3 0.155s 2024-02-28 21:25:47,587 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:47 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-1feec911-9a79-49f7-87bc-f620e3975d88', 'x-compute-request-id': 'req-1feec911-9a79-49f7-87bc-f620e3975d88', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3722894b-b208-4661-8790-09a5f4d22cb3 could not be found."}}' 2024-02-28 21:25:47,634 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1574177864 0.047s 2024-02-28 21:25:47,634 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:47 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-40b6cb58-7daa-4f43-8e87-d472871e4928', 'x-compute-request-id': 'req-40b6cb58-7daa-4f43-8e87-d472871e4928', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1574177864'} Body: b'' 2024-02-28 21:25:47,801 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/597f076f-c7f8-4a03-96a0-1b68098949bd 0.166s 2024-02-28 21:25:47,802 85800 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-923eebb2-8c49-43d1-b507-cfec4e45896f', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:25:47 GMT', 'connection': 'close', 'status': ' 204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/597f076f-c7f8-4a03-96a0-1b68098949bd'} Body: b'' 2024-02-28 21:25:47,821 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/597f076f-c7f8-4a03-96a0-1b68098949bd 0.018s 2024-02-28 21:25:47,821 85800 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-19cf8653-4907-4ca6-8678-c03b7b292def', 'date': 'Wed, 28 Feb 2024 21:25:47 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/597f076f-c7f8-4a03-96a0-1b68098949bd'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 597f076f-c7f8-4a03-96a0-1b68098949bd does not exist", "detail": ""}}' 2024-02-28 21:25:48,453 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/2bc23cfe-7fb2-4487-82f9-96c50414f813 0.632s 2024-02-28 21:25:48,454 85800 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-b25b5cb8-5bd7-4d69-9892-3f459e12ecd4', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:25:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2bc23cfe-7fb2-4487-82f9-96c50414f813'} Body: b'' {11} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached [172.747239s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 538, in test_resize_server_revert_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume acbfd1f6-5976-4fb9-b4b1-f1c111a4c345 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:23:08,075 85802 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51 0.199s 2024-02-28 21:23:08,076 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bff0f86-b407-4689-b1ec-8e0cac22cab7', 'x-compute-request-id': 'req-1bff0f86-b407-4689-b1ec-8e0cac22cab7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51'} Body: b'{"server": {"id": "eb5019c6-f743-4dd7-be61-bda6d2e6ac51", "name": "tempest-ServerActionsTestOtherB-server-1022999937", "status": "ACTIVE", "tenant_id": "b780fc5096f442a99dc879d466fc7de9", "user_id": "d158661012ea45b19ef782f4d1cef36b", "metadata": {}, "hostId": "cb645e9265b0ea4bd598025b7a41d0241a59027849111e4a03079245", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:15Z", "updated": "2024-02-28T21:21:28Z", "addresses": {"tempest-ServerActionsTestOtherB-1128054394-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ed:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-860211141", "OS-SRV-USG:launched_at": "2024-02-28T21:21:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--976533562"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:08,360 85802 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51 0.272s 2024-02-28 21:23:08,361 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a5b8509-60a2-4e50-a57d-692424748865', 'x-compute-request-id': 'req-8a5b8509-60a2-4e50-a57d-692424748865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51'} Body: b'{"server": {"id": "eb5019c6-f743-4dd7-be61-bda6d2e6ac51", "name": "tempest-ServerActionsTestOtherB-server-1022999937", "status": "ACTIVE", "tenant_id": "b780fc5096f442a99dc879d466fc7de9", "user_id": "d158661012ea45b19ef782f4d1cef36b", "metadata": {}, "hostId": "cb645e9265b0ea4bd598025b7a41d0241a59027849111e4a03079245", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookma rk", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:15Z", "updated": "2024-02-28T21:21:28Z", "addresses": {"tempest-ServerActionsTestOtherB-1128054394-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ed:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-860211141", "OS-SRV-USG:launched_at": "2024-02-28T21:21:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--976533562"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:58,650 85802 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51 0.225s 2024-02-28 21:23:58,651 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd2ccdc2-9725-412e-95d3-92c8898969ae', 'x-compute-request-id': 'req-cd2ccdc2-9725-412e-95d3-92c8898969ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51'} Body: b'{"server": {"id": "eb5019c6-f743-4dd7-be61-bda6d2e6ac51", "name": "tempest-ServerActionsTestOtherB-server-1022999937", "status": "ACTIVE", "tenant_id": "b780fc5096f442a99dc879d466fc7de9", "user_id": "d158661012ea45b19ef782f4d1cef36b", "metadata": {}, "hostId": "cb645e9265b0ea4bd598025b7a41d0241a59027849111e4a03079245", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:15Z", "updated": "2024-02-28T21:21:28Z", "addresses": {"tempest-ServerActionsTestOtherB-1128054394-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ed:22"}, {"version": 4, "addr": "172.24.4.233", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ed:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-860211141", "OS-SRV-USG:launched_at": "2024-02-28T21:21:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--976533562"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:58,832 85802 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51 0.168s 2024-02-28 21:23:58,832 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16a880ee-128c-45e5-a5b8-f207b6e1ff17', 'x-compute-request-id': 'req-16a880ee-128c-45e5-a5b8-f207b6e1ff17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51'} Body: b'{"server": {"id": "eb5019c6-f743-4dd7-be61-bda6d2e6ac51", "name": "tempest-ServerActionsTestOtherB-server-1022999937", "status": "ACTIVE", "tenant_id": "b780fc5096f442a99dc879d466fc7de9", "user_id": "d158661012ea45b19ef782f4d1cef36b", "metadata": {}, "hostId": "cb645e9265b0ea4bd598025b7a41d0241a59027849111e4a03079245", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:15Z", "updated": "2024-02-28T21:21:28Z", "addresses": {"tempest-ServerActionsTestOtherB-1128054394-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ed:22"}, {"version": 4, "addr": "172.24.4.233", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ed:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-860211141", "OS-SRV-USG:launched_at": "2024-02-28T21:21:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--976533562"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:24:59,112 85802 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/b780fc5096f442a99dc879d466fc7de9/volumes 0.209s 2024-02-28 21:24:59,113 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestOtherB-volume-1986325580"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1672bbb-54a5-4228-b8e7-a6a62e227613', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1672bbb-54a5-4228-b8e7-a6a62e227613', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b780fc5096f442a99dc879d466fc7de9/volumes'} Body: b'{"volume": {"id": "acbfd1f6-5976-4fb9-b4b1-f1c111a4c345", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:59.048172", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1986325580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b780fc5096f442a99dc879d466fc7de9/volumes/acbfd1f6-5976-4fb9-b4b1-f1c111a4c345"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b780fc5096f442a99dc879d466fc7de9/volumes/acbfd1f6-5976-4fb9-b4b1-f1c111a4c345"}], "user_id": "d158661012ea45b19ef782f4d1cef36b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": f alse, "attachments": []}}' 2024-02-28 21:24:59,162 85802 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/b780fc5096f442a99dc879d466fc7de9/volumes/acbfd1f6-5976-4fb9-b4b1-f1c111a4c345 0.039s 2024-02-28 21:24:59,162 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05fff65c-294e-4995-838e-275cf4636e59', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05fff65c-294e-4995-838e-275cf4636e59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b780fc5096f442a99dc879d466fc7de9/volumes/acbfd1f6-5976-4fb9-b4b1-f1c111a4c345'} Body: b'{"volume": {"id": "acbfd1f6-5976-4fb9-b4b1-f1c111a4c345", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:59.000000", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1986325580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b780fc5096f442a99dc879d466fc7de9/volumes/acbfd1f6-5976-4fb9-b4b1-f1c111a4c345"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b780fc5096f442a99dc879d466fc7de9/volumes/acbfd1f6-5976-4fb9-b4b1-f1c111a4c345"}], "user_id": "d158661012ea45b19ef782f4d1cef36b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b780fc5096f442a99dc879d466fc7de9"}}' 2024-02-28 21:25:00,215 85802 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/b780fc5096f442a99dc879d466fc7de9/volumes/acbfd1f6-5976-4fb9-b4b1-f1c111a4c345 0.040s 2024-02-28 21:25:00,216 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01d21b3e-944f-4e60-a0f0-c019db76d315', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01d21b3e-944f-4e60-a0f0-c019db76d315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b780fc5096f442a99dc879d466fc7de9/volumes/acbfd1f6-5976-4fb9-b4b1-f1c111a4c345'} Body: b'{"volume": {"id": "acbfd1f6-5976-4fb9-b4b1-f1c111a4c345", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:59.000000", "updated_at": "2024-02-28T21:24:59.000000", "name": "tempest-ServerActionsTestOtherB-volume-1986325580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b780fc5096f442a99dc879d466fc7de9/volumes/acbfd1f6-5976-4fb9-b4b1-f1c111a4c345"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b780fc5096f442a99dc879d466fc7de9/volumes/acbfd1f6-5976-4fb9-b4b1-f1c111a4c345"}], "user_id": "d158661012ea45b19ef782f4d1cef36b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b780fc5096f442a99dc879d466fc7de9"}}' 2024-02-28 21:25:00,228 85802 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1737599. The failure could be related to https://launchpad.net/bugs/1737599 2024- 02-28 21:25:00,550 85802 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51 0.320s 2024-02-28 21:25:00,550 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa956995-e202-45f3-afde-916bf3b44787', 'x-compute-request-id': 'req-fa956995-e202-45f3-afde-916bf3b44787', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51'} Body: b'{"server": {"id": "eb5019c6-f743-4dd7-be61-bda6d2e6ac51", "name": "tempest-ServerActionsTestOtherB-server-1022999937", "status": "ACTIVE", "tenant_id": "b780fc5096f442a99dc879d466fc7de9", "user_id": "d158661012ea45b19ef782f4d1cef36b", "metadata": {}, "hostId": "cb645e9265b0ea4bd598025b7a41d0241a59027849111e4a03079245", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:15Z", "updated": "2024-02-28T21:21:28Z", "addresses": {"tempest-ServerActionsTestOtherB-1128054394-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ed:22"}, {"version": 4, "addr": "172.24.4.233", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ed:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-860211141", "OS-SRV-USG:launched_at": "2024-02-28T21:21:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--976533562"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {3} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [170.600784s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 64, in test_snapshot_data_integrity volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6b83c312-2451-4f12-ad05-dbc2235d46f4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:31,818 85786 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:24:31,818 85786 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:24:32,052 85786 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.232s 2024-02-28 21:24:32,052 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1667093154", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBISIxVwu5OpPWfWWONdMNYo94KjKrTfiiTEY60IoEBBAO9DsKLF5SuoF4zq5qsh+QRqR9hULe8uo+6W2joGlNlXausJbBclon4aOD6Z62uVhclMcAzZqPCUo/p9OxkivOA=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:31 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-65b07900-efb1-4e50-8d17-4d7df8bc159a', 'x-compute-request-id': 'req-65b07900-efb1-4e50-8d17-4d7df8bc159a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1667093154", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBISIxVwu5OpPWfWWONdMNYo94KjKrTfiiTEY60IoEBBAO9DsKLF5SuoF4zq5qsh+QRqR9hULe8uo+6W2joGlNlXausJbBclon4aOD6Z62uVhclMcAzZqPCUo/p9OxkivOA==", "fingerprint": "41:f7:05:8b:a0:6a:db:2e:c0:86:51:e3:21:28:00:ac", "user_id": "f66ab9bdad5043babb6c67d1c91668be"}}' 2024-02-28 21:24:32,056 85786 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1667093154 created 2024-02-28 21:24:32,332 85786 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.276s 2024-02-28 21:24:32,333 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--101189342", "description": "tempest-description--1095276037"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-7fc96d74-98de-4d24-956f-05e514640812', 'date': 'Wed, 28 Feb 2024 21:24:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a76ea56a-261f-4c1b-8eee-a6162541ee91", "name": "tempest-securitygroup--101189342", "stateful": true, "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "description": "tempest-description--1095276037", "shared": false, "security_group_rules": [{"id": "47b65627-1d26-481c-8583-68ebdde485dc", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "a76ea56a-261f-4c1b-8eee-a6162541ee91", "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": 754, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:24:32Z", "updated_at": "2024-02-28T21:24:32Z", "revision_number": 0}, {"id": "cc31a69a-ec0d-4d3b-882c-7e9244b2ab35", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "a76ea56a-261f-4c1b-8eee-a6162541ee91", "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": 755, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:24:32Z", "updated_at": "2024-02-28T21:24:32Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:24:32Z", "updated_at": "2024-02-28T21:24:32Z", "revision_number": 1, "project_id": "e2ad2079d0da411381711c9b3c3bb315"}}' 2024-02-28 21:24:32,543 85786 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.209s 2024-02-28 21:24:32,544 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a76ea56a-261f-4c1b-8eee-a6162541ee91", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-6cba36cf-b15d-4e6e-85ca-b64240ce850b', 'date': 'Wed, 28 Feb 2024 21:24:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d98602a8-aa2e-443f-8ef0-0706e02f9a47", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "a76ea56a-261f-4c1b-8eee-a6162541ee91", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:32Z", "updated_at": "2024-02-28T21:24:32Z", "revision_number": 0}}' 2024-02-28 21:24:33,013 85786 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.468s 2024-02-28 21:24:33,013 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a76ea56a-261f-4c1b-8eee-a6162541ee91", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-93c8d564-708b-43c3-8c81-d44bb1ac253b', 'date': 'Wed, 28 Feb 2024 21:24:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b55a2d68-7b28-40a6-b971-ccc5fe83a081", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "a76ea56a-261f-4c1b-8eee-a6162541ee91", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:32Z", "updated_at": "2024-02-28T21:24:32Z", "revision_number": 0}}' 2024-02-28 21:24:33,013 85786 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--101189342 created 2024-02-28 21:24:33,706 85786 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.692s 2024-02-28 21:24:33,706 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": " ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-4b603aff-88ac-4014-8f0e-7bbf02845605', 'date': 'Wed, 28 Feb 2024 21:24:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c985b344-f893-410f-9304-793ed6eb65a2", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "floating_ip_address": "172.24.4.217", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:24:33Z", "updated_at": "2024-02-28T21:24:33Z", "revision_number": 0}}' 2024-02-28 21:24:33,707 85786 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c985b344-f893-410f-9304-793ed6eb65a2', 'tenant_id': 'e2ad2079d0da411381711c9b3c3bb315', 'floating_ip_address': '172.24.4.217', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e2ad2079d0da411381711c9b3c3bb315', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:24:33Z', 'updated_at': '2024-02-28T21:24:33Z', 'revision_number': 0, 'ip': '172.24.4.217'} created 2024-02-28 21:24:33,904 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.196s 2024-02-28 21:24:33,904 85786 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-1268026989", "description": "tempest-secgroup-smoke-1268026989 description", "project_id": "e2ad2079d0da411381711c9b3c3bb315"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-92bacee5-0b66-4533-a037-79175bc34a32', 'date': 'Wed, 28 Feb 2024 21:24:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "name": "tempest-secgroup-smoke-1268026989", "stateful": true, "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "description": "tempest-secgroup-smoke-1268026989 description", "shared": false, "security_group_rules": [{"id": "e16a17cd-eba8-4892-bfe2-b37925183a89", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "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": 763, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:24:33Z", "updated_at": "2024-02-28T21:24:33Z", "revision_number": 0}, {"id": "fc67fb5a-d66d-4bbd-8efb-326e9f8ac4cc", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "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": 762, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:24:33Z", "updated_at": "2024-02-28T21:24:33Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:24:33Z", "updated_at": "2024-02-28T21:24:33Z", "revision_number": 1, "project_id": "e2a d2079d0da411381711c9b3c3bb315"}}' 2024-02-28 21:24:34,113 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.208s 2024-02-28 21:24:34,113 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-1c8d27e6-5dd9-4be8-9247-511e1a332b66', 'date': 'Wed, 28 Feb 2024 21:24:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1d810f35-2524-4a66-9e3e-e64f660257e7", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:33Z", "updated_at": "2024-02-28T21:24:33Z", "revision_number": 0}}' 2024-02-28 21:24:34,337 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.223s 2024-02-28 21:24:34,337 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-60d225e5-3866-4c9f-91be-164e96efb481', 'date': 'Wed, 28 Feb 2024 21:24:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0a377a9a-9f4c-4bc8-bb69-83b2f8529bed", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:34Z", "updated_at": "2024-02-28T21:24:34Z", "revision_number": 0}}' 2024-02-28 21:24:34,571 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.233s 2024-02-28 21:24:34,572 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-b0633c0e-6330-4926-bb90-bafb3f9811f2', 'date': 'Wed, 28 Feb 2024 21:24:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f39cc82b-60ec-4b35 -a41d-06f833a16446", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:34Z", "updated_at": "2024-02-28T21:24:34Z", "revision_number": 0}}' 2024-02-28 21:24:34,816 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.243s 2024-02-28 21:24:34,817 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-7255beed-dc74-4a98-8a8b-2453c2195f86', 'date': 'Wed, 28 Feb 2024 21:24:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a8a4f10a-ae60-4976-a35a-86f2617254bc", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:34Z", "updated_at": "2024-02-28T21:24:34Z", "revision_number": 0}}' 2024-02-28 21:24:35,089 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.272s 2024-02-28 21:24:35,090 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-14cf90c0-be85-4692-973e-c31f7fbf0fa6', 'date': 'Wed, 28 Feb 2024 21:24:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5584b673-6389-4b88-8c92-5322bee34f32", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:34Z", "updated_at": "2024-02-28T21:24:34Z", "revision_number": 0}}' 2024-02-28 21:24:35,387 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.297s 2024-02-28 21:24:35,388 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "project_id ": "e2ad2079d0da411381711c9b3c3bb315", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-c2aab20e-8549-470b-ae57-32f42c4e92c6', 'date': 'Wed, 28 Feb 2024 21:24:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0c0a9566-cf14-4ca9-9624-59bd6d8613a7", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:35Z", "updated_at": "2024-02-28T21:24:35Z", "revision_number": 0}}' 2024-02-28 21:24:35,474 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.080s 2024-02-28 21:24:35,474 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-15c9a7d7-6dd2-46cb-9773-ffb63015ff1b', '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": "f66ab9bdad5043babb6c67d1c91668be", "name": "tempest-SnapshotDataIntegrityTests-1646063139-project-member", "password_expires_at": null}, "audit_ids": ["nzCN5AJ9StOZ36brwTmb8Q"], "expires_at": "2024-02-28T22:24:35.000000Z", "issued_at": "2024-02-28T21:24:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e2ad2079d0da411381711c9b3c3bb315", "name": "tempest-SnapshotDataIntegrityTests-1646063139"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e2ad2079d0da411381711c9b3c3bb315", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315", "region": "RegionOne"}], "id": "9c074497a4234204 93607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:24:35,475 85786 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '097d293c-42c1-430b-b104-bb9ebc954855', 'name': 'tempest-SnapshotDataIntegrityTests-75314643-network', 'tenant_id': 'e2ad2079d0da411381711c9b3c3bb315', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e2ad2079d0da411381711c9b3c3bb315', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16332, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:24:15Z', 'updated_at': '2024-02-28T21:24:15Z', 'revision_number': 1} available for tenant 2024-02-28 21:24:35,476 85786 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1667093154', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBISIxVwu5OpPWfWWONdMNYo94KjKrTfiiTEY60IoEBBAO9DsKLF5SuoF4zq5qsh+QRqR9hULe8uo+6W2joGlNlXausJbBclon4aOD6Z62uVhclMcAzZqPCUo/p9OxkivOA==', 'fingerprint': '41:f7:05:8b:a0:6a:db:2e:c0:86:51:e3:21:28:00:ac', 'user_id': 'f66ab9bdad5043babb6c67d1c91668be', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC/NTXzlH09U+6pGJxUcGWDWll21G5baz9WVuvS5ROcbQv2a3I8npI6\noHMgDnMp3XugBwYFK4EEACKhZANiAASEiMVcLuTqT1n1ljjXTDWKPeCoyq034okx\nGOtCKBAQQDvQ7CixeUrqBeM6uarIfkEakfYVC3vLqPulto6BpTZV2rrCWwXJaJ+G\njg+metrlYXJTHAM2ajwlKP6fTsZIrzg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a76ea56a-261f-4c1b-8eee-a6162541ee91', 'name': 'tempest-securitygroup--101189342', 'stateful': True, 'tenant_id': 'e2ad2079d0da411381711c9b3c3bb315', 'description': 'tempest-description--1095276037', 'shared': False, 'security_group_rules': [{'id': '47b65627-1d26-481c-8583-68ebdde485dc', 'project_id': 'e2ad2079d0da411381711c9b3c3bb315', 'tenant_id': 'e2ad2079d0da411381711c9b3c3bb315', 'security_group_id': 'a76ea56a-261f-4c1b-8eee-a6162541ee91', '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': 754, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:24:32Z', 'updated_at': '2024-02-28T21:24:32Z', 'revision_number': 0}, {'id': 'cc31a69a-ec0d-4d3b-882c-7e9244b2ab35', 'project_id': 'e2ad2079d0da411381711c9b3c3bb315', 'tenant_id': 'e2ad2079d0da411381711c9b3c3bb315', 'security_group_id': 'a76ea56a-261f-4c1b-8eee-a6162541ee91', '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': 755, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:24:32Z', 'updated_at': '2024-02-28T21:24:32Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:24:32Z', 'updated_at': '2024-02-28T21:24:32Z', 'revision_number': 1, 'project_id': 'e2ad2079d0da411381711c9b3c3bb315'}, 'floating_ip': {'id': 'c985b344-f893-410f-9304-793ed6eb65a2', 'tenant_id': 'e2ad2079d0da411381711c9b3c3bb315', 'floating_ip_address': '172.24.4.217', 'floating_ne twork_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e2ad2079d0da411381711c9b3c3bb315', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:24:33Z', 'updated_at': '2024-02-28T21:24:33Z', 'revision_number': 0, 'ip': '172.24.4.217'}} 2024-02-28 21:24:36,984 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 1.507s 2024-02-28 21:24:36,984 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-462844359", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "key_name": "tempest-keypair-1667093154", "security_groups": [{"name": "tempest-secgroup-smoke-1268026989"}, {"name": "tempest-securitygroup--101189342"}], "networks": [{"uuid": "097d293c-42c1-430b-b104-bb9ebc954855"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '450', 'location': 'http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-837569c5-54b1-4050-92bc-d33f129e1233', 'x-compute-request-id': 'req-837569c5-54b1-4050-92bc-d33f129e1233', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "24e106c4-6486-43bb-bd7f-dd78eac19bc6", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1268026989"}, {"name": "tempest-securitygroup--101189342"}], "adminPass": "r3ii9MsSrJpG"}}' 2024-02-28 21:24:37,078 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6 0.090s 2024-02-28 21:24:37,078 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:36 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-044bde1d-f69f-4560-9680-dd96e38c562e', 'x-compute-request-id': 'req-044bde1d-f69f-4560-9680-dd96e38c562e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6'} Body: b'{"server": {"id": "24e106c4-6486-43bb-bd7f-dd78eac19bc6", "name": "tempest-SnapshotDataIntegrityTests-server-462844359", "status": "BUILD", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "user_id": "f66ab9bdad5043babb6c67d1c91668be", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:24:37Z", "updated": "2024-02-28T21:24:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "li nks": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1667093154", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:25:27,364 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6 0.238s 2024-02-28 21:25:27,364 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5133b99c-5ca5-49b1-8ee2-a87f2c84fde4', 'x-compute-request-id': 'req-5133b99c-5ca5-49b1-8ee2-a87f2c84fde4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6'} Body: b'{"server": {"id": "24e106c4-6486-43bb-bd7f-dd78eac19bc6", "name": "tempest-SnapshotDataIntegrityTests-server-462844359", "status": "ACTIVE", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "user_id": "f66ab9bdad5043babb6c67d1c91668be", "metadata": {}, "hostId": "69c21d1ab40f82205db0413d7b90653ad7ce16ed45e234e2bf9e45f0", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:24:36Z", "updated": "2024-02-28T21:24:44Z", "addresses": {"tempest-SnapshotDataIntegrityTests-75314643-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:38:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1667093154", "OS-SRV-USG:launched_at": "2024-02-28T21:24:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1268026989"}, {"name": "tempest-securitygroup--101189342"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:25:27,377 85786 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:26:27,942 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6/os-interface 0.535s 2024-02-28 21:26:27,942 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:27 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-20b6823f-cafe-423f-96b3-b1027f74ff4e', 'x-compute-request-id': 'req-20b6823f-cafe-423f-96b3-b1027f74ff4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "097d293c-42c1-430b-b104-bb9ebc954855", "port_id": "4b1675b8-6c86-4cc5-8a33-770644ddbe55", "mac_addr": "fa:16:3e:70:38:60", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c4c6425d-6703-4718-b8e4-525022cd9455", "ip_address": "10.0.0.13"}]}]}' 2024-02-28 21:26:28,880 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/c985b344-f893-410f-9304-793ed6eb65a2 0.933s 2024-02-28 21:26:28,880 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "4b1675b8-6c86-4cc5-8a33-770644ddbe55"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-8f17a2b8-7055-4823-a09c-acaa8dac390a', 'date': 'Wed, 28 Feb 2024 21:26:28 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c985b344-f893-410f-9304-793ed6eb65a2'} Body: b'{"floatingip": {"id": "c985b344-f893-410f-9304-793ed6eb65a2", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "floating_ip_address": "172.24.4.217", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "7dcedde0-9a66-4d3c-9cd2-8efa16780419", "port_id": "4b1675b8-6c86-4cc5-8a33-770644ddbe55", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "097d293c-42c1-430b-b104-bb9ebc954855", "mac_address": "fa:16:3e:70:38:60", "admin_state_up": true, "status": "ACTIVE", "device_id": "24e106c4-6486-43bb-bd7f-dd78eac19bc6", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:24:33Z", "updated_at": "2024-02-28T21:26:28Z", "revision_number": 1, "project_id": "e2ad2079d0da411381711c9b3c3bb315"}}' 2024-02-28 21:26:28,883 85786 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.217:22' as 'cirros' with public key authentication 2024-02-28 21:26:28,896 85786 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:26:29,007 85786 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:26:29,007 85786 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.217 successfully created 2024-02-28 21:26:29,367 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6 0.359s 2024-02-28 21:26:29,368 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7291811b-3fd2-44ec-9576-d348ac29b925', 'x-compute-request-id': 'req-7291811b-3fd2-44ec-9576-d348ac29b925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6'} Body: b'{"server": {"id": "24e106c4-6486-43bb-bd7f-dd78eac19bc6", "name": "tempest-SnapshotDataIntegrityTests-server-462844359", "status": "ACTIVE", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "user_id": "f66ab9bdad5043babb6c67d1c91668be", "metadata": {}, "hostId": "69c21d1ab40f82205db0 413d7b90653ad7ce16ed45e234e2bf9e45f0", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:24:36Z", "updated": "2024-02-28T21:24:44Z", "addresses": {"tempest-SnapshotDataIntegrityTests-75314643-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:38:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1667093154", "OS-SRV-USG:launched_at": "2024-02-28T21:24:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1268026989"}, {"name": "tempest-securitygroup--101189342"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:26:29,620 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes 0.234s 2024-02-28 21:26:29,621 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1158876063", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c2a60b7-a13b-4fea-bd3b-e64256bc237e', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c2a60b7-a13b-4fea-bd3b-e64256bc237e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes'} Body: b'{"volume": {"id": "6b83c312-2451-4f12-ad05-dbc2235d46f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:26:29.556041", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1158876063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4"}], "user_id": "f66ab9bdad5043babb6c67d1c91668be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:26:29,682 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4 0.049s 2024-02-28 21:26:29,683 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cb98c4a-fd61-4481-a5f7-9bb6a65afc62', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cb98c4a-fd61-4481-a5f7-9bb6a65afc62', 'connection': 'close', 'sta tus': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4'} Body: b'{"volume": {"id": "6b83c312-2451-4f12-ad05-dbc2235d46f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:26:30.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1158876063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4"}], "user_id": "f66ab9bdad5043babb6c67d1c91668be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2ad2079d0da411381711c9b3c3bb315"}}' 2024-02-28 21:26:30,757 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4 0.047s 2024-02-28 21:26:30,871 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e170a123-833b-4b4f-9b68-262045f7006e', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e170a123-833b-4b4f-9b68-262045f7006e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4'} Body: b'{"volume": {"id": "6b83c312-2451-4f12-ad05-dbc2235d46f4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:26:30.000000", "updated_at": "2024-02-28T21:26:30.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1158876063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4"}], "user_id": "f66ab9bdad5043babb6c67d1c91668be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2ad2079d0da411381711c9b3c3bb315"}}' 2024-02-28 21:26:30,991 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4 0.105s 2024-02-28 21:26:30,991 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26: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-6c423e04-9596-4e80-b7a8-c24caaeaefe6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4'} Body: b'' 2024-02-28 21:26:31,014 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/vol ume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4 0.022s 2024-02-28 21:26:31,014 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-bde08eed-424f-47c7-8d78-1e930d76de19', 'x-openstack-request-id': 'req-bde08eed-424f-47c7-8d78-1e930d76de19', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6b83c312-2451-4f12-ad05-dbc2235d46f4 could not be found."}}' 2024-02-28 21:26:31,126 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6 0.112s 2024-02-28 21:26:31,127 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:31 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-f277bfdd-ced4-49ae-9ac2-7acd492af9e3', 'x-compute-request-id': 'req-f277bfdd-ced4-49ae-9ac2-7acd492af9e3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6'} Body: b'' 2024-02-28 21:26:31,411 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6 0.283s 2024-02-28 21:26:31,411 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1717', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8203fd27-23f6-48ce-8acf-848ac47cf44f', 'x-compute-request-id': 'req-8203fd27-23f6-48ce-8acf-848ac47cf44f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6'} Body: b'{"server": {"id": "24e106c4-6486-43bb-bd7f-dd78eac19bc6", "name": "tempest-SnapshotDataIntegrityTests-server-462844359", "status": "ACTIVE", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "user_id": "f66ab9bdad5043babb6c67d1c91668be", "metadata": {}, "hostId": "69c21d1ab40f82205db0413d7b90653ad7ce16ed45e234e2bf9e45f0", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:24:36Z", "updated": "2024-02-28T21:26:31Z", "addresses": {"tempest-SnapshotDataIntegrityTests-75314643-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:38:60"}, {"version": 4, "addr": "172.24.4.217", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:38:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19 bc6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1667093154", "OS-SRV-USG:launched_at": "2024-02-28T21:24:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1268026989"}, {"name": "tempest-securitygroup--101189342"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:27:21,502 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6 0.040s 2024-02-28 21:27:21,503 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:21 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-e794c463-916f-4c50-b091-1c5b02f0141d', 'x-compute-request-id': 'req-e794c463-916f-4c50-b091-1c5b02f0141d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 24e106c4-6486-43bb-bd7f-dd78eac19bc6 could not be found."}}' 2024-02-28 21:27:21,749 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe 0.246s 2024-02-28 21:27:21,750 85786 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-7f30198d-e66a-4874-a979-1b7d05c2535b', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:27:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe'} Body: b'' 2024-02-28 21:27:21,790 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1667093154 0.039s 2024-02-28 21:27:21,791 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:21 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-c501f40e-1bd8-46e0-a98f-311659a0b849', 'x-compute-request-id': 'req-c501f40e-1bd8-46e0-a98f-311659a0b849', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1667093154'} Body: b'' 2024-02-28 21:27:21,949 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a76ea56a-261f-4c1b-8eee-a6162541ee91 0.158s 2024-02-28 21:27:21,950 85786 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-fd2ca47b-cc5e-47ef-b599-b404967840d4', 'content-length': '0', 'dat e': 'Wed, 28 Feb 2024 21:27:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a76ea56a-261f-4c1b-8eee-a6162541ee91'} Body: b'' 2024-02-28 21:27:21,969 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a76ea56a-261f-4c1b-8eee-a6162541ee91 0.019s 2024-02-28 21:27:21,969 85786 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-d08e7fec-4a77-4adc-b9f8-640d1d26c5b2', 'date': 'Wed, 28 Feb 2024 21:27:21 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a76ea56a-261f-4c1b-8eee-a6162541ee91'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a76ea56a-261f-4c1b-8eee-a6162541ee91 does not exist", "detail": ""}}' 2024-02-28 21:27:22,416 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/c985b344-f893-410f-9304-793ed6eb65a2 0.445s 2024-02-28 21:27:22,416 85786 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-7df72484-e2fe-4805-b220-7637cdbdcca2', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:27:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c985b344-f893-410f-9304-793ed6eb65a2'} Body: b'' {1} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [230.316560s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 307, in test_stable_device_rescue_bfv_image_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 340, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 323, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server a73d3b1c-31eb-402a-9f86-cd2626be3c07 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2024-02-28T21:27:08Z', 'message': 'Build of instance a73d3b1c-31eb-402a-9f86-cd2626be3c07 aborted: Volume 305417df-b75a-41e0-9305-026c19aae1a2 did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Request ID of server operation performed before checking the server status req-0c457e3e-943a-4b3c-9b0d-b4d2ab34f9f9. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:03,359 85782 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.082s 2024-02-28 21:24:03,359 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:03 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-2c0103c7-def1-4b49-aa93-cb175a8d5e91', '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": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "password_expires_at": null}, "audit_ids": ["9oDWgSCWS328em2CVeEwhQ"], "expires_at": "2024-02-28T22:24:03.000000Z", "issued_at": "2024-02-28T21:24:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0be8f6804d241c88f171526eb596bec", "name": "tempest-ServerBootFromVolumeStableRescueTest-452363223"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:24:03,360 85782 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '72902b5d-12a4-48f8-b99b-9cb7fd60f712', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-140139204-network', 'tenant_id': 'a0be8f6804d241c88f171526eb596bec', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project _id': 'a0be8f6804d241c88f171526eb596bec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18538, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:19:48Z', 'updated_at': '2024-02-28T21:19:48Z', 'revision_number': 1} available for tenant 2024-02-28 21:24:03,851 85782 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.491s 2024-02-28 21:24:03,852 85782 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-1296013399", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "networks": [{"uuid": "72902b5d-12a4-48f8-b99b-9cb7fd60f712"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/0176a589-b412-44a6-8cba-0a71a4da60e7', '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-74d4c946-f891-432c-8496-0eb634aa5352', 'x-compute-request-id': 'req-74d4c946-f891-432c-8496-0eb634aa5352', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0176a589-b412-44a6-8cba-0a71a4da60e7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0176a589-b412-44a6-8cba-0a71a4da60e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0176a589-b412-44a6-8cba-0a71a4da60e7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "qyS7dEJGct9H"}}' 2024-02-28 21:24:03,946 85782 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/0176a589-b412-44a6-8cba-0a71a4da60e7 0.091s 2024-02-28 21:24:03,947 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:03 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-cec5b7c1-33d4-420c-b6c3-bcbedcb08390', 'x-compute-request-id': 'req-cec5b7c1-33d4-420c-b6c3-bcbedcb08390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0176a589-b412-44a6-8cba-0a71a4da60e7'} Body: b'{"server": {"id": "0176a589-b412-44a6-8cba-0a71a4da60e7", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1296013399", "status": "BUILD", "tenant_id": "a0be8f6804d241c88f171526eb596bec", "user_id": "5fe044f40b754845856a1bd2996436fe", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T21:24:04Z", "updated": "2024-02-28T21:24:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0176a5 89-b412-44a6-8cba-0a71a4da60e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0176a589-b412-44a6-8cba-0a71a4da60e7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 21:24:54,361 85782 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/0176a589-b412-44a6-8cba-0a71a4da60e7 0.347s 2024-02-28 21:24:54,362 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:54 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-5195d2b3-0dc6-45b1-a0ab-1c66ef2eb3a2', 'x-compute-request-id': 'req-5195d2b3-0dc6-45b1-a0ab-1c66ef2eb3a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0176a589-b412-44a6-8cba-0a71a4da60e7'} Body: b'{"server": {"id": "0176a589-b412-44a6-8cba-0a71a4da60e7", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1296013399", "status": "ACTIVE", "tenant_id": "a0be8f6804d241c88f171526eb596bec", "user_id": "5fe044f40b754845856a1bd2996436fe", "metadata": {}, "hostId": "3fad53db43d71d2b46490299c0915a316357d5aa29e47afb9e8fd470", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T21:24:03Z", "updated": "2024-02-28T21:24:10Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-140139204-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:f0:15"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0176a589-b412-44a6-8cba-0a71a4da60e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0176a589-b412-44a6-8cba-0a71a4da60e7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:24: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": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 21:24:54,382 85782 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 21:25:55,292 85782 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/0176a589-b412-44a6-8cba-0a71a4da60e7/action 0.855s 2024-02-28 21:25:55,292 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolumeStabl eRescueTest-image-455830052"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:54 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-1250abbe-a081-4b9b-ab88-1a5a24381161', 'x-compute-request-id': 'req-1250abbe-a081-4b9b-ab88-1a5a24381161', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0176a589-b412-44a6-8cba-0a71a4da60e7/action'} Body: b'{"image_id": "94fe34bc-fb83-4f96-993b-f8c23d360c26"}' 2024-02-28 21:25:55,319 85782 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/94fe34bc-fb83-4f96-993b-f8c23d360c26 0.025s 2024-02-28 21:25:55,320 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-050d5a22-7d8d-4f41-9e1b-95d3007f9293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "0176a589-b412-44a6-8cba-0a71a4da60e7", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-455830052", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "94fe34bc-fb83-4f96-993b-f8c23d360c26", "created_at": "2024-02-28T21:25:55Z", "updated_at": "2024-02-28T21:25:55Z", "tags": [], "self": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26", "file": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:25:56,345 85782 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/94fe34bc-fb83-4f96-993b-f8c23d360c26 0.023s 2024-02-28 21:25:56,345 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-db749cd7-850e-4ad6-96fc-9d3539692c21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "0176a589-b412-44a6-8cba-0a71a4da60e7", "owner_project_name": "tempest-ServerBootFr omVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-455830052", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "94fe34bc-fb83-4f96-993b-f8c23d360c26", "created_at": "2024-02-28T21:25:55Z", "updated_at": "2024-02-28T21:25:55Z", "tags": [], "self": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26", "file": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:25:57,368 85782 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/94fe34bc-fb83-4f96-993b-f8c23d360c26 0.022s 2024-02-28 21:25:57,369 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-efd65ced-1453-4082-ab6d-21a3338b39c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "0176a589-b412-44a6-8cba-0a71a4da60e7", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-455830052", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "94fe34bc-fb83-4f96-993b-f8c23d360c26", "created_at": "2024-02-28T21:25:55Z", "updated_at": "2024-02-28T21:25:55Z", "tags": [], "self": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26", "file": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:25:58,396 85782 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/94fe34bc-fb83-4f96-993b-f8c23d360c26 0.025s 2024-02-28 21:25:58,396 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-16b5fcae-47e9-4fdc-a644-b6f4ad0367e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_role s": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "0176a589-b412-44a6-8cba-0a71a4da60e7", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-455830052", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "94fe34bc-fb83-4f96-993b-f8c23d360c26", "created_at": "2024-02-28T21:25:55Z", "updated_at": "2024-02-28T21:25:55Z", "tags": [], "self": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26", "file": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:25:59,439 85782 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/94fe34bc-fb83-4f96-993b-f8c23d360c26 0.041s 2024-02-28 21:25:59,439 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'x-openstack-request-id': 'req-51aeca0a-68fc-485e-86ec-c43f8e540d82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "0176a589-b412-44a6-8cba-0a71a4da60e7", "owner_id": "a0be8f6804d241c88f171526eb596bec", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-455830052", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "94fe34bc-fb83-4f96-993b-f8c23d360c26", "created_at": "2024-02-28T21:25:55Z", "updated_at": "2024-02-28T21:25:59Z", "tags": [], "self": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26", "file": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:26:00,462 85782 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/94fe34bc-fb83-4f96-993b-f8c23d360c26 0.022s 2024-02-28 21:26:00,463 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bb4218d4-3aeb-46b6-aec5-cfc7811293a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "0176a589-b412-44a6-8cba-0a71a4da60e7", "owner_id": "a0be8f6804d241c88f171526eb596bec", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-455830052", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "94fe34bc-fb83-4f96-993b-f8c23d360c26", "created_at": "2024-02-28T21:25:55Z", "updated_at": "2024-02-28T21:25:59Z", "tags": [], "self": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26", "file": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:26:01,507 85782 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/94fe34bc-fb83-4f96-993b-f8c23d360c26 0.042s 2024-02-28 21:26:01,507 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8824914b-5df7-4492-a787-16d4d50412f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "0176a589-b412-44a6-8cba-0a71a4da60e7", "owner_id": "a0be8f6804d241c88f171526eb596bec", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-455830052", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "9efcef3f083299863d0fc1f8fbeb736e", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f71797b93da5611f93c3a70388201089f39691c9a7546f3879726eb7903e4330241419c345a3a27d1a183371ea40f647a147b2c48adf103a0e00293065c6733b", "id": "94fe34bc-fb83-4f96-993b-f8c23d360c26", "created_at": "2024-02-28T21:25:55Z", "updated_a t": "2024-02-28T21:26:00Z", "tags": [], "self": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26", "file": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:26:01,547 85782 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/94fe34bc-fb83-4f96-993b-f8c23d360c26 0.039s 2024-02-28 21:26:01,547 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1369edfe-6b58-4d8e-bb13-afdfd4bd8342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "0176a589-b412-44a6-8cba-0a71a4da60e7", "owner_id": "a0be8f6804d241c88f171526eb596bec", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-455830052", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "9efcef3f083299863d0fc1f8fbeb736e", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f71797b93da5611f93c3a70388201089f39691c9a7546f3879726eb7903e4330241419c345a3a27d1a183371ea40f647a147b2c48adf103a0e00293065c6733b", "id": "94fe34bc-fb83-4f96-993b-f8c23d360c26", "created_at": "2024-02-28T21:25:55Z", "updated_at": "2024-02-28T21:26:00Z", "tags": [], "self": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26", "file": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:26:01,963 85782 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/0176a589-b412-44a6-8cba-0a71a4da60e7 0.415s 2024-02-28 21:26:01,964 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:01 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-1dec1730-96c6-4454-ba4f-873617812d9b', 'x-compute-request-id': 'req-1dec1730-96c6-4454-ba4f-873617812d9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0176a589-b412-44a6-8cba-0a71a4da60e7'} Body: b'{"server": {"id": "0176a589-b412-44a6-8cba-0a71a4da60e7", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1296013399", "status": "ACTIVE", "tenant_id": "a0be8f6804d241c88f171526eb596bec", "user_id": "5fe044f40b754845856a1bd2996436fe", "metadata": {}, "hostId": "3fad53db43d71d2b46490299c0915a316357d5aa29e47af b9e8fd470", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T21:24:03Z", "updated": "2024-02-28T21:26:01Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-140139204-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:f0:15"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0176a589-b412-44a6-8cba-0a71a4da60e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0176a589-b412-44a6-8cba-0a71a4da60e7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:24: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": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 21:27:02,088 85782 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.082s 2024-02-28 21:27:02,089 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:02 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-f1892c87-c7e9-478b-9497-3add25c09157', '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": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "password_expires_at": null}, "audit_ids": ["r9BSp6PDRDa1PVwqGrgLXw"], "expires_at": "2024-02-28T22:27:02.000000Z", "issued_at": "2024-02-28T21:27:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0be8f6804d241c88f171526eb596bec", "name": "tempest-ServerBootFromVolumeStableRescueTest-452363223"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:27:02,090 85782 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '72902b5d-12a4-48f8-b99b-9cb7fd60f712', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-140139204-network', 'tenant_id': 'a0be8f6804d241c88f171526eb596bec', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a0be8f6804d241c88f171526eb596bec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18538, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:19:48Z', 'updated_at': '2024-02-28T21:19:48Z', 'revision_number': 1} available for tenant 2024-02-28 21:27:02,614 85782 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.523s 2024-02-28 21:27:02,614 85782 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-435129615", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "destination_type": "volume"}], "networks": [{"uuid": "72902b5d-12a4-48f8-b99b-9cb7fd60f712"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07', '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-0c457e3e-943a-4b3c-9b0d-b4d2ab34f9f9', 'x-compute-request-id': 'req-0c457e3e-943a-4b3c-9b0d-b4d2ab34f9f9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a73d3b1c-31eb-402a-9f86-cd2626be3c07", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "JBuV5ZsgnLcF"}}' 2024-02-28 21:27:02,733 85782 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/a73d3b1c-31eb-402a-9f86-cd2626be3c07 0.115s 2024-02-28 21:27:02,733 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content- Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91e46c10-1a1a-4d82-8d3c-c819272da857', 'x-compute-request-id': 'req-91e46c10-1a1a-4d82-8d3c-c819272da857', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07'} Body: b'{"server": {"id": "a73d3b1c-31eb-402a-9f86-cd2626be3c07", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-435129615", "status": "BUILD", "tenant_id": "a0be8f6804d241c88f171526eb596bec", "user_id": "5fe044f40b754845856a1bd2996436fe", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T21:27:03Z", "updated": "2024-02-28T21:27:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 21:27:52,946 85782 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/a73d3b1c-31eb-402a-9f86-cd2626be3c07 0.142s 2024-02-28 21:27:52,946 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1649', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-691f0c74-85c6-48e1-80c0-1f63fb6feed7', 'x-compute-request-id': 'req-691f0c74-85c6-48e1-80c0-1f63fb6feed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07'} Body: b'{"server": {"id": "a73d3b1c-31eb-402a-9f86-cd2626be3c07", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-435129615", "status": "ERROR", "tenant_id": "a0be8f6804d241c88f171526eb596bec", "user_id": "5fe044f40b754845856a1bd2996436fe", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T21:27:02Z", "updated": "2024-02-28T21:27:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2024-02-28T21:27:08Z", "message": "Build of instance a73d3b1c-31eb-402a-9f86-cd2626be3c07 aborted: Volume 305417df-b75a-41e0-9305-026c19aae1a2 did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 21:27:52,964 85782 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2024-02-28 21:27:53,550 85782 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/a73d3b1c-31eb-402a-9f86-cd2626be3c07 0.585s 2024-02-28 21:27:53,550 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7b700f0-ab36-4487-8375-29e923d3e967', 'x-compute-request-id': 'req-a7b700f0-ab36-4487-8375-29e923d3e967', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07'} Body: b'' 2024-02-28 21:27:53,584 85782 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/a73d3b1c-31eb-402a-9f86-cd2626be3c07 0.034s 2024-02-28 21:27:53,585 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-738232df-c021-439e-ae2d-94731e63333f', 'x-compute-request-id': 'req-738232df-c021-439e-ae2d-94731e63333f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a73d3b1c-31eb-402a-9f86-cd2626be3c07 could not be found."}}' {10} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [168.051065s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 61, in test_attach_attached_volume_to_different_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fddcaf80-8915-4ab6-ba6f-a2924fd38eee failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:26:00,136 85800 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:26:00,136 85800 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:26:00,262 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.124s 2024-02-28 21:26:00,262 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1261990662", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA+ITBbfQ9ni2Mqpr/0bqRF3+f5/9YKx/kiRhJGzeV1Z5loHhQLpy02sCD59aaeqZcL5gSq5/uTR7WLEJyFCq6aovxvq/jxMJFaShS5ufNBC5mfs9xkmKntunNbJPg9BLg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:00 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-dafcba41-5002-48ec-b2f3-ef6cd60938e9', 'x-compute-request-id': 'req-dafcba41-5002-48ec-b2f3-ef6cd60938e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1261990662", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA+ITBbfQ9ni2Mqpr/0bqRF3+f5/9YKx/kiRhJGzeV1Z5loHhQLpy02sCD59aaeqZcL5gSq5/uTR7WLEJyFCq6aovxvq/jxMJFaShS5ufNBC5mfs9xkmKntunNbJPg9BLg==", "fingerprint": "03:6f:db:27:7b:63:10:16:09:93:08:8d:d2:e2:7b:85", "user_id": "beedcbb33fa340a391a63b945f83df1c"}}' 2024-02-28 21:26:00,264 85800 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1261990662 created 2024-02-28 21:26:00,444 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.179s 2024-02-28 21:26:00,445 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--497955481", "description": "tempest-description--1049200129"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-ad66e0af-ad14-4733-9cd1-5117f3432d9e', 'date': 'Wed, 28 Feb 2024 21:26:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a0e5a89c-bef1-4e52-96f5-9d0846359365", "name": "tempest-securitygroup--497955481", "stateful": true, "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "description": "tempest-description--1049200129", "shared": false, "security_group_rules": [{"id": "b75248ba-042b-4f90-927a-7618e5775c5d", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "a0e5a89c-bef1-4e52-96f5-9d0846359365", "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": 868, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:26:00Z", "updated_at": "2024-02-28T21:26:00Z", "revision_number": 0}, {"id": "c8a0c247-61d1-4134-bc4c-3bd61fd5d6ac", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "a0e5a89c-bef1-4e52-96f5-9d0846359365", "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": 869, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:26:00Z", "updated_at": "2024-02-28T21:26:00Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:26:00Z", "updated_at": "2024-02-28T21:26:00Z", "revision_number": 1, "project_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:26:00,702 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.257s 2024-02-28 21:26:00,702 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a0e5a89c-bef1-4e52-96f5-9d0846359365", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-085e269a-c703-4423-9869-ae4a6a4c917a', 'date': 'Wed, 28 Feb 2024 21:26:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2446378b-98d6-40e2-ac1b-fd9fb57595a6", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "a0e5a89c-bef1-4e52-96f5-9d0846359365", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:26:00Z", "updated_at": "2024-02-28T21:26:00Z", "revision_number": 0}}' 2024-02-28 21:26:00,927 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.224s 2024-02-28 21:26:00,927 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a0e5a89c-bef1-4e52-96f5-9d0846359365", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-96bda195-4e3f-4edf-97d3-5df816cacc78', 'date': 'Wed, 28 Feb 2024 21:26:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a46b7c81-6b31-4004-bbe4-27ce28d8a353", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "a0e5a89c-bef1-4e52-96f5-9d0846359365", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:26:00Z", "updated_at": "2024-02-28T21:26:00Z", "revision_number": 0}}' 2024-02-28 21:26:00,927 85800 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--497955481 created 2024-02-28 21:26:01,943 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.015s 2024-02-28 21:26:01,944 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": " ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-2021b400-8205-4851-aaed-5c9b33aeed51', 'date': 'Wed, 28 Feb 2024 21:26:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "154b8411-b4fc-4152-b8b9-273b9951846f", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "floating_ip_address": "172.24.4.11", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fd656e06c81e4095915de62a1b159c4e", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:26:01Z", "updated_at": "2024-02-28T21:26:01Z", "revision_number": 0}}' 2024-02-28 21:26:01,944 85800 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '154b8411-b4fc-4152-b8b9-273b9951846f', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'floating_ip_address': '172.24.4.11', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:26:01Z', 'updated_at': '2024-02-28T21:26:01Z', 'revision_number': 0, 'ip': '172.24.4.11'} created 2024-02-28 21:26:01,996 85800 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.046s 2024-02-28 21:26:01,996 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:01 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-d2b0cb79-4153-48d6-bbc7-51620cfd93d5', '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": "beedcbb33fa340a391a63b945f83df1c", "name": "tempest-AttachVolumeNegativeTest-2016560345-project-member", "password_expires_at": null}, "audit_ids": ["XRF0_p34RRqQqQYp67wuyg"], "expires_at": "2024-02-28T22:26:01.000000Z", "issued_at": "2024-02-28T21:26:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd656e06c81e4095915de62a1b159c4e", "name": "tempest-AttachVolumeNegativeTest-2016560345"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fd656e06c81e4095915de62a1b159c4e", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:26:01,997 85800 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'b78ae623-b577-4ef2-bd8b-778ec87db2f9', 'name': 'tempest-AttachVolumeNegativeTest-1496596910-network', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28052, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:25:53Z', 'updated_at': '2024-02-28T21:25:53Z', 'revision_number': 1} available for tenant 2024-02-28 21:26:01,997 85800 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1261990662', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA+ITBbfQ9ni2Mqpr/0bqRF3+f5/9YKx/kiRhJGzeV1Z5loHhQLpy02sCD59aaeqZcL5gSq5/uTR7WLEJyFCq6aovxvq/jxMJFaShS5ufNBC5mfs9xkmKntunNbJPg9BLg==', 'fingerprint': '03:6f:db:27:7b:63:10:16:09:93:08:8d:d2:e2:7b:85', 'user_id': 'beedcbb33fa340a391a63b945f83df1c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDo1vDSJnxHG5EKnfwRCd5cfuxlNyjNCXtFClNV4md23MB4pyvorVxY\nf+bcjIsU03egBwYFK4EEACKhZANiAAQPiEwW30PZ4tjKqa/9G6kRd/n+f/WCsf5I\nkYSRs3ldWeZaB4UC6ctNrAg+fWmnqmXC+YEquf7k0e1ixCchQqumqL8b6v48TCRW\nkoUubnzQQuZn7PcZJip7bpzWyT4PQS4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a0e5a89c-bef1-4e52-96f5-9d0846359365', 'name': 'tempest-securitygroup--497955481', 'stateful': True, 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'description': 'tempest-description--1049200129', 'shared': False, 'security_group_rules': [{'id': 'b75248ba-042b-4f90-927a-7618e5775c5d', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'security_group_id': 'a0e5a89c-bef1-4e52-96f5-9d0846359365', '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': 868, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:26:00Z', 'updated_at': '2024-02-28T21:26:00Z', 'revision_number': 0}, {'id': 'c8a0c247-61d1-4134-bc4c-3bd61fd5d6ac', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'security_group_id': 'a0e5a89c-bef1-4e52-96f5-9d0846359365', '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, 'remot e_group_id': None, 'standard_attr_id': 869, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:26:00Z', 'updated_at': '2024-02-28T21:26:00Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:26:00Z', 'updated_at': '2024-02-28T21:26:00Z', 'revision_number': 1, 'project_id': 'fd656e06c81e4095915de62a1b159c4e'}, 'floating_ip': {'id': '154b8411-b4fc-4152-b8b9-273b9951846f', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'floating_ip_address': '172.24.4.11', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:26:01Z', 'updated_at': '2024-02-28T21:26:01Z', 'revision_number': 0, 'ip': '172.24.4.11'}} 2024-02-28 21:26:02,895 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.897s 2024-02-28 21:26:02,896 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1305230907", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "b78ae623-b577-4ef2-bd8b-778ec87db2f9"}], "security_groups": [{"name": "tempest-securitygroup--497955481"}], "key_name": "tempest-keypair-1261990662", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2f3d6db-23a2-47b5-91cc-f3bb6754a515', 'x-compute-request-id': 'req-d2f3d6db-23a2-47b5-91cc-f3bb6754a515', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e24f55b9-6325-4a4d-99be-7c5a8b434d8c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--497955481"}], "adminPass": "password"}}' 2024-02-28 21:26:02,962 85800 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/e24f55b9-6325-4a4d-99be-7c5a8b434d8c 0.063s 2024-02-28 21:26:02,962 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:02 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-0dc28043-1bac-41a3-a575-d499ab665869', 'x-compute-request-id': 'req-0dc28043-1bac-41a3-a575-d499ab665869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c'} Body: b'{"server": {"id": "e24f55b9-6325-4a4d-99be-7c5a8b434d8c", "name": "tempest-AttachVolumeNegativeTest-server-1305230907", "status": "BUILD", "tenant_id": "fd656e06c81e4095915de 62a1b159c4e", "user_id": "beedcbb33fa340a391a63b945f83df1c", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:03Z", "updated": "2024-02-28T21:26:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1261990662", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:26:53,281 85800 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/e24f55b9-6325-4a4d-99be-7c5a8b434d8c 0.255s 2024-02-28 21:26:53,281 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:53 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-e8507041-fa4c-414b-b589-b5c347fec7c1', 'x-compute-request-id': 'req-e8507041-fa4c-414b-b589-b5c347fec7c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c'} Body: b'{"server": {"id": "e24f55b9-6325-4a4d-99be-7c5a8b434d8c", "name": "tempest-AttachVolumeNegativeTest-server-1305230907", "status": "ACTIVE", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "user_id": "beedcbb33fa340a391a63b945f83df1c", "metadata": {}, "hostId": "17963a0c3c7761a3efee121e879c7ffa1b8fe21e8ed2f232dd9626bd", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:02Z", "updated": "2024-02-28T21:26:10Z", "addresses": {"tempest-AttachVolumeNegativeTest-1496596910-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:44:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1261990662", "OS-SRV-USG:launched_at": "2024-02-28T21:26:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--497955481"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:26:53,295 85800 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 21:27:53,502 85800 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/e24f55b9-6325-4a4d-99be-7c5a8b434d8c/os-interface 0.147s 2024-02-28 21:27:53,502 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac547de5-89e2-4cca-afd6-4f0428dd62a3', 'x-compute-request-id': 'req-ac547de5-89e2-4cca-afd6-4f0428dd62a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b78ae623-b577-4ef2-bd8b-778ec87db2f9", "port_id": "5e10f68d-d9fd-4807-bdea-6b70a20a807e", "mac_addr": "fa:16:3e:19:44:fd", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b81d88f8-238d-48a0-b5da-0c3efb3f6c46", "ip_address": "10.0.0.13"}]}]}' 2024-02-28 21:27:54,644 85800 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/154b8411-b4fc-4152-b8b9-273b9951846f 1.138s 2024-02-28 21:27:54,644 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "5e10f68d-d9fd-4807-bdea-6b70a20a807e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-1bde1466-feaf-49c5-b975-44a297480dc3', 'date': 'Wed, 28 Feb 2024 21:27:54 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/154b8411-b4fc-4152-b8b9-273b9951846f'} Body: b'{"floatingip": {"id": "154b8411-b4fc-4152-b8b9-273b9951846f", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "floating_ip_address": "172.24.4.11", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "b761dd8f-9f37-4f95-937f-77879fe38d3a", "port_id": "5e10f68d-d9fd-4807-bdea-6b70a20a807e", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b78ae623-b577-4ef2-bd8b-778ec87db2f9", "mac_address": "fa:16:3e:19:44:fd", "admin_state_up": true, "status": "ACTIVE", "device_id": "e24f55b9-6325-4a4d-99be-7c5a8b434d8c", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:26:01Z", "updated_at": "2024-02-28T21:27:53Z", "revision_number": 1, "project_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:27:54,646 85800 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.11:22' as 'cirros' with public key authentication 2024-02-28 21:27:55,682 85800 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:27:55,791 85800 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:27:55,792 85800 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.11 successfully created 2024-02-28 21:27:55,832 85800 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/e24f55b9-6325-4a4d-99be-7c5a8b434d8c/ips 0.040s 2024-02-28 21:27:55,832 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '148', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f75dd566-e604-49c8-ab01-36afd58bc5b0' , 'x-compute-request-id': 'req-f75dd566-e604-49c8-ab01-36afd58bc5b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1496596910-network": [{"version": 4, "addr": "10.0.0.13"}, {"version": 4, "addr": "172.24.4.11"}]}}' 2024-02-28 21:27:56,043 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes 0.207s 2024-02-28 21:27:56,044 85800 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-1374240739"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e8f52cc-31d5-4ab5-9045-f0d8d2aacba5', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e8f52cc-31d5-4ab5-9045-f0d8d2aacba5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes'} Body: b'{"volume": {"id": "fddcaf80-8915-4ab6-ba6f-a2924fd38eee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:27:55.983536", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1374240739", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/fddcaf80-8915-4ab6-ba6f-a2924fd38eee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd656e06c81e4095915de62a1b159c4e/volumes/fddcaf80-8915-4ab6-ba6f-a2924fd38eee"}], "user_id": "beedcbb33fa340a391a63b945f83df1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:27:56,091 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/fddcaf80-8915-4ab6-ba6f-a2924fd38eee 0.036s 2024-02-28 21:27:56,091 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-107ba434-d678-4200-a7e2-12ff62030daa', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-107ba434-d678-4200-a7e2-12ff62030daa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/fddcaf80-8915-4ab6-ba6f-a2924fd38eee'} Body: b'{"volume": {"id": "fddcaf80-8915-4ab6-ba6f-a2924fd38eee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:27:56.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1374240739", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/fddcaf80-8915-4ab6-ba6f-a2924fd38eee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd656e06c81e4095915de62a1b159c4e/volumes/fddcaf80-8915-4ab6-ba6f-a2924fd38eee"}], "user_id": "beedcbb33fa340a391a63b945f83df1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:27:57,144 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/fddcaf80-8915-4ab6-ba6f-a2924fd38eee 0.041s 2024-02-28 21:27:57,144 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d9c52c9-2fdc-4592-a766-d47e3c5009e3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d9c52c9-2fdc-4592-a766-d47e3c5009e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/fddcaf80-8915-4ab6-ba6f-a2924fd38eee'} Body: b'{"volume": {"id": "fddcaf80-8915-4ab6-ba6f-a2924fd38eee", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:27:56.000000", "updated_at": "2024-02-28T21:27:56.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1374240739", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/fddcaf80-8915-4ab6-ba6f-a2924fd38eee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd656e06c81e4095915de62a1b159c4e/volumes/fddcaf80-8915-4ab6-ba6f-a2924fd38eee"}], "user_id": "beedcbb33fa340a391a63b945f83df1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:27:57,277 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c 0.121s 2024-02-28 21:27:57,278 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c8b1407-6b19-4073-9893-4402ab97b546', 'x-compute-request-id': 'req-2c8b1407-6b19-4073-9893-4402ab97b546', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c'} Body: b'' 2024-02-28 21:27:57,529 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c 0.251s 2024-02-28 21:27:57,529 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1eeae767-509b-4523-ae66-cb79657f64f1', 'x-compute-request-id': 'req-1eeae767-509b-4523-ae66-cb79657f64f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c'} Body: b'{"server": {"id": "e24f55b9-6325 -4a4d-99be-7c5a8b434d8c", "name": "tempest-AttachVolumeNegativeTest-server-1305230907", "status": "ACTIVE", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "user_id": "beedcbb33fa340a391a63b945f83df1c", "metadata": {}, "hostId": "17963a0c3c7761a3efee121e879c7ffa1b8fe21e8ed2f232dd9626bd", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:02Z", "updated": "2024-02-28T21:27:57Z", "addresses": {"tempest-AttachVolumeNegativeTest-1496596910-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:44:fd"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:44:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1261990662", "OS-SRV-USG:launched_at": "2024-02-28T21:26:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--497955481"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:28:47,647 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c 0.053s 2024-02-28 21:28:47,647 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:28:47 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-fdf03b0e-427e-4606-b48a-b3b1b2c8e915', 'x-compute-request-id': 'req-fdf03b0e-427e-4606-b48a-b3b1b2c8e915', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e24f55b9-6325-4a4d-99be-7c5a8b434d8c could not be found."}}' 2024-02-28 21:28:47,674 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1261990662 0.026s 2024-02-28 21:28:47,674 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:28:47 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-08939800-6e5d-48f7-aeff-bf3969ae04c9', 'x-compute-request-id': 'req-08939800-6e5d-48f7-aeff-bf3969ae04c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1261990662'} Body: b'' 2024-02-28 21:28:47,822 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a0e5a89c-bef1-4e52-96f5-9d0846359365 0.147s 2024-02-28 21:28:47,822 85800 DEBUG [tempest.lib.common.rest_client] Req uest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-a620180d-2224-4bf8-bd8f-daf19eea3849', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:28:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a0e5a89c-bef1-4e52-96f5-9d0846359365'} Body: b'' 2024-02-28 21:28:47,841 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a0e5a89c-bef1-4e52-96f5-9d0846359365 0.018s 2024-02-28 21:28:47,841 85800 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-62730502-f861-494c-bed6-c0f44af0ed97', 'date': 'Wed, 28 Feb 2024 21:28:47 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a0e5a89c-bef1-4e52-96f5-9d0846359365'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a0e5a89c-bef1-4e52-96f5-9d0846359365 does not exist", "detail": ""}}' 2024-02-28 21:28:48,186 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/154b8411-b4fc-4152-b8b9-273b9951846f 0.344s 2024-02-28 21:28:48,186 85800 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-82eacc65-196a-4dbe-abe6-d0e64656995b', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:28:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/154b8411-b4fc-4152-b8b9-273b9951846f'} Body: b'' {1} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [1.678514s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volume_snapshots.py", line 53, in test_volume_snapshot_create_get_list_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8be8cbea-c91e-4fd4-98e4-7b20ecc9ed65 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:29:39,872 85782 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 0.527s 2024-02-28 21:29:39,873 85782 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-1577687588"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/8be8cbea-c91e-4fd4-98e4-7b20ecc9ed65', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f8b7a69-9376-473f-83dd-ebbc07237070', 'x-compute-request-id': 'req-7f8b7a69-9376-473f-83dd-ebbc07237070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "8be8cbea-c91e-4fd4-98e4-7b20ecc9ed65", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-28T21:29:39.754679", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1577687588", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2024-02-28 21:29:39,946 85782 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/8be8cbea-c91e-4fd4-98e4-7b20ecc9ed65 0.063s 2024-02-28 21:29:39,947 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:39 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-3703045a-87db-4593-91b8-1b502d439798', 'x-compute-request-id': 'req-3703045a-87db-4593-91b8-1b502d439798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/8be8cbea-c91e-4fd4-98e4-7b20ecc9ed65'} Body: b'{"volume": {"id": "8be8cbea-c91e-4fd4-98e4-7b20ecc9ed65", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-28T21:29:40.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1577687588", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2024-02-28 21:29:41,015 85782 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/8be8cbea-c91e-4fd4-98e4-7b20ecc9ed65 0.057s 2024-02-28 21:29:41,015 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:40 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-719fdd45-130e-4b3a-8622-e670fc4b1cde', 'x-compute-request-id': 'req-719fdd45-130e-4b3a-8622-e670fc4b1cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/8be8cbea-c91e-4fd4-98e4-7b20ecc9ed65'} Body: b'{"volume": {"id": "8be8cbea-c91e-4fd4-98e4-7b20ecc9ed65", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-2 8T21:29:40.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1577687588", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' {1} setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_list.py", line 56, in resource_setup volume = cls.create_volume(metadata=metadata) File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5c854fec-bbaf-46b6-827e-1c634604c270 failed to build and is in ERROR status {1} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.156940s] ... ok {1} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [1.780290s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c7f7ad64-0b8d-471e-b10d-75d098445752 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:29:49,761 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes 0.433s 2024-02-28 21:29:49,762 85782 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-290401133"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c00cc6d-0412-4cf1-b9e9-8da9ad04664c', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c00cc6d-0412-4cf1-b9e9-8da9ad04664c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes'} Body: b'{"volume": {"id": "c7f7ad64-0b8d-471e-b10d-75d098445752", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:49.694015", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-290401133", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752"}], "user_id": "a5ac59e0ad8d47d093edad455357e133", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2024-02-28 21:29:49,812 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752 0.039s 2024-02-28 21:29:49,813 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69e21624-dfe8-4ad6-8191-3159508b154f', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69e21624-dfe8-4ad6-8191-3159508b154f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752'} Body: b'{"volume": {"id": "c7f7ad64-0b8d-471e-b10d-75d098445752", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:50.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-290401133", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752"}], "user_id": "a5ac59e0ad8d47d093edad455357e133", "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": "538ee42cd5c24eb79f1fe26bc5746ea2"}}' 2024-02-28 21:29:50,866 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTra nsfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752 0.040s 2024-02-28 21:29:50,866 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97d1eab8-48ec-46aa-81cf-e44259ecbe94', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97d1eab8-48ec-46aa-81cf-e44259ecbe94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752'} Body: b'{"volume": {"id": "c7f7ad64-0b8d-471e-b10d-75d098445752", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:50.000000", "updated_at": "2024-02-28T21:29:50.000000", "name": "tempest-VolumesTransfersV355Test-Volume-290401133", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752"}], "user_id": "a5ac59e0ad8d47d093edad455357e133", "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": "538ee42cd5c24eb79f1fe26bc5746ea2"}}' 2024-02-28 21:29:50,933 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752 0.054s 2024-02-28 21:29:50,934 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cc34dde-204d-48c1-9836-8a52ba7d51cd', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cc34dde-204d-48c1-9836-8a52ba7d51cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752'} Body: b'{"volume": {"id": "c7f7ad64-0b8d-471e-b10d-75d098445752", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:50.000000", "updated_at": "2024-02-28T21:29:50.000000", "name": "tempest-VolumesTransfersV355Test-Volume-290401133", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752"}], "user_id": "a5ac59e0ad8d47d093edad455357e133", "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": "538ee42cd5c24eb79f1fe26bc5746ea2"}}' 2024-02-28 21:29:51,084 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752 0.138s 2024-02-28 21:29:51,085 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:50 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-06aba56b-1cde-4884-9cbc-f3c11c0dd98a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752'} Body: b'' 2024-02-28 21:29:51,106 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752 0.020s 2024-02-28 21:29:51,106 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:51 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-ae0b9efd-ccac-434f-aebc-bae9a7c310c2', 'x-openstack-request-id': 'req-ae0b9efd-ccac-434f-aebc-bae9a7c310c2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c7f7ad64-0b8d-471e-b10d-75d098445752 could not be found."}}' {1} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [1.503175s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5adc7333-f714-418c-8e02-0f125ef14c04 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:29:51,304 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes 0.193s 2024-02-28 21:29:51,304 85782 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-1638175736"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70d563ef-ce27-48a1-a1ee-f2a6a8cb3758', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70d563ef-ce27-48a1-a1ee-f2a6a8cb3758', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes'} Body: b'{"volume": {"id": "5adc7333-f714-418c-8e02-0f125ef14c04", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:51.240815", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1638175736", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04"}], "user_id": "a5ac59e0ad8d47d093edad455357e133", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2024-02-28 21:29:51,373 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04 0.056s 2024-02-28 21:29:51,373 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5362f57-fe32-4132-9ad5-0533a55619dc', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5362f57-fe32-4132-9ad5-0533a55619dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04'} Body: b'{"volume": {"id": "5adc7333-f714-418c-8e02-0f125ef14c04", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:51.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1638175736", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04"}], "user_id": "a5ac59e0ad8d47d093edad455357e133", "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": "538ee42cd5c24eb79f1fe26bc5746ea2"}}' 2024-02-28 21:29:52,424 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04 0.037s 2024-02-28 21:29:52,424 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84b702b8-cb2f-4dbb-8299-b97663afcec9', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84b702b8-cb2f-4dbb-8299-b97663afcec9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04'} Body: b'{"volume": {"id": "5adc7333-f714-418c-8e02-0f125ef14c04", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:51.000000", "updated_at": "2024-02-28T21:29:51.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1638175736", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04"}], "user_id": "a5ac59e0ad8d47d093edad455357e133", "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": "538ee42cd5c24eb79f1fe26bc5746ea2"}}' 2024-02-28 21:29:52,474 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04 0.037s 2024-02-28 21:29:52,475 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d024918-c35b-489d-b9e7-fcd38f91531a', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d024918-c35b-489d-b9e7-fcd38f91531a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04'} Body: b'{"volume": {"id": "5adc7333-f714-418c-8e02-0f125ef14c04", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:51.000000", "updated_at": "2024-02-28T21:29:51.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1638175736", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04"}], "user_id": "a5ac59e0ad8d47d093edad455357e133", "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": "538ee42cd5c24eb79f1fe26bc5746ea2"}}' 2024-02-28 21:29:52,591 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04 0.103s 2024-02-28 21:29:52,591 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:52 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-92fb8e89-55bd-459a-a5d5-b41dfff91143', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04'} Body: b'' 2024-02-28 21:29:52,612 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04 0.020s 2024-02-28 21:29:52,612 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:52 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-a7f735b2-340d-49f5-aa54-3e558131cde8', 'x-openstack-request-id': 'req-a7f735b2-340d-49f5-aa54-3e558131cde8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5adc7333-f714-418c-8e02-0f125ef14c04 could not be found."}}' {1} setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9d05cb19-913b-4ca3-a1ba-928fe1a00337 failed to build and is in ERROR status {1} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {1} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {10} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [165.936023s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 49, in test_attach_attached_volume_to_same_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 817ac05f-916f-44e9-9eaf-d1539193013a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:28:48,189 85800 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:28:48,189 85800 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:28:48,238 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.047s 2024-02-28 21:28:48,238 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1184056491", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFaKg6doA9JL6y3OSjq858Yc8QuHCtNYM/hQjxSe+Wn530DSNBRZV2U6KvxfPlWERwFLoJ42QVNGO0wPxqR0fBHukVqdo/wXKMR8FLV/ub6jzbK2u+n5kDbuZyddj/N32Q=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60778c82-0a4f-45a2-98f5-ef0881813238', 'x-compute-request-id': 'req-60778c82-0a4f-45a2-98f5-ef0881813238', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1184056491", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFaKg6doA9JL6y3OSjq858Yc8QuHCtNYM/hQjxSe+Wn530DSNBRZV2U6KvxfPlWERwFLoJ42QVNGO0wPxqR0fBHukVqdo/wXKMR8FLV/ub6jzbK2u+n5kDbuZyddj/N32Q==", "fingerprint": "80:e4:92:24:1f:30:ec:35:ea:9c:01:01:45:d5:b8:40", "user_id": "beedcbb33fa340a391a63b945f83df1c"}}' 2024-02-28 21:28:48,240 85800 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1184056491 created 2024-02-28 21:28:48,424 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.183s 2024-02-28 21:28:48,424 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--710193400", "description": "tempest-description--503773249"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-c779745f-62cc-4d7b-a7b6-4a9603f36644', 'date': 'Wed, 28 Feb 2024 21:28:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b0326926-a95a-4af0-ab45-05d953c4c71d", "name": "tempest-securitygroup--710193400", "stateful": true, "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "description": "tempest-description--503773249", "shared": false, "security_group_rules": [{"id": "0070746b-848e-4a43-8d04-be7807887005", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "b0326926-a95a-4af0-ab45-05d953c4c71d", "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": 912, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:28:48Z", "updated_at": "2024-02-28T21:28:48Z", "revision_number": 0}, {"id": "cf2a58f9-c0fd-43e4-beb1-af19e3c6f4bf", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "b0326926-a95a-4af0-ab45-05d953c4c71d", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_ra nge_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 913, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:28:48Z", "updated_at": "2024-02-28T21:28:48Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:28:48Z", "updated_at": "2024-02-28T21:28:48Z", "revision_number": 1, "project_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:28:48,614 85800 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 2024-02-28 21:28:48,614 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b0326926-a95a-4af0-ab45-05d953c4c71d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-dfd295a8-98ca-4d7e-907f-4a4633ef9cb8', 'date': 'Wed, 28 Feb 2024 21:28:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c827c669-2fe7-4d6d-bd0f-d93a4f1620a3", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "b0326926-a95a-4af0-ab45-05d953c4c71d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:28:48Z", "updated_at": "2024-02-28T21:28:48Z", "revision_number": 0}}' 2024-02-28 21:28:48,814 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.199s 2024-02-28 21:28:48,814 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b0326926-a95a-4af0-ab45-05d953c4c71d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-e04c6968-4832-4a86-8fbe-ac08bd2fbd43', 'date': 'Wed, 28 Feb 2024 21:28:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4f4cd00d-31ac-4a01-ae26-8921379fd4d4", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "b0326926-a95a-4af0-ab45-05d953c4c71d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:28:48Z", "updated_at": "2024-02-28T21:28:48Z", "revision_number": 0}}' 2024-02-28 21:28:48,814 85800 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--710193400 created 2024-02-28 21:28:49,429 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.614s 2024-02-28 21:28:49,429 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ff ff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-30e071be-5dec-4477-a55e-f4a12f416d5c', 'date': 'Wed, 28 Feb 2024 21:28:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7cdc95cd-4f15-48f9-972c-29c2e1a8442c", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "floating_ip_address": "172.24.4.212", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fd656e06c81e4095915de62a1b159c4e", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:28:49Z", "updated_at": "2024-02-28T21:28:49Z", "revision_number": 0}}' 2024-02-28 21:28:49,429 85800 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7cdc95cd-4f15-48f9-972c-29c2e1a8442c', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'floating_ip_address': '172.24.4.212', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:28:49Z', 'updated_at': '2024-02-28T21:28:49Z', 'revision_number': 0, 'ip': '172.24.4.212'} created 2024-02-28 21:28:49,524 85800 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.090s 2024-02-28 21:28:49,524 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:28:49 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-82eb1b18-7fb2-4404-8e0c-3903924ac4c4', '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": "beedcbb33fa340a391a63b945f83df1c", "name": "tempest-AttachVolumeNegativeTest-2016560345-project-member", "password_expires_at": null}, "audit_ids": ["2VKHYZStRmuPs_G7oxKQHQ"], "expires_at": "2024-02-28T22:28:49.000000Z", "issued_at": "2024-02-28T21:28:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd656e06c81e4095915de62a1b159c4e", "name": "tempest-AttachVolumeNegativeTest-2016560345"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fd656e06c81e4095915de62a1b159c4e", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "ty pe": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:28:49,525 85800 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'b78ae623-b577-4ef2-bd8b-778ec87db2f9', 'name': 'tempest-AttachVolumeNegativeTest-1496596910-network', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28052, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:25:53Z', 'updated_at': '2024-02-28T21:25:53Z', 'revision_number': 1} available for tenant 2024-02-28 21:28:49,525 85800 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1184056491', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFaKg6doA9JL6y3OSjq858Yc8QuHCtNYM/hQjxSe+Wn530DSNBRZV2U6KvxfPlWERwFLoJ42QVNGO0wPxqR0fBHukVqdo/wXKMR8FLV/ub6jzbK2u+n5kDbuZyddj/N32Q==', 'fingerprint': '80:e4:92:24:1f:30:ec:35:ea:9c:01:01:45:d5:b8:40', 'user_id': 'beedcbb33fa340a391a63b945f83df1c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBembhFWJhf3ciDFBi815WHZgqMxKw6wm0tt6giwFNJ7FEQeZKwKW3U\nAoqee3U+Cl2gBwYFK4EEACKhZANiAARWioOnaAPSS+stzko6vOfGHPELhwrTWDP4\nUI8Unvlp+d9A0jQUWVdlOir8Xz5VhEcBS6CeNkFTRjtMD8akdHwR7pFanaP8FyjE\nfBS1f7m+o82ytrvp+ZA27mcnXY/zd9k=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b0326926-a95a-4af0-ab45-05d953c4c71d', 'name': 'tempest-securitygroup--710193400', 'stateful': True, 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'description': 'tempest-description--503773249', 'shared': False, 'security_group_rules': [{'id': '0070746b-848e-4a43-8d04-be7807887005', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'security_group_id': 'b0326926-a95a-4af0-ab45-05d953c4c71d', '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': 912, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:28:48Z', 'updated_at': '2024-02-28T21:28:48Z', 'revision_number': 0}, {'id': 'cf2a58f9-c0fd-43e4-beb1-af19e3c6f4bf', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'security_group_id': 'b0326926-a95a-4af0-ab45-05d953c4c71d', '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': 913, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:28:48Z', 'updated_at': '2024-02-28T21:28:48Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:28:48Z', 'updated_at': '2024-02-28T21:28:48Z', 'revision_number': 1, 'project_id': 'fd656e06c81e4095915de62a1b159c4e'}, 'floating_ip': {'id': '7cdc95cd-4f15-48f9-972c-29c2e1a8442c', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'floating_ip_address': '172.24.4.212', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:28:49Z', 'updated_at': '2024-02-28T21:28:49Z', 'revision_number': 0, 'ip': '172.24.4.212'}} 2024-02-28 21:28:50,140 85800 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.613s 2024-02-28 21:28:50,140 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1723724381", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "b78ae623-b577-4ef2-bd8b-778ec87db2f9"}], "security_groups": [{"name": "tempest-securitygroup--710193400"}], "key_name": "tempest-keypair-1184056491", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59db883f-bd55-47da-9a05-c5d2a25a9175', 'x-compute-request-id': 'req-59db883f-bd55-47da-9a05-c5d2a25a9175', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--710193400"}], "adminPass": "password"}}' 2024-02-28 21:28:50,217 85800 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/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2 0.074s 2024-02-28 21:28:50,218 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:28:50 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-0932c3e3-7eed-4833-b144-3f9792169936', 'x-compute-request-id': 'req-0932c3e3-7eed-4833-b144-3f9792169936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2'} Body: b'{"server": {"id": "4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2", "name": "tempest-AttachVolumeNegativeTest-server-1723724381", "status": "BUILD", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "use r_id": "beedcbb33fa340a391a63b945f83df1c", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:28:50Z", "updated": "2024-02-28T21:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1184056491", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:29:40,484 85800 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/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2 0.213s 2024-02-28 21:29:40,484 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:40 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-86f032a6-e42c-41eb-a1d6-44ade9a2ab88', 'x-compute-request-id': 'req-86f032a6-e42c-41eb-a1d6-44ade9a2ab88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2'} Body: b'{"server": {"id": "4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2", "name": "tempest-AttachVolumeNegativeTest-server-1723724381", "status": "ACTIVE", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "user_id": "beedcbb33fa340a391a63b945f83df1c", "metadata": {}, "hostId": "17963a0c3c7761a3efee121e879c7ffa1b8fe21e8ed2f232dd9626bd", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:28:50Z", "updated": "2024-02-28T21:28:57Z", "addresses": {"tempest-AttachVolumeNegativeTest-1496596910-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:e2:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1184056491", "OS-SRV-USG:launched_at": "2024-02-28T21:28:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--710193400"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:29:40,497 85800 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:30:40,716 85800 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/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2/os-interface 0.158s 2024-02-28 21:30:40,717 85800 DEBUG [tempest.lib.common.rest_cl ient] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a191e7e1-f1bc-49ac-87f0-bcac286c5a97', 'x-compute-request-id': 'req-a191e7e1-f1bc-49ac-87f0-bcac286c5a97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b78ae623-b577-4ef2-bd8b-778ec87db2f9", "port_id": "503cd864-16d3-45f8-b9ab-8d18bd89698e", "mac_addr": "fa:16:3e:17:e2:26", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b81d88f8-238d-48a0-b5da-0c3efb3f6c46", "ip_address": "10.0.0.12"}]}]}' 2024-02-28 21:30:41,495 85800 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/7cdc95cd-4f15-48f9-972c-29c2e1a8442c 0.774s 2024-02-28 21:30:41,495 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "503cd864-16d3-45f8-b9ab-8d18bd89698e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-ed3b026f-e306-4fb1-b36e-633ec4cbcce8', 'date': 'Wed, 28 Feb 2024 21:30:41 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7cdc95cd-4f15-48f9-972c-29c2e1a8442c'} Body: b'{"floatingip": {"id": "7cdc95cd-4f15-48f9-972c-29c2e1a8442c", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "floating_ip_address": "172.24.4.212", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "b761dd8f-9f37-4f95-937f-77879fe38d3a", "port_id": "503cd864-16d3-45f8-b9ab-8d18bd89698e", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b78ae623-b577-4ef2-bd8b-778ec87db2f9", "mac_address": "fa:16:3e:17:e2:26", "admin_state_up": true, "status": "ACTIVE", "device_id": "4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:28:49Z", "updated_at": "2024-02-28T21:30:40Z", "revision_number": 1, "project_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:30:41,496 85800 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.212:22' as 'cirros' with public key authentication 2024-02-28 21:30:41,502 85800 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:30:41,610 85800 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:30:41,611 85800 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.212 successfully created 2024-02-28 21:30:41,657 85800 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/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2/ips 0.045s 2024-02-28 21:30:41,658 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:41 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-fb1f3dd7-b6d8-4f27-9777-ea3a2d9fce58', 'x-compute-request-id': 'req-fb1f 3dd7-b6d8-4f27-9777-ea3a2d9fce58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1496596910-network": [{"version": 4, "addr": "10.0.0.12"}]}}' 2024-02-28 21:30:41,855 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes 0.194s 2024-02-28 21:30:41,856 85800 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-899785696"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60bd3e05-a9f5-4cb7-9e13-d2a1883f2fbb', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60bd3e05-a9f5-4cb7-9e13-d2a1883f2fbb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes'} Body: b'{"volume": {"id": "817ac05f-916f-44e9-9eaf-d1539193013a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:30:41.790180", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-899785696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/817ac05f-916f-44e9-9eaf-d1539193013a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd656e06c81e4095915de62a1b159c4e/volumes/817ac05f-916f-44e9-9eaf-d1539193013a"}], "user_id": "beedcbb33fa340a391a63b945f83df1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:30:41,909 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/817ac05f-916f-44e9-9eaf-d1539193013a 0.043s 2024-02-28 21:30:41,910 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1c0dc35-2b6c-40ad-85b3-164acbd02a7e', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1c0dc35-2b6c-40ad-85b3-164acbd02a7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/817ac05f-916f-44e9-9eaf-d1539193013a'} Body: b'{"volume": {"id": "817ac05f-916f-44e9-9eaf-d1539193013a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:30:42.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-899785696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/817ac05f-916f-44e9-9eaf-d1539193013a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd656e06c81e4095915de62a1b159c4e/volumes/817ac05f-916f-44e9-9eaf-d1539193013a"}], "user_id": "beedcbb33fa340a391a63b945f83df1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd656e06c81e4095915de62a1b1 59c4e"}}' 2024-02-28 21:30:42,967 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/817ac05f-916f-44e9-9eaf-d1539193013a 0.044s 2024-02-28 21:30:42,967 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37017f7f-8733-4ec7-a1c2-b69093f9a03e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37017f7f-8733-4ec7-a1c2-b69093f9a03e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/817ac05f-916f-44e9-9eaf-d1539193013a'} Body: b'{"volume": {"id": "817ac05f-916f-44e9-9eaf-d1539193013a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:30:42.000000", "updated_at": "2024-02-28T21:30:42.000000", "name": "tempest-AttachVolumeNegativeTest-volume-899785696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/817ac05f-916f-44e9-9eaf-d1539193013a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd656e06c81e4095915de62a1b159c4e/volumes/817ac05f-916f-44e9-9eaf-d1539193013a"}], "user_id": "beedcbb33fa340a391a63b945f83df1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:30:43,095 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2 0.115s 2024-02-28 21:30:43,096 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43b366b1-53a0-4741-b2b3-5af5bcfdca66', 'x-compute-request-id': 'req-43b366b1-53a0-4741-b2b3-5af5bcfdca66', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2'} Body: b'' 2024-02-28 21:30:43,297 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2 0.201s 2024-02-28 21:30:43,298 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b4fb410-f5d6-48c1-a013-c8ed4cae7131', 'x-compute-request-id': 'req-5b4fb410-f5d6-48c1-a013-c8ed4cae7131', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2'} Body: b'{"server": {"id": "4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2", "name": "tempest-AttachVolumeNegativeTest-server-1723724381", "stat us": "ACTIVE", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "user_id": "beedcbb33fa340a391a63b945f83df1c", "metadata": {}, "hostId": "17963a0c3c7761a3efee121e879c7ffa1b8fe21e8ed2f232dd9626bd", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:28:50Z", "updated": "2024-02-28T21:30:43Z", "addresses": {"tempest-AttachVolumeNegativeTest-1496596910-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:e2:26"}, {"version": 4, "addr": "172.24.4.212", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:e2:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1184056491", "OS-SRV-USG:launched_at": "2024-02-28T21:28:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--710193400"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:31:33,488 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2 0.153s 2024-02-28 21:31:33,488 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:33 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-3292af4b-2bf0-4a35-b1c1-9b61ee483826', 'x-compute-request-id': 'req-3292af4b-2bf0-4a35-b1c1-9b61ee483826', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2 could not be found."}}' 2024-02-28 21:31:33,517 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1184056491 0.028s 2024-02-28 21:31:33,517 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:33 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-6f143667-ca9b-409e-b394-c72b05b5be64', 'x-compute-request-id': 'req-6f143667-ca9b-409e-b394-c72b05b5be64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1184056491'} Body: b'' 2024-02-28 21:31:33,681 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b0326926-a95a-4af0-ab45-05d953c4c71d 0.163s 2024-02-28 21:31:33,682 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-T oken': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-42737bbc-29b3-4aeb-b7f2-d3fc86456a4c', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:31:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b0326926-a95a-4af0-ab45-05d953c4c71d'} Body: b'' 2024-02-28 21:31:33,706 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/b0326926-a95a-4af0-ab45-05d953c4c71d 0.023s 2024-02-28 21:31:33,706 85800 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-f1d3a982-6e45-4c44-acc2-ac35c0301d20', 'date': 'Wed, 28 Feb 2024 21:31:33 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b0326926-a95a-4af0-ab45-05d953c4c71d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b0326926-a95a-4af0-ab45-05d953c4c71d does not exist", "detail": ""}}' 2024-02-28 21:31:34,124 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7cdc95cd-4f15-48f9-972c-29c2e1a8442c 0.416s 2024-02-28 21:31:34,124 85800 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-4306817d-a76d-4ce9-aaeb-b844a1333b62', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:31:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7cdc95cd-4f15-48f9-972c-29c2e1a8442c'} Body: b'' {6} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [122.318191s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 549, in test_create_server_from_non_bootable_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2e06c4cf-3a12-4fd7-8719-48df1466af4f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:29:35,855 85792 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5 0.313s 2024-02-28 21:29:35,855 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:35 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-9a2519bd-828f-4789-a7eb-a486388b0405', 'x-compute-request-id': 'req-9a2519bd-828f-4789-a7eb-a486388b0405', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5'} Body: b'{"server": {"id": "98795722-0b48-4bcb-a23c-56e5735606d5", "name": "tempest-ServersNegativeTestJSON-server-1694714217", "status": "ACTIVE", "tenant_id": "96575f5cbbf647a49b07508292354a78", "user_id": "fd19be5d5acc4713acdf536e28a2c117", "metadata": {}, "hostId": "73d5aa48ce62bd7fbf8f25a2784e8f8a15d258224dd1e4cb36f318c5", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:25:03Z", "updated": "2024-02-28T21:25:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1485625873-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:69:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/98795722-0b48-4bcb-a23c-56e5735606d5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:25:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:30:36,344 85792 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes 0.439s 2024-02-28 21:30:36,344 85792 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-1607505204"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-637b60a2-2007-480a-ab92-2b0c5292545d', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-637b60a2-2007-480a-ab92-2b0c5292545d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes'} Body: b'{"volume": {"id": "2e06c4cf-3a12-4fd7-8719-48df1466af4f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:30:36.285335", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1607505204", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/2e06c4cf-3a12-4fd7-8719-48df1466af4f"}, {"rel": "bookmark", "href": "http://10.0.0.2 10/volume/96575f5cbbf647a49b07508292354a78/volumes/2e06c4cf-3a12-4fd7-8719-48df1466af4f"}], "user_id": "fd19be5d5acc4713acdf536e28a2c117", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:30:36,397 85792 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/2e06c4cf-3a12-4fd7-8719-48df1466af4f 0.041s 2024-02-28 21:30:36,397 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ffb39fc-e2a1-4e12-8c62-f1092a1d0158', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ffb39fc-e2a1-4e12-8c62-f1092a1d0158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/2e06c4cf-3a12-4fd7-8719-48df1466af4f'} Body: b'{"volume": {"id": "2e06c4cf-3a12-4fd7-8719-48df1466af4f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:30:36.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1607505204", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/2e06c4cf-3a12-4fd7-8719-48df1466af4f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/96575f5cbbf647a49b07508292354a78/volumes/2e06c4cf-3a12-4fd7-8719-48df1466af4f"}], "user_id": "fd19be5d5acc4713acdf536e28a2c117", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "96575f5cbbf647a49b07508292354a78"}}' 2024-02-28 21:30:37,472 85792 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/2e06c4cf-3a12-4fd7-8719-48df1466af4f 0.062s 2024-02-28 21:30:37,473 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25e0dfcc-58e5-4f93-aa23-8e82654811ff', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25e0dfcc-58e5-4f93-aa23-8e82654811ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/2e06c4cf-3a12-4fd7-8719-48df1466af4f'} Body: b'{"volume": {"id": "2e06c4cf-3a12-4fd7-8719-48df1466af4f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:30:36.000000", "updated_at": "2024-02-28T21:30:36.000000", "name": "tempest-ServersNegativeTestJSON-volume-1607505204", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/2e06c4cf-3a12-4fd7-8719-48df1466af4f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/96575f5cbbf647a49b07508292354a78/volumes/2e06c4cf-3a12-4fd7-8719-48df1466af4f"}], "user_id": "fd19be5d5acc4713acdf536e28a2c117", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-ten ant-attr:tenant_id": "96575f5cbbf647a49b07508292354a78"}}' 2024-02-28 21:30:37,785 85792 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5 0.299s 2024-02-28 21:30:37,785 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:37 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-e27458fb-aefd-4954-a276-fcb4ff89f1df', 'x-compute-request-id': 'req-e27458fb-aefd-4954-a276-fcb4ff89f1df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5'} Body: b'{"server": {"id": "98795722-0b48-4bcb-a23c-56e5735606d5", "name": "tempest-ServersNegativeTestJSON-server-1694714217", "status": "ACTIVE", "tenant_id": "96575f5cbbf647a49b07508292354a78", "user_id": "fd19be5d5acc4713acdf536e28a2c117", "metadata": {}, "hostId": "73d5aa48ce62bd7fbf8f25a2784e8f8a15d258224dd1e4cb36f318c5", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:25:03Z", "updated": "2024-02-28T21:25:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1485625873-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:69:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/98795722-0b48-4bcb-a23c-56e5735606d5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:25:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {11} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [1.362021s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 120, in test_rescued_vm_attach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8bd31251-e1ee-4cd5-8fe7-631832a8eb99 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:31:45,161 85802 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes 0.239s 2024-02-28 21:31:45,162 85802 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-448583039"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e70295d-d164-4931-8577-313343c656e3', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e70295d-d164-4931-8577-313343c656e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes'} Body: b'{"volume": {"id": "8bd31251-e1ee-4cd5-8fe7-631832a8eb99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:31:45.099079", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-448583039", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/8bd31251-e1ee-4cd5-8fe7-631832a8eb99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27a923f0e1c249da9600d15703f245b9/volumes/8bd31251-e1ee-4cd5-8fe7-631832a8eb99"}], "user_id": "e37b0e3835bf4beb86d2ff74cb2ca4a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:31:45,213 85802 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/8bd31251-e1ee-4cd5-8fe7-631832a8eb99 0.040s 2024-02-28 21:31:45,213 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1c900d5-b8f9-454c-a104-0f9ad22d99c9', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1c900d5-b8f9-454c-a104-0f9ad22d99c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/8bd31251-e1ee-4cd5-8fe7-631832a8eb99'} Body: b'{"volume": {"id": "8bd31251-e1ee-4cd5-8fe7-631832a8eb99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:31:45.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-448583039", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/8bd31251-e1ee-4cd5-8fe7-631832a8eb99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27a923f0e1c249da9600d15703f245b9/volumes/8bd31251-e1ee-4cd5-8fe7-631832a8eb99"}], "user_id": "e37b0e3835bf4beb86d2ff74cb2ca4a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27a923f0e1c249da9600d15703f245b9"}}' 2024-02-28 21:31:46,268 85802 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/8bd31251-e1ee-4cd5-8fe7-631832a8eb99 0.040s 2024-02-28 21:31:46,268 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7814519f-361d-4ccc-9265-f1d33399acab', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7814519f-361d-4ccc-9265-f1d33399acab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/8bd31251-e1ee-4cd5-8fe7-631832a8eb99'} Body: b'{"volume": {"id": "8bd31251-e1ee-4cd5-8fe7-631832a8eb99", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:31:45.000000", "updated_at": "2024-02-28T21:31:45.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-448583039", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/8bd31251-e1ee-4cd5-8fe7-631832a8eb99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27a923f0e1c249da9600d15703f245b9/volumes/8bd31251-e1ee-4cd5-8fe7-631832a8eb99"}], "user_id": "e37b0e3835bf4beb86d2ff74cb2ca4a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27a923f0e1c249da9600d15703f245b9"}}' {11} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [1.348126s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 140, in test_rescued_vm_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f5817b02-f643-4c7f-aba0-dc1157d54d28 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:31:46,472 85802 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes 0.185s 2024-02-28 21:31:46,472 85802 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-1822547839"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42c52b10-cab5-407a-9310-e6e2d9f66123', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42c52b10-cab5-407a-9310-e6e2d9f66123', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes'} Body: b'{"volume": {"id": "f5817b02-f643-4c7f-aba0-dc1157d54d28", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:31:46.413625", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1822547839", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/f5817b02-f643-4c7f-aba0-dc1157d54d28"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27a923f0e1c249da9600d15703f245b9/volumes/f5817b02-f643-4c7f-aba0-dc1157d54d28"}], "user_id": "e37b0e3835bf4beb86d2ff74cb2ca4a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:31:46,533 85802 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/f5817b02-f643-4c7f-aba0-dc1157d54d28 0.049s 2024-02-28 21:31:46,534 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd46dfea-9395-417b-875f-25d96126a107', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd46dfea-9395-417b-875f-25d96126a107', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/f5817b02-f643-4c7f-aba0-dc1157d54d28'} Body: b'{"volume": {"id": "f5817b02-f643-4c7f-aba0-dc1157d54d28", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:31:46.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1822547839", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/f5817b02-f643-4c7f-aba0-dc1157d54d28"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27a923f0e1c249da9600d15703f245b9/volumes/f5817b02-f643-4c7f-aba0-dc1157d54d28"}], "user_id": "e37b0e3835bf4beb86d2ff74cb2ca4a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27a923f0e1c249da9600d15703f245b9"}}' 2024-02-28 21:31:47,620 85802 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/f5817b02-f643-4c7f-aba0-dc1157d54d28 0.072s 2024-02-28 21:31:47,620 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95ce6fba-5641-41a5-935b-d4ca75eee7be', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95ce6fba-5641-41a5-935b-d4ca75eee7be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/f5817b02-f643-4c7f-aba0-dc1157d54d28'} Body: b'{"volume": {"id": "f5817b02-f643-4c7f-aba0-dc1157d54d28", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:31:46.000000", "updated_at": "2024-02-28T21:31:47.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1822547839", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/f5817b02-f643-4c7f-aba0-dc1157d54d28"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27a923f0e1c249da9600d15703f245b9/volumes/f5817b02-f643-4c7f-aba0-dc1157d54d28"}], "user_id": "e37b0e3835bf4beb86d2ff74cb2ca4a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27a923f0e1c249da9600d15703f245b9"}}' {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached [287.571299s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 463, in test_rebuild_server_with_volume_attached waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d4151f6a-bb8d-4a32-be2a-9f5277160328 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:28:12,922 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786 0.203s 2024-02-28 21:28:12,923 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:28: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-566e26c9-fb85-4c02-9b27-9645fa01494c', 'x-compute-request-id': 'req-566e26c9-fb85-4c02-9b27-9645fa01494c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786'} Body: b'{"server": {"id": "8bb08f0f-2f2d-442f-bb3a-3edaf2643786", "name": "tempest-ServerActionsTestOtherA-server-8153293", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:19Z", "updated": "2024-02-28T21:26:27Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-764859778", "OS-SRV-USG:launched_at": "2024-02-28T21:26:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1710858242"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:28:13,116 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786 0.180s 2024-02-28 21:28:13,116 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:28: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-f46c6e1a-14fa-4ad6-86d3-e19faf2a9f34', 'x-compute-request-id': 'req-f46c6e1a-14fa-4ad6-86d3-e19faf2a9f34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786'} Body: b'{"server": {"id": "8bb08f0f-2f2d-442f-bb3a-3edaf2643786", "name": "tempest-ServerActionsTestOtherA-server-8153293", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://1 0.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:19Z", "updated": "2024-02-28T21:26:27Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-764859778", "OS-SRV-USG:launched_at": "2024-02-28T21:26:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1710858242"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:28:13,285 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786 0.156s 2024-02-28 21:28:13,286 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:28:13 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-1c986d13-8cbd-4c83-8341-538e4fa57251', 'x-compute-request-id': 'req-1c986d13-8cbd-4c83-8341-538e4fa57251', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786'} Body: b'{"server": {"id": "8bb08f0f-2f2d-442f-bb3a-3edaf2643786", "name": "tempest-ServerActionsTestOtherA-server-8153293", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:19Z", "updated": "2024-02-28T21:26:27Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-764859778", "OS-SRV-USG:launched_at": "2024-02-28T21:26:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1710858242"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:29:13,629 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/4ff53d 443fdc4c4c923b15e86a41be5d/volumes 0.269s 2024-02-28 21:29:13,629 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestOtherA-volume-456153918"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6588b326-febd-48ec-9a98-cd373475b7c2', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6588b326-febd-48ec-9a98-cd373475b7c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes'} Body: b'{"volume": {"id": "d4151f6a-bb8d-4a32-be2a-9f5277160328", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:13.510846", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-456153918", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/d4151f6a-bb8d-4a32-be2a-9f5277160328"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ff53d443fdc4c4c923b15e86a41be5d/volumes/d4151f6a-bb8d-4a32-be2a-9f5277160328"}], "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:29:13,734 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.090s 2024-02-28 21:29:13,735 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:13 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-66a1f8c5-a83f-458f-ac66-67c7d9e7b07a', '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": "686f6106155c4ce5a5abaf0393cc0acf", "name": "tempest-ServerActionsTestOtherA-1728800554-project-member", "password_expires_at": null}, "audit_ids": ["FxWpkRdDSgW7PR7C12tKBw"], "expires_at": "2024-02-28T22:29:13.000000Z", "issued_at": "2024-02-28T21:29:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4ff53d443fdc4c4c923b15e86a41be5d", "name": "tempest-ServerActionsTestOtherA-1728800554"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4ff53d443fdc4c4c923b15e86a41be5d", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_ id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:29:13,735 85784 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': 'c21d49ac-f1e0-443a-8bde-b8481fa1ef7a', 'name': 'tempest-ServerActionsTestOtherA-1816231892-network', 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30376, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:26:11Z', 'updated_at': '2024-02-28T21:26:11Z', 'revision_number': 1} available for tenant 2024-02-28 21:29:13,736 85784 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:29:13,736 85784 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:29:13,791 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.053s 2024-02-28 21:29:13,791 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-276723826", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCtPkmgkUdrTDoS/lpHEzFq3jypYVxC3qj1uwRddlj6S/oXCD8RKoEHRXCP2tFJyamotBS+8W25pWWjA2/qtVekSQLpXP1ueyhv99hZHOOAA950vF48MTQZ/gf6SuKemPg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:13 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-22b0b240-955f-41c7-af27-7f40925e1bc2', 'x-compute-request-id': 'req-22b0b240-955f-41c7-af27-7f40925e1bc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-276723826", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCtPkmgkUdrTDoS/lpHEzFq3jypYVxC3qj1uwRddlj6S/oXCD8RKoEHRXCP2tFJyamotBS+8W25pWWjA2/qtVekSQLpXP1ueyhv99hZHOOAA950vF48MTQZ/gf6SuKemPg==", "fingerprint": "b8:cd:7f:d0:b3:63:e4:58:55:1f:92:5e:19:d0:fb:c2", "user_id": "686f6106155c4ce5a5abaf0393cc0acf"}}' 2024-02-28 21:29:13,793 85784 DEBUG [tempest.lib.common.v alidation_resources] Validation resource key tempest-keypair-276723826 created 2024-02-28 21:29:13,944 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.150s 2024-02-28 21:29:13,944 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--651442436", "description": "tempest-description--1058217194"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-62e2ee2a-60a4-4e4b-88f7-e8129ded7b88', 'date': 'Wed, 28 Feb 2024 21:29:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3c7cf5c7-6ca1-4909-a252-b249556ee8de", "name": "tempest-securitygroup--651442436", "stateful": true, "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "description": "tempest-description--1058217194", "shared": false, "security_group_rules": [{"id": "061dc66c-6d7a-4a63-a2ed-be35165de7e6", "project_id": "4ff53d443fdc4c4c923b15e86a41be5d", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "security_group_id": "3c7cf5c7-6ca1-4909-a252-b249556ee8de", "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": 920, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:29:13Z", "updated_at": "2024-02-28T21:29:13Z", "revision_number": 0}, {"id": "d10e8b59-8637-4f0d-835b-9f82682bb395", "project_id": "4ff53d443fdc4c4c923b15e86a41be5d", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "security_group_id": "3c7cf5c7-6ca1-4909-a252-b249556ee8de", "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": 921, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:29:13Z", "updated_at": "2024-02-28T21:29:13Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:29:13Z", "updated_at": "2024-02-28T21:29:13Z", "revision_number": 1, "project_id": "4ff53d443fdc4c4c923b15e86a41be5d"}}' 2024-02-28 21:29:14,146 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.199s 2024-02-28 21:29:14,150 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3c7cf5c7-6ca1-4909-a252-b249556ee8de", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-0b71d0e3-244b-41ab-b531-d22b5519130a', 'date': 'Wed, 28 Feb 2024 21:29:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f42981ed-56ae-4d30-b827-48ea9e7492a9", "project_id": "4ff53d443fdc4c4c923b15e86a41be5d", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "security_group_id": "3c7cf5c7-6ca1-4909-a252-b249556ee8de", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:29:14Z", "updated_at": "2024-02-28T21:29:14Z", "revision_number": 0} }' 2024-02-28 21:29:14,365 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.213s 2024-02-28 21:29:14,366 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3c7cf5c7-6ca1-4909-a252-b249556ee8de", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-2c4528eb-8156-446e-9014-15f503a8d827', 'date': 'Wed, 28 Feb 2024 21:29:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "446d1866-6d92-4078-9bae-afb0f47c11fc", "project_id": "4ff53d443fdc4c4c923b15e86a41be5d", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "security_group_id": "3c7cf5c7-6ca1-4909-a252-b249556ee8de", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:29:14Z", "updated_at": "2024-02-28T21:29:14Z", "revision_number": 0}}' 2024-02-28 21:29:14,367 85784 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--651442436 created 2024-02-28 21:29:14,967 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.599s 2024-02-28 21:29:14,967 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-16391aee-99ca-429e-a1e0-8adf88e89c77', 'date': 'Wed, 28 Feb 2024 21:29:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1f109f15-619b-4fd2-9f5e-c779e56b4a3f", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "floating_ip_address": "172.24.4.117", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "4ff53d443fdc4c4c923b15e86a41be5d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:29:14Z", "updated_at": "2024-02-28T21:29:14Z", "revision_number": 0}}' 2024-02-28 21:29:14,967 85784 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1f109f15-619b-4fd2-9f5e-c779e56b4a3f', 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'floating_ip_address': '172.24.4.117', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:29:14Z', 'updated_at': '2024-02-28T21:29:14Z', 'revision_number': 0, 'ip': '172.24.4.117'} created 2024-02-28 21:29:14,969 85784 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-276723826', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCtPkmgkUdrTDoS/lpHEzFq3jypYVxC3qj1uwRddlj6S/oXCD8RKoEHRXCP2tFJyamotBS+8W25pWWjA2/qtVekSQLpXP1ueyhv99hZHOOAA950vF48MTQZ/gf6SuKemPg==', 'fingerprint': 'b8:cd:7f:d0:b3:63:e4:58:55:1f:92:5e:19:d0:f b:c2', 'user_id': '686f6106155c4ce5a5abaf0393cc0acf', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDT3pFdRIMDvJ1S64zm3rgbNfeJ7AghOmITDtu1TsHTjnq8LRrHECiD\n3sWyDi+q1jigBwYFK4EEACKhZANiAAQrT5JoJFHa0w6Ev5aRxMxat48qWFcQt6o9\nbsEXXZY+kv6Fwg/ESqBB0Vwj9rRScmpqLQUvvFtuaVlowNv6rVXpEkC6Vz9bnsob\n/fYWRzjgAPedLxePDE0Gf4H+krinpj4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3c7cf5c7-6ca1-4909-a252-b249556ee8de', 'name': 'tempest-securitygroup--651442436', 'stateful': True, 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'description': 'tempest-description--1058217194', 'shared': False, 'security_group_rules': [{'id': '061dc66c-6d7a-4a63-a2ed-be35165de7e6', 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'security_group_id': '3c7cf5c7-6ca1-4909-a252-b249556ee8de', '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': 920, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:29:13Z', 'updated_at': '2024-02-28T21:29:13Z', 'revision_number': 0}, {'id': 'd10e8b59-8637-4f0d-835b-9f82682bb395', 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'security_group_id': '3c7cf5c7-6ca1-4909-a252-b249556ee8de', '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': 921, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:29:13Z', 'updated_at': '2024-02-28T21:29:13Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:29:13Z', 'updated_at': '2024-02-28T21:29:13Z', 'revision_number': 1, 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d'}, 'floating_ip': {'id': '1f109f15-619b-4fd2-9f5e-c779e56b4a3f', 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'floating_ip_address': '172.24.4.117', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:29:14Z', 'updated_at': '2024-02-28T21:29:14Z', 'revision_number': 0, 'ip': '172.24.4.117'}} 2024-02-28 21:29:15,664 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 0.694s 2024-02-28 21:29:15,664 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-tempest.common.compute-instance-1087899648", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "networks": [{"uuid": "c21d49ac-f1e0-443a-8bde-b8481fa1ef7a"}], "security_groups": [{"name": "tempest-securitygroup--651442436"}], "key_name": "tempest-keypair-276723826", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f9c2134-354b-4ed6-9942-b0eabde275f5', 'x-compute-request-id': 'req-4f9c2134-354b-4ed6-9942-b0eabde275f5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b' {"server": {"id": "658b9e56-abf8-46c6-9f00-3aafa0bc2d1c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--651442436"}], "adminPass": "NwQTv5CyzZpi"}}' 2024-02-28 21:29:15,744 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c 0.076s 2024-02-28 21:29:15,745 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1233', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f05e4109-fc6d-4670-b78c-593214028ede', 'x-compute-request-id': 'req-f05e4109-fc6d-4670-b78c-593214028ede', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c'} Body: b'{"server": {"id": "658b9e56-abf8-46c6-9f00-3aafa0bc2d1c", "name": "tempest-tempest.common.compute-instance-1087899648", "status": "BUILD", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:29:16Z", "updated": "2024-02-28T21:29:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-276723826", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:30:06,347 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c 0.553s 2024-02-28 21:30:06,348 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c519d50e-5b66-495b-acf4-ff0a91bc21f6', 'x-compute-request-id': 'req-c519d50e-5b66-495b-acf4-ff0a91bc21f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c'} Body: b'{"server": {"id": "658b9e56-abf8-46c6-9f00-3aafa0bc2d1c", "name": "tempest-tempest.common.compute-instance-1087899648", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b5563 2d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:29:15Z", "updated": "2024-02-28T21:29:22Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:16:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-276723826", "OS-SRV-USG:launched_at": "2024-02-28T21:29:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--651442436"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:30:06,368 85784 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 21:31:06,581 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c/os-interface 0.153s 2024-02-28 21:31:06,581 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:06 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-84d81285-bfe5-46ef-bfd8-3cb0ebe763c8', 'x-compute-request-id': 'req-84d81285-bfe5-46ef-bfd8-3cb0ebe763c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c21d49ac-f1e0-443a-8bde-b8481fa1ef7a", "port_id": "169ad69f-b85e-4f42-985f-90a05038cc33", "mac_addr": "fa:16:3e:21:16:f4", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "faede547-134c-4bc5-91f3-5896c0dee0e0", "ip_address": "10.0.0.13"}]}]}' 2024-02-28 21:31:07,434 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/1f109f15-619b-4fd2-9f5e-c779e56b4a3f 0.848s 2024-02-28 21:31:07,434 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "169ad69f-b85e-4f42-985f-90a05038cc33"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-dd772015-9ca7-4343-8678-27f79349cd3f', 'date': 'Wed, 28 Feb 2024 21:31:07 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1f109f15-619b-4fd2-9f5e-c779e56b4a3f'} Body: b'{"floatingip": {"id": "1f109f15-619b-4fd2-9f5e-c779e56b4a3f", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "floating_ip_address": "172.24.4.117", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "983f7491-db73-4a16-9eea-7fefc83451b5", "port_id": "169ad69f-b85e-4f42-985f-90a05038cc33", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c21d49ac-f1e0-443a-8bde-b8481fa1ef7a", "mac_address": "fa:16:3e:21:16:f4", "admin_state_up": true, "status": "ACTIV E", "device_id": "658b9e56-abf8-46c6-9f00-3aafa0bc2d1c", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:29:14Z", "updated_at": "2024-02-28T21:31:06Z", "revision_number": 1, "project_id": "4ff53d443fdc4c4c923b15e86a41be5d"}}' 2024-02-28 21:31:07,437 85784 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.117:22' as 'cirros' with public key authentication 2024-02-28 21:31:07,444 85784 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:31:07,551 85784 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:31:07,552 85784 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.117 successfully created 2024-02-28 21:31:07,790 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c 0.237s 2024-02-28 21:31:07,791 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afb33f6c-f96f-4a38-81ef-d51bf219b40c', 'x-compute-request-id': 'req-afb33f6c-f96f-4a38-81ef-d51bf219b40c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c'} Body: b'{"server": {"id": "658b9e56-abf8-46c6-9f00-3aafa0bc2d1c", "name": "tempest-tempest.common.compute-instance-1087899648", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:29:15Z", "updated": "2024-02-28T21:29:22Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:16:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-276723826", "OS-SRV-USG:launched_at": "2024-02-28T21:29:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--651442436"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:31:07,847 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/d4151f6a-bb8d-4a32-be2a-9f5277160328 0.039s 2024-02-28 21:31:07,848 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40f3dab2-45c5-422d-87d7-e9729c66d8b0', 'content-length': '909', 'openstack-api-version': 'volume 3 .0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40f3dab2-45c5-422d-87d7-e9729c66d8b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/d4151f6a-bb8d-4a32-be2a-9f5277160328'} Body: b'{"volume": {"id": "d4151f6a-bb8d-4a32-be2a-9f5277160328", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:14.000000", "updated_at": "2024-02-28T21:29:14.000000", "name": "tempest-ServerActionsTestOtherA-volume-456153918", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/d4151f6a-bb8d-4a32-be2a-9f5277160328"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ff53d443fdc4c4c923b15e86a41be5d/volumes/d4151f6a-bb8d-4a32-be2a-9f5277160328"}], "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d"}}' 2024-02-28 21:31:08,906 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/d4151f6a-bb8d-4a32-be2a-9f5277160328 0.039s 2024-02-28 21:31:08,906 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09a30956-1c39-44d1-b551-0ff5a7f252ec', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09a30956-1c39-44d1-b551-0ff5a7f252ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/d4151f6a-bb8d-4a32-be2a-9f5277160328'} Body: b'{"volume": {"id": "d4151f6a-bb8d-4a32-be2a-9f5277160328", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:14.000000", "updated_at": "2024-02-28T21:29:14.000000", "name": "tempest-ServerActionsTestOtherA-volume-456153918", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/d4151f6a-bb8d-4a32-be2a-9f5277160328"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ff53d443fdc4c4c923b15e86a41be5d/volumes/d4151f6a-bb8d-4a32-be2a-9f5277160328"}], "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d"}}' 2024-02-28 21:31:09,075 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786 0.153s 2024-02-28 21:31:09,076 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:08 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-54c1f708-187b-4185-a489-6530dedcda0c', 'x-compute-request-id': 'req-54c1f708-187b-4185-a489-6530dedcda0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/ servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786'} Body: b'{"server": {"id": "8bb08f0f-2f2d-442f-bb3a-3edaf2643786", "name": "tempest-ServerActionsTestOtherA-server-8153293", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:19Z", "updated": "2024-02-28T21:26:27Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-764859778", "OS-SRV-USG:launched_at": "2024-02-28T21:26:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1710858242"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:32:09,368 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c 0.247s 2024-02-28 21:32:09,369 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:32:09 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-8bd2a585-be40-403e-bfcc-b0a5b73f692f', 'x-compute-request-id': 'req-8bd2a585-be40-403e-bfcc-b0a5b73f692f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c'} Body: b'' 2024-02-28 21:32:09,628 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c 0.258s 2024-02-28 21:32:09,628 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:32:09 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-22f76a51-1736-472c-9880-5bceadf9b03f', 'x-compute-request-id': 'req-22f76a51-1736-472c-9880-5bceadf9b03f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c'} Body: b'{"server": {"id": "658b9e56-abf8-46c6-9f00-3aafa0bc2d1c", "name": "tempest-tempest.common.compute-instance-1087899648", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97- 62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:29:15Z", "updated": "2024-02-28T21:32:09Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:16:f4"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:16:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-276723826", "OS-SRV-USG:launched_at": "2024-02-28T21:29:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--651442436"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:32:59,706 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c 0.040s 2024-02-28 21:32:59,706 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:32:59 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-8e6e205c-aad0-46dd-a316-cd01349d546e', 'x-compute-request-id': 'req-8e6e205c-aad0-46dd-a316-cd01349d546e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 658b9e56-abf8-46c6-9f00-3aafa0bc2d1c could not be found."}}' 2024-02-28 21:32:59,738 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-276723826 0.031s 2024-02-28 21:32:59,739 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:32:59 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-cceb97d2-e790-4e86-bab7-e52c166e93b6', 'x-compute-request-id': 'req-cceb97d2-e790-4e86-bab7-e52c166e93b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-276723826'} Body: b'' 2024-02-28 21:32:59,897 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3c7cf5c7-6ca1-4909-a252-b249556ee8de 0.158s 2024-02-28 21:32:59,898 85784 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-b00197fc-6d98-4217-aff1-f6153d8a0714', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:32:59 GMT', 'connection': 'close', 'status': '204', 'conten t-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3c7cf5c7-6ca1-4909-a252-b249556ee8de'} Body: b'' 2024-02-28 21:32:59,916 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3c7cf5c7-6ca1-4909-a252-b249556ee8de 0.018s 2024-02-28 21:32:59,917 85784 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-dc66e96c-b28b-401d-a290-3f0f24374dc6', 'date': 'Wed, 28 Feb 2024 21:32:59 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3c7cf5c7-6ca1-4909-a252-b249556ee8de'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3c7cf5c7-6ca1-4909-a252-b249556ee8de does not exist", "detail": ""}}' 2024-02-28 21:33:00,288 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/1f109f15-619b-4fd2-9f5e-c779e56b4a3f 0.371s 2024-02-28 21:33:00,289 85784 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-2fff3baf-27fb-4486-9225-0cef27e9ddb5', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:33:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1f109f15-619b-4fd2-9f5e-c779e56b4a3f'} Body: b'' {11} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {11} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {11} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {11} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_actions.ProjectReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {11} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesAdminTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {11} setUpClass (cinder_tempest_plugin.rbac.v3.test_volume_types.VolumeTypesReaderTests) ... SKIPPED: Tempest is not configured to enforce_scope for cinder, skipping RBAC tests. To enable these tests set `tempest.conf [enforce_scope] cinder=True`. {6} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [122.219165s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 239, in test_create_server_invalid_bdm_in_2nd_dict volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4f949fce-9c99-4ba7-9f9f-e79d342b6dd6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:31:38,098 85792 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5 0.237s 2024-02-28 21:31:38,098 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:37 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-5d395f03-ac9e-4d00-bfa3-ba8026285624', 'x-compute-request-id': 'req-5d395f03-ac9e-4d00-bfa3-ba8026285624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5'} Body: b'{"server": {"id": "98795722-0b48-4bcb-a23c-56e5735606d5", "name": "tempest-ServersNegativeTestJSON-server-1694714217", "status": "ACTIVE", "tenant_id": "96575f5cbbf647a49b07508292354a78", "user_id": "fd19be5d5acc4713acdf536e28a2c117", "metadata": {}, "hostId": "73d5aa48ce62bd7fbf8f25a2784e8f8a15d258224dd1e4cb36f318c5", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:25:03Z", "updated": "2024-02-28T21:25:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1485625873-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:69:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/98795722-0b48-4bcb-a23c-56e5735606d5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:25:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:32:38,444 85792 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/96575f5cbbf647a49b07508292354a78/volumes 0.273s 2024-02-28 21:32:38,445 85792 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-1937061448"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:32:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b198d918-6696-4f1c-8849-ead3a7f61883', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b198d918-6696-4f1c-8849-ead3a7f61883', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes'} Body: b'{"volume": {"id": "4f949fce-9c99-4ba7-9f9f-e79d342b6dd6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:32:38.369228", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1937061448", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/4f949fce-9c99-4ba7-9f9f-e79d342b6dd6"}, {"rel": "bookmark", "href": "http://10.0.0.21 0/volume/96575f5cbbf647a49b07508292354a78/volumes/4f949fce-9c99-4ba7-9f9f-e79d342b6dd6"}], "user_id": "fd19be5d5acc4713acdf536e28a2c117", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:32:38,526 85792 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/96575f5cbbf647a49b07508292354a78/volumes/4f949fce-9c99-4ba7-9f9f-e79d342b6dd6 0.061s 2024-02-28 21:32:38,526 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:32:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a16cea85-8fc6-4c1e-871e-c5bff376db80', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a16cea85-8fc6-4c1e-871e-c5bff376db80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/4f949fce-9c99-4ba7-9f9f-e79d342b6dd6'} Body: b'{"volume": {"id": "4f949fce-9c99-4ba7-9f9f-e79d342b6dd6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:32:38.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1937061448", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/4f949fce-9c99-4ba7-9f9f-e79d342b6dd6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/96575f5cbbf647a49b07508292354a78/volumes/4f949fce-9c99-4ba7-9f9f-e79d342b6dd6"}], "user_id": "fd19be5d5acc4713acdf536e28a2c117", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "96575f5cbbf647a49b07508292354a78"}}' 2024-02-28 21:32:39,578 85792 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/96575f5cbbf647a49b07508292354a78/volumes/4f949fce-9c99-4ba7-9f9f-e79d342b6dd6 0.039s 2024-02-28 21:32:39,579 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:32:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0ae9292-11c6-402a-86d3-0d9d207fcf5c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0ae9292-11c6-402a-86d3-0d9d207fcf5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/4f949fce-9c99-4ba7-9f9f-e79d342b6dd6'} Body: b'{"volume": {"id": "4f949fce-9c99-4ba7-9f9f-e79d342b6dd6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:32:38.000000", "updated_at": "2024-02-28T21:32:39.000000", "name": "tempest-ServersNegativeTestJSON-volume-1937061448", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/4f949fce-9c99-4ba7-9f9f-e79d342b6dd6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/96575f5cbbf647a49b07508292354a78/volumes/4f949fce-9c99-4ba7-9f9f-e79d342b6dd6"}], "user_id": "fd19be5d5acc4713acdf536e28a2c117", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant -attr:tenant_id": "96575f5cbbf647a49b07508292354a78"}}' 2024-02-28 21:32:40,005 85792 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5 0.414s 2024-02-28 21:32:40,005 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:32:39 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-27a0cdd7-1421-4eaf-b53e-3b0d57553b2b', 'x-compute-request-id': 'req-27a0cdd7-1421-4eaf-b53e-3b0d57553b2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5'} Body: b'{"server": {"id": "98795722-0b48-4bcb-a23c-56e5735606d5", "name": "tempest-ServersNegativeTestJSON-server-1694714217", "status": "ACTIVE", "tenant_id": "96575f5cbbf647a49b07508292354a78", "user_id": "fd19be5d5acc4713acdf536e28a2c117", "metadata": {}, "hostId": "73d5aa48ce62bd7fbf8f25a2784e8f8a15d258224dd1e4cb36f318c5", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:25:03Z", "updated": "2024-02-28T21:25:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1485625873-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:69:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/98795722-0b48-4bcb-a23c-56e5735606d5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:25:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {10} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [167.109574s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 58761d3b-396c-4001-897d-a08ba5930008 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:31:34,128 85800 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:31:34,128 85800 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:31:34,229 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.099s 2024-02-28 21:31:34,229 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-136270495", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVwlASaQS1dgW68SbCmry9kMD+jtcAHtbTu25v268lCjtMB7Y7G+T3StgdM5G10+ewu/Fw43heZ6L6wu6m6sLGpCby41Ip7HA5fqn4Bufg+KAhZ1E8o+VD7YrFb+tU+Gw=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31: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-901066ac-18d5-487f-97ae-7eb4acddcc3b', 'x-compute-request-id': 'req-901066ac-18d5-487f-97ae-7eb4acddcc3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-136270495", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVwlASaQS1dgW68SbCmry9kMD+jtcAHtbTu25v268lCjtMB7Y7G+T3StgdM5G10+ewu/Fw43heZ6L6wu6m6sLGpCby41Ip7HA5fqn4Bufg+KAhZ1E8o+VD7YrFb+tU+Gw==", "fingerprint": "66:72:9f:f4:63:ae:27:bd:3f:16:ec:c1:a4:61:13:32", "user_id": "beedcbb33fa340a391a63b945f83df1c"}}' 2024-02-28 21:31:34,232 85800 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-136270495 created 2024-02-28 21:31:34,383 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.150s 2024-02-28 21:31:34,383 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--956791495", "description": "tempest-description--291314901"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-f6051d57-d947-4bea-a4f6-d3b6df6603f5', 'date': 'Wed, 28 Feb 2024 21:31:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "883d9892-ec45-4fab-a56b-9603cf50ae8a", "name": "tempest-securitygroup--956791495", "stateful": true, "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "description": "tempest-description--291314901", "shared": false, "security_group_rules": [{"id": "07685f80-4658-4180-b347-b0a6b6dec20d", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "883d9892-ec45-4fab-a56b-9603cf50ae8a", "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": 963, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:31:34Z", "updated_at": "2024-02-28T21:31:34Z", "revision_number": 0}, {"id": "194c9899-d84d-4e1d-aae0-744ef22caf5f", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "883d9892-ec45-4fab-a56b-9603cf50ae8a", "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": 964, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:31:34Z", "updated_at": "2024-02-28T21:31:34Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:31:34Z", "updated_at": "2024-02-28T21:31:34Z", "revision_number": 1, "project_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:31:34,556 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.172s 2024-02-28 21:31:34,557 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "883d9892-ec45-4fab-a56b-9603cf50ae8a", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-676b7ded-b53a-4807-a3aa-036f65f492f3', 'date': 'Wed, 28 Feb 2024 21:31:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "52801530-01b5-4c57-80d1-2c9ceaeb1c7d", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "883d9892-ec45-4fab-a56b-9603cf50ae8a", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:31:34Z", "updated_at": "2024-02-28T21:31:34Z", "revision_number": 0}}' 2024-02-28 21:31:34,755 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.198s 2024-02-28 21:31:34,756 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "883d9892-ec45-4fab-a56b-9603cf50ae8a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-b0a94da4-8d32-4a8b-b6a3-41107264a463', 'date': 'Wed, 28 Feb 2024 21:31:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "10b04ca0-2e9e-4157-964d-41a944c82695", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "883d9892-ec45-4fab-a56b-9603cf50ae8a", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:31:34Z", "updated_at": "2024-02-28T21:31:34Z", "revision_number": 0}}' 2024-02-28 21:31:34,756 85800 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--956791495 created 2024-02-28 21:31:35,400 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.644s 2024-02-28 21:31:35,401 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff7 6a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-03454b37-be4f-47b2-899d-991854df67dd', 'date': 'Wed, 28 Feb 2024 21:31:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b08bea04-0803-41f0-8823-e25f198c4d4f", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "floating_ip_address": "172.24.4.172", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fd656e06c81e4095915de62a1b159c4e", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:31:35Z", "updated_at": "2024-02-28T21:31:35Z", "revision_number": 0}}' 2024-02-28 21:31:35,401 85800 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b08bea04-0803-41f0-8823-e25f198c4d4f', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'floating_ip_address': '172.24.4.172', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:31:35Z', 'updated_at': '2024-02-28T21:31:35Z', 'revision_number': 0, 'ip': '172.24.4.172'} created 2024-02-28 21:31:35,480 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.071s 2024-02-28 21:31:35,480 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:35 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-3c5a6528-2155-47f1-8faf-caba3a39fc02', '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": "beedcbb33fa340a391a63b945f83df1c", "name": "tempest-AttachVolumeNegativeTest-2016560345-project-member", "password_expires_at": null}, "audit_ids": ["7qOkGSqqT3iOu3TIjb96cg"], "expires_at": "2024-02-28T22:31:35.000000Z", "issued_at": "2024-02-28T21:31:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd656e06c81e4095915de62a1b159c4e", "name": "tempest-AttachVolumeNegativeTest-2016560345"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fd656e06c81e4095915de62a1b159c4e", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "nam e": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:31:35,481 85800 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'b78ae623-b577-4ef2-bd8b-778ec87db2f9', 'name': 'tempest-AttachVolumeNegativeTest-1496596910-network', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28052, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:25:53Z', 'updated_at': '2024-02-28T21:25:53Z', 'revision_number': 1} available for tenant 2024-02-28 21:31:35,482 85800 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-136270495', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVwlASaQS1dgW68SbCmry9kMD+jtcAHtbTu25v268lCjtMB7Y7G+T3StgdM5G10+ewu/Fw43heZ6L6wu6m6sLGpCby41Ip7HA5fqn4Bufg+KAhZ1E8o+VD7YrFb+tU+Gw==', 'fingerprint': '66:72:9f:f4:63:ae:27:bd:3f:16:ec:c1:a4:61:13:32', 'user_id': 'beedcbb33fa340a391a63b945f83df1c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAiawu5tkQRanZKCz4sZ5VaCYntXePvIhv7Isu9BFHB2ycEQSW/DmYG\nikkX9F4n0GKgBwYFK4EEACKhZANiAAR1cJQEmkEtXYFuvEmwpq8vZDA/o7XAB7W0\n7tub9uvJQo7TAe2Oxvk90rYHTORtdPnsLvxcON4Xmei+sLupurCxqQm8uNSKexwO\nX6p+Abn4PigIWdRPKPlQ+2KxW/rVPhs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '883d9892-ec45-4fab-a56b-9603cf50ae8a', 'name': 'tempest-securitygroup--956791495', 'stateful': True, 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'description': 'tempest-description--291314901', 'shared': False, 'security_group_rules': [{'id': '07685f80-4658-4180-b347-b0a6b6dec20d', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'security_group_id': '883d9892-ec45-4fab-a56b-9603cf50ae8a', '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': 963, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:31:34Z', 'updated_at': '2024-02-28T21:31:34Z', 'revision_number': 0}, {'id': '194c9899-d84d-4e1d-aae0-744ef22caf5f', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'security_group_id': '883d9892-ec45-4fab-a56b-9603cf50ae8a', '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': 964, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:31:34Z', 'updated_at': '2024-02-28T21:31:34Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:31:34Z', 'updated_at': '2024-02-28T21:31:34Z', 'revision_number': 1, 'project_id': 'fd656e06c81e4095915de62a1b159c4e'}, 'floating_ip': {'id': 'b08bea04-0803-41f0-8823-e25f198c4d4f', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'floating_ip_address': '172.24.4.172', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:31:35Z', 'updated_at': '2024-02-28T21:31:35Z', 'revision_number': 0, 'ip': '172.24.4.172'}} 2024-02-28 21:31:36,222 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.740s 2024-02-28 21:31:36,223 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1343267245", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "b78ae623-b577-4ef2-bd8b-778ec87db2f9"}], "security_groups": [{"name": "tempest-securitygroup--956791495"}], "key_name": "tempest-keypair-136270495", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c48d5a08-9d72-46ee-b031-5ce0a906b850', 'x-compute-request-id': 'req-c48d5a08-9d72-46ee-b031-5ce0a906b850', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "460737c3-f411-42b5-b323-0d0aa19bdef3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/460737c3-f411-42b5-b323-0d0aa19bdef3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--956791495"}], "adminPass": "password"}}' 2024-02-28 21:31:36,301 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3 0.074s 2024-02-28 21:31:36,301 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1233', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3e28b49-b72b-4519-b5e0-d53b69b32d96', 'x-compute-request-id': 'req-f3e28b49-b72b-4519-b5e0-d53b69b32d96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3'} Body: b'{"server": {"id": "460737c3-f411-42b5-b323-0d0aa19bdef3", "name": "tempest-AttachVolumeNegativeTest-server-1343267245", "status": "BUILD", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "user_id": "beedcbb33fa340a391a63b945f83df1c", "metadata": {}, "hostI d": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:31:36Z", "updated": "2024-02-28T21:31:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/460737c3-f411-42b5-b323-0d0aa19bdef3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-136270495", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:32:26,619 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3 0.257s 2024-02-28 21:32:26,620 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:32:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea5ebc44-c115-424e-8e8c-3fb5fae69c71', 'x-compute-request-id': 'req-ea5ebc44-c115-424e-8e8c-3fb5fae69c71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3'} Body: b'{"server": {"id": "460737c3-f411-42b5-b323-0d0aa19bdef3", "name": "tempest-AttachVolumeNegativeTest-server-1343267245", "status": "ACTIVE", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "user_id": "beedcbb33fa340a391a63b945f83df1c", "metadata": {}, "hostId": "17963a0c3c7761a3efee121e879c7ffa1b8fe21e8ed2f232dd9626bd", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:31:36Z", "updated": "2024-02-28T21:31:43Z", "addresses": {"tempest-AttachVolumeNegativeTest-1496596910-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:ae:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/460737c3-f411-42b5-b323-0d0aa19bdef3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-136270495", "OS-SRV-USG:launched_at": "2024-02-28T21:31:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--956791495"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:32:26,634 85800 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:33:26,858 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3/os-interface 0.163s 2024-02-28 21:33:26,859 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Aut h-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5628c46-fcd4-40e6-9174-ff18919cb255', 'x-compute-request-id': 'req-b5628c46-fcd4-40e6-9174-ff18919cb255', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b78ae623-b577-4ef2-bd8b-778ec87db2f9", "port_id": "8c4e9d66-0192-488d-beac-c8a41344dcfa", "mac_addr": "fa:16:3e:87:ae:83", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b81d88f8-238d-48a0-b5da-0c3efb3f6c46", "ip_address": "10.0.0.6"}]}]}' 2024-02-28 21:33:27,628 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/b08bea04-0803-41f0-8823-e25f198c4d4f 0.761s 2024-02-28 21:33:27,628 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "8c4e9d66-0192-488d-beac-c8a41344dcfa"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-3b2d76d5-ce17-4b15-be10-d0c353bf0632', 'date': 'Wed, 28 Feb 2024 21:33:27 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b08bea04-0803-41f0-8823-e25f198c4d4f'} Body: b'{"floatingip": {"id": "b08bea04-0803-41f0-8823-e25f198c4d4f", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "floating_ip_address": "172.24.4.172", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "b761dd8f-9f37-4f95-937f-77879fe38d3a", "port_id": "8c4e9d66-0192-488d-beac-c8a41344dcfa", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b78ae623-b577-4ef2-bd8b-778ec87db2f9", "mac_address": "fa:16:3e:87:ae:83", "admin_state_up": true, "status": "ACTIVE", "device_id": "460737c3-f411-42b5-b323-0d0aa19bdef3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:31:35Z", "updated_at": "2024-02-28T21:33:27Z", "revision_number": 1, "project_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:33:27,629 85800 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.172:22' as 'cirros' with public key authentication 2024-02-28 21:33:28,645 85800 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:33:28,759 85800 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:33:28,759 85800 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.172 successfully created 2024-02-28 21:33:28,806 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3/ips 0.046s 2024-02-28 21:33:28,806 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '148', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dffb91b1-e31b-48bf-b5d1-b4cf504ba95f', 'x-compute-request-id': 'req-dffb91b1-e31b-48bf-b5d1-b4cf504ba95f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/ser vers/460737c3-f411-42b5-b323-0d0aa19bdef3/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1496596910-network": [{"version": 4, "addr": "10.0.0.6"}, {"version": 4, "addr": "172.24.4.172"}]}}' 2024-02-28 21:33:29,004 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes 0.195s 2024-02-28 21:33:29,005 85800 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-82411062"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f70b9565-fe19-4b94-a121-2f10f3c4b2ad', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f70b9565-fe19-4b94-a121-2f10f3c4b2ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes'} Body: b'{"volume": {"id": "58761d3b-396c-4001-897d-a08ba5930008", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:33:28.947749", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-82411062", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/58761d3b-396c-4001-897d-a08ba5930008"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd656e06c81e4095915de62a1b159c4e/volumes/58761d3b-396c-4001-897d-a08ba5930008"}], "user_id": "beedcbb33fa340a391a63b945f83df1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:33:29,063 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/58761d3b-396c-4001-897d-a08ba5930008 0.044s 2024-02-28 21:33:29,063 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:33:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31b5f870-5a2d-41d9-837d-66eb1b2e26ec', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31b5f870-5a2d-41d9-837d-66eb1b2e26ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/58761d3b-396c-4001-897d-a08ba5930008'} Body: b'{"volume": {"id": "58761d3b-396c-4001-897d-a08ba5930008", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:33:29.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-82411062", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/58761d3b-396c-4001-897d-a08ba5930008"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd656e06c81e4095915de62a1b159c4e/volumes/58761d3b-396c-4001-897d-a08ba5930008"}], "user_id": "beedcbb33fa340a391a63b945f83df1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:33:30,121 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_del ete_attached_volume): 200 GET http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/58761d3b-396c-4001-897d-a08ba5930008 0.043s 2024-02-28 21:33:30,121 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:33:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d95a5f4a-e0dd-4d65-a7a3-0468eaf7d249', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d95a5f4a-e0dd-4d65-a7a3-0468eaf7d249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/58761d3b-396c-4001-897d-a08ba5930008'} Body: b'{"volume": {"id": "58761d3b-396c-4001-897d-a08ba5930008", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:33:29.000000", "updated_at": "2024-02-28T21:33:29.000000", "name": "tempest-AttachVolumeNegativeTest-volume-82411062", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/58761d3b-396c-4001-897d-a08ba5930008"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd656e06c81e4095915de62a1b159c4e/volumes/58761d3b-396c-4001-897d-a08ba5930008"}], "user_id": "beedcbb33fa340a391a63b945f83df1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:33:30,246 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3 0.112s 2024-02-28 21:33:30,246 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:33:30 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-a8d21e66-3b94-46a4-8e1b-920c7ff28501', 'x-compute-request-id': 'req-a8d21e66-3b94-46a4-8e1b-920c7ff28501', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3'} Body: b'' 2024-02-28 21:33:30,519 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3 0.272s 2024-02-28 21:33:30,520 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:33:30 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-3ca0650d-901a-4f0a-87d6-f38e3cf05bed', 'x-compute-request-id': 'req-3ca0650d-901a-4f0a-87d6-f38e3cf05bed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3'} Body: b'{"server": {"id": "460737c3-f411-42b5-b323-0d0aa19bdef3", "name": "tempest-AttachVolumeNegativeTest-server-1343267245", "status": "ACTIVE", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "user_id": "beedcbb33fa340a391a63b945f83df1c", "metadata": {}, "hostId": "17 963a0c3c7761a3efee121e879c7ffa1b8fe21e8ed2f232dd9626bd", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:31:36Z", "updated": "2024-02-28T21:33:30Z", "addresses": {"tempest-AttachVolumeNegativeTest-1496596910-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:ae:83"}, {"version": 4, "addr": "172.24.4.172", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:ae:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/460737c3-f411-42b5-b323-0d0aa19bdef3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-136270495", "OS-SRV-USG:launched_at": "2024-02-28T21:31:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--956791495"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:34:20,629 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3 0.046s 2024-02-28 21:34:20,630 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:20 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-5c6f1556-b4ab-42cc-a217-f18d68174043', 'x-compute-request-id': 'req-5c6f1556-b4ab-42cc-a217-f18d68174043', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 460737c3-f411-42b5-b323-0d0aa19bdef3 could not be found."}}' 2024-02-28 21:34:20,666 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-136270495 0.035s 2024-02-28 21:34:20,667 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1edec755-699f-47a6-a54f-d032d942c069', 'x-compute-request-id': 'req-1edec755-699f-47a6-a54f-d032d942c069', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-136270495'} Body: b'' 2024-02-28 21:34:20,842 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/883d9892-ec45-4fab-a56b-9603cf50ae8a 0.174s 2024-02-28 21:34:20,842 85800 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-251391e8-b2e0-48aa-95d6-aa165afc4c77', 'content-l ength': '0', 'date': 'Wed, 28 Feb 2024 21:34:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/883d9892-ec45-4fab-a56b-9603cf50ae8a'} Body: b'' 2024-02-28 21:34:20,861 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/883d9892-ec45-4fab-a56b-9603cf50ae8a 0.018s 2024-02-28 21:34:20,862 85800 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-fa9f6315-c08f-444c-b526-f0c24d2587ce', 'date': 'Wed, 28 Feb 2024 21:34:20 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/883d9892-ec45-4fab-a56b-9603cf50ae8a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 883d9892-ec45-4fab-a56b-9603cf50ae8a does not exist", "detail": ""}}' 2024-02-28 21:34:21,235 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b08bea04-0803-41f0-8823-e25f198c4d4f 0.372s 2024-02-28 21:34:21,236 85800 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-41c68ce3-f5e0-48bb-9f1e-409674328cae', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:34:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b08bea04-0803-41f0-8823-e25f198c4d4f'} Body: b'' {10} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.578215s] ... ok {10} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [1.969687s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_type_access.py", line 51, in test_volume_type_access_add volume = self.create_volume(volume_type=volume_type['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0e35701d-af0b-4906-b4d8-9c358a649f8f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:31,000 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/0c10a818702c47e7936e1611756ff846/types 0.189s 2024-02-28 21:34:31,001 85800 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-1951613383", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30f0584b-af85-4098-8d4e-0a70de5d5a25', 'content-length': '229', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30f0584b-af85-4098-8d4e-0a70de5d5a25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0c10a818702c47e7936e1611756ff846/types'} Body: b'{"volume_type": {"id": "24cc2d3b-a9a9-46bd-a250-ae0a5600fd92", "name": "tempest-VolumeTypesAccessTest-volume-type-1951613383", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2024-02-28 21:34:31,115 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes 0.112s 2024-02-28 21:34:31,116 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "24cc2d3b-a9a9-46bd-a250-ae0a5600fd92", "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b752061-d8f1-42b6-b374-268490a54886', 'x-openstack-request-id': 'req-8b752061-d8f1-42b6-b374-268490a54886', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 24cc2d3b-a9a9-46bd-a250-ae0a5600fd92 could not be found."}}' 2024-02-28 21:34:31,116 85800 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2024-02-28 21:34:31,143 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/0c10a818702c47e7936e1611756ff846/types/24cc2d3b-a9a9-46bd-a250-ae0a5600fd92/action 0.026s 2024-02-28 21:34:31,143 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "bca59875c2ef4857a0b29189a46d4f62"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2375b75c-f483-447b-a6f1-35ba01336676', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0c10a818702c47e7936e1611756ff846/types/24cc2d3b-a9a9-46bd-a250-ae0a5600fd92/action'} Body: b'' 2024-02-28 21:34:31,356 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes 0.212s 2024-02-28 21:34:31,357 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "24cc2d3b-a9a9-46bd-a250-ae0a5600 fd92", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-455671235"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-064dd2c7-f7ba-4ac5-9aaa-0282abb31472', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-064dd2c7-f7ba-4ac5-9aaa-0282abb31472', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes'} Body: b'{"volume": {"id": "0e35701d-af0b-4906-b4d8-9c358a649f8f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:31.290985", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-455671235", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1951613383", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f"}], "user_id": "7c8edba44f0c4dee958f874c20f3cc6f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:34:31,414 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f 0.046s 2024-02-28 21:34:31,414 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39c828da-14b0-445e-a5c3-a070e7871d46', 'content-length': '927', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39c828da-14b0-445e-a5c3-a070e7871d46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f'} Body: b'{"volume": {"id": "0e35701d-af0b-4906-b4d8-9c358a649f8f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:31.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-455671235", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1951613383", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f"}], "user_id": "7c8edba44f0c4dee958f874c20f3cc6f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bca59875c2ef4857a0b29189a46d4f62"}}' 2024-02-28 21:34:32,472 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f 0.044s 2024-02-28 21:34:32,472 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b2151b9-ab9a-4668-b8ff-3757f71294de', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b2151b9-ab9a-4668-b8ff-3757f71294de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f'} Body: b'{"volume": {"id": "0e35701d-af0b-4906-b4d8-9c358a649f8f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:31.000000", "updated_at": "2024-02-28T21:34:31.000000", "name": "tempest-VolumeTypesAccessTest-Volume-455671235", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1951613383", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f"}], "user_id": "7c8edba44f0c4dee958f874c20f3cc6f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bca59875c2ef4857a0b29189a46d4f62"}}' 2024-02-28 21:34:32,524 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f 0.039s 2024-02-28 21:34:32,524 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cef1345-d544-48c4-acb1-c2650bb90273', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cef1345-d544-48c4-acb1-c2650bb90273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f'} Body: b'{"volume": {"id": "0e35701d-af0b-4906-b4d8-9c358a649f8f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:31.000000", "updated_at": "2024-02-28T21:34:31.000000", "name": "tempest-VolumeTypesAccessTest-Volume-455671235", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1951613383", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f"}], "user_id": "7c8edba44f0c4dee958f874c20f3cc6f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bca59875c2ef4857a0b29189a46d4f62"}}' 2024-02-28 21:34:32,636 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f 0.099s 2024-02-28 21:34:32,636 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-b0a5a412-7fc8-42b8-b095-2a8c50f39d59', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bca59875c2ef485 7a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f'} Body: b'' 2024-02-28 21:34:32,658 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f 0.021s 2024-02-28 21:34:32,659 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-7ed934ce-74ba-44ce-937d-66110c34430a', 'x-openstack-request-id': 'req-7ed934ce-74ba-44ce-937d-66110c34430a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0e35701d-af0b-4906-b4d8-9c358a649f8f could not be found."}}' 2024-02-28 21:34:32,687 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/0c10a818702c47e7936e1611756ff846/types/24cc2d3b-a9a9-46bd-a250-ae0a5600fd92/action 0.027s 2024-02-28 21:34:32,687 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "bca59875c2ef4857a0b29189a46d4f62"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-cf0ccd0c-6e44-4e0f-8304-e65df547d68b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0c10a818702c47e7936e1611756ff846/types/24cc2d3b-a9a9-46bd-a250-ae0a5600fd92/action'} Body: b'' 2024-02-28 21:34:32,761 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0c10a818702c47e7936e1611756ff846/types/24cc2d3b-a9a9-46bd-a250-ae0a5600fd92 0.073s 2024-02-28 21:34:32,762 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-bfd5f335-db59-4b41-9a15-6d69e5d9b6d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0c10a818702c47e7936e1611756ff846/types/24cc2d3b-a9a9-46bd-a250-ae0a5600fd92'} Body: b'' 2024-02-28 21:34:32,779 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0c10a818702c47e7936e1611756ff846/types/24cc2d3b-a9a9-46bd-a250-ae0a5600fd92 0.016s 2024-02-28 21:34:32,779 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3fe197b-3d07-4d17-9e0c-c6a9ca587c59', 'x-openstack-request-id': 'req-a3fe197b-3d07-4d17-9e0c-c6a9ca587c59', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0c10a818702c47e7936e161175 6ff846/types/24cc2d3b-a9a9-46bd-a250-ae0a5600fd92'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 24cc2d3b-a9a9-46bd-a250-ae0a5600fd92 could not be found."}}' {10} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.301229s] ... ok {6} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [1.711411s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 162, in test_create_group_from_group_snapshot grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 47ff7063-9ee4-4495-8749-12426633708e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:36,017 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types 0.167s 2024-02-28 21:34:36,017 85792 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-744268918"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d01e075-0e9f-4d9d-8b5d-1d1c0f3e9206', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d01e075-0e9f-4d9d-8b5d-1d1c0f3e9206', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types'} Body: b'{"volume_type": {"id": "2af742b6-306c-4109-8b91-2109a6de286c", "name": "tempest-GroupSnapshotsTest-volume-type-744268918", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 21:34:36,049 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types 0.029s 2024-02-28 21:34:36,050 85792 DEBUG [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-857401360"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a30d3a6-936c-4990-a43c-ecf76fba5a5d', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a30d3a6-936c-4990-a43c-ecf76fba5a5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types'} Body: b'{"group_type": {"id": "1e0467e2-5e65-4fe9-a988-74596fc1a1ea", "name": "tempest-GroupSnapshotsTest-group-type-857401360", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 21:34:36,257 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups 0.205s 2024-02-28 21:34:36,257 85792 DEBUG [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": "1e0467e2-5e65-4fe9-a988-74596fc1a1ea", "volume_types": ["2af742b6-306c-4109-8b91-2109a6de286c"], "name": "tempest-GroupSnapshotsTest-Group-754116785"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0332c789-c465-489e-bbf6-d47f56eaa0f3', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0332c789-c465-489e-bbf6-d47f56eaa0f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups'} Body: b'{"group": {"id": "47ff7063-9ee4-4495-8749-12426633708e", "name": "tempest-GroupSnapshotsTest-Group-754116785"}}' 2024-02-28 21:34:36,290 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/47ff7063-9ee4-4495-8749-12426633708e 0.030s 2024-02-28 21:34:36,290 85792 DEBUG [tempest.lib.common. rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b82a11e3-b05c-4687-ad14-1584f53c54e7', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b82a11e3-b05c-4687-ad14-1584f53c54e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/47ff7063-9ee4-4495-8749-12426633708e'} Body: b'{"group": {"id": "47ff7063-9ee4-4495-8749-12426633708e", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T21:34:36.000000", "name": "tempest-GroupSnapshotsTest-Group-754116785", "description": null, "group_type": "1e0467e2-5e65-4fe9-a988-74596fc1a1ea", "volume_types": ["2af742b6-306c-4109-8b91-2109a6de286c"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:34:37,323 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/47ff7063-9ee4-4495-8749-12426633708e 0.028s 2024-02-28 21:34:37,324 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b31c8f8-598d-45ab-bae0-b49b4a6be2a8', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b31c8f8-598d-45ab-bae0-b49b4a6be2a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/47ff7063-9ee4-4495-8749-12426633708e'} Body: b'{"group": {"id": "47ff7063-9ee4-4495-8749-12426633708e", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T21:34:36.000000", "name": "tempest-GroupSnapshotsTest-Group-754116785", "description": null, "group_type": "1e0467e2-5e65-4fe9-a988-74596fc1a1ea", "volume_types": ["2af742b6-306c-4109-8b91-2109a6de286c"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:34:37,367 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/volumes/detail 0.038s 2024-02-28 21:34:37,368 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8793cbd8-5c2d-4cef-9672-44a2ebc4b073', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8793cbd8-5c2d-4cef-9672-44a2ebc4b073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 21:34:37,444 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/47ff7063-9ee4-4495-8749-12426633708e/action 0.064s 2024-02-28 21:34:37,444 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-v olumes": true}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95062954-8645-4275-a6b8-49e0a3e862a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/47ff7063-9ee4-4495-8749-12426633708e/action'} Body: b'' 2024-02-28 21:34:37,460 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/47ff7063-9ee4-4495-8749-12426633708e 0.015s 2024-02-28 21:34:37,460 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-af68a2c3-e1c2-48b4-8d17-c38ea1b7536b', 'x-openstack-request-id': 'req-af68a2c3-e1c2-48b4-8d17-c38ea1b7536b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/47ff7063-9ee4-4495-8749-12426633708e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 47ff7063-9ee4-4495-8749-12426633708e could not be found."}}' 2024-02-28 21:34:37,494 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types/1e0467e2-5e65-4fe9-a988-74596fc1a1ea 0.033s 2024-02-28 21:34:37,494 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c9089a6-b85c-481f-b70f-c5921a514d26', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types/1e0467e2-5e65-4fe9-a988-74596fc1a1ea'} Body: b'' 2024-02-28 21:34:37,542 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/2af742b6-306c-4109-8b91-2109a6de286c 0.048s 2024-02-28 21:34:37,543 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-65c7a467-7430-4fc9-b476-f3f5b80e94ae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/2af742b6-306c-4109-8b91-2109a6de286c'} Body: b'' 2024-02-28 21:34:37,559 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/2af742b6-306c-4109-8b91-2109a6de286c 0.016s 2024-02-28 21:34:37,559 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fd76328-03ac-4545-a7d2-b83b48624562', 'x-openstack-request-id': 'req-1fd76328-03ac-4545-a7d2-b83b48624562', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/2af742b6-306c-4109-8b91-2109a6de286c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 2af742b6-306c-4109-8b91-2109a6de286c could not be found."}}' {6} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [1.483678s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 225, in test_delete_group_snapshots_following_updated_volumes grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:37,593 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types 0.030s 2024-02-28 21:34:37,593 85792 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-1483034127"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3965d807-7089-45fc-8bc7-f0f160cb9f4e', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3965d807-7089-45fc-8bc7-f0f160cb9f4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types'} Body: b'{"volume_type": {"id": "bde64417-15e9-4538-82d8-9b5216882bbe", "name": "tempest-GroupSnapshotsTest-volume-type-1483034127", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 21:34:37,628 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types 0.032s 2024-02-28 21:34:37,628 85792 DEBUG [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-1317091815"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66d3a890-351f-4fb4-8817-26f4c94276f2', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66d3a890-351f-4fb4-8817-26f4c94276f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types'} Body: b'{"group_type": {"id": "f084d2ef-6a5e-4d19-9d7b-75e451da1833", "name": "tempest-GroupSnapshotsTest-group-type-1317091815", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 21:34:37,727 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups 0.096s 2024-02-28 21:34:37,728 85792 DEBUG [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": "f084d2ef-6a5e-4d19-9d7b-75e451da1833", "volume_types": ["bde64417-15e9-4538-82d8-9b5216882bbe"], "name": "tempest-GroupSnapshotsTest-Group-594839726"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5380a8b5-8eca-4f1b-b439-4eb8e7981868', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5380a8b5-8eca-4f1b-b439-4eb8e7981868', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups'} Body: b'{"group": {"id": "d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4", "name": "tempest-GroupSnapshotsTest-Group-594839726"}}' 2024-02-28 21:34:37,758 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f 4 0.028s 2024-02-28 21:34:37,758 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bc77901-11d7-4050-8e0f-86f06ec67734', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bc77901-11d7-4050-8e0f-86f06ec67734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4'} Body: b'{"group": {"id": "d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T21:34:38.000000", "name": "tempest-GroupSnapshotsTest-Group-594839726", "description": null, "group_type": "f084d2ef-6a5e-4d19-9d7b-75e451da1833", "volume_types": ["bde64417-15e9-4538-82d8-9b5216882bbe"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:34:38,795 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4 0.032s 2024-02-28 21:34:38,795 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a61eae90-7364-45d5-a5ad-fab7b3782733', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a61eae90-7364-45d5-a5ad-fab7b3782733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4'} Body: b'{"group": {"id": "d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T21:34:38.000000", "name": "tempest-GroupSnapshotsTest-Group-594839726", "description": null, "group_type": "f084d2ef-6a5e-4d19-9d7b-75e451da1833", "volume_types": ["bde64417-15e9-4538-82d8-9b5216882bbe"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:34:38,802 85792 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1739031. The failure could be related to https://launchpad.net/bugs/1739031 2024-02-28 21:34:38,840 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/volumes/detail 0.037s 2024-02-28 21:34:38,840 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d3f8a2a-1232-4504-9bec-ed1a6c27c312', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d3f8a2a-1232-4504-9bec-ed1a6c27c312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 21:34:38,921 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4/action 0. 065s 2024-02-28 21:34:38,922 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49dfb970-f94d-49f5-84a4-ebc598ded966', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4/action'} Body: b'' 2024-02-28 21:34:38,938 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4 0.015s 2024-02-28 21:34:38,939 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec3dfa02-892c-497d-ab66-283445389495', 'x-openstack-request-id': 'req-ec3dfa02-892c-497d-ab66-283445389495', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4'} Body: b'{"itemNotFound": {"code": 404, "message": "Group d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4 could not be found."}}' 2024-02-28 21:34:38,974 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types/f084d2ef-6a5e-4d19-9d7b-75e451da1833 0.034s 2024-02-28 21:34:38,975 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-626759f5-ee61-4fec-ae79-5d1e8d0cbd84', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types/f084d2ef-6a5e-4d19-9d7b-75e451da1833'} Body: b'' 2024-02-28 21:34:39,025 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/bde64417-15e9-4538-82d8-9b5216882bbe 0.050s 2024-02-28 21:34:39,026 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3194484-e516-4d83-87b7-67f67fdf6298', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/bde64417-15e9-4538-82d8-9b5216882bbe'} Body: b'' 2024-02-28 21:34:39,045 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/bde64417-15e9-4538-82d8-9b5216882b be 0.018s 2024-02-28 21:34:39,045 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-d98172af-d785-4795-be6d-4a58ade634ef', 'x-openstack-request-id': 'req-d98172af-d785-4795-be6d-4a58ade634ef', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/bde64417-15e9-4538-82d8-9b5216882bbe'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type bde64417-15e9-4538-82d8-9b5216882bbe could not be found."}}' {6} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [1.448872s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 92, in test_group_snapshot_create_show_list_delete grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group c503c301-26c0-4463-a84a-78cb1ce250f7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:39,077 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types 0.029s 2024-02-28 21:34:39,077 85792 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-1680203485"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8a7fb25-6795-409f-8204-07fbfa0015d8', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8a7fb25-6795-409f-8204-07fbfa0015d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types'} Body: b'{"volume_type": {"id": "2880ae28-a80b-4e8d-a858-f6d51d5ddc5b", "name": "tempest-GroupSnapshotsTest-volume-type-1680203485", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 21:34:39,109 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types 0.029s 2024-02-28 21:34:39,109 85792 DEBUG [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-1367316486"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ccfbd72-c4a6-4e17-b77b-0a08a3dcc401', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ccfbd72-c4a6-4e17-b77b-0a08a3dcc401', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types'} Body: b'{"group_type": {"id": "730a313e-2dad-4259-98b0-82b050eaab48", "name": "tempest-GroupSnapshotsTest-group-type-1367316486", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 21:34:39,190 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups 0.077s 2024-02-28 21:34:39,190 85792 DEBUG [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": "730a313e-2dad-4259-98b0-82b050eaab48", "volume_types": ["2880ae28-a80b-4e8d-a858-f6d51d5ddc5b"], "name": "tempest-GroupSnapshotsTest-Group-1279182823"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-557c8e2b-fcfe-41eb-b7c6-6a747454ca4a', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-557c8e2b-fcfe-41eb-b7c6-6a747454ca4a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups'} Body: b'{"group": {"id": "c503c301-26c0-4463-a84a-78cb1ce250f7", "name": "tempest-GroupSnapshotsTest-Group-1279182823"}}' 2024-02-28 21:34:39,221 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/c503c301-26c0-4463-a84a-78cb1ce250f7 0.029s 2024-02-28 21:34:39,222 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef1d63f1-d7dc-47a9-aebb-b0145d5d562d', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef1d63f1-d7dc-47a9-aebb-b0145d5d562d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/c503c301-26c0-4463-a84a-78cb1ce250f7'} Body: b'{"group": {"id": "c503c301-26c0-4463-a84a-78cb1ce250f7", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T21:34:39.000000", "name": "tempest-GroupSnapshotsTest-Group-1279182823", "description": null, "group_type": "730a313e-2dad-4259-98b0-82b050eaab48", "volume_types": ["2880ae28-a80b-4e8d-a858-f6d51d5ddc5b"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:34:40,260 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/c503c301-26c0-4463-a84a-78cb1ce250f7 0.033s 2024-02-28 21:34:40,260 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a77b6fa1-9137-4e3f-8c44-8237819ce7b4', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a77b6fa1-9137-4e3f-8c44-8237819ce7b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/c503c301-26c0-4463-a84a-78cb1ce250f7'} Body: b'{"group": {"id": "c503c301-26c0-4463-a84a-78cb1ce250f7", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T21:34:39.000000", "name": "tempest-GroupSnapshotsTest-Group-1279182823", "description": null, "group_type": "730a313e-2dad-4259-98b0-82b050eaab48", "volume_types": ["2880ae28-a80b-4e8d-a858-f6d51d5ddc5b"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:34:40,294 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/volumes/detail 0.029s 2024-02-28 21:34:40,295 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08e7bd4a-df09-4d62-b2e6-455d32efa675', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08e7bd4a-df09-4d62-b2e6-455d32efa675', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 21:34:40,382 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/c503c301-26c0-4463-a84a-78cb1ce250f7/action 0.075s 2024-02-28 21:34:40,383 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ' '} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aa10f6b-721a-4f4e-8ffc-e078a1717aa2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/c503c301-26c0-4463-a84a-78cb1ce250f7/action'} Body: b'' 2024-02-28 21:34:40,398 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/c503c301-26c0-4463-a84a-78cb1ce250f7 0.015s 2024-02-28 21:34:40,399 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-105c7a97-9d33-4938-89bb-5676285e073a', 'x-openstack-request-id': 'req-105c7a97-9d33-4938-89bb-5676285e073a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/c503c301-26c0-4463-a84a-78cb1ce250f7'} Body: b'{"itemNotFound": {"code": 404, "message": "Group c503c301-26c0-4463-a84a-78cb1ce250f7 could not be found."}}' 2024-02-28 21:34:40,426 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types/730a313e-2dad-4259-98b0-82b050eaab48 0.027s 2024-02-28 21:34:40,427 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f04ea36a-05f9-490d-8940-d2c5ac4c66e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types/730a313e-2dad-4259-98b0-82b050eaab48'} Body: b'' 2024-02-28 21:34:40,479 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/2880ae28-a80b-4e8d-a858-f6d51d5ddc5b 0.052s 2024-02-28 21:34:40,480 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ea64479-1e21-46f0-a096-21d7cfc2e79c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/2880ae28-a80b-4e8d-a858-f6d51d5ddc5b'} Body: b'' 2024-02-28 21:34:40,495 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/2880ae28-a80b-4e8d-a858-f6d51d5ddc5b 0.015s 2024-02-28 21:34:40,496 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-53e21232-b5df-42da-8087-bcba37f1d63d', 'x-openstack-request-id': 'req-53e21232-b5df-42da-8087-bcba37f1d63d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/2880ae28-a80b-4e8d-a858-f6d51d5ddc5b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 2880ae28-a80b-4e8d-a858-f6d51d5ddc5b could not be found."}}' {10} setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_list.py", line 37, in resource_setup volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5b64533d-a7e7-4102-8823-90f6acf9f449 failed to build and is in ERROR status {10} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.241256s] ... ok {6} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.151935s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 44, in test_get_pools_with_details self._assert_pools(with_detail=True) File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:44,076 85792 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/979bd43bdf4144dcbbf70ab3b7b22612/scheduler-stats/get_pools?detail=True 0.145s 2024-02-28 21:34:44,076 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de6b2d96-342c-43da-9f9b-95085d39ed74', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de6b2d96-342c-43da-9f9b-95085d39ed74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/979bd43bdf4144dcbbf70ab3b7b22612/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' {6} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.033051s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 39, in test_get_pools_without_details self._assert_pools() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:44,115 85792 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/979bd43bdf4144dcbbf70ab3b7b22612/scheduler-stats/get_pools 0.030s 2024-02-28 21:34:44,115 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69b474f1-fd34-42a3-9dbb-b34e007061cd', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69b474f1-fd34-42a3-9dbb-b34e007061cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/979bd43bdf4144dcbbf70ab3b7b22612/scheduler-stats/get_pools'} Body: b'{"pools": []}' {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [2.034066s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 67, in test_create_from_bootable_volume src_vol = self.create_volume(imageRef=img_uuid) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4357556d-35e1-4991-a1ca-9bd8dce5d01e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:44,455 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c 0.263s 2024-02-28 21:34:44,455 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a68b5b1a-b67c-4936-8253-cb42a0670024', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "e41ba40d9dd149e2a6c32d8242a38517", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "created_at": "2024-02-28T21:16:33Z", "updated_at": "2024-02-28T21:16:35Z", "tags": [], "self": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c", "file": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:34:44,893 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes 0.437s 2024-02-28 21:34:44,893 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "size": 1, "name": "tempest-VolumesCloneTest-Volume-1934665624"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b09d82e-005c-4f0a-91fd-2326c51e1ea3', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b09d82e-005c-4f0a-91fd-2326c51e1ea3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes'} Body: b'{"volume": {"id": "4357556d-35e1-4991-a1ca-9bd8dce5d01e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:44.798842", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1934665624", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e"}], "user_id": "c83a2d85198c489886474977dc792a7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:34:44,945 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e 0.037s 2024-02-28 21:34:44,946 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d9f53f1-866a-495e-b703-cb3618febe2a', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d9f53f1-866a-495e-b703-cb3618febe2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e'} Body: b'{"volume": {"id": "4357556d-35e1-4991-a1ca-9bd8dce5d01e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:45.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1934665624", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e"}], "user_id": "c83a2d85198c489886474977dc792a7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "265cbb58c0cd441382a9949c1c4f0d30"}}' 2024-02-28 21:34:46,000 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e 0.039s 2024-02-28 21:34:46,000 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-438467f8-a915-41c9-a802-ac93cfcf98d4', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-438467f8-a915-41c9-a802-ac93cfcf98d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e'} Body: b'{"volume": {"id": "4357556d-35e1-4991-a1ca-9bd8dce5d01e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:45.000000", "updated_at": "2024-02-28T21:34:45.000000", "name": "tempest-VolumesCloneTest-Volume-1934665624", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e"}], "user_id": "c83a2d85198c489886474977dc792a7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "265cbb58c0cd441382a9949c1c4f0d30"}}' 2024-02-28 21:34:46,056 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e 0.042s 2024-02-28 21:34:46,056 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bb902ad-c50d-452c-b32b-16c20b7a3234', 'content-length': '903', 'openstack-api-version' : 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bb902ad-c50d-452c-b32b-16c20b7a3234', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e'} Body: b'{"volume": {"id": "4357556d-35e1-4991-a1ca-9bd8dce5d01e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:45.000000", "updated_at": "2024-02-28T21:34:45.000000", "name": "tempest-VolumesCloneTest-Volume-1934665624", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e"}], "user_id": "c83a2d85198c489886474977dc792a7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "265cbb58c0cd441382a9949c1c4f0d30"}}' 2024-02-28 21:34:46,200 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e 0.131s 2024-02-28 21:34:46,201 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f529b7a-2ca4-45e3-942a-a26bfd897e92', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e'} Body: b'' 2024-02-28 21:34:46,224 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e 0.022s 2024-02-28 21:34:46,224 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c342eab9-443f-40af-a2e1-21f3f579c83f', 'x-openstack-request-id': 'req-c342eab9-443f-40af-a2e1-21f3f579c83f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4357556d-35e1-4991-a1ca-9bd8dce5d01e could not be found."}}' {10} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [1.493778s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 54, in test_create_from_volume src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bb68b324-6532-4fae-8e0e-d8bc181932e3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:46,406 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes 0.178s 2024-02-28 21:34:46,406 85800 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-972726392"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d4ed9cf-0fdc-4658-be60-670a249dd921', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d4ed9cf-0fdc-4658-be60-670a249dd921', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes'} Body: b'{"volume": {"id": "bb68b324-6532-4fae-8e0e-d8bc181932e3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:46.350161", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-972726392", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3"}], "user_id": "c83a2d85198c489886474977dc792a7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:34:46,469 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3 0.050s 2024-02-28 21:34:46,469 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48f1278b-ad49-41f9-8831-be6c80a1c3e0', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48f1278b-ad49-41f9-8831-be6c80a1c3e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3'} Body: b'{"volume": {"id": "bb68b324-6532-4fae-8e0e-d8bc181932e3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:46.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-972726392", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3"}], "user_id": "c83a2d85198c489886474977dc792a7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "265cbb58c0cd441382a9949c1c4f0d30"}}' 2024-02-28 21:34:47,523 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3 0.041s 2024-02-28 21:34:47,524 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept' : 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74c736c7-e214-494c-bb92-37d13fdfba1b', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74c736c7-e214-494c-bb92-37d13fdfba1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3'} Body: b'{"volume": {"id": "bb68b324-6532-4fae-8e0e-d8bc181932e3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:46.000000", "updated_at": "2024-02-28T21:34:46.000000", "name": "tempest-VolumesCloneTest-Volume-972726392", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3"}], "user_id": "c83a2d85198c489886474977dc792a7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "265cbb58c0cd441382a9949c1c4f0d30"}}' 2024-02-28 21:34:47,575 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3 0.039s 2024-02-28 21:34:47,576 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7e6bf40-3cfa-4a3d-a086-ff8ce28c20da', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7e6bf40-3cfa-4a3d-a086-ff8ce28c20da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3'} Body: b'{"volume": {"id": "bb68b324-6532-4fae-8e0e-d8bc181932e3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:46.000000", "updated_at": "2024-02-28T21:34:46.000000", "name": "tempest-VolumesCloneTest-Volume-972726392", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3"}], "user_id": "c83a2d85198c489886474977dc792a7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "265cbb58c0cd441382a9949c1c4f0d30"}}' 2024-02-28 21:34:47,697 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3 0.110s 2024-02-28 21:34:47,697 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': ' OpenStack-API-Version', 'x-openstack-request-id': 'req-af71bc37-7837-43cf-b55a-8c618e6907aa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3'} Body: b'' 2024-02-28 21:34:47,719 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3 0.021s 2024-02-28 21:34:47,720 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-dd814c9c-6a05-4c25-ad25-89d193b839bb', 'x-openstack-request-id': 'req-dd814c9c-6a05-4c25-ad25-89d193b839bb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bb68b324-6532-4fae-8e0e-d8bc181932e3 could not be found."}}' {6} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.300550s] ... ok {6} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.032741s] ... ok {6} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.045232s] ... ok {6} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [1.718828s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 123, in test_quota_usage volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 21e236a0-b5be-4e11-88d4-db08286cd984 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:48,144 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/93a5169986214e76a0606c3e2c00ce73/os-quota-sets/21ee1187e1fe49569650c726c02a5c2d?usage=True 0.041s 2024-02-28 21:34:48,145 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33994227-6b8f-4117-a959-055f7407f734', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33994227-6b8f-4117-a959-055f7407f734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/93a5169986214e76a0606c3e2c00ce73/os-quota-sets/21ee1187e1fe49569650c726c02a5c2d?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": "21ee1187e1fe49569650c726c02a5c2d"}}' 2024-02-28 21:34:48,512 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes 0.357s 2024-02-28 21:34:48,512 85792 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-614872980"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89d9b771-0610-4393-a86e-70fd32cb2441', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89d9b771-0610-4393-a86e-70fd32cb2441', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes'} Body: b'{"volume": {"id": "21e236a0-b5be-4e11-88d4-db08286cd984", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:48.446557", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-614872980", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984"}], "user_id": "b5ff1f025fc040e7822b44f652d9df0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:34:48,576 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984 0.053s 2024-02-28 21:34:48,576 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conten t-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a4063d6-73e5-4e33-b416-49674cb4f472', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a4063d6-73e5-4e33-b416-49674cb4f472', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984'} Body: b'{"volume": {"id": "21e236a0-b5be-4e11-88d4-db08286cd984", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:48.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-614872980", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984"}], "user_id": "b5ff1f025fc040e7822b44f652d9df0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "21ee1187e1fe49569650c726c02a5c2d"}}' 2024-02-28 21:34:49,630 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984 0.040s 2024-02-28 21:34:49,630 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fab3018-805d-4434-a7ed-a076334e1297', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fab3018-805d-4434-a7ed-a076334e1297', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984'} Body: b'{"volume": {"id": "21e236a0-b5be-4e11-88d4-db08286cd984", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:48.000000", "updated_at": "2024-02-28T21:34:49.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-614872980", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984"}], "user_id": "b5ff1f025fc040e7822b44f652d9df0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "21ee1187e1fe49569650c726c02a5c2d"}}' 2024-02-28 21:34:49,687 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984 0.044s 2024-02-28 21:34:49,688 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 're q-3494be08-6e1f-43cc-ac25-d25bd90765cd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3494be08-6e1f-43cc-ac25-d25bd90765cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984'} Body: b'{"volume": {"id": "21e236a0-b5be-4e11-88d4-db08286cd984", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:48.000000", "updated_at": "2024-02-28T21:34:49.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-614872980", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984"}], "user_id": "b5ff1f025fc040e7822b44f652d9df0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "21ee1187e1fe49569650c726c02a5c2d"}}' 2024-02-28 21:34:49,799 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984 0.099s 2024-02-28 21:34:49,800 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d05314f-d31a-4f68-aea9-0094070ffebc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984'} Body: b'' 2024-02-28 21:34:49,820 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984 0.020s 2024-02-28 21:34:49,820 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce8b8a9d-9616-4477-90fa-987066405cc9', 'x-openstack-request-id': 'req-ce8b8a9d-9616-4477-90fa-987066405cc9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 21e236a0-b5be-4e11-88d4-db08286cd984 could not be found."}}' {6} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [1.552607s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 141, in test_quota_usage_after_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3b07a854-601e-4da0-ba95-3c477c2aa1e4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:50,008 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes 0.184s 2024-02-28 21:34:50,009 85792 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-1819211152"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70177824-7853-4ad5-841e-8bb54912592b', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70177824-7853-4ad5-841e-8bb54912592b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes'} Body: b'{"volume": {"id": "3b07a854-601e-4da0-ba95-3c477c2aa1e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:49.951518", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1819211152", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4"}], "user_id": "b5ff1f025fc040e7822b44f652d9df0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:34:50,121 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4 0.096s 2024-02-28 21:34:50,122 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae5456e5-2ab3-4c36-a046-785104e0a659', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae5456e5-2ab3-4c36-a046-785104e0a659', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4'} Body: b'{"volume": {"id": "3b07a854-601e-4da0-ba95-3c477c2aa1e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:50.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1819211152", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4"}], "user_id": "b5ff1f025fc040e7822b44f652d9df0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "21ee1187e1fe49569650c726c02a5c2d"}}' 2024-02-28 21:34:51,173 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4 0.037s 2024-02-28 21:34:51,174 85792 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bd14628-e59a-41bc-bbdc-2a1c0ba0423e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bd14628-e59a-41bc-bbdc-2a1c0ba0423e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4'} Body: b'{"volume": {"id": "3b07a854-601e-4da0-ba95-3c477c2aa1e4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:50.000000", "updated_at": "2024-02-28T21:34:50.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1819211152", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4"}], "user_id": "b5ff1f025fc040e7822b44f652d9df0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "21ee1187e1fe49569650c726c02a5c2d"}}' 2024-02-28 21:34:51,223 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4 0.037s 2024-02-28 21:34:51,223 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b663107-799d-44e4-b713-df8a90144269', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b663107-799d-44e4-b713-df8a90144269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4'} Body: b'{"volume": {"id": "3b07a854-601e-4da0-ba95-3c477c2aa1e4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:50.000000", "updated_at": "2024-02-28T21:34:50.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1819211152", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4"}], "user_id": "b5ff1f025fc040e7822b44f652d9df0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "21ee1187e1fe49569650c726c02a5c2d"}}' 2024-02-28 21:34:51,352 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4 0.117s 2024-02-28 21:34:51,353 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-75936335-c96d-4ffe-b8be-f31ff32ccc52', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4'} Body: b'' 2024-02-28 21:34:51,374 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4 0.021s 2024-02-28 21:34:51,375 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-3dd8aeb6-6156-41f3-aa23-0f845eabfbf0', 'x-openstack-request-id': 'req-3dd8aeb6-6156-41f3-aa23-0f845eabfbf0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3b07a854-601e-4da0-ba95-3c477c2aa1e4 could not be found."}}' {6} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.051302s] ... ok {6} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.277421s] ... ok {6} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [1.967592s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types.py", line 56, in test_volume_crud_with_volume_type_and_extra_specs volume = self.create_volume(**params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b2249f30-4667-459f-95d3-d2c8b4500cbf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:56,772 85792 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/04894be8e2bf44dea8a5f709fced6c03/types 0.176s 2024-02-28 21:34:56,772 85792 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-385055615", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cd4b559-af03-4213-b3f5-a5ad37159ff8', 'content-length': '272', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cd4b559-af03-4213-b3f5-a5ad37159ff8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04894be8e2bf44dea8a5f709fced6c03/types'} Body: b'{"volume_type": {"id": "e0d5e779-e62a-4476-8032-f0964ef3db95", "name": "tempest-VolumeTypesTest-volume-type-385055615", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 21:34:56,814 85792 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/04894be8e2bf44dea8a5f709fced6c03/types 0.039s 2024-02-28 21:34:56,814 85792 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-1335604011", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca2c4640-f958-4ab9-8823-99551d8304b2', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca2c4640-f958-4ab9-8823-99551d8304b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04894be8e2bf44dea8a5f709fced6c03/types'} Body: b'{"volume_type": {"id": "9d144a3c-bfaf-48d2-9058-d6375d481f32", "name": "tempest-VolumeTypesTest-volume-type-1335604011", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 21:34:57,107 85792 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/7ef826be81af4b93b2f19ebb345ccc55/volumes 0.289s 2024-02-28 21:34:57,107 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1713256422", "volume_type": "e0d5e779-e62a-4476-8032-f0964ef3db95", "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a30df004-3e98-4da9-a0d3-031694fba946', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a30df004-3e98-4da9-a0d3-031694fba946', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes'} Body: b'{"volume": {"id": "b2249f30-4667-459f-95d3-d2c8b4500cbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:57.051110", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1713256422", "description": null, "vol ume_type": "tempest-VolumeTypesTest-volume-type-385055615", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf"}], "user_id": "350aab8f9a324a69839a4addfe03302c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:34:57,161 85792 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/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf 0.043s 2024-02-28 21:34:57,161 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6bdeb8b-4b70-45b3-81fe-488c20328b7a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6bdeb8b-4b70-45b3-81fe-488c20328b7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf'} Body: b'{"volume": {"id": "b2249f30-4667-459f-95d3-d2c8b4500cbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:57.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1713256422", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-385055615", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf"}], "user_id": "350aab8f9a324a69839a4addfe03302c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ef826be81af4b93b2f19ebb345ccc55"}}' 2024-02-28 21:34:58,212 85792 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/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf 0.038s 2024-02-28 21:34:58,212 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-683e4ec6-225d-4b2c-80e8-77b0498403a4', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-683e4ec6-225d-4b2c-80e8-77b0498403a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf'} Body: b'{"volume": {"id": "b2249f30-4667-459f-95d3-d2c8b4500cbf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:57.000000", "updated_at": "2024-02-28T21:34:57.000000", "name": "tempest-VolumeTypesTest-volume-1713256422", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-385055615", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f -95d3-d2c8b4500cbf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf"}], "user_id": "350aab8f9a324a69839a4addfe03302c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ef826be81af4b93b2f19ebb345ccc55"}}' 2024-02-28 21:34:58,267 85792 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf 0.042s 2024-02-28 21:34:58,268 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-703cb38b-02c9-4208-8c14-a942e531de61', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-703cb38b-02c9-4208-8c14-a942e531de61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf'} Body: b'{"volume": {"id": "b2249f30-4667-459f-95d3-d2c8b4500cbf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:57.000000", "updated_at": "2024-02-28T21:34:57.000000", "name": "tempest-VolumeTypesTest-volume-1713256422", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-385055615", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf"}], "user_id": "350aab8f9a324a69839a4addfe03302c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ef826be81af4b93b2f19ebb345ccc55"}}' 2024-02-28 21:34:58,391 85792 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf 0.111s 2024-02-28 21:34:58,391 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-894b1b93-3798-4700-a051-d800e5149ca2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf'} Body: b'' 2024-02-28 21:34:58,417 85792 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf 0.026s 2024-02-28 21:34:58,418 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a8987c1-7f5a-4a5f-9b8c-aea1b9e2d810', 'x-openstack-request-id': 'req-0a8987c1-7f5a-4a5f-9b8c-aea1b9e 2d810', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b2249f30-4667-459f-95d3-d2c8b4500cbf could not be found."}}' 2024-02-28 21:34:58,473 85792 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/04894be8e2bf44dea8a5f709fced6c03/types/9d144a3c-bfaf-48d2-9058-d6375d481f32 0.054s 2024-02-28 21:34:58,473 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-ae454476-a9d0-4905-bdeb-91d98786dc81', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/04894be8e2bf44dea8a5f709fced6c03/types/9d144a3c-bfaf-48d2-9058-d6375d481f32'} Body: b'' 2024-02-28 21:34:58,494 85792 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/04894be8e2bf44dea8a5f709fced6c03/types/9d144a3c-bfaf-48d2-9058-d6375d481f32 0.020s 2024-02-28 21:34:58,494 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-afb63723-154d-4aeb-8bfe-227f68ccffa7', 'x-openstack-request-id': 'req-afb63723-154d-4aeb-8bfe-227f68ccffa7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/04894be8e2bf44dea8a5f709fced6c03/types/9d144a3c-bfaf-48d2-9058-d6375d481f32'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 9d144a3c-bfaf-48d2-9058-d6375d481f32 could not be found."}}' 2024-02-28 21:34:58,544 85792 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/04894be8e2bf44dea8a5f709fced6c03/types/e0d5e779-e62a-4476-8032-f0964ef3db95 0.049s 2024-02-28 21:34:58,545 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-2a9bc41d-cdf2-44d6-a473-d4b37f8bcde5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/04894be8e2bf44dea8a5f709fced6c03/types/e0d5e779-e62a-4476-8032-f0964ef3db95'} Body: b'' 2024-02-28 21:34:58,562 85792 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/04894be8e2bf44dea8a5f709fced6c03/types/e0d5e779-e62a-4476-8032-f0964ef3db95 0.016s 2024-02-28 21:34:58,562 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-af8cd66c-0697-4f86-bdf3-7179bf5f0c36', 'x-openstack-request-id': 'req-af8cd66c-0697-4f86-bdf3-7179bf5f0c36 ', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/04894be8e2bf44dea8a5f709fced6c03/types/e0d5e779-e62a-4476-8032-f0964ef3db95'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e0d5e779-e62a-4476-8032-f0964ef3db95 could not be found."}}' {6} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.137798s] ... ok {6} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.386828s] ... ok {6} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.041605s] ... ok {6} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.216920s] ... ok {2} tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm [122.715842s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 491, in test_resize_volume_backed_server_confirm server = self.create_test_server(**kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 264, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 260, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 768d114b-58a6-4412-a961-ec190fd65d7b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:33:00,514 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786 0.215s 2024-02-28 21:33:00,515 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:33:00 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-738c4fd4-e549-4576-bb4f-5f5625c22d8b', 'x-compute-request-id': 'req-738c4fd4-e549-4576-bb4f-5f5625c22d8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786'} Body: b'{"server": {"id": "8bb08f0f-2f2d-442f-bb3a-3edaf2643786", "name": "tempest-ServerActionsTestOtherA-server-8153293", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:19Z", "updated": "2024-02-28T21:26:27Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-764859778", "OS-SRV-USG:launched_at": "2024-02-28T21:26:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1710858242"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:33:00,700 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786 0.166s 2024-02-28 21:33:00,700 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:33:00 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-7de1bdf9-aeac-4e0f-8a1a-fc22d97592f6', 'x-compute-request-id': 'req-7de1bdf9-aeac-4e0f-8a1a-fc22d97592f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786'} Body: b'{"server": {"id": "8bb08f0f-2f2d-442f-bb3a-3edaf2643786", "name": "tempest-ServerActionsTestOtherA-server-8153293", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://1 0.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:19Z", "updated": "2024-02-28T21:26:27Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-764859778", "OS-SRV-USG:launched_at": "2024-02-28T21:26:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1710858242"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:33:00,931 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786 0.216s 2024-02-28 21:33:00,931 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:33:00 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-1e33cb2a-b825-4e7b-a0b4-15616336d098', 'x-compute-request-id': 'req-1e33cb2a-b825-4e7b-a0b4-15616336d098', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786'} Body: b'{"server": {"id": "8bb08f0f-2f2d-442f-bb3a-3edaf2643786", "name": "tempest-ServerActionsTestOtherA-server-8153293", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:19Z", "updated": "2024-02-28T21:26:27Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-764859778", "OS-SRV-USG:launched_at": "2024-02-28T21:26:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1710858242"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:34:01,111 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v3/auth /tokens 0.091s 2024-02-28 21:34:01,112 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:01 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-797d52eb-da9c-4295-b2e6-37bc15eed3cb', '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": "686f6106155c4ce5a5abaf0393cc0acf", "name": "tempest-ServerActionsTestOtherA-1728800554-project-member", "password_expires_at": null}, "audit_ids": ["1OfF65kMT4OM6Fih8HYZ1Q"], "expires_at": "2024-02-28T22:34:01.000000Z", "issued_at": "2024-02-28T21:34:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4ff53d443fdc4c4c923b15e86a41be5d", "name": "tempest-ServerActionsTestOtherA-1728800554"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4ff53d443fdc4c4c923b15e86a41be5d", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:34:01,112 85784 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm) Found network {'id': 'c21d49ac-f1e0-443a-8bde-b8481fa1ef7a', 'name': 'tempest-ServerActionsTestOtherA-1816231892-network', 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30376, 'is_default': False, 'availability_zone_hints': [], ' availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:26:11Z', 'updated_at': '2024-02-28T21:26:11Z', 'revision_number': 1} available for tenant 2024-02-28 21:34:01,113 85784 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-764859778', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMFR1Cp9VEzWtp4oeBHEXdEqZmxdgg+zxs982dLmII0rkEhz+zypexNqt1Cw/cRJ3DGmpw8VJaLvk8gJa9OIS1Jwyc+b4l4R4ruBz30bWmnmJR2l+1G6Ifd4z/bGL78DQw==', 'fingerprint': 'b0:02:c3:48:2a:d5:94:4f:2f:ca:da:f7:4f:db:5d:ae', 'user_id': '686f6106155c4ce5a5abaf0393cc0acf', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAxy2dM3Xi5FE3+Qj9cWbm8ojTkhTd8TDGf8z3Nz0uDD5WtCAjiavUt\nmBRlCwKVIfugBwYFK4EEACKhZANiAATBUdQqfVRM1raeKHgRxF3RKmZsXYIPs8bP\nfNnS5iCNK5BIc/s8qXsTardQsP3ESdwxpqcPFSWi75PICWvTiEtScMnPm+JeEeK7\ngc99G1pp5iUdpftRuiH3eM/2xi+/A0M=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '49db244e-1973-41ee-b28b-078c48ec9aad', 'name': 'tempest-securitygroup--1710858242', 'stateful': True, 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'description': 'tempest-description--1488870237', 'shared': False, 'security_group_rules': [{'id': '21a3c61c-e885-4375-be29-20438e4a2b00', 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'security_group_id': '49db244e-1973-41ee-b28b-078c48ec9aad', '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': 888, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:26:17Z', 'updated_at': '2024-02-28T21:26:17Z', 'revision_number': 0}, {'id': 'dad1775f-ab34-49a4-80c2-99ad8f664ad1', 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'security_group_id': '49db244e-1973-41ee-b28b-078c48ec9aad', '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': 889, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:26:17Z', 'updated_at': '2024-02-28T21:26:17Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:26:17Z', 'updated_at': '2024-02-28T21:26:17Z', 'revision_number': 1, 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d'}, 'floating_ip': {'id': '874e29e5-a22a-488f-8762-ffe4233d2e5a', 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'floating_ip_address': '172.24.4.122', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:26:18Z', 'updated_at': '2024-02-28T21:26:18Z', 'revision_number': 0, 'ip': '172.24.4.122'}} 2024-02-28 21:34:01,438 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes 0.324s 2024-02-28 21:34:01,439 85784 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-634820964", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-398921c2-9597-4495-a0ec-8a1ee80f4fda', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-398921c2-9597-4495-a0ec-8a1ee80f4fda', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes'} Body: b'{"volume": {"id": "768d114b-58a6-4412-a961-ec190fd65d7b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:01.376190", "updated_at": null, "name": "tempest-tempest.common.compute-volume-634820964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b"}], "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:34:01,512 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b 0.062s 2024-02-28 21:34:01,513 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6489c233-e3c1-40dc-83b2-652af086572c', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6489c233-e3c1-40dc-83b2-652af086572c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b'} Body: b'{"volume": {"id": "768d114b-58a6-4412-a961-ec190fd65d7b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:01.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-634820964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b"}], "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d"}}' 2024-02-28 21:34:02,568 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b 0.042s 2024-02-28 21:34:02,569 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0c47994-0350-4f43-9759-7afe65dec916', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0c47994-0350-4f43-9759-7afe65dec916', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b'} Body: b'{"volume": {"id": "768d114b-58a6-4412-a961-ec190fd65d7b", "status": " error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:01.000000", "updated_at": "2024-02-28T21:34:02.000000", "name": "tempest-tempest.common.compute-volume-634820964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b"}], "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d"}}' 2024-02-28 21:34:02,691 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b 0.098s 2024-02-28 21:34:02,692 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a11a317e-a3f5-4d11-97f7-558a4b1f5694', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b'} Body: b'' 2024-02-28 21:34:02,718 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b 0.025s 2024-02-28 21:34:02,718 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-10aca269-ae8f-4a3b-9d30-e42f5079f7be', 'x-openstack-request-id': 'req-10aca269-ae8f-4a3b-9d30-e42f5079f7be', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 768d114b-58a6-4412-a961-ec190fd65d7b could not be found."}}' 2024-02-28 21:34:02,718 85784 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1728603. The failure could be related to https://launchpad.net/bugs/1728603 2024-02-28 21:34:02,942 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786 0.222s 2024-02-28 21:34:02,942 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:02 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-cdd8406b-a99b-4ea3-81f5-dc50ec59e057', 'x-compute-request-id': 'req-cdd8406b-a99b-4ea3-81f5-dc50ec59e057', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/serv ers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786'} Body: b'{"server": {"id": "8bb08f0f-2f2d-442f-bb3a-3edaf2643786", "name": "tempest-ServerActionsTestOtherA-server-8153293", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:19Z", "updated": "2024-02-28T21:26:27Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-764859778", "OS-SRV-USG:launched_at": "2024-02-28T21:26:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1710858242"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {6} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [1.782596s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 191fff25-7a89-44ef-b24c-648f9932a80b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:35:03,387 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes 0.441s 2024-02-28 21:35:03,388 85792 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-1416919368"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01874fc2-b2d1-482b-8511-0b9c6e291139', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01874fc2-b2d1-482b-8511-0b9c6e291139', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes'} Body: b'{"volume": {"id": "191fff25-7a89-44ef-b24c-648f9932a80b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:03.298616", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1416919368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b"}], "user_id": "37f0c945e1f84638a1b70458fe816e70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:35:03,464 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b 0.065s 2024-02-28 21:35:03,464 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5f7c4dc-6688-48ec-bb2b-988bcf527d1e', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5f7c4dc-6688-48ec-bb2b-988bcf527d1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b'} Body: b'{"volume": {"id": "191fff25-7a89-44ef-b24c-648f9932a80b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:03.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1416919368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b"}], "user_id": "37f0c945e1f84638a1b70458fe816e70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f49fc104dae741eab441c42f4492a1d7"}}' 2024-02-28 21:35:04,524 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b 0.038s 2024-02-28 21:35:04,524 85792 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea49db35-584b-4b44-9b29-6f744944b053', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea49db35-584b-4b44-9b29-6f744944b053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b'} Body: b'{"volume": {"id": "191fff25-7a89-44ef-b24c-648f9932a80b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:03.000000", "updated_at": "2024-02-28T21:35:03.000000", "name": "tempest-VolumesTransfersTest-Volume-1416919368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b"}], "user_id": "37f0c945e1f84638a1b70458fe816e70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f49fc104dae741eab441c42f4492a1d7"}}' 2024-02-28 21:35:04,581 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b 0.045s 2024-02-28 21:35:04,582 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-009f8894-0494-42e2-8dae-bbaa17e23e78', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-009f8894-0494-42e2-8dae-bbaa17e23e78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b'} Body: b'{"volume": {"id": "191fff25-7a89-44ef-b24c-648f9932a80b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:03.000000", "updated_at": "2024-02-28T21:35:03.000000", "name": "tempest-VolumesTransfersTest-Volume-1416919368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b"}], "user_id": "37f0c945e1f84638a1b70458fe816e70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f49fc104dae741eab441c42f4492a1d7"}}' 2024-02-28 21:35:04,707 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b 0.113s 2024-02-28 21:35:04,707 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-l ength': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b6a4c40-e6c0-4e81-9ecc-f2af353d9bbf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b'} Body: b'' 2024-02-28 21:35:04,727 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b 0.019s 2024-02-28 21:35:04,728 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35: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-95160c87-ed0a-49b2-b738-699b83dde7ba', 'x-openstack-request-id': 'req-95160c87-ed0a-49b2-b738-699b83dde7ba', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 191fff25-7a89-44ef-b24c-648f9932a80b could not be found."}}' {6} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [1.536815s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 91aeaaf2-7d8f-441c-b46a-3097c12c9bcb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:35:04,943 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes 0.213s 2024-02-28 21:35:04,944 85792 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-1879795306"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a6473dc-fed4-4a42-ad25-898bd5ebb3b1', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a6473dc-fed4-4a42-ad25-898bd5ebb3b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes'} Body: b'{"volume": {"id": "91aeaaf2-7d8f-441c-b46a-3097c12c9bcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:04.876824", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1879795306", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb"}], "user_id": "37f0c945e1f84638a1b70458fe816e70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:35:05,009 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb 0.053s 2024-02-28 21:35:05,009 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-542dd9fb-d4c6-4054-8570-d71045223644', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-542dd9fb-d4c6-4054-8570-d71045223644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb'} Body: b'{"volume": {"id": "91aeaaf2-7d8f-441c-b46a-3097c12c9bcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:05.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1879795306", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb"}], "user_id": "37f0c945e1f84638a1b70458fe816e70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f49fc104dae741eab441c42f4492a1d7"}}' 2024-02-28 21:35:06,061 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb 0.037s 2024-02-28 21:35:06,061 85792 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a845c41-c5fb-4564-9b96-0b443078f946', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a845c41-c5fb-4564-9b96-0b443078f946', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb'} Body: b'{"volume": {"id": "91aeaaf2-7d8f-441c-b46a-3097c12c9bcb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:05.000000", "updated_at": "2024-02-28T21:35:05.000000", "name": "tempest-VolumesTransfersTest-Volume-1879795306", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb"}], "user_id": "37f0c945e1f84638a1b70458fe816e70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f49fc104dae741eab441c42f4492a1d7"}}' 2024-02-28 21:35:06,126 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb 0.052s 2024-02-28 21:35:06,126 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1304edc-ee2e-4009-9927-e5e0d6e2f0f1', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1304edc-ee2e-4009-9927-e5e0d6e2f0f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb'} Body: b'{"volume": {"id": "91aeaaf2-7d8f-441c-b46a-3097c12c9bcb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:05.000000", "updated_at": "2024-02-28T21:35:05.000000", "name": "tempest-VolumesTransfersTest-Volume-1879795306", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb"}], "user_id": "37f0c945e1f84638a1b70458fe816e70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f49fc104dae741eab441c42f4492a1d7"}}' 2024-02-28 21:35:06,243 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb 0.104s 2024-02-28 21:35:06,244 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35: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-0a662bc5-d9f6-428a-aee4-716485ac4ba3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb'} Body: b'' 2024-02-28 21:35:06,266 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb 0.021s 2024-02-28 21:35:06,266 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35: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-c7c4593d-5bd3-4972-8f7e-3f5f43612d57', 'x-openstack-request-id': 'req-c7c4593d-5bd3-4972-8f7e-3f5f43612d57', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 91aeaaf2-7d8f-441c-b46a-3097c12c9bcb could not be found."}}' {10} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [166.159018s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 202, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 489f1a58-1238-4987-88a7-dc0461e1f582 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:35:02,974 85800 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2024-02-28 21:35:03,741 85800 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.764s 2024-02-28 21:35:03,741 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--166382694", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/8cddbe91-1bf9-4d69-9d23-d0b9558605a8', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-9111bfad-9010-4fa5-86d3-dd30fb20d0bd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--166382694", "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": "d7971109771548dbb72f8123d6383ccf", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8cddbe91-1bf9-4d69-9d23-d0b9558605a8", "created_at": "2024-02-28T21:35:04Z", "updated_at": "2024-02-28T21:35:04Z", "tags": [], "self": "/v2/images/8cddbe91-1bf9-4d69-9d23-d0b9558605a8", "file": "/v2/images/8cddbe91-1bf9-4d69-9d23-d0b9558605a8/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:35:04,934 85800 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/8cddbe91-1bf9-4d69-9d23-d0b9558605a8/file 1.191s 2024-02-28 21:35:04,935 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-76db16f1-ec26-4dce-8476-47f1c70b7f89', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/8cddbe91-1bf9-4d69-9d23-d0b9558605a8/file'} Body: b'' 2024-02-28 21:35:04,935 85800 DEBUG [tempest.scenario.manager] image:8cddbe91-1bf9-4d69-9d23-d0b9558605a8 2024-02-28 21:35:04,990 85800 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.053s 2024-02-28 21:35:04,991 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1001511923", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJSi3GYAGhNOsM60W69HoBgrVGozQ0SGG+Usf1yysCeI2KrltO0nABCPiWyUl4K5iW4mxlUagDg0KjMj8y62TL7P8bN08VpXf77rKYM2U3JDRiCW58HKYptFxVclr6Kf6A=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:04 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-7595e03d-b3a1-487d-b133-eefe5c3c260b', 'x-compute-request-id': 'req-7595e03d-b3a1-487d-b133-eefe5c3c260b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1001511923", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJSi3GYAGhNOsM60W69HoBgrVGozQ0SGG+Usf1yysCeI2KrltO0nABCPiWyUl4K5iW4mxlUagDg0KjMj8y62TL7P8bN08VpXf77rKYM2U3JDRiCW58HKYptFxVclr6Kf6A==", "fingerprint": "da:b6:c1:54:3d:f6:e5:72:bd:36:f5:26:1d:7f:72:b1", "user_id": "d6ce105977454901a6a12f7c67039821"}}' 2024-02-28 21:35:05,031 85800 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.033s 2024-02-28 21:35:05,032 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:04 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-4a88b089-67ee-44c0-86fc-b4b1b1d281a5', '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": "d6ce105977454901a6a12f7c67039821", "name": "tempest-TestMinimumBasicScenario-743574631-project-member", "password_expires_at": null}, "audit_ids": ["O6pfjkAMQDGzZIIa3M2wXw"], "expires_at": "2024-02-28T22:35:05.000000Z", "issued_at": "2024-02-28T21:35:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d7971109771548dbb72f8123d6383ccf", "name": "tempest-TestMinimumBasicScenario-743574631"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d7971109771548dbb72f8123d6383ccf", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:35:05,032 85800 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'c0a00150-614c-4265-b08c-0dcf90b9d595', 'name': 'tempest-TestMinimumBasicScenario-1540493475-network', 'tenant_id': 'd7971109771548dbb72f8123d6383ccf', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd7971109771548dbb72f8123d6383ccf', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58586, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:34:49Z', 'updated_at': '2024-02-28T21:34:49Z', 'revision_number': 1} available for tenant 2024-02-28 21:35:05,621 85800 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.587s 2024-02-28 21:35:05,622 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-494032585", "imageRef": "8cddbe91-1bf9-4d69-9d23-d0b9558605a8", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1001511923", "networks": [{"uuid": "c0a00150-614c-4265-b08c-0dcf90b9d595"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74da5a3a-7e5a-4d32-a3e9-b40ca675c658', 'x-compute-request-id': 'req-74da5a3a-7e5a-4d32-a3e9-b40ca675c658', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "17ec88df-1219-41a2-877d-4ea9332382cd", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "HwJhkQb2jFu9"}}' 2024-02-28 21:35:05,716 85800 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/17ec88df-1219-41a2-877d-4ea9332382cd 0.091s 2024-02-28 21:35:05,717 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4c5070e-9f60-4089-9474-0e248b5fd479', 'x-compute-request-id': 'req-c4c5070e-9f60-4089-9474-0e248b5fd479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd'} Body: b'{"server": {"id": "17ec88df-1219-41a2-877d-4ea9332382cd", "name": "tempest-TestMinimumBasicScenario-server-494032585", "status": "BUILD", "tenant_id": "d7971109771548dbb72f8123d6383ccf", "user_id": "d6ce105977454901a6a12f7c67039821", "metadata": {}, "hostId": "", "image": {"id": "8cddbe91-1bf9-4d69-9d23-d0b9558605a8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/co mpute/images/8cddbe91-1bf9-4d69-9d23-d0b9558605a8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:35:06Z", "updated": "2024-02-28T21:35:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1001511923", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:35:56,186 85800 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/17ec88df-1219-41a2-877d-4ea9332382cd 0.407s 2024-02-28 21:35:56,187 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:55 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-6bf1a84d-3345-45d8-acaa-25e9325e16e7', 'x-compute-request-id': 'req-6bf1a84d-3345-45d8-acaa-25e9325e16e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd'} Body: b'{"server": {"id": "17ec88df-1219-41a2-877d-4ea9332382cd", "name": "tempest-TestMinimumBasicScenario-server-494032585", "status": "ACTIVE", "tenant_id": "d7971109771548dbb72f8123d6383ccf", "user_id": "d6ce105977454901a6a12f7c67039821", "metadata": {}, "hostId": "205a668489b53b8b03e32ea98b639d9d4dceddfc447f4e1bf7efe9b9", "image": {"id": "8cddbe91-1bf9-4d69-9d23-d0b9558605a8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/8cddbe91-1bf9-4d69-9d23-d0b9558605a8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:35:05Z", "updated": "2024-02-28T21:35:13Z", "addresses": {"tempest-TestMinimumBasicScenario-1540493475-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:ce:e0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1001511923", "OS-SRV-USG:launched_at": "2024-02-28T21:35:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:35:56,200 85800 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 21:36:56,502 85800 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/17ec88df-1219-41a2-877d-4ea9332382cd 0.240s 2024-02-28 21:36:56,503 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:56 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-cef76541-3c13-4ff8-99a3-95b6d06b0a53', 'x-compute-request-id': 'req-cef76541-3c13-4ff8-99a3-95b6d06b0a53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd'} Body: b'{"server": {"id": "17ec88df-1219-41a2-877d-4ea9332382cd", "name": "tempest-TestMinimumBasicScenario-server-494032585", "status": "ACTIVE", "tenant_id": "d7971109771548dbb72f8123d6383ccf", "user_id": "d6ce105977454901a6a12f7c67039821", "metadata": {}, "hostId": "205a668489b53b8b03e32ea98b639d9d4dceddfc447f4e1bf7efe9b9", "image": {"id": "8cddbe91-1bf9-4d69-9d23-d0b9558605a8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/8cddbe91-1bf9-4d69-9d23-d0b9558605a8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:35:05Z", "updated": "2024-02-28T21:35:13Z", "addresses": {"tempest-TestMinimumBasicScenario-1540493475-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:ce:e0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1001511923", "OS-SRV-USG:launched_at": "2024-02-28T21:35:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:36:56,714 85800 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.196s 2024-02-28 21:36:56,714 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '340', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e62778e-3e3d-42ab-b7fd-93ac8973f8d0', 'x-compute-request-id': 'req-8e62778e-3e3d-42ab-b7fd-93ac8973f8d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "17ec88df-1219-41a2-877d-4ea9332382cd", "name": "tempest-TestMinimumBasicScenario-server-494032585", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}]}]}' 2024-02-28 21:36:56,939 85800 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/17ec88df-1219-41a2-877d-4ea9332382cd 0.221s 2024-02-28 21:36:56,940 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', 'content-type': 'application/json', 'openst ack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb356e2f-4757-44c0-b821-4cefdd9afaa3', 'x-compute-request-id': 'req-cb356e2f-4757-44c0-b821-4cefdd9afaa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd'} Body: b'{"server": {"id": "17ec88df-1219-41a2-877d-4ea9332382cd", "name": "tempest-TestMinimumBasicScenario-server-494032585", "status": "ACTIVE", "tenant_id": "d7971109771548dbb72f8123d6383ccf", "user_id": "d6ce105977454901a6a12f7c67039821", "metadata": {}, "hostId": "205a668489b53b8b03e32ea98b639d9d4dceddfc447f4e1bf7efe9b9", "image": {"id": "8cddbe91-1bf9-4d69-9d23-d0b9558605a8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/8cddbe91-1bf9-4d69-9d23-d0b9558605a8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:35:05Z", "updated": "2024-02-28T21:35:13Z", "addresses": {"tempest-TestMinimumBasicScenario-1540493475-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:ce:e0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1001511923", "OS-SRV-USG:launched_at": "2024-02-28T21:35:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:36:57,255 85800 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/d7971109771548dbb72f8123d6383ccf/volumes 0.300s 2024-02-28 21:36:57,255 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1672707207", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48f29017-aa49-4df8-88de-2e13aa6f5fd3', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48f29017-aa49-4df8-88de-2e13aa6f5fd3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes'} Body: b'{"volume": {"id": "489f1a58-1238-4987-88a7-dc0461e1f582", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:36:57.177619", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1672707207", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582"}], "user_id": "d6ce105977454901a6a12f7c67039821", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:36:57,307 85800 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/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582 0.040s 2024-02-28 21:36:57,307 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7e236d8-bb6a-4d58-81ff-3dca42dd5973', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7e236d8-bb6a-4d58-81ff-3dca42dd5973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582'} Body: b'{"volume": {"id": "489f1a58-1238-4987-88a7-dc0461e1f582", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:36:57.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1672707207", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582"}], "user_id": "d6ce105977454901a6a12f7c67039821", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d7971109771548dbb72f8123d6383ccf"}}' 2024-02-28 21:36:58,365 85800 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/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582 0.043s 2024-02-28 21:36:58,365 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d71aaa81-ce8b-43ef-8f09-716d69e94245', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d71aaa81-ce8b-43ef-8f09-716d69e94245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582'} Body: b'{"volume": {"id": "489f1a58-1238-4987-88a7-dc0461e1f582", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:36:57.000000", "updated_at": "2024-02-28T21:36:57.000000", "name": "tempest-TestMinimumBasicScenario-volume-1672707207", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582"}], "user_id": "d6ce105977454901a6a12f7c67039821", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d7971109771548dbb72f8123d6383ccf"}}' 2024-02-28 21:36:58,483 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582 0.105s 2024-02-28 21:36:58,484 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applic ation/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36: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-f2e130cb-c669-4d5c-8fb5-e72dd740621b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582'} Body: b'' 2024-02-28 21:36:58,504 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582 0.020s 2024-02-28 21:36:58,504 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-14403b21-ee56-4473-8aa8-03326cae9c4a', 'x-openstack-request-id': 'req-14403b21-ee56-4473-8aa8-03326cae9c4a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 489f1a58-1238-4987-88a7-dc0461e1f582 could not be found."}}' 2024-02-28 21:36:58,617 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd 0.112s 2024-02-28 21:36:58,617 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd332c06-05d0-42c3-bc0e-df3e4d0945fd', 'x-compute-request-id': 'req-bd332c06-05d0-42c3-bc0e-df3e4d0945fd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd'} Body: b'' 2024-02-28 21:36:58,848 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd 0.229s 2024-02-28 21:36:58,848 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-484021d6-9fcf-4a08-a44a-030cedc8a147', 'x-compute-request-id': 'req-484021d6-9fcf-4a08-a44a-030cedc8a147', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd'} Body: b'{"server": {"id": "17ec88df-1219-41a2-877d-4ea9332382cd", "name": "tempest-TestMinimumBasicScenario-server-494032585", "status": "ACTIVE", "tenant_id": "d7971109771548dbb72f8123d6383ccf", "user_id": "d6ce105977454901a6a12f7c67039821", "metadata": {}, "hostId": "205a668489b53b8b03e32ea98b639d9d4dceddfc447f4e1bf7efe9b9", "image": {"id": "8cddbe91-1bf9-4d69-9d23-d0b9558605a8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/8cddbe91-1bf9-4d69-9d23-d0b9558605a8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:35:05Z", "updated": "2024-02-28T21:36:59Z", "addresses": {"tempest-TestMinimumBasicScenario-1540493475-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:ce:e0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1001511923", "OS-SRV-USG:launched_at": "2024-02-28T21:35:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:37:48,950 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd 0.039s 2024-02-28 21:37:48,951 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-0f456e59-7d40-4da8-bbff-4c32281211cd', 'x-compute-request-id': 'req-0f456e59-7d40-4da8-bbff-4c32281211cd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 17ec88df-1219-41a2-877d-4ea9332382cd could not be found."}}' 2024-02-28 21:37:48,989 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1001511923 0.036s 2024-02-28 21:37:48,989 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a3daa26-29e0-4481-9074-d51ad283f1ea', 'x-compute-request-id': 'req-7a3daa26-29e0-4481-9074-d51ad283f1ea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1001511923'} Body: b'' 2024-02-28 21:37:49,130 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/8cddbe91-1bf9-4d69-9d23-d0b9558605a8 0.140s 2024-02-28 21:37:49,131 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-104f4d44-0390-4b51-bf2f-ad3a10f886b2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/8cddbe91-1bf9-4d6 9-9d23-d0b9558605a8'} Body: b'' {6} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [168.914944s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 103, in test_stamp_pattern waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 76408734-6173-4cd3-9711-08ec53d2a15a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:35:23,058 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.273s 2024-02-28 21:35:23,059 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-919947276", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLAcz8IdZbZKzGUmHB8Iiat9LHMxh5eQYnvXoxH24MY8g+WtJ8S4AY0r0NyCEePur7vq5Kog48wMaKot86uhek3bUKqrMtM4QdZH+LOjukE9ETNb9XHpkhak9IZGk486wg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cf29091-36a7-4640-84cd-c7a5da4214f8', 'x-compute-request-id': 'req-1cf29091-36a7-4640-84cd-c7a5da4214f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-919947276", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLAcz8IdZbZKzGUmHB8Iiat9LHMxh5eQYnvXoxH24MY8g+WtJ8S4AY0r0NyCEePur7vq5Kog48wMaKot86uhek3bUKqrMtM4QdZH+LOjukE9ETNb9XHpkhak9IZGk486wg==", "fingerprint": "ce:e6:f3:3b:08:10:53:fa:ca:f4:5c:d0:6c:6a:33:14", "user_id": "2f03c3faccdf48998901a9cdf4ded827"}}' 2024-02-28 21:35:23,234 85792 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.173s 2024-02-28 21:35:23,235 85792 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-1556586825", "description": "tempest-secgroup-smoke-1556586825 description", "project_id": "25849dd2484e428496506afc4e34aa5d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1677', 'x-openstack-request-id': 'req-efd0bbc8-7e42-4abd-a42b-50555ccdaa12', 'date': 'Wed, 28 Feb 2024 21:35:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "name": "tempest-secgroup-smoke-1556586825", "stateful": true, "tenant_id": "25849dd2484e428496506afc4e34aa5d", "description": "tempest-secgroup-smoke-1556586825 description", "shared": false, "security_group_rules": [{"id": "ae0c23eb-bfb6-4a38-bbd2-6f7162c947ab", "project_id": "25849dd2484e428496506afc4e34aa5d", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "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": 1125, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:35:23Z", "updated_at": "2024-02-28T21:35:23Z", "revision_number": 0}, {"id": "cc20a452-50a5-40e5-a8fb-8c11740f2c01", "project_id": "25849dd2484e428496506afc4e34aa5d", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "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": 1126, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:35:23Z", "updated_at": "2024-02-28T21:35:23Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:35:23Z", "upda ted_at": "2024-02-28T21:35:23Z", "revision_number": 1, "project_id": "25849dd2484e428496506afc4e34aa5d"}}' 2024-02-28 21:35:23,497 85792 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.262s 2024-02-28 21:35:23,498 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "project_id": "25849dd2484e428496506afc4e34aa5d", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-6640485c-d8b5-4837-b733-495becf63d1f', 'date': 'Wed, 28 Feb 2024 21:35: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": "0c032ac2-4eae-4439-82fe-291012a650f8", "project_id": "25849dd2484e428496506afc4e34aa5d", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:35:23Z", "updated_at": "2024-02-28T21:35:23Z", "revision_number": 0}}' 2024-02-28 21:35:23,715 85792 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.217s 2024-02-28 21:35:23,715 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "project_id": "25849dd2484e428496506afc4e34aa5d", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-fe662d3e-5dad-4872-a8a0-8790f8518334', 'date': 'Wed, 28 Feb 2024 21:35: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": "892b4be1-0d72-4375-876e-364903a7c4ae", "project_id": "25849dd2484e428496506afc4e34aa5d", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:35:23Z", "updated_at": "2024-02-28T21:35:23Z", "revision_number": 0}}' 2024-02-28 21:35:23,930 85792 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.214s 2024-02-28 21:35:23,930 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "project_id": "25849dd2484e428496506afc4e34aa5d", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-09d55654-6d75-481c-b7d8-dd2a60ed1d49', 'date': 'Wed, 28 Feb 2024 21:35:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/securit y-group-rules'} Body: b'{"security_group_rule": {"id": "1b315802-8d85-41c7-887b-19a71c19fab3", "project_id": "25849dd2484e428496506afc4e34aa5d", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:35:23Z", "updated_at": "2024-02-28T21:35:23Z", "revision_number": 0}}' 2024-02-28 21:35:24,173 85792 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.242s 2024-02-28 21:35:24,174 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "project_id": "25849dd2484e428496506afc4e34aa5d", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-674cf887-d913-4cd3-b1ca-8919f4b79c2b', 'date': 'Wed, 28 Feb 2024 21:35: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": "2f175c4d-ba38-4386-8ed7-5130506d85ec", "project_id": "25849dd2484e428496506afc4e34aa5d", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:35:24Z", "updated_at": "2024-02-28T21:35:24Z", "revision_number": 0}}' 2024-02-28 21:35:24,444 85792 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.269s 2024-02-28 21:35:24,444 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "project_id": "25849dd2484e428496506afc4e34aa5d", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-cdcfc84b-fed8-49fc-b4b2-45fc5d7f7210', 'date': 'Wed, 28 Feb 2024 21:35: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": "b7725678-fcee-4e84-b065-a8f621d041c8", "project_id": "25849dd2484e428496506afc4e34aa5d", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:35:24Z", "updated_at": "2024-02-28T21:35:24Z", "revision_number": 0}}' 2024-02-28 21:35:24,718 85792 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.273s 2024-02-28 21:35:24,719 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"secu rity_group_rule": {"security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "project_id": "25849dd2484e428496506afc4e34aa5d", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-43dc83ef-8b8b-4f24-9856-db22b1783b4e', 'date': 'Wed, 28 Feb 2024 21:35: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": "9775de14-394e-4aee-8a0e-a99a2d4bf544", "project_id": "25849dd2484e428496506afc4e34aa5d", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:35:24Z", "updated_at": "2024-02-28T21:35:24Z", "revision_number": 0}}' 2024-02-28 21:35:24,931 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes 0.211s 2024-02-28 21:35:24,931 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-393222641", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-054b28de-4502-41ef-9971-10b2a0651f9e', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-054b28de-4502-41ef-9971-10b2a0651f9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes'} Body: b'{"volume": {"id": "76408734-6173-4cd3-9711-08ec53d2a15a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:24.870739", "updated_at": null, "name": "tempest-TestStampPattern-volume-393222641", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a"}], "user_id": "2f03c3faccdf48998901a9cdf4ded827", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:35:24,982 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.034s 2024-02-28 21:35:24,982 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2803', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a46b491b-2a4e-4397-8143-04a30a808201', '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": "2f03c3faccdf48998901a9cdf4ded827", "name": "tempest-TestStampPattern-115680523-project-member", "password_expires_at": null}, "audit_ids": ["nxTFSTHqQ8-txSluEZTzmw"], "expires_at": "2024-02-28T22:35:24.000000Z ", "issued_at": "2024-02-28T21:35:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "25849dd2484e428496506afc4e34aa5d", "name": "tempest-TestStampPattern-115680523"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/25849dd2484e428496506afc4e34aa5d", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:35:24,983 85792 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': '92a25c75-882a-4732-904e-249df849bde2', 'name': 'tempest-TestStampPattern-462083252-network', 'tenant_id': '25849dd2484e428496506afc4e34aa5d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '25849dd2484e428496506afc4e34aa5d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16989, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:35:10Z', 'updated_at': '2024-02-28T21:35:10Z', 'revision_number': 1} available for tenant 2024-02-28 21:35:26,124 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/compute/v2.1/servers 1.139s 2024-02-28 21:35:26,124 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-1665042320", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "key_name": "tempest-TestStampPattern-919947276", "security_groups": [{"name": "tempest-secgroup-smoke-1556586825"}], "networks": [{"uuid": "92a25c75-882a-4732-904e-249df849bde2"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b537f680-6295-4f77-8a2f-c86b8e0e6985', 'x-compute-request-id': 'req-b537f680-6295-4f77-8a2f-c86b8e0e6985', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "005a142d-6e15-40e7-b8e6-93d0a46718d9", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1556586825"}], "adminPass": "iQq9rtm8MjfJ"}}' 2024-02-28 21:35:26,201 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9 0.074s 2024-02-28 21:35:26,201 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:26 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-1e2088ef-4d6f-404a-ae23-b30a2ecc0f87', 'x-compute-request-id': 'req-1e2088ef-4d6f-404a-ae23-b30a2ecc0f87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9'} Body: b'{"server": {"id": "005a142d-6e15-40e7-b8e6-93d0a46718d9", "name": "tempest-TestStampPattern-server-1665042320", "status": "BUILD", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "user_id": "2f03c3faccdf48998901a9cdf4ded827", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:35:26Z", "updated": "2024-02-28T21:35:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-919947276", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:36:16,557 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9 0.295s 2024-02-28 21:36:16,558 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27fb53fb-1c45-4019-bc05-efdf62385f8c', 'x-compute-request-id': 'req-27fb53fb-1c45- 4019-bc05-efdf62385f8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9'} Body: b'{"server": {"id": "005a142d-6e15-40e7-b8e6-93d0a46718d9", "name": "tempest-TestStampPattern-server-1665042320", "status": "ACTIVE", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "user_id": "2f03c3faccdf48998901a9cdf4ded827", "metadata": {}, "hostId": "b64e8e5dc619413d68f7e3da8dcbe1f3e9ac4804742d601d424c3fdb", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:35:26Z", "updated": "2024-02-28T21:35:33Z", "addresses": {"tempest-TestStampPattern-462083252-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:aa:f1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-919947276", "OS-SRV-USG:launched_at": "2024-02-28T21:35:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1556586825"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:36:16,571 85792 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:37:16,875 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9 0.243s 2024-02-28 21:37:16,875 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2072511c-1cb2-4fda-b796-c6e7b3078736', 'x-compute-request-id': 'req-2072511c-1cb2-4fda-b796-c6e7b3078736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9'} Body: b'{"server": {"id": "005a142d-6e15-40e7-b8e6-93d0a46718d9", "name": "tempest-TestStampPattern-server-1665042320", "status": "ACTIVE", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "user_id": "2f03c3faccdf48998901a9cdf4ded827", "metadata": {}, "hostId": "b64e8e5dc619413d68f7e3da8dcbe1f3e9ac4804742d601d424c3fdb", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:35:26Z", "updated": "2024-02-28T21:35:33Z", "addresses": {"tempest-TestStampPattern-462083252-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:aa:f1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPatt ern-919947276", "OS-SRV-USG:launched_at": "2024-02-28T21:35:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1556586825"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:37:17,042 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210:9696/networking/v2.0/ports?device_id=005a142d-6e15-40e7-b8e6-93d0a46718d9 0.155s 2024-02-28 21:37:17,043 85792 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': '955', 'x-openstack-request-id': 'req-96f63135-72e9-48cb-93dd-983231e21ca1', 'date': 'Wed, 28 Feb 2024 21:37:17 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports?device_id=005a142d-6e15-40e7-b8e6-93d0a46718d9'} Body: b'{"ports":[{"id":"539d9f2c-3087-4b41-b8cf-b48d5ff1a1eb","name":"","network_id":"92a25c75-882a-4732-904e-249df849bde2","tenant_id":"25849dd2484e428496506afc4e34aa5d","mac_address":"fa:16:3e:dd:aa:f1","admin_state_up":true,"status":"ACTIVE","device_id":"005a142d-6e15-40e7-b8e6-93d0a46718d9","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"1b499137-ac2f-40d0-af34-17f8fc994ab9","ip_address":"10.0.0.13"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["7ca43a1c-4cb2-4252-8b21-b074ae2f4630"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"user","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"port_security_enabled":true,"tags":[],"created_at":"2024-02-28T21:35:27Z","updated_at":"2024-02-28T21:35:30Z","revision_number":4,"project_id":"25849dd2484e428496506afc4e34aa5d"}]}' 2024-02-28 21:37:17,106 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210:9696/networking/v2.0/floatingips?floating_network_id=ffff76a6-d10b-4ce6-8a86-f2e998f12e79&port_id=539d9f2c-3087-4b41-b8cf-b48d5ff1a1eb 0.061s 2024-02-28 21:37:17,107 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '19', 'x-openstack-request-id': 'req-952de400-bf30-4b62-8348-416707e08d87', 'date': 'Wed, 28 Feb 2024 21:37:17 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips?floating_network_id=ffff76a6-d10b-4ce6-8a86-f2e998f12e79&port_id=539d9f2c-3087-4b41-b8cf-b48d5ff1a1eb'} Body: b'{"floatingips": []}' 2024-02-28 21:37:17,151 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210:9696/networking/v2.0/ports?device_id=005a142d-6e15-40e7-b8e6-93d0a46718d9 0.043s 2024-02-28 21:37:17,151 85792 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': '955', 'x-openstack-request-id': 'req-ab92d938-0db3-4889-9765-6b54e2e299b3', 'date': 'Wed, 28 Feb 2024 21:37:17 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports?device_id=005a142d-6e15-40e7-b8e6-93d0a46718d9'} Body: b'{"ports":[{"id":"539d9f2c-3087-4b41-b8cf-b48d5ff1a1eb","name":"","network_id":"92a25c75-882a-4732-904e-249df849bde2","tenant_id":"25849dd2484e428496506afc4e34aa5d","mac_address":"fa:16:3e:dd:aa:f1","admin_state_up":true,"status":"ACTIVE","device_id":"005a142d-6e15-40e7-b8e6-93d0a4671 8d9","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"1b499137-ac2f-40d0-af34-17f8fc994ab9","ip_address":"10.0.0.13"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["7ca43a1c-4cb2-4252-8b21-b074ae2f4630"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"user","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"port_security_enabled":true,"tags":[],"created_at":"2024-02-28T21:35:27Z","updated_at":"2024-02-28T21:35:30Z","revision_number":4,"project_id":"25849dd2484e428496506afc4e34aa5d"}]}' 2024-02-28 21:37:18,994 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.842s 2024-02-28 21:37:18,995 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "port_id": "539d9f2c-3087-4b41-b8cf-b48d5ff1a1eb", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "fixed_ip_address": "10.0.0.13"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-e2a81e49-7d3b-4018-96fb-3bfda657bc52', 'date': 'Wed, 28 Feb 2024 21:37:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "cd9e7d12-3333-4bd8-8664-e292a6644b94", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "floating_ip_address": "172.24.4.88", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "63fa3d10-d1b9-460b-9188-2ccf240721eb", "port_id": "539d9f2c-3087-4b41-b8cf-b48d5ff1a1eb", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "project_id": "25849dd2484e428496506afc4e34aa5d", "description": "", "port_details": {"name": "", "network_id": "92a25c75-882a-4732-904e-249df849bde2", "mac_address": "fa:16:3e:dd:aa:f1", "admin_state_up": true, "status": "ACTIVE", "device_id": "005a142d-6e15-40e7-b8e6-93d0a46718d9", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:37:17Z", "updated_at": "2024-02-28T21:37:17Z", "revision_number": 0}}' 2024-02-28 21:37:18,996 85792 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.88:22' as 'cirros' with public key authentication 2024-02-28 21:37:19,010 85792 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:37:19,116 85792 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:37:19,116 85792 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.88 successfully created 2024-02-28 21:37:19,117 85792 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2024-02-28 21:37:19,117 85792 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.88:22' as 'cirros' with public key authentication 2024-02-28 21:37:19,119 85792 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:37:19,228 85792 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:37:19,228 85792 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.88 successfully created 2024-02-28 21:37:19,289 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a 0.051s 2024-02-28 21:37:19,289 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:19 GMT', 'server': 'Apache/2.4 .52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d468aef-e292-41bd-ba33-11e64d9beedc', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d468aef-e292-41bd-ba33-11e64d9beedc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a'} Body: b'{"volume": {"id": "76408734-6173-4cd3-9711-08ec53d2a15a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:25.000000", "updated_at": "2024-02-28T21:35:25.000000", "name": "tempest-TestStampPattern-volume-393222641", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a"}], "user_id": "2f03c3faccdf48998901a9cdf4ded827", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25849dd2484e428496506afc4e34aa5d"}}' 2024-02-28 21:37:20,343 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a 0.040s 2024-02-28 21:37:20,343 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec53d2d0-80bf-48d2-a8f1-f31b739ffb44', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec53d2d0-80bf-48d2-a8f1-f31b739ffb44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a'} Body: b'{"volume": {"id": "76408734-6173-4cd3-9711-08ec53d2a15a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:25.000000", "updated_at": "2024-02-28T21:35:25.000000", "name": "tempest-TestStampPattern-volume-393222641", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a"}], "user_id": "2f03c3faccdf48998901a9cdf4ded827", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25849dd2484e428496506afc4e34aa5d"}}' 2024-02-28 21:37:20,805 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/cd9e7d12-3333-4bd8-8664-e292a6644b94 0.448s 2024-02-28 21:37:20,805 85792 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-c1dc0a55-ff21-4b26-a98d-f1608e3544dc', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:37:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/cd9e7d12-3333-4bd8-8664-e292a6644b94'} Body: b'' 2024-02-28 21:37:20,918 85792 INFO [tempest.lib.common. rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9 0.112s 2024-02-28 21:37:20,919 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37: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-09b32b50-f8a2-48fe-8f21-84b07ef4eaf7', 'x-compute-request-id': 'req-09b32b50-f8a2-48fe-8f21-84b07ef4eaf7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9'} Body: b'' 2024-02-28 21:37:21,260 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9 0.341s 2024-02-28 21:37:21,260 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-164f5db9-7d94-4362-b89d-3ce9c09a755b', 'x-compute-request-id': 'req-164f5db9-7d94-4362-b89d-3ce9c09a755b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9'} Body: b'{"server": {"id": "005a142d-6e15-40e7-b8e6-93d0a46718d9", "name": "tempest-TestStampPattern-server-1665042320", "status": "ACTIVE", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "user_id": "2f03c3faccdf48998901a9cdf4ded827", "metadata": {}, "hostId": "b64e8e5dc619413d68f7e3da8dcbe1f3e9ac4804742d601d424c3fdb", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:35:26Z", "updated": "2024-02-28T21:37:21Z", "addresses": {"tempest-TestStampPattern-462083252-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:aa:f1"}, {"version": 4, "addr": "172.24.4.88", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:aa:f1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-919947276", "OS-SRV-USG:launched_at": "2024-02-28T21:35:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1556586825"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:38:11,332 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9 0.040s 2024-02-28 21:38:11,332 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38:11 GMT', 'server': 'Apache/2 .4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-924e1a8e-119d-42cd-88cd-0b11eb11e5b0', 'x-compute-request-id': 'req-924e1a8e-119d-42cd-88cd-0b11eb11e5b0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 005a142d-6e15-40e7-b8e6-93d0a46718d9 could not be found."}}' 2024-02-28 21:38:11,429 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a 0.096s 2024-02-28 21:38:11,429 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38: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-4a962843-bfb8-419e-a7fe-626f690cfdbe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a'} Body: b'' 2024-02-28 21:38:11,451 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a 0.021s 2024-02-28 21:38:11,451 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38: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-89157433-223a-4a8c-9b61-4aef32f2bff0', 'x-openstack-request-id': 'req-89157433-223a-4a8c-9b61-4aef32f2bff0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 76408734-6173-4cd3-9711-08ec53d2a15a could not be found."}}' 2024-02-28 21:38:11,657 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/7ca43a1c-4cb2-4252-8b21-b074ae2f4630 0.205s 2024-02-28 21:38:11,658 85792 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-8295c9c6-acdd-4a09-ba28-02d64ad76fa7', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:38:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7ca43a1c-4cb2-4252-8b21-b074ae2f4630'} Body: b'' 2024-02-28 21:38:11,697 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-919947276 0.039s 2024-02-28 21:38:11,697 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38: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-ver sion': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbfe31fb-1aae-4df7-9c53-3c06bfb856af', 'x-compute-request-id': 'req-cbfe31fb-1aae-4df7-9c53-3c06bfb856af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-919947276'} Body: b'' {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [166.298188s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 269, in test_attach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 17c44386-54ef-45b7-a9f6-bd1f639ef070 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:36:04,590 85784 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:36:04,590 85784 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:36:04,752 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.160s 2024-02-28 21:36:04,752 85784 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-1212244376", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKXSHY/Nj1M8DYk4yu8R48opfBTfekqkeI78RkSGnvNJLBURp5Ur8fPGTz9kSfeo39yGvANLJFnXP7ppy/PR9/WAHPnHYYtFf7yfhBwJbBU9ek3NCnHM5kWjeulzuwU/Eg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:04 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-2ac45b9f-db89-4c6e-bee2-9933cc8528b0', 'x-compute-request-id': 'req-2ac45b9f-db89-4c6e-bee2-9933cc8528b0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1212244376", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKXSHY/Nj1M8DYk4yu8R48opfBTfekqkeI78RkSGnvNJLBURp5Ur8fPGTz9kSfeo39yGvANLJFnXP7ppy/PR9/WAHPnHYYtFf7yfhBwJbBU9ek3NCnHM5kWjeulzuwU/Eg==", "fingerprint": "74:c7:36:74:19:77:d4:ec:22:61:e0:5e:93:ca:15:9a", "user_id": "cc98895646b146b685ca85ddcd75d819"}}' 2024-02-28 21:36:04,755 85784 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1212244376 created 2024-02-28 21:36:05,001 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.245s 2024-02-28 21:36:05,001 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1102186645", "description": "tempest-description--1922983415"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-00754dbf-42f9-4365-b0f3-1719fa4501b4', 'date': 'Wed, 28 Feb 2024 21:36:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d53a248d-9719-4957-bc47-6669b53a0df2", "name": "tempest-securitygroup--1102186645", "stateful": true, "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "description": "tempest-description--1922983415", "shared": false, "security_group_rules": [{"id": "2fe43493-9517-4e74-803a-b0459360d51a", "project_id": "2b6acc016e5144279dc6960b26b031bd", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "security_group_id": "d53a248d-9719-4957-bc47-6669b53a0df2", "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": 1148, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:36:04Z", "updated_at": "2024-02-28T21:36:04Z", "revision_number": 0}, {"id": "7ef99fb7-0e21-4cdf-9bc0-fa020d9e423c", "project_id": "2b6acc016e5144279dc6960b26b031bd", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "security_group_id": "d53a248d-9719-4957-bc47-6669b53a0df2", "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": 1147, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:36:04Z", "updated_at": "2024-02-28T21:36:04Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:36:04Z", "updated_at": "2024-02-28T21:36:04Z", "revision_number": 1, "project_id": "2b6acc016e5144279dc6960b26b031bd"}}' 2024-02-28 21:36:05,192 85784 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 2024-02-28 21:36:05,192 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d53a248d-9719-4957-bc47-6669b53a0df2", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-a13a752d-8b2c-42d1-8f79-d7de52ccf53d', 'date': 'Wed, 28 Feb 2024 21:36: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": "5912e05f-c6f3-4b49-bb08-b0f02fd63f0b", "project_id": "2b6acc016e5144279dc6960b26b031bd", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "security_group_id": "d53a248d-9719-4957-bc47-6669b53a0df2", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:36:05Z", "updated_at": "2024-02-28T21:36:05Z", "revision_number": 0}}' 2024-02-28 21:36:05,400 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.208s 2024-02-28 21:36:05,401 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d53a248d-9719-4957-bc47-6669b53a0df2", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-2af1e747-2067-40dc-82ed-3d6d26a1d441', 'date': 'Wed, 28 Feb 2024 21:36: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": "11d7dc0b-b23d-4f7f-b77f-00f8a5f93b4a", "project_id": "2b6acc016e5144279dc6960b26b031bd", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "security_group_id": "d53a248d-9719-4957-bc47-6669b53a0df2", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:36:05Z", "updated_at": "2024-02-28T21:36:05Z", "revision_number": 0}}' 2024-02-28 21:36:05,401 85784 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1102186645 created 2024-02-28 21:36:05,999 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.597s 2024-02-28 21:36:05,999 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-4633319a-6475-4e8f-85da-fdc7a192dab5', 'date': 'Wed, 28 Feb 2024 21:36:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "40a88689-1d62-4634-a449-90cdfcc94a80", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "floating_ip_address": "172.24.4.21", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2b6acc016e5144279dc6960b26b031bd", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:36:05Z", "updated_at": "2024-02-28T21:36:05Z", "revision_number": 0}}' 2024-02-28 21:36:05,999 85784 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '40a88689-1d62-4634-a449-90cdfcc94a80', 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'floating_ip_address': '172.24.4.21', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b6acc016e5144279dc6960b26b031bd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:36:05Z', 'updated_at': '2024-02-28T21:36:05Z', 'revision_number': 0, 'ip': '172.24.4.21'} created 2024-02-28 21:36:06,043 85784 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.038s 2024-02-28 21:36:06,044 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-df51611b-fa74-4226-9fc0-14392a442574', '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": "cc98895646b146b685ca85ddcd75d819", "name": "tempest-AttachVolumeShelveTestJSON-1567586072-project-member", "password_expires_at": null}, "audit_ids": ["3_jK549SSSyWhhw6vzy_Vg"], "expires_at": "2024-02-28T22:36:06.000000Z", "issued_at": "2024-02-28T21:36:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2b6acc016e5144279dc6960b26b031bd", "name": "tempest-AttachVolumeShelveTestJSON-1567586072"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2b6acc016e5144279dc6960b26b031bd", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", " region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:36:06,044 85784 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '2c767fd0-b8bb-41f9-b5bb-a16f8100471c', 'name': 'tempest-AttachVolumeShelveTestJSON-1261641174-network', 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2b6acc016e5144279dc6960b26b031bd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 327, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:35:59Z', 'updated_at': '2024-02-28T21:35:59Z', 'revision_number': 1} available for tenant 2024-02-28 21:36:06,045 85784 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1212244376', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKXSHY/Nj1M8DYk4yu8R48opfBTfekqkeI78RkSGnvNJLBURp5Ur8fPGTz9kSfeo39yGvANLJFnXP7ppy/PR9/WAHPnHYYtFf7yfhBwJbBU9ek3NCnHM5kWjeulzuwU/Eg==', 'fingerprint': '74:c7:36:74:19:77:d4:ec:22:61:e0:5e:93:ca:15:9a', 'user_id': 'cc98895646b146b685ca85ddcd75d819', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDOVJ68KVdTh/kRlSsccH28N0Jj9d6HEhyr3z6TiUsfHRbwYm9byRvt\n3CrQG3Y2HiugBwYFK4EEACKhZANiAASl0h2PzY9TPA2JOMrvEePKKXwU33pKpHiO\n/EZEhp7zSSwVEaeVK/Hzxk8/ZEn3qN/chrwDSyRZ1z+6acvz0ff1gBz5x2GLRX+8\nn4QcCWwVPXpNzQpxzOZFo3rpc7sFPxI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd53a248d-9719-4957-bc47-6669b53a0df2', 'name': 'tempest-securitygroup--1102186645', 'stateful': True, 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'description': 'tempest-description--1922983415', 'shared': False, 'security_group_rules': [{'id': '2fe43493-9517-4e74-803a-b0459360d51a', 'project_id': '2b6acc016e5144279dc6960b26b031bd', 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'security_group_id': 'd53a248d-9719-4957-bc47-6669b53a0df2', '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': 1148, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:36:04Z', 'updated_at': '2024-02-28T21:36:04Z', 'revision_number': 0}, {'id': '7ef99fb7-0e21-4cdf-9bc0-fa020d9e423c', 'project_id': '2b6acc016e5144279dc6960b26b031bd', 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'security_group_id': 'd53a248d-9719-4957-bc47-6669b53a0df2', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_i p_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1147, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:36:04Z', 'updated_at': '2024-02-28T21:36:04Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:36:04Z', 'updated_at': '2024-02-28T21:36:04Z', 'revision_number': 1, 'project_id': '2b6acc016e5144279dc6960b26b031bd'}, 'floating_ip': {'id': '40a88689-1d62-4634-a449-90cdfcc94a80', 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'floating_ip_address': '172.24.4.21', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b6acc016e5144279dc6960b26b031bd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:36:05Z', 'updated_at': '2024-02-28T21:36:05Z', 'revision_number': 0, 'ip': '172.24.4.21'}} 2024-02-28 21:36:06,720 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.675s 2024-02-28 21:36:06,721 85784 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-1767339757", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "2c767fd0-b8bb-41f9-b5bb-a16f8100471c"}], "security_groups": [{"name": "tempest-securitygroup--1102186645"}], "key_name": "tempest-keypair-1212244376", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b', '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-d1be615a-d01e-48d0-a1f5-c922e2c9f16b', 'x-compute-request-id': 'req-d1be615a-d01e-48d0-a1f5-c922e2c9f16b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b8f4d5bb-15c2-477e-a46d-af1348c3d82b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1102186645"}], "adminPass": "password"}}' 2024-02-28 21:36:06,817 85784 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/b8f4d5bb-15c2-477e-a46d-af1348c3d82b 0.093s 2024-02-28 21:36:06,817 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:06 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-a361b696-fdaa-4e09-a83f-c358016b2eaf', 'x-compute-request-id': 'req-a361b696-fdaa-4e09-a83f-c358016b2eaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b'} Body: b'{"serv er": {"id": "b8f4d5bb-15c2-477e-a46d-af1348c3d82b", "name": "tempest-AttachVolumeShelveTestJSON-server-1767339757", "status": "BUILD", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "user_id": "cc98895646b146b685ca85ddcd75d819", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:36:07Z", "updated": "2024-02-28T21:36:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1212244376", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2024-02-28 21:36:57,095 85784 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/b8f4d5bb-15c2-477e-a46d-af1348c3d82b 0.212s 2024-02-28 21:36:57,095 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:56 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-437b45e7-e38a-4092-96f8-14d0cf2ad4f4', 'x-compute-request-id': 'req-437b45e7-e38a-4092-96f8-14d0cf2ad4f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b'} Body: b'{"server": {"id": "b8f4d5bb-15c2-477e-a46d-af1348c3d82b", "name": "tempest-AttachVolumeShelveTestJSON-server-1767339757", "status": "ACTIVE", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "user_id": "cc98895646b146b685ca85ddcd75d819", "metadata": {}, "hostId": "3aaddbfad012711a5d25024beb2ac7130a3d41a2afde22e22fbb90a4", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:36:06Z", "updated": "2024-02-28T21:36:13Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1261641174-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:e4:c5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1212244376", "OS-SRV-USG:launched_at": "2024-02-28T21:36:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1102186645"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2024-02-28 21:36:57,111 85784 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02 -28 21:37:57,315 85784 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/b8f4d5bb-15c2-477e-a46d-af1348c3d82b/os-interface 0.143s 2024-02-28 21:37:57,316 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:57 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-9dfd6b51-d0d9-4188-ab3f-624537297d88', 'x-compute-request-id': 'req-9dfd6b51-d0d9-4188-ab3f-624537297d88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "2c767fd0-b8bb-41f9-b5bb-a16f8100471c", "port_id": "59ccd367-6ae5-46ce-a209-c1d5ac804ee9", "mac_addr": "fa:16:3e:59:e4:c5", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "dc1e3209-62e4-49a6-b11c-8feb3498bca9", "ip_address": "10.0.0.6"}]}]}' 2024-02-28 21:37:58,071 85784 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/40a88689-1d62-4634-a449-90cdfcc94a80 0.751s 2024-02-28 21:37:58,071 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "59ccd367-6ae5-46ce-a209-c1d5ac804ee9"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-a3e3a20f-8510-4ac2-99a9-1a1c3333629a', 'date': 'Wed, 28 Feb 2024 21:37:58 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/40a88689-1d62-4634-a449-90cdfcc94a80'} Body: b'{"floatingip": {"id": "40a88689-1d62-4634-a449-90cdfcc94a80", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "floating_ip_address": "172.24.4.21", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "b2cd9e1b-a6b5-44a7-86e9-f77b0155f549", "port_id": "59ccd367-6ae5-46ce-a209-c1d5ac804ee9", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "2c767fd0-b8bb-41f9-b5bb-a16f8100471c", "mac_address": "fa:16:3e:59:e4:c5", "admin_state_up": true, "status": "ACTIVE", "device_id": "b8f4d5bb-15c2-477e-a46d-af1348c3d82b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:36:05Z", "updated_at": "2024-02-28T21:37:57Z", "revision_number": 1, "project_id": "2b6acc016e5144279dc6960b26b031bd"}}' 2024-02-28 21:37:58,073 85784 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.21:22' as 'cirros' with public key authentication 2024-02-28 21:37:58,087 85784 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:37:58,195 85784 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:37:58,195 85784 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.21 successfully created 2024-02-28 21:37:58,239 85784 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/b8f4d5bb-15c2-477e-a46d-af1348c3d82b/ips 0.043s 2024-02-28 21:37:58,240 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:58 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-aa41563a-f1a3-42ed-a286-8a39e79fb294', 'x-compute-request-id': 'req-aa41563a-f1a3-42ed-a286-8a39e79fb294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1261641174-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2024-02-28 21:37:58,489 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes 0.246s 2024-02-28 21:37:58,490 85784 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-251382956"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41d3eebe-5023-491e-aed0-c7d5b1559202', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41d3eebe-5023-491e-aed0-c7d5b1559202', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes'} Body: b'{"volume": {"id": "17c44386-54ef-45b7-a9f6-bd1f639ef070", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:37:58.405026", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-251382956", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/17c44386-54ef-45b7-a9f6-bd1f639ef070"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2b6acc016e5144279dc6960b26b031bd/volumes/17c44386-54ef-45b7-a9f6-bd1f639ef070"}], "user_id": "cc98895646b146b685ca85ddcd75d819", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:37:58,552 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/17c44386-54ef-45b7-a9f6-bd1f639ef070 0.047s 2024-02-28 21:37:58,552 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51497cc7-8e3a-428c-a87e-dee4caf602b0', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51497cc7-8e3a-428c-a87e-dee4caf602b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/17c44386-54ef-45b7-a9f6-bd1f639ef070'} Body: b'{"volume": {"id": "17c44386-54ef-45b7-a9f6-bd1f639ef070", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:37:58.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-251382956", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/17 c44386-54ef-45b7-a9f6-bd1f639ef070"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2b6acc016e5144279dc6960b26b031bd/volumes/17c44386-54ef-45b7-a9f6-bd1f639ef070"}], "user_id": "cc98895646b146b685ca85ddcd75d819", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b6acc016e5144279dc6960b26b031bd"}}' 2024-02-28 21:37:59,614 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/17c44386-54ef-45b7-a9f6-bd1f639ef070 0.046s 2024-02-28 21:37:59,615 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ddc9ec0-974e-4c15-9986-3c2d749f258c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ddc9ec0-974e-4c15-9986-3c2d749f258c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/17c44386-54ef-45b7-a9f6-bd1f639ef070'} Body: b'{"volume": {"id": "17c44386-54ef-45b7-a9f6-bd1f639ef070", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:37:58.000000", "updated_at": "2024-02-28T21:37:59.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-251382956", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/17c44386-54ef-45b7-a9f6-bd1f639ef070"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2b6acc016e5144279dc6960b26b031bd/volumes/17c44386-54ef-45b7-a9f6-bd1f639ef070"}], "user_id": "cc98895646b146b685ca85ddcd75d819", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b6acc016e5144279dc6960b26b031bd"}}' 2024-02-28 21:37:59,744 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b 0.115s 2024-02-28 21:37:59,745 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:59 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-0cdf98c2-9d4d-4c11-8284-1a897c1dd167', 'x-compute-request-id': 'req-0cdf98c2-9d4d-4c11-8284-1a897c1dd167', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b'} Body: b'' 2024-02-28 21:38:00,110 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b 0.364s 2024-02-28 21:38:00,110 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-ope nstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26236bab-45ba-450c-aa09-9899493bead1', 'x-compute-request-id': 'req-26236bab-45ba-450c-aa09-9899493bead1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b'} Body: b'{"server": {"id": "b8f4d5bb-15c2-477e-a46d-af1348c3d82b", "name": "tempest-AttachVolumeShelveTestJSON-server-1767339757", "status": "ACTIVE", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "user_id": "cc98895646b146b685ca85ddcd75d819", "metadata": {}, "hostId": "3aaddbfad012711a5d25024beb2ac7130a3d41a2afde22e22fbb90a4", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:36:06Z", "updated": "2024-02-28T21:38:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1261641174-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:e4:c5"}, {"version": 4, "addr": "172.24.4.21", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:e4:c5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1212244376", "OS-SRV-USG:launched_at": "2024-02-28T21:36:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1102186645"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2024-02-28 21:38:50,218 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b 0.041s 2024-02-28 21:38:50,219 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38:50 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-cb6ec519-04f8-404d-81ca-21006636e214', 'x-compute-request-id': 'req-cb6ec519-04f8-404d-81ca-21006636e214', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b8f4d5bb-15c2-477e-a46d-af1348c3d82b could not be found."}}' 2024-02-28 21:38:50,255 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1212244376 0.035s 2024-02-28 21:38:50,255 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38:50 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-422aa768-ebe1-44f6-b486-017a24a8deae' , 'x-compute-request-id': 'req-422aa768-ebe1-44f6-b486-017a24a8deae', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1212244376'} Body: b'' 2024-02-28 21:38:50,452 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/d53a248d-9719-4957-bc47-6669b53a0df2 0.196s 2024-02-28 21:38:50,453 85784 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-c7c9b5fd-78ef-4610-8e51-7c6edb8b9e21', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:38:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d53a248d-9719-4957-bc47-6669b53a0df2'} Body: b'' 2024-02-28 21:38:50,484 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/d53a248d-9719-4957-bc47-6669b53a0df2 0.030s 2024-02-28 21:38:50,485 85784 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-1930bb90-f60c-4af7-847e-bd3eba88c014', 'date': 'Wed, 28 Feb 2024 21:38:50 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d53a248d-9719-4957-bc47-6669b53a0df2'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d53a248d-9719-4957-bc47-6669b53a0df2 does not exist", "detail": ""}}' 2024-02-28 21:38:50,886 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/40a88689-1d62-4634-a449-90cdfcc94a80 0.400s 2024-02-28 21:38:50,886 85784 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-e70154e5-b3af-47ef-a972-d978b8cd2e73', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:38:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/40a88689-1d62-4634-a449-90cdfcc94a80'} Body: b'' {10} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [165.899734s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 122, in test_minimum_basic_scenario volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5fc0ba8d-d472-4cc1-ac66-014f190259c3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:37:49,134 85800 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2024-02-28 21:37:49,772 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.636s 2024-02-28 21:37:49,772 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--2005668757", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/1362d515-40d1-491d-abb2-a7b1ed820561', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-b5bef08f-d7a0-40fa-bfba-feddfbeba22c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--2005668757", "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": "d7971109771548dbb72f8123d6383ccf", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1362d515-40d1-491d-abb2-a7b1ed820561", "created_at": "2024-02-28T21:37:50Z", "updated_at": "2024-02-28T21:37:50Z", "tags": [], "self": "/v2/images/1362d515-40d1-491d-abb2-a7b1ed820561", "file": "/v2/images/1362d515-40d1-491d-abb2-a7b1ed820561/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:37:51,030 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/1362d515-40d1-491d-abb2-a7b1ed820561/file 1.257s 2024-02-28 21:37:51,031 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-392a2b5e-3d19-4371-819e-8f8e99b68b69', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1362d515-40d1-491d-abb2-a7b1ed820561/file'} Body: b'' 2024-02-28 21:37:51,031 85800 DEBUG [tempest.scenario.manager] image:1362d515-40d1-491d-abb2-a7b1ed820561 2024-02-28 21:37:51,086 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.054s 2024-02-28 21:37:51,087 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1208868174", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBELlQwr4cqonzYO3jEaS/5H+MoXQ3QsFI/O+io2mDjpRHPxiHzHS98Eq4AykLR/6yE2/RmZFHXUC8DECDUpI78e9DUQ1vmj7c8a+djsEBidoi7ZMgRse3coGji4fx+k43g=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:51 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-1c9f7308-9c44-4d20-988f-39faca5e2f85', 'x-compute-request-id': 'req-1c9f7308-9c44-4d20-988f-39faca5e2f85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-120 8868174", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBELlQwr4cqonzYO3jEaS/5H+MoXQ3QsFI/O+io2mDjpRHPxiHzHS98Eq4AykLR/6yE2/RmZFHXUC8DECDUpI78e9DUQ1vmj7c8a+djsEBidoi7ZMgRse3coGji4fx+k43g==", "fingerprint": "07:97:69:d5:dc:86:5c:41:9d:39:cb:7a:85:76:28:02", "user_id": "d6ce105977454901a6a12f7c67039821"}}' 2024-02-28 21:37:51,192 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.098s 2024-02-28 21:37:51,192 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:51 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-0a301027-51b8-40d9-a047-409cf2838053', '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": "d6ce105977454901a6a12f7c67039821", "name": "tempest-TestMinimumBasicScenario-743574631-project-member", "password_expires_at": null}, "audit_ids": ["Ue-1MCFZSdm63JivlK3JfQ"], "expires_at": "2024-02-28T22:37:51.000000Z", "issued_at": "2024-02-28T21:37:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d7971109771548dbb72f8123d6383ccf", "name": "tempest-TestMinimumBasicScenario-743574631"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d7971109771548dbb72f8123d6383ccf", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:37:51,192 85800 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found networ k {'id': 'c0a00150-614c-4265-b08c-0dcf90b9d595', 'name': 'tempest-TestMinimumBasicScenario-1540493475-network', 'tenant_id': 'd7971109771548dbb72f8123d6383ccf', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd7971109771548dbb72f8123d6383ccf', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58586, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:34:49Z', 'updated_at': '2024-02-28T21:34:49Z', 'revision_number': 1} available for tenant 2024-02-28 21:37:51,704 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.510s 2024-02-28 21:37:51,704 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1535304415", "imageRef": "1362d515-40d1-491d-abb2-a7b1ed820561", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1208868174", "networks": [{"uuid": "c0a00150-614c-4265-b08c-0dcf90b9d595"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db762713-f69e-4d2b-a237-6891a8f621b9', 'x-compute-request-id': 'req-db762713-f69e-4d2b-a237-6891a8f621b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d003e5ec-0713-41b1-8473-d15b527282b3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Vst8HhrgDGW8"}}' 2024-02-28 21:37:51,780 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3 0.073s 2024-02-28 21:37:51,780 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b9ae4ec-00e6-4a40-b13d-81caa87e4782', 'x-compute-request-id': 'req-8b9ae4ec-00e6-4a40-b13d-81caa87e4782', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3'} Body: b'{"server": {"id": "d003e5ec-0713-41b1-8473-d15b527282b3", "name": "tempest-TestMinimumBasicScenario-server-1535304415", "status": "BUILD", "tenant_id": "d7971109771548dbb72f8123d6383ccf", "user_id": "d6ce105977454901a6a12f7c67039821", "metadata": {}, "hostId": "", "image": {"id": "1362d515-40d1-491d-abb2-a7b1ed820561", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1362d515-40d1-491d-abb2-a7b1ed820561"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:37:52Z", "updated": "2024-02-28T21:37:51Z", "addresses": {}, "acc essIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1208868174", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:38:42,063 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3 0.252s 2024-02-28 21:38:42,063 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e946105-c63a-4fa5-ac95-a9952eb8cb9f', 'x-compute-request-id': 'req-3e946105-c63a-4fa5-ac95-a9952eb8cb9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3'} Body: b'{"server": {"id": "d003e5ec-0713-41b1-8473-d15b527282b3", "name": "tempest-TestMinimumBasicScenario-server-1535304415", "status": "ACTIVE", "tenant_id": "d7971109771548dbb72f8123d6383ccf", "user_id": "d6ce105977454901a6a12f7c67039821", "metadata": {}, "hostId": "205a668489b53b8b03e32ea98b639d9d4dceddfc447f4e1bf7efe9b9", "image": {"id": "1362d515-40d1-491d-abb2-a7b1ed820561", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1362d515-40d1-491d-abb2-a7b1ed820561"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:37:51Z", "updated": "2024-02-28T21:37:58Z", "addresses": {"tempest-TestMinimumBasicScenario-1540493475-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:00:5e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1208868174", "OS-SRV-USG:launched_at": "2024-02-28T21:37:58.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:38:42,076 85800 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 21:39:42,367 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3 0.230s 2024-02-28 21:39:42,368 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c678d78-8f15-41dc-b167-a37388d1c04c', 'x-compute-request-id': 'req-4c678d78-8f15-41dc-b167-a37388d1c04c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3'} Body: b'{"server": {"id": "d003e5ec-0713-41b1-8473-d15b527282b3", "name": "tempest-TestMinimumBasicScenario-server-1535304415", "status": "ACTIVE", "tenant_id": "d7971109771548dbb72f8123d6383ccf", "user_id": "d6ce105977454901a6a12f7c67039821", "metadata": {}, "hostId": "205a668489b53b8b03e32ea98b639d9d4dceddfc447f4e1bf7efe9b9", "image": {"id": "1362d515-40d1-491d-abb2-a7b1ed820561", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1362d515-40d1-491d-abb2-a7b1ed820561"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:37:51Z", "updated": "2024-02-28T21:37:58Z", "addresses": {"tempest-TestMinimumBasicScenario-1540493475-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:00:5e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1208868174", "OS-SRV-USG:launched_at": "2024-02-28T21:37:58.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:39:42,468 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.083s 2024-02-28 21:39:42,469 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39:42 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-0aa5924f-02b2-4e67-ba50-b1c90401e777', 'x-compute-request-id': 'req-0aa5924f-02b2-4e67-ba50-b1c90401e777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "d003e5ec-0713-41b1-8473-d15b527282b3", "name": "tempest-TestMinimumBasicScenario-server-1535304415", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}]}]}' 2024-02-28 21:39:42,724 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3 0.248s 2024-02-28 21:39:42,724 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d724788-bffe-4b40-a1f0-c081def0ea8d', 'x-compute-request-id': 'req-2d724788-bffe-4b40-a1f0-c081def0ea8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b 1-8473-d15b527282b3'} Body: b'{"server": {"id": "d003e5ec-0713-41b1-8473-d15b527282b3", "name": "tempest-TestMinimumBasicScenario-server-1535304415", "status": "ACTIVE", "tenant_id": "d7971109771548dbb72f8123d6383ccf", "user_id": "d6ce105977454901a6a12f7c67039821", "metadata": {}, "hostId": "205a668489b53b8b03e32ea98b639d9d4dceddfc447f4e1bf7efe9b9", "image": {"id": "1362d515-40d1-491d-abb2-a7b1ed820561", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1362d515-40d1-491d-abb2-a7b1ed820561"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:37:51Z", "updated": "2024-02-28T21:37:58Z", "addresses": {"tempest-TestMinimumBasicScenario-1540493475-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:00:5e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1208868174", "OS-SRV-USG:launched_at": "2024-02-28T21:37:58.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:39:42,937 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes 0.199s 2024-02-28 21:39:42,937 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1801757134", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ea8e4fb-7c2f-4808-a53c-fbca0d5f049b', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ea8e4fb-7c2f-4808-a53c-fbca0d5f049b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes'} Body: b'{"volume": {"id": "5fc0ba8d-d472-4cc1-ac66-014f190259c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:39:42.871103", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1801757134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3"}], "user_id": "d6ce105977454901a6a12f7c67039821", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:39:42,988 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3 0.039s 2024-02-28 21:39:42,988 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-comp ute-request-id': 'req-a1bb7910-f42f-4a4a-b6e0-d856d1d14839', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1bb7910-f42f-4a4a-b6e0-d856d1d14839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3'} Body: b'{"volume": {"id": "5fc0ba8d-d472-4cc1-ac66-014f190259c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:39:43.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1801757134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3"}], "user_id": "d6ce105977454901a6a12f7c67039821", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d7971109771548dbb72f8123d6383ccf"}}' 2024-02-28 21:39:44,056 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3 0.054s 2024-02-28 21:39:44,057 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b1f8ac2-c4b2-4f8f-b985-ff9bc4aac587', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b1f8ac2-c4b2-4f8f-b985-ff9bc4aac587', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3'} Body: b'{"volume": {"id": "5fc0ba8d-d472-4cc1-ac66-014f190259c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:39:43.000000", "updated_at": "2024-02-28T21:39:43.000000", "name": "tempest-TestMinimumBasicScenario-volume-1801757134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3"}], "user_id": "d6ce105977454901a6a12f7c67039821", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d7971109771548dbb72f8123d6383ccf"}}' 2024-02-28 21:39:44,167 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3 0.093s 2024-02-28 21:39:44,167 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39: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-2d753676-3ba0-434d-bae9-8cadcfa6b4a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d7971 109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3'} Body: b'' 2024-02-28 21:39:44,202 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3 0.034s 2024-02-28 21:39:44,202 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39: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-7ffcc4f1-2523-431b-b3f1-0c9639a1d918', 'x-openstack-request-id': 'req-7ffcc4f1-2523-431b-b3f1-0c9639a1d918', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5fc0ba8d-d472-4cc1-ac66-014f190259c3 could not be found."}}' 2024-02-28 21:39:44,349 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3 0.146s 2024-02-28 21:39:44,349 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31734238-e794-4795-abb0-0b2ceaef046e', 'x-compute-request-id': 'req-31734238-e794-4795-abb0-0b2ceaef046e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3'} Body: b'' 2024-02-28 21:39:44,528 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3 0.178s 2024-02-28 21:39:44,528 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1541', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-651ce021-536d-48c9-a54f-506d6ea12523', 'x-compute-request-id': 'req-651ce021-536d-48c9-a54f-506d6ea12523', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3'} Body: b'{"server": {"id": "d003e5ec-0713-41b1-8473-d15b527282b3", "name": "tempest-TestMinimumBasicScenario-server-1535304415", "status": "ACTIVE", "tenant_id": "d7971109771548dbb72f8123d6383ccf", "user_id": "d6ce105977454901a6a12f7c67039821", "metadata": {}, "hostId": "205a668489b53b8b03e32ea98b639d9d4dceddfc447f4e1bf7efe9b9", "image": {"id": "1362d515-40d1-491d-abb2-a7b1ed820561", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1362d515-40d1-491d-abb2-a7b1ed820561"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:37:51Z", "updated": "2024-02-28T21:39:44Z", "addresses": {"tempest-TestMinimumBasicScenario-1540493475-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:00:5e"}]}, "accessIPv4": "", "acces sIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1208868174", "OS-SRV-USG:launched_at": "2024-02-28T21:37:58.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:40:34,792 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3 0.187s 2024-02-28 21:40:34,792 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:40:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-9736cad3-5387-497d-82c4-899760724f14', 'x-compute-request-id': 'req-9736cad3-5387-497d-82c4-899760724f14', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d003e5ec-0713-41b1-8473-d15b527282b3 could not be found."}}' 2024-02-28 21:40:34,835 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1208868174 0.042s 2024-02-28 21:40:34,836 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:40:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-864a6ed2-4b7e-472f-9b3b-b89d3a718c70', 'x-compute-request-id': 'req-864a6ed2-4b7e-472f-9b3b-b89d3a718c70', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1208868174'} Body: b'' 2024-02-28 21:40:35,032 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/1362d515-40d1-491d-abb2-a7b1ed820561 0.195s 2024-02-28 21:40:35,032 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:40:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-10fd5060-643b-488d-904c-5ec011e6e2f3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1362d515-40d1-491d-abb2-a7b1ed820561'} Body: b'' {10} setUpClass (cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 39, in resource_setup cls.volume = cls.create_volume_with_args(name=cls.volume_name) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 54, in create_volume_with_args waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6a2ef9d5-ea9b-4660-b419-4e9e36dd1e52 failed to build and is in ERROR status {2} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [166.691089s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1cf2ec15-5626-4ba9-a64b-a0c656459d11 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:38:50,892 85784 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:38:50,892 85784 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:38:50,952 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.057s 2024-02-28 21:38:50,952 85784 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-1500764607", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHO16uLZ4QxKbKtw0Pu1/Kex84HFdmqe9brosYFzEB1cQ8m5pB7ljzPpajg5lvNkevUcOL9F/5HH9eqHC7GnJL2BkegCpioomipxchPx1GkSzceyhaKOXKWfMkotl1P9yA=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38:50 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-f59ad27f-f60a-4ee6-9f59-90808aec1951', 'x-compute-request-id': 'req-f59ad27f-f60a-4ee6-9f59-90808aec1951', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1500764607", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHO16uLZ4QxKbKtw0Pu1/Kex84HFdmqe9brosYFzEB1cQ8m5pB7ljzPpajg5lvNkevUcOL9F/5HH9eqHC7GnJL2BkegCpioomipxchPx1GkSzceyhaKOXKWfMkotl1P9yA==", "fingerprint": "e0:48:26:f7:c2:77:5f:42:e5:a9:ac:00:00:5b:df:38", "user_id": "cc98895646b146b685ca85ddcd75d819"}}' 2024-02-28 21:38:50,955 85784 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1500764607 created 2024-02-28 21:38:51,118 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.163s 2024-02-28 21:38:51,119 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--929608728", "description": "tempest-description--189711783"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-936da02b-4da1-4674-b9fd-b72c1ba32fcb', 'date': 'Wed, 28 Feb 2024 21:38:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "870bce31-fe4f-409b-b629-3edeb9f2e097", "name": "tempest-securitygroup--929608728", "stateful": true, "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "description": "tempest-description--189711783", "shared": false, "security_group_rules": [{"id": "7b826c28-7c9e-47de-bca5-9620b738f557", "project_id": "2b6acc016e5144279dc6960b26b031bd", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "security_group_id": "870bce31-fe4f-409b-b629-3edeb9f2e097", "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": 1159, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:38:51Z", "updated_at": "2024-02-28T21:38:51Z", "revision_number": 0}, {"id": "f7122b2e-898d-4ad5-8167-9115abba5a3f", "project_id": "2b6acc016e5144279dc6960b26b031bd", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "security_group_id": "870bce31-fe4f-409b-b629-3edeb9f2e097", "ethertype": "IPv6", "direction": "e gress", "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": 1158, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:38:51Z", "updated_at": "2024-02-28T21:38:51Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:38:51Z", "updated_at": "2024-02-28T21:38:51Z", "revision_number": 1, "project_id": "2b6acc016e5144279dc6960b26b031bd"}}' 2024-02-28 21:38:51,350 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.230s 2024-02-28 21:38:51,350 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "870bce31-fe4f-409b-b629-3edeb9f2e097", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d9cfc71f-1bb6-47be-9012-b20d1722fbdb', 'date': 'Wed, 28 Feb 2024 21:38:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a7cf9ed1-a00d-4908-8284-623d6444c047", "project_id": "2b6acc016e5144279dc6960b26b031bd", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "security_group_id": "870bce31-fe4f-409b-b629-3edeb9f2e097", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:38:51Z", "updated_at": "2024-02-28T21:38:51Z", "revision_number": 0}}' 2024-02-28 21:38:51,691 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.340s 2024-02-28 21:38:51,691 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "870bce31-fe4f-409b-b629-3edeb9f2e097", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-c2aa9452-5356-4d4d-ad4e-1f1930d140b3', 'date': 'Wed, 28 Feb 2024 21:38:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a04e4902-4e17-491e-a101-519a2015ce4f", "project_id": "2b6acc016e5144279dc6960b26b031bd", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "security_group_id": "870bce31-fe4f-409b-b629-3edeb9f2e097", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:38:51Z", "updated_at": "2024-02-28T21:38:51Z", "revision_number": 0}}' 2024-02-28 21:38:51,691 85784 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--929608728 created 2024-02-28 21:38:52,317 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.625s 2024-02-28 21:38:52,318 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ' '} Body: {"floatingip": {"floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-34b03b50-189d-46ee-af8b-cf2d50d6e5f1', 'date': 'Wed, 28 Feb 2024 21:38:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b5457a8d-efe7-4631-9e3c-e4094dd5e5e5", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "floating_ip_address": "172.24.4.97", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2b6acc016e5144279dc6960b26b031bd", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:38:52Z", "updated_at": "2024-02-28T21:38:52Z", "revision_number": 0}}' 2024-02-28 21:38:52,318 85784 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b5457a8d-efe7-4631-9e3c-e4094dd5e5e5', 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'floating_ip_address': '172.24.4.97', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b6acc016e5144279dc6960b26b031bd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:38:52Z', 'updated_at': '2024-02-28T21:38:52Z', 'revision_number': 0, 'ip': '172.24.4.97'} created 2024-02-28 21:38:52,417 85784 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.094s 2024-02-28 21:38:52,418 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-fed5f225-f595-42ae-bf6b-cc4cbc6c5540', '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": "cc98895646b146b685ca85ddcd75d819", "name": "tempest-AttachVolumeShelveTestJSON-1567586072-project-member", "password_expires_at": null}, "audit_ids": ["bjcHw3w3QCC4DAFmE_aabw"], "expires_at": "2024-02-28T22:38:52.000000Z", "issued_at": "2024-02-28T21:38:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2b6acc016e5144279dc6960b26b031bd", "name": "tempest-AttachVolumeShelveTestJSON-1567586072"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2b6acc016e5144279dc6960b26b031bd", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "regio n": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:38:52,418 85784 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '2c767fd0-b8bb-41f9-b5bb-a16f8100471c', 'name': 'tempest-AttachVolumeShelveTestJSON-1261641174-network', 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2b6acc016e5144279dc6960b26b031bd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 327, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:35:59Z', 'updated_at': '2024-02-28T21:35:59Z', 'revision_number': 1} available for tenant 2024-02-28 21:38:52,419 85784 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1500764607', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHO16uLZ4QxKbKtw0Pu1/Kex84HFdmqe9brosYFzEB1cQ8m5pB7ljzPpajg5lvNkevUcOL9F/5HH9eqHC7GnJL2BkegCpioomipxchPx1GkSzceyhaKOXKWfMkotl1P9yA==', 'fingerprint': 'e0:48:26:f7:c2:77:5f:42:e5:a9:ac:00:00:5b:df:38', 'user_id': 'cc98895646b146b685ca85ddcd75d819', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBDM23IyJN5s6stTBr+bygbeJjTot2suF5DhyqCDco+g/Gk5MCj+l2i\njsah2VmGIIagBwYFK4EEACKhZANiAARzteri2eEMSmyrcND7tfynsfOBxXZqnvW6\n6LGBcxAdXEPJuaQe5Y8z6Wo4OZbzZHr1HDi/Rf+Rx/XqhwuxpyS9gZHoAqYqKJoq\ncXIT8dRpEs3HsoWijlylnzJKLZdT/cg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '870bce31-fe4f-409b-b629-3edeb9f2e097', 'name': 'tempest-securitygroup--929608728', 'stateful': True, 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'description': 'tempest-description--189711783', 'shared': False, 'security_group_rules': [{'id': '7b826c28-7c9e-47de-bca5-9620b738f557', 'project_id': '2b6acc016e5144279dc6960b26b031bd', 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'security_group_id': '870bce31-fe4f-409b-b629-3edeb9f2e097', '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': 1159, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:38:51Z', 'updated_at': '2024-02-28T21:38:51Z', 'revision_number': 0}, {'id': 'f7122b2e-898d-4ad5-8167-9115abba5a3f', 'project_id': '2b6acc016e5144279dc6960b26b031bd', 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'security_group_id': '870bce31-fe4f-409b-b629-3edeb9f2e097', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefi x': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1158, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:38:51Z', 'updated_at': '2024-02-28T21:38:51Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:38:51Z', 'updated_at': '2024-02-28T21:38:51Z', 'revision_number': 1, 'project_id': '2b6acc016e5144279dc6960b26b031bd'}, 'floating_ip': {'id': 'b5457a8d-efe7-4631-9e3c-e4094dd5e5e5', 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'floating_ip_address': '172.24.4.97', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b6acc016e5144279dc6960b26b031bd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:38:52Z', 'updated_at': '2024-02-28T21:38:52Z', 'revision_number': 0, 'ip': '172.24.4.97'}} 2024-02-28 21:38:53,200 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.780s 2024-02-28 21:38:53,200 85784 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-1883301866", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "2c767fd0-b8bb-41f9-b5bb-a16f8100471c"}], "security_groups": [{"name": "tempest-securitygroup--929608728"}], "key_name": "tempest-keypair-1500764607", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46', '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-c7473acc-1a88-4ab4-bbbf-86ebdd078850', 'x-compute-request-id': 'req-c7473acc-1a88-4ab4-bbbf-86ebdd078850', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c885e5d9-0826-4b3d-bc32-453bc3cfdf46", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--929608728"}], "adminPass": "password"}}' 2024-02-28 21:38:53,283 85784 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/c885e5d9-0826-4b3d-bc32-453bc3cfdf46 0.078s 2024-02-28 21:38:53,284 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38:53 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-355f3c51-0b4e-4def-a965-7c08cd2df404', 'x-compute-request-id': 'req-355f3c51-0b4e-4def-a965-7c08cd2df404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46'} Body: b'{"server": {"id ": "c885e5d9-0826-4b3d-bc32-453bc3cfdf46", "name": "tempest-AttachVolumeShelveTestJSON-server-1883301866", "status": "BUILD", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "user_id": "cc98895646b146b685ca85ddcd75d819", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:38:53Z", "updated": "2024-02-28T21:38:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1500764607", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2024-02-28 21:39:43,560 85784 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/c885e5d9-0826-4b3d-bc32-453bc3cfdf46 0.211s 2024-02-28 21:39:43,560 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1585', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fba02a27-a73a-4988-b0c1-50925863ddc7', 'x-compute-request-id': 'req-fba02a27-a73a-4988-b0c1-50925863ddc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46'} Body: b'{"server": {"id": "c885e5d9-0826-4b3d-bc32-453bc3cfdf46", "name": "tempest-AttachVolumeShelveTestJSON-server-1883301866", "status": "ACTIVE", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "user_id": "cc98895646b146b685ca85ddcd75d819", "metadata": {}, "hostId": "3aaddbfad012711a5d25024beb2ac7130a3d41a2afde22e22fbb90a4", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:38:53Z", "updated": "2024-02-28T21:38:59Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1261641174-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:73:84"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1500764607", "OS-SRV-USG:launched_at": "2024-02-28T21:38:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--929608728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2024-02-28 21:39:43,575 85784 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:40: 43,934 85784 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/c885e5d9-0826-4b3d-bc32-453bc3cfdf46/os-interface 0.325s 2024-02-28 21:40:43,935 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:40:43 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-eeea7527-0685-4493-ab6d-93b12cef58db', 'x-compute-request-id': 'req-eeea7527-0685-4493-ab6d-93b12cef58db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "2c767fd0-b8bb-41f9-b5bb-a16f8100471c", "port_id": "0981dc46-b2d1-4831-a564-98414d79f895", "mac_addr": "fa:16:3e:af:73:84", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "dc1e3209-62e4-49a6-b11c-8feb3498bca9", "ip_address": "10.0.0.4"}]}]}' 2024-02-28 21:40:44,702 85784 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/b5457a8d-efe7-4631-9e3c-e4094dd5e5e5 0.759s 2024-02-28 21:40:44,702 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "0981dc46-b2d1-4831-a564-98414d79f895"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-2797782f-9dc5-4859-bec4-a1be62c39b2b', 'date': 'Wed, 28 Feb 2024 21:40:44 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b5457a8d-efe7-4631-9e3c-e4094dd5e5e5'} Body: b'{"floatingip": {"id": "b5457a8d-efe7-4631-9e3c-e4094dd5e5e5", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "floating_ip_address": "172.24.4.97", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "b2cd9e1b-a6b5-44a7-86e9-f77b0155f549", "port_id": "0981dc46-b2d1-4831-a564-98414d79f895", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "2c767fd0-b8bb-41f9-b5bb-a16f8100471c", "mac_address": "fa:16:3e:af:73:84", "admin_state_up": true, "status": "ACTIVE", "device_id": "c885e5d9-0826-4b3d-bc32-453bc3cfdf46", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:38:52Z", "updated_at": "2024-02-28T21:40:44Z", "revision_number": 1, "project_id": "2b6acc016e5144279dc6960b26b031bd"}}' 2024-02-28 21:40:44,703 85784 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.97:22' as 'cirros' with public key authentication 2024-02-28 21:40:44,713 85784 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:40:44,820 85784 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:40:44,821 85784 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.97 successfully created 2024-02-28 21:40:44,865 85784 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/c885e5d9-0826-4b3d-bc32-453bc3cfdf46/ips 0.043s 2024-02-28 21:40:44,865 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:40:44 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-80afa192-9cce-4092-bf7f-aa521c9a9c5a', 'x-compute-request-id': 'req-80afa192-9cce-4092-bf7f-aa521c9a9c5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1261641174-network": [{"version": 4, "addr": "10.0.0.4"}]}}' 2024-02-28 21:40:45,067 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes 0.199s 2024-02-28 21:40:45,067 85784 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-407090787"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:40:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5da0252f-35ec-48b4-b893-544fe9b3aa46', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5da0252f-35ec-48b4-b893-544fe9b3aa46', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes'} Body: b'{"volume": {"id": "1cf2ec15-5626-4ba9-a64b-a0c656459d11", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:40:44.999699", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-407090787", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/1cf2ec15-5626-4ba9-a64b-a0c656459d11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2b6acc016e5144279dc6960b26b031bd/volumes/1cf2ec15-5626-4ba9-a64b-a0c656459d11"}], "user_id": "cc98895646b146b685ca85ddcd75d819", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:40:45,161 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/1cf2ec15-5626-4ba9-a64b-a0c656459d11 0.083s 2024-02-28 21:40:45,161 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:40:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c60612a2-0a70-4bf5-9458-7c77fdb696c1', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c60612a2-0a70-4bf5-9458-7c77fdb696c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/1cf2ec15-5626-4ba9-a64b-a0c656459d11'} Body: b'{"volume": {"id": "1cf2ec15-5626-4ba9-a64b-a0c656459d11", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:40:45.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-407090787", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/1cf2ec15-562 6-4ba9-a64b-a0c656459d11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2b6acc016e5144279dc6960b26b031bd/volumes/1cf2ec15-5626-4ba9-a64b-a0c656459d11"}], "user_id": "cc98895646b146b685ca85ddcd75d819", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b6acc016e5144279dc6960b26b031bd"}}' 2024-02-28 21:40:46,213 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/1cf2ec15-5626-4ba9-a64b-a0c656459d11 0.038s 2024-02-28 21:40:46,213 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:40:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e496e9b-b073-4be2-aa55-07ad70da1a67', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e496e9b-b073-4be2-aa55-07ad70da1a67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/1cf2ec15-5626-4ba9-a64b-a0c656459d11'} Body: b'{"volume": {"id": "1cf2ec15-5626-4ba9-a64b-a0c656459d11", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:40:45.000000", "updated_at": "2024-02-28T21:40:45.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-407090787", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/1cf2ec15-5626-4ba9-a64b-a0c656459d11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2b6acc016e5144279dc6960b26b031bd/volumes/1cf2ec15-5626-4ba9-a64b-a0c656459d11"}], "user_id": "cc98895646b146b685ca85ddcd75d819", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b6acc016e5144279dc6960b26b031bd"}}' 2024-02-28 21:40:46,349 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46 0.124s 2024-02-28 21:40:46,350 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:40:46 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-76052574-6639-48a7-b80c-28cd3202968a', 'x-compute-request-id': 'req-76052574-6639-48a7-b80c-28cd3202968a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46'} Body: b'' 2024-02-28 21:40:46,588 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46 0.237s 2024-02-28 21:40:46,588 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:40:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1709', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nov a-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d263ff24-5198-45bb-b0fd-94e1a6f847f8', 'x-compute-request-id': 'req-d263ff24-5198-45bb-b0fd-94e1a6f847f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46'} Body: b'{"server": {"id": "c885e5d9-0826-4b3d-bc32-453bc3cfdf46", "name": "tempest-AttachVolumeShelveTestJSON-server-1883301866", "status": "ACTIVE", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "user_id": "cc98895646b146b685ca85ddcd75d819", "metadata": {}, "hostId": "3aaddbfad012711a5d25024beb2ac7130a3d41a2afde22e22fbb90a4", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:38:53Z", "updated": "2024-02-28T21:40:46Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1261641174-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:73:84"}, {"version": 4, "addr": "172.24.4.97", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:73:84"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1500764607", "OS-SRV-USG:launched_at": "2024-02-28T21:38:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--929608728"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2024-02-28 21:41:36,944 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46 0.290s 2024-02-28 21:41:36,944 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:36 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-bb7d1c03-e21b-44d5-b1af-d7fae3573afd', 'x-compute-request-id': 'req-bb7d1c03-e21b-44d5-b1af-d7fae3573afd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c885e5d9-0826-4b3d-bc32-453bc3cfdf46 could not be found."}}' 2024-02-28 21:41:36,981 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1500764607 0.035s 2024-02-28 21:41:36,981 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:36 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-6863b720-a7e5-4e0a-bda2-96d12b262494', 'x-comput e-request-id': 'req-6863b720-a7e5-4e0a-bda2-96d12b262494', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1500764607'} Body: b'' 2024-02-28 21:41:37,163 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/870bce31-fe4f-409b-b629-3edeb9f2e097 0.181s 2024-02-28 21:41:37,164 85784 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-1af9c5ad-5e88-4b6c-8691-a8f9132ec85b', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:41:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/870bce31-fe4f-409b-b629-3edeb9f2e097'} Body: b'' 2024-02-28 21:41:37,189 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/870bce31-fe4f-409b-b629-3edeb9f2e097 0.025s 2024-02-28 21:41:37,190 85784 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-5b3c8a09-a781-4840-8cf6-a756d569191d', 'date': 'Wed, 28 Feb 2024 21:41:37 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/870bce31-fe4f-409b-b629-3edeb9f2e097'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 870bce31-fe4f-409b-b629-3edeb9f2e097 does not exist", "detail": ""}}' 2024-02-28 21:41:37,580 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b5457a8d-efe7-4631-9e3c-e4094dd5e5e5 0.388s 2024-02-28 21:41:37,580 85784 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-ad5f38d0-5cfb-4350-b70d-2e4528d9a5ad', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:41:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b5457a8d-efe7-4631-9e3c-e4094dd5e5e5'} Body: b'' {2} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [1.713773s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 55, in test_volume_create_get_delete volume = self.create_volume(size=CONF.volume.volume_size, File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0fa3b23c-e9a3-4a12-8aa3-e76587d06396 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:41:42,858 85784 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.465s 2024-02-28 21:41:42,858 85784 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-727591147", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '352', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/0fa3b23c-e9a3-4a12-8aa3-e76587d06396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bff1a49-1e0e-4a36-beaf-997e95f56d6b', 'x-compute-request-id': 'req-9bff1a49-1e0e-4a36-beaf-997e95f56d6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "0fa3b23c-e9a3-4a12-8aa3-e76587d06396", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-28T21:41:42.746732", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-727591147", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2024-02-28 21:41:42,932 85784 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/0fa3b23c-e9a3-4a12-8aa3-e76587d06396 0.066s 2024-02-28 21:41:42,932 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '352', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bceb5e2c-48aa-4cae-933d-fc408971b3d0', 'x-compute-request-id': 'req-bceb5e2c-48aa-4cae-933d-fc408971b3d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/0fa3b23c-e9a3-4a12-8aa3-e76587d06396'} Body: b'{"volume": {"id": "0fa3b23c-e9a3-4a12-8aa3-e76587d06396", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-28T21:41:43.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-727591147", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2024-02-28 21:41:44,099 85784 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/0fa3b23c-e9a3-4a12-8aa3-e76587d06396 0.160s 2024-02-28 21:41:44,099 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9da5f33-5e96-4425-9cd7-e3ca2b3ed9bd', 'x-compute-request-id': 'req-c9da5f33-5e96-4425-9cd7-e3ca2b3ed9bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/0fa3b23c-e9a3-4a12-8aa3-e76587d06396'} Body: b'{"volume": {"id": "0fa3b23c-e9a3-4a12-8aa3-e76587d06396", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-28T21:41:43.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-727591147", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' {2} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [1.753420s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 293, in test_reset_group_snapshot_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 1c46e510-b540-4005-8e69-61a03346f4dd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:41:46,796 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/fbda3c7b585740e4868c4623a01bf853/types 0.179s 2024-02-28 21:41:46,797 85784 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-1370454325"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92765172-917d-4969-8fb5-0b64643071eb', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92765172-917d-4969-8fb5-0b64643071eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fbda3c7b585740e4868c4623a01bf853/types'} Body: b'{"volume_type": {"id": "7518b509-6a1e-417d-823f-9a3e8677d7cb", "name": "tempest-GroupSnapshotsV319Test-volume-type-1370454325", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 21:41:46,840 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/fbda3c7b585740e4868c4623a01bf853/group_types 0.038s 2024-02-28 21:41:46,840 85784 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-920053557"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7adec81a-37d3-4da2-b568-e23256178773', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7adec81a-37d3-4da2-b568-e23256178773', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fbda3c7b585740e4868c4623a01bf853/group_types'} Body: b'{"group_type": {"id": "9078c6ca-751f-4477-aefd-f14a4d373108", "name": "tempest-GroupSnapshotsV319Test-group-type-920053557", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 21:41:47,041 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/groups 0.197s 2024-02-28 21:41:47,042 85784 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": "9078c6ca-751f-4477-aefd-f14a4d373108", "volume_types": ["7518b509-6a1e-417d-823f-9a3e8677d7cb"], "name": "tempest-GroupSnapshotsV319Test-Group-1948338945"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42ca36d1-e0f6-4732-bcea-8cd7a71ea27c', 'content-length': '116', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42ca36d1-e0f6-4732-bcea-8cd7a71ea27c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/groups'} Body: b'{"group": {"id": "1c46e510-b540-4005-8e69-61a03346f4dd", "name": "tempest-GroupSnapshotsV319Test-Group-1948338945"}}' 2024-02-28 21:41:47,079 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/groups/1c46e510-b540-4005-8e69-61a03346f4dd 0.035s 2024-02-28 21:41:47,080 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78a7bae0-aa21-4637-9fc3-e8d175e240a6', 'content-length': '396', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78a7bae0-aa21-4637-9fc3-e8d175e240a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/groups/1c46e510-b540-4005-8e69-61a03346f4dd'} Body: b'{"group": {"id": "1c46e510-b540-4005-8e69-61a03346f4dd", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T21:41:47.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1948338945", "description": null, "group_type": "9078c6ca-751f-4477-aefd-f14a4d373108", "volume_types": ["7518b509-6a1e-417d-823f-9a3e8677d7cb"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:41:48,127 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/groups/1c46e510-b540-4005-8e69-61a03346f4dd 0.038s 2024-02-28 21:41:48,128 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f4fc204-603f-4cba-a19c-446b047ccbf3', 'content-length': '393', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f4fc204-603f-4cba-a19c-446b047ccbf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/groups/1c46e510-b540-4005-8e69-61a03346f4dd'} Body: b'{"group": {"id": "1c46e510-b540-4005-8e69-61a03346f4dd", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T21:41:47.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1948338945", "description": null, "group_type": "9078c6ca-751f-4477-aefd-f14a4d373108", "volume_types": ["7518b509-6a1e-417d-823f-9a3e8677d7cb"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:41:48,169 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/volumes/detail 0.033s 2024-02-28 21:41:48,169 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34525507-5fd6-4fad-b959-e915dad6fc6a', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34525507-5fd6-4fad-b959-e915dad6fc6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 21:41:48,246 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/groups/1c46e510-b540-4005-8e69-61a03346f4dd/action 0.063s 2024-02-28 21:41:48,247 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:48 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-225f9d6a-f2cc-4b5c-ad02-e9b3bb2a0d84', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/groups/1c46e510-b540-4005-8e69-61a03346f4dd/action'} Body: b'' 2024-02-28 21:41:48,265 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/groups/1c46e510-b540-4005-8e69-61a03346f4dd 0.017s 2024-02-28 21:41:48,265 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:48 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-67ecfd40-099d-46c6-8348-d6a67aa01b88', 'x-openstack-request-id': 'req-67ecfd40-099d-46c6-8348-d6a67aa01b88', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/groups/1c46e510-b540-4005-8e69-61a03346f4dd'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 1c46e510-b540-4005-8e69-61a03346f4dd could not be found."}}' 2024-02-28 21:41:48,294 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fbda3c7b585740e4868c4623a01bf853/group_types/9078c6ca-751f-4477-aefd-f14a4d373108 0.028s 2024-02-28 21:41:48,295 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:48 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-e94403b6-a412-405b-8073-a411be47a1bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fbda3c7b585740e4868c4623a01bf853/group_types/9078c6ca-751f-4477-aefd-f14a4d373108'} Body: b'' 2024-02-28 21:41:48,347 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fbda3c7b585740e4868c4623a01bf853/types/7518b509-6a1e-417d-823f-9a3e8677d7cb 0.051s 2024-02-28 21:41:48,347 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0a019e9-8ee3-4917-a65c-4d011c942500', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fbda3c7b585740e4868c4623a01bf853/types/7518b509-6a1e-417d-823f-9a3e8677d7cb'} Body: b'' 2024-02-28 21:41:48,368 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fbda3c7b585740e4868c4623a01bf853/types/7518b509-6a1e-417d-823f-9a3e8677d7cb 0.020s 2024-02-28 21:41:48,368 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:48 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-a1cbfeb9-7317-410d-85a0-b86e48926bbc', 'x-openstack-request-id': 'req-a1cbfeb9-7317-410d-85a0-b86e48926bbc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fbda3c7b585740e4868c4623a01bf853/types/7518b509-6a1e-417d-823f-9a3e8677d7cb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 7518b509-6a1e-417d-823f-9a3e8677d7cb could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [163.347893s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 84, in test_force_detach_volume volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d1c87840-d2d5-4027-9af1-da52bab5b2b1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:42:03,515 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.084s 2024-02-28 21:42:03,515 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:42:03 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-7f952869-e391-4d88-b496-77efacfead2b', '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": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "name": "tempest-VolumesActionsTest-745035052-project-member", "password_expires_at": null}, "audit_ids": ["u6mnNBeDRQ-fnFa4FGmqwg"], "expires_at": "2024-02-28T22:42:03.000000Z", "issued_at": "2024-02-28T21:42:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "392c373bad254a8e81699971e503e581", "name": "tempest-VolumesActionsTest-745035052"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/392c373bad254a8e81699971e503e581", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:42:03,516 85784 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '9658c1b0-3020-4fb0-a2d1-d9d5804ac394', 'name': 'tempest-VolumesActionsTest-1642909570-network', 'tenant_id': '392c373bad254a8e81699971e503e581', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '392c373bad254a8e81699971e503e581', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': ' geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7669, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:41:51Z', 'updated_at': '2024-02-28T21:41:51Z', 'revision_number': 1} available for tenant 2024-02-28 21:42:04,208 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.691s 2024-02-28 21:42:04,209 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-906749175", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "networks": [{"uuid": "9658c1b0-3020-4fb0-a2d1-d9d5804ac394"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:42:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2480906f-35a3-4499-9bbb-d471f8dd0e5e', 'x-compute-request-id': 'req-2480906f-35a3-4499-9bbb-d471f8dd0e5e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "29c83a73-29b7-45ad-af5a-594f2076cc7e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "RQifNScW4gxb"}}' 2024-02-28 21:42:04,285 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e 0.072s 2024-02-28 21:42:04,285 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:42:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1205', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acd7551c-dd75-4815-b114-8d7adcd96b74', 'x-compute-request-id': 'req-acd7551c-dd75-4815-b114-8d7adcd96b74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e'} Body: b'{"server": {"id": "29c83a73-29b7-45ad-af5a-594f2076cc7e", "name": "tempest-VolumesActionsTest-instance-906749175", "status": "BUILD", "tenant_id": "392c373bad254a8e81699971e503e581", "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:42:04Z", "updated": "2024-02-28T21:42:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling ", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:42:54,653 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e 0.305s 2024-02-28 21:42:54,653 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:42:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1483', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69d49cce-3397-4934-9260-643060f37c85', 'x-compute-request-id': 'req-69d49cce-3397-4934-9260-643060f37c85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e'} Body: b'{"server": {"id": "29c83a73-29b7-45ad-af5a-594f2076cc7e", "name": "tempest-VolumesActionsTest-instance-906749175", "status": "ACTIVE", "tenant_id": "392c373bad254a8e81699971e503e581", "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "metadata": {}, "hostId": "9e34bbba533c4638a97ea4f17790038d390884323619437bb7d60d3e", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:42:04Z", "updated": "2024-02-28T21:42:10Z", "addresses": {"tempest-VolumesActionsTest-1642909570-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:97:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:42: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": []}}' 2024-02-28 21:42:54,666 85784 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:43:54,917 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes 0.239s 2024-02-28 21:43:54,917 85784 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-1182521470"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:43:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-085c42ab-8a82-4066-b223-1e360a13eda1', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-085c42ab-8a82-4066-b223-1e360a13eda1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes'} Body: b'{"volume": {"id": "d1c87840-d2d5-4027-9af1-da52bab5b2b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:43:54.851502", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1182521470", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_vol id": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:43:54,971 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1 0.043s 2024-02-28 21:43:54,971 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:43:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74e9ed9a-db36-4a16-bfb1-e6ed94230013', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74e9ed9a-db36-4a16-bfb1-e6ed94230013', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1'} Body: b'{"volume": {"id": "d1c87840-d2d5-4027-9af1-da52bab5b2b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:43:55.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1182521470", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:43:56,029 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1 0.041s 2024-02-28 21:43:56,029 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:43:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f5d7d32-e724-4fc8-aaf8-343761f4692f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f5d7d32-e724-4fc8-aaf8-343761f4692f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1'} Body: b'{"volume": {"id": "d1c87840-d2d5-4027-9af1-da52bab5b2b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:43:55.000000", "updated_at": "2024-02-28T21:43:55.000000", "name": "tempest-VolumesActionsTest-Volume-1182521470", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329 997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:43:56,080 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1 0.038s 2024-02-28 21:43:56,080 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:43:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c176c545-4907-4bdb-a4eb-d05f5de3f91f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c176c545-4907-4bdb-a4eb-d05f5de3f91f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1'} Body: b'{"volume": {"id": "d1c87840-d2d5-4027-9af1-da52bab5b2b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:43:55.000000", "updated_at": "2024-02-28T21:43:55.000000", "name": "tempest-VolumesActionsTest-Volume-1182521470", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:43:56,187 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1 0.095s 2024-02-28 21:43:56,187 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:43: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-b4ec5e8b-d5c7-47b6-8d06-e46557ae8ff2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1'} Body: b'' 2024-02-28 21:43:56,208 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1 0.020s 2024-02-28 21:43:56,208 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:43:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-42e2e970-8ef3-442a-bf2c-d2fd3c56befe', 'x-openstack-request-id': 'req-42e2e970-8ef3-442a-bf2c-d2fd3c56befe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1'} Body: b'{"itemNotFound": {"code": 4 04, "message": "Volume d1c87840-d2d5-4027-9af1-da52bab5b2b1 could not be found."}}' 2024-02-28 21:43:56,338 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e 0.129s 2024-02-28 21:43:56,338 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:43:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b16841ac-fef5-4ad8-93bf-91f9e8572ee6', 'x-compute-request-id': 'req-b16841ac-fef5-4ad8-93bf-91f9e8572ee6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e'} Body: b'' 2024-02-28 21:43:56,697 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e 0.358s 2024-02-28 21:43:56,697 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:43:56 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-b71b6cf1-ccc8-4332-886d-be709ae4e7a4', 'x-compute-request-id': 'req-b71b6cf1-ccc8-4332-886d-be709ae4e7a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e'} Body: b'{"server": {"id": "29c83a73-29b7-45ad-af5a-594f2076cc7e", "name": "tempest-VolumesActionsTest-instance-906749175", "status": "ACTIVE", "tenant_id": "392c373bad254a8e81699971e503e581", "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "metadata": {}, "hostId": "9e34bbba533c4638a97ea4f17790038d390884323619437bb7d60d3e", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:42:04Z", "updated": "2024-02-28T21:43:56Z", "addresses": {"tempest-VolumesActionsTest-1642909570-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:97:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:42:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:44:46,772 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e 0.042s 2024-02-28 21:44:46,772 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'open stack-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-04f39e18-e52d-41a2-a5c5-cf4555df6aeb', 'x-compute-request-id': 'req-04f39e18-e52d-41a2-a5c5-cf4555df6aeb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 29c83a73-29b7-45ad-af5a-594f2076cc7e could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [1.473269s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 66, in test_volume_force_delete_when_volume_is_attaching self._create_reset_and_force_delete_temp_volume('attaching') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ca9b4b84-0b09-42fb-9ce6-4c37b9534d08 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:44:46,962 85784 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/392c373bad254a8e81699971e503e581/volumes 0.186s 2024-02-28 21:44:46,963 85784 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-1545182235"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e71dec93-bd01-4c7a-9475-2514b166589d', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e71dec93-bd01-4c7a-9475-2514b166589d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes'} Body: b'{"volume": {"id": "ca9b4b84-0b09-42fb-9ce6-4c37b9534d08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:46.902608", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1545182235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:44:47,016 85784 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/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08 0.043s 2024-02-28 21:44:47,017 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfa6340d-78ef-4ab4-8859-09dab856895d', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfa6340d-78ef-4ab4-8859-09dab856895d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08'} Body: b'{"volume": {"id": "ca9b4b84-0b09-42fb-9ce6-4c37b9534d08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:47.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1545182235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:48,073 85784 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/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08 0.040s 2024-02-28 21:44:48,074 85784 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cabb4bc-1af1-4fdd-a164-2c81ce461faa', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cabb4bc-1af1-4fdd-a164-2c81ce461faa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08'} Body: b'{"volume": {"id": "ca9b4b84-0b09-42fb-9ce6-4c37b9534d08", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:47.000000", "updated_at": "2024-02-28T21:44:47.000000", "name": "tempest-VolumesActionsTest-Volume-1545182235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:48,124 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08 0.039s 2024-02-28 21:44:48,125 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcd68ec3-39d0-4895-9c7d-e9750f1a1abc', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcd68ec3-39d0-4895-9c7d-e9750f1a1abc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08'} Body: b'{"volume": {"id": "ca9b4b84-0b09-42fb-9ce6-4c37b9534d08", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:47.000000", "updated_at": "2024-02-28T21:44:47.000000", "name": "tempest-VolumesActionsTest-Volume-1545182235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:48,228 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08 0.092s 2024-02-28 21:44:48,229 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:48 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-29124cfd-804a-468b-987f-a2f0a695651a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08'} Body: b'' 2024-02-28 21:44:48,248 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08 0.019s 2024-02-28 21:44:48,249 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-aea6adff-5c01-4e2f-9c09-9030c0deb9bd', 'x-openstack-request-id': 'req-aea6adff-5c01-4e2f-9c09-9030c0deb9bd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ca9b4b84-0b09-42fb-9ce6-4c37b9534d08 could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [1.468789s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 61, in test_volume_force_delete_when_volume_is_creating self._create_reset_and_force_delete_temp_volume('creating') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c580f2ad-0803-4102-8863-c844f933e7c6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:44:48,438 85784 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/392c373bad254a8e81699971e503e581/volumes 0.185s 2024-02-28 21:44:48,438 85784 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-181056788"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec29f1d3-95f2-41dc-8517-77f18d8d1300', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec29f1d3-95f2-41dc-8517-77f18d8d1300', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes'} Body: b'{"volume": {"id": "c580f2ad-0803-4102-8863-c844f933e7c6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:48.372915", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-181056788", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:44:48,488 85784 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/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6 0.039s 2024-02-28 21:44:48,488 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f44be39-a581-489f-b337-9286063d657e', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f44be39-a581-489f-b337-9286063d657e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6'} Body: b'{"volume": {"id": "c580f2ad-0803-4102-8863-c844f933e7c6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:48.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-181056788", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:49,541 85784 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/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6 0.039s 2024-02-28 21:44:49,542 85784 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4bf30db-6a6b-48fd-841b-282401c0c30c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4bf30db-6a6b-48fd-841b-282401c0c30c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6'} Body: b'{"volume": {"id": "c580f2ad-0803-4102-8863-c844f933e7c6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:48.000000", "updated_at": "2024-02-28T21:44:48.000000", "name": "tempest-VolumesActionsTest-Volume-181056788", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:49,593 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6 0.040s 2024-02-28 21:44:49,594 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ef1c5b3-cc45-4740-8ff3-325bbbb27a1c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ef1c5b3-cc45-4740-8ff3-325bbbb27a1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6'} Body: b'{"volume": {"id": "c580f2ad-0803-4102-8863-c844f933e7c6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:48.000000", "updated_at": "2024-02-28T21:44:48.000000", "name": "tempest-VolumesActionsTest-Volume-181056788", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:49,698 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6 0.093s 2024-02-28 21:44:49,698 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0 ', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67305895-8e03-47a1-9615-afd3a94a825f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6'} Body: b'' 2024-02-28 21:44:49,720 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6 0.021s 2024-02-28 21:44:49,720 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c727d253-b139-4de4-ad0c-dace2516d829', 'x-openstack-request-id': 'req-c727d253-b139-4de4-ad0c-dace2516d829', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c580f2ad-0803-4102-8863-c844f933e7c6 could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [1.580403s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 71, in test_volume_force_delete_when_volume_is_error self._create_reset_and_force_delete_temp_volume('error') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 37d7d441-a431-4bd5-99f3-00a0abb71a0d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:44:49,926 85784 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/392c373bad254a8e81699971e503e581/volumes 0.202s 2024-02-28 21:44:49,926 85784 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-1115320031"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad12552b-f1c2-4a6b-b704-7ef72c7ec638', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad12552b-f1c2-4a6b-b704-7ef72c7ec638', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes'} Body: b'{"volume": {"id": "37d7d441-a431-4bd5-99f3-00a0abb71a0d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:49.865065", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1115320031", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:44:49,980 85784 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/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d 0.042s 2024-02-28 21:44:49,980 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a57b607-3588-4bdd-9fb0-628fb349bc0d', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a57b607-3588-4bdd-9fb0-628fb349bc0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d'} Body: b'{"volume": {"id": "37d7d441-a431-4bd5-99f3-00a0abb71a0d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:50.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1115320031", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:51,037 85784 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/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d 0.043s 2024-02-28 21:44:51,037 85784 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24a6620b-ae46-4fa0-9e4f-eb281f917b43', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24a6620b-ae46-4fa0-9e4f-eb281f917b43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d'} Body: b'{"volume": {"id": "37d7d441-a431-4bd5-99f3-00a0abb71a0d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:50.000000", "updated_at": "2024-02-28T21:44:50.000000", "name": "tempest-VolumesActionsTest-Volume-1115320031", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:51,160 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d 0.108s 2024-02-28 21:44:51,161 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da68924a-d76c-4859-8574-59c5f6933785', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da68924a-d76c-4859-8574-59c5f6933785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d'} Body: b'{"volume": {"id": "37d7d441-a431-4bd5-99f3-00a0abb71a0d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:50.000000", "updated_at": "2024-02-28T21:44:50.000000", "name": "tempest-VolumesActionsTest-Volume-1115320031", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:51,280 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d 0.107s 2024-02-28 21:44:51,280 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44: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-85ee5020-a54d-4ad5-a83a-8531183349ae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d'} Body: b'' 2024-02-28 21:44:51,302 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d 0.022s 2024-02-28 21:44:51,303 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44: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-9e5eb9b7-1e9a-48f4-a662-2661a00d8d0c', 'x-openstack-request-id': 'req-9e5eb9b7-1e9a-48f4-a662-2661a00d8d0c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 37d7d441-a431-4bd5-99f3-00a0abb71a0d could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [1.608684s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 76, in test_volume_force_delete_when_volume_is_maintenance self._create_reset_and_force_delete_temp_volume('maintenance') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d752c20b-9ef4-4d9f-a5a9-6708f23e37e6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:44:51,534 85784 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/392c373bad254a8e81699971e503e581/volumes 0.229s 2024-02-28 21:44:51,535 85784 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-1760286097"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ded03e7-acc9-42a1-82b2-17af9a64789f', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ded03e7-acc9-42a1-82b2-17af9a64789f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes'} Body: b'{"volume": {"id": "d752c20b-9ef4-4d9f-a5a9-6708f23e37e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:51.469221", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1760286097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:44:51,584 85784 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/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6 0.038s 2024-02-28 21:44:51,584 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71bc0c98-c2ae-4998-8520-403a91481354', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71bc0c98-c2ae-4998-8520-403a91481354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6'} Body: b'{"volume": {"id": "d752c20b-9ef4-4d9f-a5a9-6708f23e37e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:51.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1760286097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:52,708 85784 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/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6 0.111s 2024-02-28 21:44:52,709 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-102502ee-3417-40cf-8a5c-95e4be9d0407', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-102502ee-3417-40cf-8a5c-95e4be9d0407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6'} Body: b'{"volume": {"id": "d752c20b-9ef4-4d9f-a5a9-6708f23e37e6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:51.000000", "updated_at": "2024-02-28T21:44:52.000000", "name": "tempest-VolumesActionsTest-Volume-1760286097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:52,762 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6 0.039s 2024-02-28 21:44:52,763 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baf00e63-2ccc-4115-8bcd-fc1782d0c919', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baf00e63-2ccc-4115-8bcd-fc1782d0c919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6'} Body: b'{"volume": {"id": "d752c20b-9ef4-4d9f-a5a9-6708f23e37e6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:51.000000", "updated_at": "2024-02-28T21:44:52.000000", "name": "tempest-VolumesActionsTest-Volume-1760286097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:52,880 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6 0.104s 2024-02-28 21:44:52,880 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'conte nt-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13499d7d-50e5-4fa1-a4f8-0a10490d58ca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6'} Body: b'' 2024-02-28 21:44:52,913 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6 0.032s 2024-02-28 21:44:52,913 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9a70a08-b5f8-4af7-9da9-fb99d3e52de5', 'x-openstack-request-id': 'req-c9a70a08-b5f8-4af7-9da9-fb99d3e52de5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d752c20b-9ef4-4d9f-a5a9-6708f23e37e6 could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [1.590071s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 47, in test_volume_reset_status volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b045a467-3efc-4e7f-81de-5dd2d92f732c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:44:53,105 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes 0.187s 2024-02-28 21:44:53,105 85784 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-1689728310"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41fcc316-0eb0-44c7-9ed6-6a3ef83a0150', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41fcc316-0eb0-44c7-9ed6-6a3ef83a0150', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes'} Body: b'{"volume": {"id": "b045a467-3efc-4e7f-81de-5dd2d92f732c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:53.047979", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1689728310", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:44:53,160 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c 0.043s 2024-02-28 21:44:53,160 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deab6c47-de8b-42ee-9416-c33a5a3ad46e', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deab6c47-de8b-42ee-9416-c33a5a3ad46e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c'} Body: b'{"volume": {"id": "b045a467-3efc-4e7f-81de-5dd2d92f732c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:53.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1689728310", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:54,220 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c 0.045s 2024-02-28 21:44:54,221 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicati on/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-027e22ef-473f-46ce-a479-6625cfff7807', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-027e22ef-473f-46ce-a479-6625cfff7807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c'} Body: b'{"volume": {"id": "b045a467-3efc-4e7f-81de-5dd2d92f732c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:53.000000", "updated_at": "2024-02-28T21:44:53.000000", "name": "tempest-VolumesActionsTest-Volume-1689728310", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:54,276 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c 0.038s 2024-02-28 21:44:54,276 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-225aeb96-2d37-4a31-a27f-39d3fdc47508', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-225aeb96-2d37-4a31-a27f-39d3fdc47508', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c'} Body: b'{"volume": {"id": "b045a467-3efc-4e7f-81de-5dd2d92f732c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:53.000000", "updated_at": "2024-02-28T21:44:53.000000", "name": "tempest-VolumesActionsTest-Volume-1689728310", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:54,476 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c 0.188s 2024-02-28 21:44:54,477 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-versi on': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcddb491-3807-4f7c-80d4-83d34cfe55b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c'} Body: b'' 2024-02-28 21:44:54,505 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c 0.028s 2024-02-28 21:44:54,506 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bddd8b0-4d46-431f-a01f-edfab0f9c232', 'x-openstack-request-id': 'req-2bddd8b0-4d46-431f-a01f-edfab0f9c232', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b045a467-3efc-4e7f-81de-5dd2d92f732c could not be found."}}' {2} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {2} setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 32, in resource_setup volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0b039a25-3df3-4759-b6d3-f499a3f64101 failed to build and is in ERROR status {2} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {2} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [3.463509s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_create_from_image.py", line 101, in test_create_from_image_with_volume_type_image_property volume = self.create_volume(**kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7edebc03-b33f-41d3-a915-dcd23e67ce70 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:45:06,432 85784 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/9f6aacd9caf44d279b60a7c717806e5c/types 0.193s 2024-02-28 21:45:06,433 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "os-volume-type-access:is_public": true}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:45:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c44f0f5-1211-4a27-b6ff-b397a98320f4', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c44f0f5-1211-4a27-b6ff-b397a98320f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9f6aacd9caf44d279b60a7c717806e5c/types'} Body: b'{"volume_type": {"id": "e3316011-dfcf-4c5c-bd4c-50464bcd0cc7", "name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "os-volume-type-access:is_public": true}}' 2024-02-28 21:45:07,084 85784 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.648s 2024-02-28 21:45:07,084 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"disk_format": "raw", "container_format": "bare", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "visibility": "private", "cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "min_disk": 1} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:45:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-e44456d7-89cd-464c-946a-5ead3aace2dd', '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": "12ace910958742c49dfd259254010969", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "aa529632-87fb-4920-936a-9bcb154ff5d8", "created_at": "2024-02-28T21:45:07Z", "updated_at": "2024-02-28T21:45:07Z", "tags": [], "self": "/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8", "file": "/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:45:08,083 85784 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/aa529632-87fb-4920-936a-9bcb154ff5d8/file 0.997s 2024-02-28 21:45:08,083 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:45:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-41db014d-9392-42cd-990d-6b5ead0ef005', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8/file'} Body: b'' 2024-02-28 21:45:08,110 85784 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/aa529632-87fb-4920-936a-9bcb154ff5d8 0.026s 2024-02-28 21:45:08,110 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:45:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ef208860-0e1d-4447-92d3-6f5728fe8a63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8'} 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": "a6b9f37ada7b44b9a50972fe0cfba994", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "12ace910958742c49dfd259254010969", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "0174a5b21055576d0345151e448f13171d3db058fd4bbfaab486e2ad09ef4a2e781af2e657808537291b5ba6921574bd5846b2c343c431cabd82bf00338ef336", "id": "aa529632-87fb-4920-936a-9bcb154ff5d8", "created_at": "2024-02-28T21:45:07Z", "updated_at": "2024-02-28T21:45:08Z", "tags": [], "self": "/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8", "file": "/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:45:08,134 85784 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/aa529632-87fb-4920-936a-9bcb154ff5d8 0.024s 2024-02-28 21:45:08,135 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:45:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-145788a6-867b-4e9b-bece-ff0ea1143831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8'} 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": "a6b9f37ada7b44b9a50972fe0cfba994", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "12ace910958742c49dfd259254010969", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "0174a5b21055576d0345151e448f13171d3db058fd4bbfaab486e2ad09ef4a2e781af2e657808537291b5ba6921574bd5846b2c343c431cabd82bf00338ef336", "id": "aa529632-87fb-4920-936a-9bcb154ff5d8", "created_at": "2024-02-28T21:45:07Z", "updated_at": "2024-02-28T21:45:08Z", "tags": [], "self": "/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8", "file": "/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:45:08,157 85784 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/aa529632-87fb-4920-936a-9bcb154ff5d8 0.022s 2024-02-28 21:45:08,158 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:45:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3a6508aa-8765-4430-bf36-3a668b302466', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8'} 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": "a6b9f37ada7b44b9a50972fe0cfba994", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "12ace910958742c49dfd259254010969", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "0174a5b21055576d0345151e448f13171d3db058fd4bbfaab486e2ad09ef4a2e781af2e657808537291b5ba6921574bd5846b2c343c431cabd82bf00338ef336", "id": "aa529632-87fb-4920-936a-9bcb154ff5d8", "created_at": "2024-02-28T21:45:07Z", "updated_at": "2024-02-28T21:45:08Z", "tags": [], "self": "/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8", "file": "/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:45:08,581 85784 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/12ace910958742c49dfd259254010969/volumes 0.422s 2024-02-28 21:45:08,581 85784 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": "aa529632-87fb-4920-936a-9bcb154ff5d8", "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:45:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-640dc471-8c27-4382-bf63-984c168b128e', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-640dc471-8c27-4382-bf63-984c168b128e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12ace910958742c49dfd259254010969/volumes'} Body: b'{"volume": {"id": "7edebc03-b33f-41d3-a915-dcd23e67ce70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:45:08.517008", "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/12ace910958742c49dfd259254010969/volumes/7edebc03-b33f-41d3-a915-dcd23e67ce70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12ace910958742c49dfd259254010969/volumes/7edebc03-b33f-41d3-a915-dcd23e67ce70"}], "user_id": "5de3c46ab1674a27b57d0bec6388eeb6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:45:08,629 85784 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/12ace910958742c49dfd259254010969/volumes/7edebc03-b33f-41d3-a915-dcd23e67ce70 0.037s 2024-02-28 21:45:08,629 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:45:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24f62c79-5f4b-468e-ae65-2eb51e1b1753', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24f62c79-5f4b-468e-ae65-2eb51e1b1753', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12ace910958742c49dfd259254010969/volumes/7edebc03-b33f-41d3-a915-dcd23e67ce70'} Body: b'{"volume": {"id": "7edebc03-b33f-41d3-a915-dcd23e67ce70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:45:09.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/12ace910958742c49dfd259254010969/volumes/7edebc03-b33f-41d3-a915-dcd23e67ce70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12ace910958742c49dfd259254010969/volumes/7edebc03-b33f-41d3-a915-dcd23e67ce70"}], "user_id": "5de3c46ab1674a27b57d0bec6388eeb6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12ace910958742c49dfd259254010969"}}' 2024-02-28 21:45:09,687 85784 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/12ace910958742c49dfd259254010969/volumes/7edebc03-b33f-41d3-a915-dcd23e67ce70 0.044s 2024-02-28 21:45:09,687 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:45:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4593eba1-0f9b-4d8e-99d2-e6e36130257d', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4593eba1-0f9b-4d8e-99d2-e6e36130257d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12ace910958742c49dfd259254010969/volumes/7edebc03-b33f-41d3-a915-dcd23e67ce70'} Body: b'{"volume": {"id": "7edebc03-b33f-41d3-a915-dcd23e67ce70", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:45:09.000000", "updated_at": "2024-02-28T21:45:09.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/12ace910958742c49dfd259254010969/volumes/7edebc03-b33f-41d3-a915-dcd23e67ce70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12ace910958742c49dfd259254010969/volumes/7edebc03-b33f-41d3-a915-dcd23e67ce70"}], "user_id": "5de3c46ab1674a27b57d0bec6388eeb6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12ace910958742c49dfd259254010969"}}' ============================== Failed 100 tests - output below: ============================== tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete[id-4b111d28-b73d-4908-9bd2-03dc2992e4d4] --------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 43, in test_group_create_show_list_delete grp1 = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 54e72287-021f-404b-99bc-c42410fc7334 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:19:49,033 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types 0.136s 2024-02-28 21:19:49,033 85786 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-1100879226"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-10637aa7-490b-4835-8cb4-c83bdf632b06', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-10637aa7-490b-4835-8cb4-c83bdf632b06', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types'} Body: b'{"volume_type": {"id": "1683f616-440a-4b69-b18c-c17d18e70bb9", "name": "tempest-GroupsTest-volume-type-1100879226", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 21:19:49,093 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/group_types 0.056s 2024-02-28 21:19:49,093 85786 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-1317875505"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b4df5be-99e7-4d58-9035-d5a6087f4371', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b4df5be-99e7-4d58-9035-d5a6087f4371', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/group_types'} Body: b'{"group_type": {"id": "2df8ca40-938b-4f37-a3a7-63b3ca32ab34", "name": "tempest-GroupsTest-group-type-1317875505", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 21:19:49,512 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups 0.416s 2024-02-28 21:19:49,512 85786 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": "2df8ca40-938b-4f37-a3a7-63b3ca32ab34", "volume_types": ["1683f616-440a-4b69-b18c-c17d18e70bb9"], "name": "tempest-Group1-192122123"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9268ce15-680e-4577-8d22-67047d3aa5dc', 'content-length': '93', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9268ce15-680e-4577-8d22-67047d3aa5dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups'} Body: b'{"group": {"id": "54e72287-021f-404b-99bc-c42410fc7334", "name": "tempest-Group1-192122123"}}' 2024-02-28 21:19:49,615 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/54e72287-021f-404b-99bc-c42410fc7334 0.100s 2024-02-28 21:19:49,616 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack -Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c3b60897-b004-406e-87d4-4c248af4636b', 'content-length': '321', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c3b60897-b004-406e-87d4-4c248af4636b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/54e72287-021f-404b-99bc-c42410fc7334'} Body: b'{"group": {"id": "54e72287-021f-404b-99bc-c42410fc7334", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T21:19:49.000000", "name": "tempest-Group1-192122123", "description": null, "group_type": "2df8ca40-938b-4f37-a3a7-63b3ca32ab34", "volume_types": ["1683f616-440a-4b69-b18c-c17d18e70bb9"]}}' 2024-02-28 21:19:50,688 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/54e72287-021f-404b-99bc-c42410fc7334 0.067s 2024-02-28 21:19:50,688 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77d8b39f-bdaa-4498-8a4e-f5eefad7a295', 'content-length': '318', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77d8b39f-bdaa-4498-8a4e-f5eefad7a295', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/54e72287-021f-404b-99bc-c42410fc7334'} Body: b'{"group": {"id": "54e72287-021f-404b-99bc-c42410fc7334", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T21:19:49.000000", "name": "tempest-Group1-192122123", "description": null, "group_type": "2df8ca40-938b-4f37-a3a7-63b3ca32ab34", "volume_types": ["1683f616-440a-4b69-b18c-c17d18e70bb9"]}}' 2024-02-28 21:19:50,953 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/volumes/detail 0.259s 2024-02-28 21:19:50,954 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae3e5dfb-ef84-4ffa-8397-a4259f4e8e21', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae3e5dfb-ef84-4ffa-8397-a4259f4e8e21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 21:19:51,037 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/54e72287-021f-404b-99bc-c42410fc7334/action 0.068s 2024-02-28 21:19:51,037 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:50 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-reque st-id': 'req-fd98b1e9-b7aa-4767-a2cd-494adc8d98af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/54e72287-021f-404b-99bc-c42410fc7334/action'} Body: b'' 2024-02-28 21:19:51,059 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/54e72287-021f-404b-99bc-c42410fc7334 0.022s 2024-02-28 21:19:51,060 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:51 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-e620524d-cca5-4348-998a-edec65441ff3', 'x-openstack-request-id': 'req-e620524d-cca5-4348-998a-edec65441ff3', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/54e72287-021f-404b-99bc-c42410fc7334'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 54e72287-021f-404b-99bc-c42410fc7334 could not be found."}}' 2024-02-28 21:19:51,107 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/group_types/2df8ca40-938b-4f37-a3a7-63b3ca32ab34 0.047s 2024-02-28 21:19:51,108 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:51 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-95e0e6a4-6e39-448d-ab1e-249dc7bf1c18', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/group_types/2df8ca40-938b-4f37-a3a7-63b3ca32ab34'} Body: b'' 2024-02-28 21:19:51,182 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types/1683f616-440a-4b69-b18c-c17d18e70bb9 0.074s 2024-02-28 21:19:51,182 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19: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-e26c9a73-bdbe-4f0e-8856-898a6240bb47', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types/1683f616-440a-4b69-b18c-c17d18e70bb9'} Body: b'' 2024-02-28 21:19:51,203 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types/1683f616-440a-4b69-b18c-c17d18e70bb9 0.020s 2024-02-28 21:19:51,203 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19: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-b92508df-1f77-41fb-8706-5bc74fbe3873', 'x-openstack-request-id': 'req-b92508df-1f77-41fb-8706-5 bc74fbe3873', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types/1683f616-440a-4b69-b18c-c17d18e70bb9'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 1683f616-440a-4b69-b18c-c17d18e70bb9 could not be found."}}' tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] ---------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 111, in test_group_update grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 0791cf47-11e1-405c-a506-c698d0048997 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:19:51,262 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types 0.050s 2024-02-28 21:19:51,263 85786 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-2008591968"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68edb4a6-d181-43a4-a9ea-874f82d67577', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68edb4a6-d181-43a4-a9ea-874f82d67577', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types'} Body: b'{"volume_type": {"id": "59f95837-46f7-41d3-afaf-038334dfd744", "name": "tempest-GroupsTest-volume-type-2008591968", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 21:19:51,315 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/group_types 0.048s 2024-02-28 21:19:51,315 85786 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-1635737437"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4eb5624-d5af-4ecf-af04-e8f8faab2e12', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4eb5624-d5af-4ecf-af04-e8f8faab2e12', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/group_types'} Body: b'{"group_type": {"id": "b813f8d5-7ffa-4ce1-9ec9-68e7eb609696", "name": "tempest-GroupsTest-group-type-1635737437", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 21:19:51,392 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups 0.074s 2024-02-28 21:19:51,393 85786 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": "b813f8d5-7ffa-4ce1-9ec9-68e7eb609696", "volume_types": ["59f95837-46f7-41d3-afaf-038334dfd744"], "name": "tempest-GroupsTest-Group-1332596181"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb04bbfa-b7da-4ed5-9c06-8324173a1a87', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb04bbfa-b7da-4ed5-9c06-8324173a1a87', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups'} Body: b'{"group": {"id": "0791cf47-11e1-405c-a506-c698d0048997", "name": "tempest-GroupsTest-Group-1332596181"}}' 2024-02-28 21:19:51,425 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/0791cf47-11e1-405c-a506-c698d0048997 0.030s 2024-02-28 21:19:51,425 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fe11ad2-cdbe-4f76-959f-2d0536cb3409', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fe11ad2-cdbe-4f76-959f-2d0536cb3409', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/0791cf47-11e1-405c-a506-c698d0048997'} Body: b'{"group": {"id": "0791cf47-11e1-405c-a506-c698d0048997", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T21:19:51.000000", "name": "tempest-GroupsTest-Group-1332596181", "description": null, "group_type": "b813f8d5-7ffa-4ce1-9ec9-68e7eb609696", "volume_types": ["59f95837-46f7-41d3-afaf-038334dfd744"]}}' 2024-02-28 21:19:52,466 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/0791cf47-11e1-405c-a506-c698d0048997 0.035s 2024-02-28 21:19:52,466 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4991d6fe-517c-4656-9268-dfbf6ce7e265', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4991d6fe-517c-4656-9268-dfbf6ce7e265', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/0791cf47-11e1-405c-a506-c698d0048997'} Body: b'{"group": {"id": "0791cf47-11e1-405c-a506-c698d0048997", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T21:19:51.000000", "name": "tempest-GroupsTest-Group-1332596181", "description": null, "group_type": "b813f8d5-7ffa-4ce1-9ec9-68e7eb609696", "volume_types": ["59f95837-46f7-41d3-afaf-038334dfd744"]}}' 2024-02-28 21:19:52,503 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/volumes/detail 0.032s 2024-02-28 21:19:52,503 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe55ba6d-0a9d-4eae-a2ed-dd0a37f8ee37', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe55ba6d-0a9d-4eae-a2ed-dd0a37f8ee37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 21:19:52,606 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/0791cf47-11e1-405c-a506-c698d0048997/action 0.090s 2024-02-28 21:19:52,607 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:52 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-144919f4-42f1-49ce-b902-b81 a9cae8509', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/0791cf47-11e1-405c-a506-c698d0048997/action'} Body: b'' 2024-02-28 21:19:52,621 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/0791cf47-11e1-405c-a506-c698d0048997 0.014s 2024-02-28 21:19:52,622 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:52 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-fe78ee20-860d-4a54-bbe9-a9441cb76501', 'x-openstack-request-id': 'req-fe78ee20-860d-4a54-bbe9-a9441cb76501', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ff6cda6f75b741ba884b70db7c9d5e6c/groups/0791cf47-11e1-405c-a506-c698d0048997'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 0791cf47-11e1-405c-a506-c698d0048997 could not be found."}}' 2024-02-28 21:19:52,658 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/group_types/b813f8d5-7ffa-4ce1-9ec9-68e7eb609696 0.035s 2024-02-28 21:19:52,658 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:52 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-47b1c5cc-2e00-40a2-95b1-e41941e1bf3e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/group_types/b813f8d5-7ffa-4ce1-9ec9-68e7eb609696'} Body: b'' 2024-02-28 21:19:52,740 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types/59f95837-46f7-41d3-afaf-038334dfd744 0.081s 2024-02-28 21:19:52,740 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7a7b462-542d-4616-a3c5-ce0f61e185a6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types/59f95837-46f7-41d3-afaf-038334dfd744'} Body: b'' 2024-02-28 21:19:52,756 85786 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types/59f95837-46f7-41d3-afaf-038334dfd744 0.015s 2024-02-28 21:19:52,756 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:19:52 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-dbdc63a8-5da5-40b5-8b08-e521ac19ea63', 'x-openstack-request-id': 'req-dbdc63a8-5da5-40b5-8b08-e521ac19ea63', 'connection': 'close', 'st atus': '404', 'content-location': 'http://10.0.0.210/volume/v3/2a8743ad859b4711b38208ee04d4191a/types/59f95837-46f7-41d3-afaf-038334dfd744'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 59f95837-46f7-41d3-afaf-038334dfd744 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e9926d89-9a9d-41ca-8656-189be2de1da2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:02,188 85780 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes 0.475s 2024-02-28 21:20:02,189 85780 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-503002741"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef5bc6c7-968b-4643-811e-4f7e46e59dba', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef5bc6c7-968b-4643-811e-4f7e46e59dba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes'} Body: b'{"volume": {"id": "e9926d89-9a9d-41ca-8656-189be2de1da2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:02.097792", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-503002741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2"}], "user_id": "9c40e1ad1ac046478053136c0da46107", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:02,255 85780 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2 0.055s 2024-02-28 21:20:02,255 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d42fef7-d7bf-4302-b8ff-1284c166f578', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d42fef7-d7bf-4302-b8ff-1284c166f578', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2'} Body: b'{"volume": {"id": "e9926d89-9a9d-41ca-8656-189be2de1da2", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:02.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-503002741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2"}], "user_id": "9c40e1ad1ac046478053136c0da46107", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32507846932c4115a529519dafe572f8"}}' 2024-02-28 21:20:03,308 85780 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2 0.039s 2024-02-28 21:20:03,308 85780 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1555407a-1363-4ff8-9769-f0865a56e678', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1555407a-1363-4ff8-9769-f0865a56e678', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2'} Body: b'{"volume": {"id": "e9926d89-9a9d-41ca-8656-189be2de1da2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:02.000000", "updated_at": "2024-02-28T21:20:02.000000", "name": "tempest-VolumesServicesTestJSON-Volume-503002741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2"}], "user_id": "9c40e1ad1ac046478053136c0da46107", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32507846932c4115a529519dafe572f8"}}' 2024-02-28 21:20:03,361 85780 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2 0.039s 2024-02-28 21:20:03,361 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0745c15-6fac-4aeb-b3f9-15444c3927f3', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e0745c15-6fac-4aeb-b3f9-15444c3927f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2'} Body: b'{"volume": {"id": "e9926d89-9a9d-41ca-8656-189be2de1da2", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:02.000000", "updated_at": "2024-02-28T21:20:02.000000", "name": "tempest-VolumesServicesTestJSON-Volume-503002741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2"}], "user_id": "9c40e1ad1ac046478053136c0da46107", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "32507846932c4115a529519dafe572f8"}}' 2024-02-28 21:20:03,520 85780 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2 0.145s 2024-02-28 21:20:03,520 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:03 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-9b83368d-3018-42d4-a4f8-8e5f2a4c4cba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2'} Body: b'' 2024-02-28 21:20:03,540 85780 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2 0.019s 2024-02-28 21:20:03,540 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20: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-0ee86977-b923-4da8-8c41-375d6fe27d18', 'x-openstack-request-id': 'req-0ee86977-b923-4da8-8c41-375d6fe27d18', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/32507846932c4115a529519dafe572f8/volumes/e9926d89-9a9d-41ca-8656-189be2de1da2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e9926d89-9a9d-41ca-8656-189be2de1da2 could not be found."}}' setUpClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON) ---------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas_negative.py", line 51, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 370ba702-3f9d-4e7a-bcea-55ba98191cfe failed to build and is in ERROR status setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_image_metadata.py", line 40, in resource_setup cls.volume = cls.create_volume(imageRef=CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7bd2371b-7190-4dd9-ab3c-4250b5f8c5a3 failed to build and is in ERROR status setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON) --------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 65, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume dc41590b-8eec-48eb-bcb6-5e8b8180445f failed to build and is in ERROR status setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_snapshot_metadata.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ed2dbf32-0569-4efc-98bc-33fc09d65708 failed to build and is in ERROR status tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 36, in test_volume_extend volume = self.create_volume(imageRef=self.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2da5e9a7-38aa-420c-b264-64c38850daee failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:20,538 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c 0.174s 2024-02-28 21:20:20,538 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ed9ccf5d-f11c-45fb-987a-678109d8619a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "e41ba40d9dd149e2a6c32d8242a38517", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "created_at": "2024-02-28T21:16:33Z", "updated_at": "2024-02-28T21:16:35Z", "tags": [], "self": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c", "file": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:20:21,059 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes 0.520s 2024-02-28 21:20:21,059 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1770099384"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-548ca418-208c-4020-95e2-1bf978274012', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-548ca418-208c-4020-95e2-1bf978274012', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes'} Body: b'{"volume": {"id": "2da5e9a7-38aa-420c-b264-64c38850daee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:20.933408", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1770099384", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee"}], "user_id": "864aea7848f146598cf0de3ef39f5f28", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:21,115 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee 0.046s 2024-02-28 21:20:21,116 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9162a8f3-26e4-4f59-b1c6-3a820b71714c', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9162a8f3-26e4-4f59-b1c6-3a820b71714c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee'} Body: b'{"volume": {"id": "2da5e9a7-38aa-420c-b264-64c38850daee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:21.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1770099384", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee"}], "user_id": "864aea7848f146598cf0de3ef39f5f28", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffa54ff43d1643c8a6f79a6f78023c7e"}}' 2024-02-28 21:20:22,170 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee 0.040s 2024-02-28 21:20:22,170 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea34ce35-c094-4e7e-861b-8bc4145ffa3e', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea34ce35-c094-4e7e-861b-8bc4145ffa3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee'} Body: b'{"volume": {"id": "2da5e9a7-38aa-420c-b264-64c38850daee", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:21.000000", "updated_at": "2024-02-28T21:20:21.000000", "name": "tempest-VolumesExtendTest-Volume-1770099384", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee"}], "user_id": "864aea7848f146598cf0de3ef39f5f28", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffa54ff43d1643c8a6f79a6f78023c7e"}}' 2024-02-28 21:20:22,231 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee 0.047s 2024-02-28 21:20:22,231 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5b65c1a-0e63-4055-a701-ed09edc5fed3', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version' , 'x-openstack-request-id': 'req-a5b65c1a-0e63-4055-a701-ed09edc5fed3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee'} Body: b'{"volume": {"id": "2da5e9a7-38aa-420c-b264-64c38850daee", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:21.000000", "updated_at": "2024-02-28T21:20:21.000000", "name": "tempest-VolumesExtendTest-Volume-1770099384", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee"}], "user_id": "864aea7848f146598cf0de3ef39f5f28", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffa54ff43d1643c8a6f79a6f78023c7e"}}' 2024-02-28 21:20:22,382 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee 0.139s 2024-02-28 21:20:22,382 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20: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-f29467a2-6c02-47fa-b2d1-c3d08c4ce6ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee'} Body: b'' 2024-02-28 21:20:22,419 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee 0.036s 2024-02-28 21:20:22,419 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef4d2c35-03ef-4a65-a248-e084212f349b', 'x-openstack-request-id': 'req-ef4d2c35-03ef-4a65-a248-e084212f349b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/2da5e9a7-38aa-420c-b264-64c38850daee'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2da5e9a7-38aa-420c-b264-64c38850daee 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f5ccb124-c362-4180-81ee-ba2128dadcc5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:22,067 85788 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes 0.420s 2024-02-28 21:20:22,067 85788 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-319315435"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08b39b39-a9b6-4a1a-9204-2ab506767072', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08b39b39-a9b6-4a1a-9204-2ab506767072', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes'} Body: b'{"volume": {"id": "f5ccb124-c362-4180-81ee-ba2128dadcc5", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T21:20:22.000761", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-319315435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5"}], "user_id": "396799e21a874fe0896aea0f3c5c0a4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:22,134 85788 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5 0.053s 2024-02-28 21:20:22,134 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69ce2c53-0185-43eb-8354-e5bcc12d69a3', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69ce2c53-0185-43eb-8354-e5bcc12d69a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5'} Body: b'{"volume": {"id": "f5ccb124-c362-4180-81ee-ba2128dadcc5", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T21:20:22.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-319315435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5"}], "user_id": "396799e21a874fe0896aea0f3c5c0a4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7a3c1228bd524e7daf4e42844d5e9816"}}' 2024-02-28 21:20:23,186 85788 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5 0.039s 2024-02-28 21:20:23,186 85788 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c621e812-df0b-41aa-8b4f-dbba702b91f9', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c621e812-df0b-41aa-8b4f-dbba702b91f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5'} Body: b'{"volume": {"id": "f5ccb124-c362-4180-81ee-ba2128dadcc5", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T21:20:22.000000", "updated_at": "2024-02-28T21:20:22.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-319315435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5"}], "user_id": "396799e21a874fe0896aea0f3c5c0a4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7a3c1228bd524e7daf4e42844d5e9816"}}' 2024-02-28 21:20:23,238 85788 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5 0.040s 2024-02-28 21:20:23,239 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e13b992-1379-4ba8-9ea0-d0c172310a16', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e13b992-1379-4ba8-9ea0-d0c172310a16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5'} Body: b'{"volume": {"id": "f5ccb124-c362-4180-81ee-ba2128dadcc5", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T21:20:22.000000", "updated_at": "2024-02-28T21:20:22.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-319315435", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5"}], "user_id": "396799e21a874fe0896aea0f3c5c0a4c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7a3c1228bd524e7daf4e42844d5e9816"}}' 2024-02-28 21:20:23,347 85788 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5 0.096s 2024-02-28 21:20:23,347 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:23 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-bea20e56-4889-4e8f-91be-802c4eb4db79', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5'} Body: b'' 2024-02-28 21:20:23,368 85788 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5 0.021s 2024-02-28 21:20:23,369 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2733466a-a4aa-4960-a872-ffc8feecb66d', 'x-openstack-request-id': 'req-2733466a-a4aa-4960-a872-ffc8feecb66d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7a3c1228bd524e7daf4e42844d5e9816/volumes/f5ccb124-c362-4180-81ee-ba2128dadcc5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f5ccb124-c362-4180-81ee-ba2128dadcc5 could not be found."}}' tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 53, in test_volume_extend_when_volume_has_snapshot volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 48a52481-d1da-49ea-83ff-5d9468e3221f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:22,689 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes 0.267s 2024-02-28 21:20:22,689 85780 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-1457791253"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9afdf51d-ba30-4ace-bf36-1bae9e1e1a3b', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9afdf51d-ba30-4ace-bf36-1bae9e1e1a3b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes'} Body: b'{"volume": {"id": "48a52481-d1da-49ea-83ff-5d9468e3221f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:22.612684", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1457791253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f"}], "user_id": "864aea7848f146598cf0de3ef39f5f28", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:22,778 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f 0.078s 2024-02-28 21:20:22,779 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24577c6b-d790-4532-b346-51cd3ace1433', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24577c6b-d790-4532-b346-51cd3ace1433', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f'} Body: b'{"volume": {"id": "48a52481-d1da-49ea-83ff-5d9468e3221f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:23.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1457791253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f"}], "user_id": "864aea7848f146598cf0de3ef39f5f28", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffa54ff43d1643c8a6f79a6f78023c7e"}}' 2024-02-28 21:20:23,854 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f 0.061s 2024-02-28 21:20:23,854 85780 DEBUG [tempest.lib.common.rest_cli ent] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-adbada28-abf9-4ad9-885b-a5c1b62932fc', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-adbada28-abf9-4ad9-885b-a5c1b62932fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f'} Body: b'{"volume": {"id": "48a52481-d1da-49ea-83ff-5d9468e3221f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:23.000000", "updated_at": "2024-02-28T21:20:23.000000", "name": "tempest-VolumesExtendTest-Volume-1457791253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f"}], "user_id": "864aea7848f146598cf0de3ef39f5f28", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffa54ff43d1643c8a6f79a6f78023c7e"}}' 2024-02-28 21:20:23,914 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f 0.047s 2024-02-28 21:20:23,915 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eec819d4-6209-48cc-a107-67a1b358aaee', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eec819d4-6209-48cc-a107-67a1b358aaee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f'} Body: b'{"volume": {"id": "48a52481-d1da-49ea-83ff-5d9468e3221f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:23.000000", "updated_at": "2024-02-28T21:20:23.000000", "name": "tempest-VolumesExtendTest-Volume-1457791253", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f"}], "user_id": "864aea7848f146598cf0de3ef39f5f28", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ffa54ff43d1643c8a6f79a6f78023c7e"}}' 2024-02-28 21:20:24,049 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f 0.120s 2024-02-28 21:20:24,050 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': ' text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-588c8e66-5a75-408d-b132-be852166e744', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f'} Body: b'' 2024-02-28 21:20:24,074 85780 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f 0.024s 2024-02-28 21:20:24,075 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b50cd32-a8aa-4419-9229-dfdc11ba224c', 'x-openstack-request-id': 'req-6b50cd32-a8aa-4419-9229-dfdc11ba224c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ffa54ff43d1643c8a6f79a6f78023c7e/volumes/48a52481-d1da-49ea-83ff-5d9468e3221f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 48a52481-d1da-49ea-83ff-5d9468e3221f could not be found."}}' tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c326d8e3-1f63-457b-bd62-5224f803a21e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:27,509 85802 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/5e115140cbf14a50a592b8368f6a0ac2/volumes 0.658s 2024-02-28 21:20:27,509 85802 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-1636398014", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9477521-dcd0-4a45-8dd4-9900a970beb9', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9477521-dcd0-4a45-8dd4-9900a970beb9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5e115140cbf14a50a592b8368f6a0ac2/volumes'} Body: b'{"volume": {"id": "c326d8e3-1f63-457b-bd62-5224f803a21e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:27.441912", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1636398014", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5e115140cbf14a50a592b8368f6a0ac2/volumes/c326d8e3-1f63-457b-bd62-5224f803a21e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5e115140cbf14a50a592b8368f6a0ac2/volumes/c326d8e3-1f63-457b-bd62-5224f803a21e"}], "user_id": "c65c5f22d1394afd8081ce825fe25b40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:27,581 85802 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/5e115140cbf14a50a592b8368f6a0ac2/volumes/c326d8e3-1f63-457b-bd62-5224f803a21e 0.060s 2024-02-28 21:20:27,581 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-202c317b-2788-4074-859e-0bfc47e301f8', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-202c317b-2788-4074-859e-0bfc47e301f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5e115140cbf14a50a592b8368f6a0ac2/volumes/c326d8e3-1f63-457b-bd62-5224f803a21e'} Body: b'{"volume": {"id": "c326d8e3-1f63-457b-bd62-5224f803a21e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:27.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1636398014", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5e115140cbf14a50a592b8368f6a0ac2/volumes/c326d8e3-1f63-457b-bd62-5224f803a21e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5e115140cbf14a50a592b8368f6a0ac2/volumes/c326d8e3-1f63-457b-bd62-5224f803a21e"}], "user_id": "c65c5f22d1394afd8081ce825fe25b40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e115140cbf14a50a592b8368f6a0ac2"}}' 2024-02-28 21:20:28,726 85802 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/5e115140cbf14a50a592b8368f6a0ac2/volumes/c326d8e3-1f63-457b-bd62-5224f803a21e 0.132s 2024-02-28 21:20:28,726 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec576232-ea27-4ca9-a8bc-6c95b0e3aa53', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec576232-ea27-4ca9-a8bc-6c95b0e3aa53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5e115140cbf14a50a592b8368f6a0ac2/volumes/c326d8e3-1f63-457b-bd62-5224f803a21e'} Body: b'{"volume": {"id": "c326d8e3-1f63-457b-bd62-5224f803a21e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:27.000000", "updated_at": "2024-02-28T21:20:28.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1636398014", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5e115140cbf14a50a592b8368f6a0ac2/volumes/c326d8e3-1f63-457b-bd62-5224f803a21e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5e115140cbf14a50a592b8368f6a0ac2/volumes/c326d8e3-1f63-457b-bd62-5224f803a21e"}], "user_id": "c65c5f22d1394afd8081ce825fe25b40", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5e115140cbf14a50a592b8368f6a0ac2"}}' cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 104, in test_create_from_image_multiple self._wait_for_multiple_resources( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 223, in _wait_for_multiple_resources callback(resource_id=r, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume eb709915-f81d-4aa0-b029-4b8a616d416b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:27,834 85788 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes 0.408s 2024-02-28 21:20:27,834 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1083308467"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0502c70-a53b-4ec2-aa85-b1d75844bfcb', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0502c70-a53b-4ec2-aa85-b1d75844bfcb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes'} Body: b'{"volume": {"id": "eb709915-f81d-4aa0-b029-4b8a616d416b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:27.768897", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1083308467", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/eb709915-f81d-4aa0-b029-4b8a616d416b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c13f49a80b054fd4a622a72fa978b019/volumes/eb709915-f81d-4aa0-b029-4b8a616d416b"}], "user_id": "d4e5ec4cb7334fe2a76aa08fd5e646be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:28,096 85788 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes 0.251s 2024-02-28 21:20:28,097 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1890683934"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d642e87e-4fd6-4102-af6c-87b6972b601a', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d642e87e-4fd6-4102-af6c-87b6972b601a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes'} Body: b'{"volume": {"id": "69061818-44fb-4edd-9e08-fac761e86f9f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:28.017377", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1890683934", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/69061818-44fb-4edd-9e08-fac761e86f9f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c13f49a80b054fd4a622a72fa978b019/volumes/69061818-44fb-4edd-9e08-fac761e86f9f"}], "user_id": "d4e5ec4cb7334fe2a76aa08fd5e646be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:28,331 85788 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes 0.223s 2024-02-28 21:20:28,331 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-1137395269"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50a25681-41cb-4bba-bace-4105a3394627', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50a25681-41cb-4bba-bace-4105a3394627', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes'} Body: b'{"volume": {"id": "8c910f17-65f0-4e08-be38-476bfa912d05", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:28.254260", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-1137395269", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/8c910f17-65f0-4e08-be38-476bfa912d05"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c13f49a80b054fd4a622a72fa978b019/volumes/8c910f17-65f0-4e08-be38-476bfa912d05"}], "user_id": "d4e5ec4cb7334fe2a76aa08fd5e646be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:28,626 85788 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes 0.284s 2024-02-28 21:20:28,627 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-2126303756"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ff7bcbe-0c0a-4a1b-9e27-12f9069a0cf6', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ff7bcbe-0c0a-4a1b-9e27-12f9069a0cf6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes'} Body: b'{"volume": {"id": "e4d39688-be00-4f20-9880-3c8d9d17b7ea", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:28.498429", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-2126303756", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/e4d39688-be00-4f20-9880-3c8d9d17b7ea"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c13f49a80b054fd4a622a72fa978b019/volumes/e4d39688-be00-4f20-9880-3c8d9d17b7ea"}], "user_id": "d4e5ec4cb7334fe2a76aa08fd5e646be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:28,929 85788 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes 0.280s 2024-02-28 21:20:28,929 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "size": 1, "name": "tempest-CreateV olumesFromImageTest-Volume-858335207"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79b41c32-c88a-484c-8af0-a44b67024c60', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79b41c32-c88a-484c-8af0-a44b67024c60', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes'} Body: b'{"volume": {"id": "9684e3fa-9eb0-46b8-bf5c-c44978e3ceae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:28.856056", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-858335207", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/9684e3fa-9eb0-46b8-bf5c-c44978e3ceae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c13f49a80b054fd4a622a72fa978b019/volumes/9684e3fa-9eb0-46b8-bf5c-c44978e3ceae"}], "user_id": "d4e5ec4cb7334fe2a76aa08fd5e646be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:28,977 85788 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/eb709915-f81d-4aa0-b029-4b8a616d416b 0.038s 2024-02-28 21:20:28,978 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c054db4f-01e5-467e-96ff-0fd563f1a23d', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c054db4f-01e5-467e-96ff-0fd563f1a23d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/eb709915-f81d-4aa0-b029-4b8a616d416b'} Body: b'{"volume": {"id": "eb709915-f81d-4aa0-b029-4b8a616d416b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:28.000000", "updated_at": "2024-02-28T21:20:28.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1083308467", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/eb709915-f81d-4aa0-b029-4b8a616d416b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c13f49a80b054fd4a622a72fa978b019/volumes/eb709915-f81d-4aa0-b029-4b8a616d416b"}], "user_id": "d4e5ec4cb7334fe2a76aa08fd5e646be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c13f49a80b054fd4a622a72fa978b019"}}' 2024-02-28 21:20:30,124 85788 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/eb709915-f81d-4aa0-b029-4b8a616d416b 0.134s 2024-02-28 21:20:30,125 85788 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-553b4b25-f178-4816-a3ca-80fe4f233d6a', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Versio n', 'x-openstack-request-id': 'req-553b4b25-f178-4816-a3ca-80fe4f233d6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/eb709915-f81d-4aa0-b029-4b8a616d416b'} Body: b'{"volume": {"id": "eb709915-f81d-4aa0-b029-4b8a616d416b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:28.000000", "updated_at": "2024-02-28T21:20:28.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-1083308467", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c13f49a80b054fd4a622a72fa978b019/volumes/eb709915-f81d-4aa0-b029-4b8a616d416b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c13f49a80b054fd4a622a72fa978b019/volumes/eb709915-f81d-4aa0-b029-4b8a616d416b"}], "user_id": "d4e5ec4cb7334fe2a76aa08fd5e646be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c13f49a80b054fd4a622a72fa978b019"}}' setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_absolute_limits.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 448ed6fa-c927-4bb6-8c21-8585247a9423 failed to build and is in ERROR status tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow] ------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 105, in test_volume_swap volume1 = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6b902c9a-a40b-4312-b06f-945c3cdf75e6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:31,464 85794 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/57957a36308e401f84e2ebb75a866e13/volumes 0.905s 2024-02-28 21:20:31,465 85794 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-171947713"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66f6bab6-0430-4c1b-8e79-76e752387258', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66f6bab6-0430-4c1b-8e79-76e752387258', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/57957a36308e401f84e2ebb75a866e13/volumes'} Body: b'{"volume": {"id": "6b902c9a-a40b-4312-b06f-945c3cdf75e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:31.300718", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-171947713", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57957a36308e401f84e2ebb75a866e13/volumes/6b902c9a-a40b-4312-b06f-945c3cdf75e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57957a36308e401f84e2ebb75a866e13/volumes/6b902c9a-a40b-4312-b06f-945c3cdf75e6"}], "user_id": "64116ea0dd6141efaa5d529c5f81fcbd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:31,528 85794 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/57957a36308e401f84e2ebb75a866e13/volumes/6b902c9a-a40b-4312-b06f-945c3cdf75e6 0.048s 2024-02-28 21:20:31,528 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b61466cb-c428-4e9e-bfb1-b1d445c363d1', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b61466cb-c428-4e9e-bfb1-b1d445c363d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57957a36308e401f84e2ebb75a866e13/volumes/6b902c9a-a40b-4312-b06f-945c3cdf75e6'} Body: b'{"volume": {"id": "6b902c9a-a40b-4312-b06f-945c3cdf75e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:31.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-171947713", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57957a36308e401f84e2ebb75a866e13/volumes/6b902c9a-a40b-4312-b06f-945c3cdf75e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57957a36308e401f84e2ebb75a866e13/volumes/6b902c9a-a40b-4312-b06f-945c3cdf75e6"}], "user_id": "64116ea0dd6141efaa5d529c5f81fcbd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "57957a36308e401f84e2ebb75a866e13"}}' 2024-02-28 21:20:32,672 85794 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/57957a36308e401f84e2ebb75a866e13/volumes/6b902c9a-a40b-4312-b06f-945c3cdf75e6 0.128s 2024-02-28 21:20:32,672 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X- Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8186b40c-cb81-4070-abba-c074df4af3a6', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8186b40c-cb81-4070-abba-c074df4af3a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/57957a36308e401f84e2ebb75a866e13/volumes/6b902c9a-a40b-4312-b06f-945c3cdf75e6'} Body: b'{"volume": {"id": "6b902c9a-a40b-4312-b06f-945c3cdf75e6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:31.000000", "updated_at": "2024-02-28T21:20:32.000000", "name": "tempest-TestVolumeSwap-volume-171947713", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/57957a36308e401f84e2ebb75a866e13/volumes/6b902c9a-a40b-4312-b06f-945c3cdf75e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/57957a36308e401f84e2ebb75a866e13/volumes/6b902c9a-a40b-4312-b06f-945c3cdf75e6"}], "user_id": "64116ea0dd6141efaa5d529c5f81fcbd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "57957a36308e401f84e2ebb75a866e13"}}' tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 68, in test_volume_delete_cascade volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b6ab9455-5bb9-4480-9f05-90ba38962481 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:34,389 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes 0.743s 2024-02-28 21:20:34,390 85786 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-1217599920"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-63f3a249-7531-4684-851f-f72bbbcdd963', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-63f3a249-7531-4684-851f-f72bbbcdd963', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes'} Body: b'{"volume": {"id": "b6ab9455-5bb9-4480-9f05-90ba38962481", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:34.302656", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1217599920", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481"}], "user_id": "b8749ccec9eb42afa68e1607e627b274", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:34,463 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481 0.060s 2024-02-28 21:20:34,464 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f65e57fe-f4dd-4c29-8fc6-65c0d0cb2324', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f65e57fe-f4dd-4c29-8fc6-65c0d0cb2324', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481'} Body: b'{"volume": {"id": "b6ab9455-5bb9-4480-9f05-90ba38962481", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:34.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-1217599920", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481"}], "user_id": "b8749ccec9eb42afa68e1607e627b274", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42071ca5c4fc4ff7bb6e73b8861f5a5c"}}' 2024-02-28 21:20:35,556 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481 0.075s 2024-02-28 21:20:35,557 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content -Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7224c67-c362-4ff2-8442-1f89ecf1c522', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7224c67-c362-4ff2-8442-1f89ecf1c522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481'} Body: b'{"volume": {"id": "b6ab9455-5bb9-4480-9f05-90ba38962481", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:34.000000", "updated_at": "2024-02-28T21:20:34.000000", "name": "tempest-VolumesDeleteCascade-Volume-1217599920", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481"}], "user_id": "b8749ccec9eb42afa68e1607e627b274", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42071ca5c4fc4ff7bb6e73b8861f5a5c"}}' 2024-02-28 21:20:35,647 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481 0.067s 2024-02-28 21:20:35,648 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45daa951-af86-47e7-aa76-e1ad8f923068', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45daa951-af86-47e7-aa76-e1ad8f923068', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481'} Body: b'{"volume": {"id": "b6ab9455-5bb9-4480-9f05-90ba38962481", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:34.000000", "updated_at": "2024-02-28T21:20:34.000000", "name": "tempest-VolumesDeleteCascade-Volume-1217599920", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481"}], "user_id": "b8749ccec9eb42afa68e1607e627b274", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42071ca5c4fc4ff7bb6e73b8861f5a5c"}}' 2024-02-28 21:20:35,816 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481 0.145s 2024-02-28 21:20:35,817 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:35 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-03c0de3f-32bd-4076-9166-ee6714857c82', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481'} Body: b'' 2024-02-28 21:20:35,849 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481 0.032s 2024-02-28 21:20:35,850 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-523f5464-412c-4e1c-9a40-b23cf344b9a9', 'x-openstack-request-id': 'req-523f5464-412c-4e1c-9a40-b23cf344b9a9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/b6ab9455-5bb9-4480-9f05-90ba38962481'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b6ab9455-5bb9-4480-9f05-90ba38962481 could not be found."}}' tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] ---------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 92, in test_volume_from_snapshot_cascade_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4a263786-a986-4d4f-a4e4-ae913e877494 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:36,175 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes 0.323s 2024-02-28 21:20:36,176 85786 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-368903812"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9fa941e0-0944-4657-a95c-7ac8d59d8e2e', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9fa941e0-0944-4657-a95c-7ac8d59d8e2e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes'} Body: b'{"volume": {"id": "4a263786-a986-4d4f-a4e4-ae913e877494", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:36.076956", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-368903812", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494"}], "user_id": "b8749ccec9eb42afa68e1607e627b274", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:36,273 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494 0.083s 2024-02-28 21:20:36,274 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f3b3dc7-b50e-4c93-b686-ead545c84413', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f3b3dc7-b50e-4c93-b686-ead545c84413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494'} Body: b'{"volume": {"id": "4a263786-a986-4d4f-a4e4-ae913e877494", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:36.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-368903812", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494"}], "user_id": "b8749ccec9eb42afa68e1607e627b274", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42071ca5c4fc4ff7bb6e73b8861f5a5c"}}' 2024-02-28 21:20:37,356 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494 0.056s 2024-02-28 21:20:37,356 85786 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a6b6d2c-a6ff-4160-a838-ab49a108e070', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a6b6d2c-a6ff-4160-a838-ab49a108e070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494'} Body: b'{"volume": {"id": "4a263786-a986-4d4f-a4e4-ae913e877494", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:36.000000", "updated_at": "2024-02-28T21:20:36.000000", "name": "tempest-VolumesDeleteCascade-Volume-368903812", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494"}], "user_id": "b8749ccec9eb42afa68e1607e627b274", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42071ca5c4fc4ff7bb6e73b8861f5a5c"}}' 2024-02-28 21:20:37,458 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494 0.088s 2024-02-28 21:20:37,459 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a2e0dcd-8c37-4c69-a6ae-dcebcac84d2a', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a2e0dcd-8c37-4c69-a6ae-dcebcac84d2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494'} Body: b'{"volume": {"id": "4a263786-a986-4d4f-a4e4-ae913e877494", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:36.000000", "updated_at": "2024-02-28T21:20:36.000000", "name": "tempest-VolumesDeleteCascade-Volume-368903812", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494"}], "user_id": "b8749ccec9eb42afa68e1607e627b274", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "42071ca5c4fc4ff7bb6e73b8861f5a5c"}}' 2024-02-28 21:20:37,622 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494 0.148s 2024-02-28 21:20:37,622 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20: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-183b5b84-7f20-45d6-ba04-9e5d3d7e60bb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494'} Body: b'' 2024-02-28 21:20:37,655 85786 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494 0.032s 2024-02-28 21:20:37,655 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20: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-9e3a603c-077a-4188-976b-b3afd2c9fda8', 'x-openstack-request-id': 'req-9e3a603c-077a-4188-976b-b3afd2c9fda8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/42071ca5c4fc4ff7bb6e73b8861f5a5c/volumes/4a263786-a986-4d4f-a4e4-ae913e877494'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4a263786-a986-4d4f-a4e4-ae913e877494 could not be found."}}' tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 403, in test_tagged_attachment volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 44c07973-7bf8-42a4-bb7a-80f10728754a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:33,077 85796 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 2.831s 2024-02-28 21:20:33,077 85796 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-1898302677"}} Response - Headers: {'content-type': 'application/json', 'content-length': '583', 'x-openstack-request-id': 'req-5329336c-ff3d-4c68-be57-4411f89bd8b8', 'date': 'Wed, 28 Feb 2024 21:20:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"049ac2b9-9aab-41c5-a57d-226cbedcc030","name":"tempest-tagged-attachments-test-net-1898302677","tenant_id":"c92fcaac22114dc0a57a3ac7804039e8","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"c92fcaac22114dc0a57a3ac7804039e8","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2024-02-28T21:20:30Z","updated_at":"2024-02-28T21:20:30Z","revision_number":1}}' 2024-02-28 21:20:38,983 85796 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 5.905s 2024-02-28 21:20:38,983 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "049ac2b9-9aab-41c5-a57d-226cbedcc030", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-ce8a4e4e-d0f8-4aca-8b31-8adba85cf2bc', 'date': 'Wed, 28 Feb 2024 21:20:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"8c06c46d-fadf-4173-b0f4-ce06981a96c0","name":"","tenant_id":"c92fcaac22114dc0a57a3ac7804039e8","network_id":"049ac2b9-9aab-41c5-a57d-226cbedcc030","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.10.10.1","cidr":"10.10.10.0/24","allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2024-02-28T21:20:34Z","updated_at":"2024-02-28T21:20:34Z","revision_number":0,"project_id":"c92fcaac22114dc0a57a3ac7804039e8"}}' 2024-02-28 21:20:39,351 85796 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/c92fcaac22114dc0a57a3ac7804039e8/volumes 0.367s 2024-02-28 21:20:39,351 85796 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-1237659182"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce84ce1a-d542-4cd8-b047-4c3754f4faca', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce84ce1a-d542-4cd8-b047-4c3754f4faca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c92fcaac22114dc0a57a3ac7804039e8/volumes'} Body: b'{"volume": {"id": "44c07973-7bf8-42a4-bb7a-80f10728754a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:39.227939", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1237659182", "description": null, "vo lume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c92fcaac22114dc0a57a3ac7804039e8/volumes/44c07973-7bf8-42a4-bb7a-80f10728754a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c92fcaac22114dc0a57a3ac7804039e8/volumes/44c07973-7bf8-42a4-bb7a-80f10728754a"}], "user_id": "b5e2d34703154eef9a700428598ea2df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:39,503 85796 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/c92fcaac22114dc0a57a3ac7804039e8/volumes/44c07973-7bf8-42a4-bb7a-80f10728754a 0.140s 2024-02-28 21:20:39,504 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-532926f9-418d-4f5d-bf54-a014517225f0', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-532926f9-418d-4f5d-bf54-a014517225f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c92fcaac22114dc0a57a3ac7804039e8/volumes/44c07973-7bf8-42a4-bb7a-80f10728754a'} Body: b'{"volume": {"id": "44c07973-7bf8-42a4-bb7a-80f10728754a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:39.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-1237659182", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c92fcaac22114dc0a57a3ac7804039e8/volumes/44c07973-7bf8-42a4-bb7a-80f10728754a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c92fcaac22114dc0a57a3ac7804039e8/volumes/44c07973-7bf8-42a4-bb7a-80f10728754a"}], "user_id": "b5e2d34703154eef9a700428598ea2df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c92fcaac22114dc0a57a3ac7804039e8"}}' 2024-02-28 21:20:40,602 85796 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/c92fcaac22114dc0a57a3ac7804039e8/volumes/44c07973-7bf8-42a4-bb7a-80f10728754a 0.084s 2024-02-28 21:20:40,602 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-99f7c78a-87e1-403a-81b1-09969c42e735', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-99f7c78a-87e1-403a-81b1-09969c42e735', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c92fcaac22114dc0a57a3ac7804039e8/volumes/44c07973-7bf8-42a4-bb7a-80f10728754a'} Body: b'{"volume": {"id": "44c07973-7bf8-42a4-bb7a-80f10728754a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:39.000000", "updated_at": "2024-02-28T21:20:40.000000", "name": "tempest-TaggedAttachmentsTest-volume-1237659182", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c92fcaac22114dc0a57a3ac7804039e8/volumes/44c07973-7bf8-42a4-bb7a-80f10728754a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c92fcaac22114dc0a57a3ac7804039e8/volumes/44c07973-7bf8- 42a4-bb7a-80f10728754a"}], "user_id": "b5e2d34703154eef9a700428598ea2df", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c92fcaac22114dc0a57a3ac7804039e8"}}' 2024-02-28 21:20:41,580 85796 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/8c06c46d-fadf-4173-b0f4-ce06981a96c0 0.963s 2024-02-28 21:20:41,580 85796 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-6e20b4ff-c63e-4441-af07-a012ac00299a', 'date': 'Wed, 28 Feb 2024 21:20:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/8c06c46d-fadf-4173-b0f4-ce06981a96c0'} Body: b'' 2024-02-28 21:20:42,446 85796 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/049ac2b9-9aab-41c5-a57d-226cbedcc030 0.865s 2024-02-28 21:20:42,446 85796 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-d3c77e90-ec8e-4150-908e-d457ae9fee8f', 'date': 'Wed, 28 Feb 2024 21:20:42 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/049ac2b9-9aab-41c5-a57d-226cbedcc030'} Body: b'' tempest.api.compute.admin.test_assisted_volume_snapshots.VolumesAssistedSnapshotsTest.test_volume_assisted_snapshot_create_delete[id-8aee84a3-1b1f-42e4-9b00-613931ccac24] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_assisted_volume_snapshots.py", line 54, in test_volume_assisted_snapshot_create_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9d8baac3-3096-4d31-9630-154fe2d99b4a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:51,154 85790 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 202 POST http://10.0.0.210/volume/v3/d0dea1d87b01432e823966e32ab024d2/volumes 0.548s 2024-02-28 21:20:51,154 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-VolumesAssistedSnapshotsTest-volume-553259569"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b670c675-1818-4fb8-b8c4-7e7c88287968', 'content-length': '851', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b670c675-1818-4fb8-b8c4-7e7c88287968', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d0dea1d87b01432e823966e32ab024d2/volumes'} Body: b'{"volume": {"id": "9d8baac3-3096-4d31-9630-154fe2d99b4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:51.004621", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-553259569", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0dea1d87b01432e823966e32ab024d2/volumes/9d8baac3-3096-4d31-9630-154fe2d99b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0dea1d87b01432e823966e32ab024d2/volumes/9d8baac3-3096-4d31-9630-154fe2d99b4a"}], "user_id": "77c6dc6f31ef4ebfa3e83f462959a7d5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null}}' 2024-02-28 21:20:51,323 85790 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest:test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/d0dea1d87b01432e823966e32ab024d2/volumes/9d8baac3-3096-4d31-9630-154fe2d99b4a 0.155s 2024-02-28 21:20:51,324 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-554e833c-9a05-4ce5-9942-a69c6bdf48d9', 'content-length': '1030', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-554e833c-9a05-4ce5-9942-a69c6bdf48d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0dea1d87b01432e823966e32ab024d2/volumes/9d8baac3-3096-4d31-9630-154fe2d99b4a'} Body: b'{"volume": {"id": "9d8baac3-3096-4d31-9630-154fe2d99b4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:51.000000", "updated_at": null, "name": "tempest-VolumesAssistedSnapshotsTest-volume-553259569", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0dea1d87b01432e823966e32ab024d2/volumes/9d8baac3-3096-4d31-9630-154fe2d99b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0dea1d87b01432e823966e32ab024d2/volumes/9d8baac3-3096-4d31-9630-154fe2d99b4a"}], "user_id": "77c6dc6f31ef4ebfa3e83f462959a7d5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "d0dea1d87b01432e823966e32ab024d2"}}' 2024-02-28 21:20:52,424 85790 INFO [tempest.lib.common.rest_client] Request (VolumesAssistedSnapshotsTest :test_volume_assisted_snapshot_create_delete): 200 GET http://10.0.0.210/volume/v3/d0dea1d87b01432e823966e32ab024d2/volumes/9d8baac3-3096-4d31-9630-154fe2d99b4a 0.086s 2024-02-28 21:20:52,425 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b8e72fc2-9531-4bb1-9be9-907be40fce42', 'content-length': '1051', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b8e72fc2-9531-4bb1-9be9-907be40fce42', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d0dea1d87b01432e823966e32ab024d2/volumes/9d8baac3-3096-4d31-9630-154fe2d99b4a'} Body: b'{"volume": {"id": "9d8baac3-3096-4d31-9630-154fe2d99b4a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:51.000000", "updated_at": "2024-02-28T21:20:51.000000", "name": "tempest-VolumesAssistedSnapshotsTest-volume-553259569", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d0dea1d87b01432e823966e32ab024d2/volumes/9d8baac3-3096-4d31-9630-154fe2d99b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d0dea1d87b01432e823966e32ab024d2/volumes/9d8baac3-3096-4d31-9630-154fe2d99b4a"}], "user_id": "77c6dc6f31ef4ebfa3e83f462959a7d5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "migration_status": null, "os-vol-host-attr:host": null, "os-vol-mig-status-attr:migstat": null, "os-vol-mig-status-attr:name_id": null, "os-vol-tenant-attr:tenant_id": "d0dea1d87b01432e823966e32ab024d2"}}' tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7d7e8dee-36e1-40f0-8549-16e21633fdc0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:21:20,893 85794 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/f8daa21d35164f7993dce4304a0bc337/volumes 0.561s 2024-02-28 21:21:20,894 85794 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-1830105072", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-897a73fd-721d-426f-99fb-d8f902bcec18', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-897a73fd-721d-426f-99fb-d8f902bcec18', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8daa21d35164f7993dce4304a0bc337/volumes'} Body: b'{"volume": {"id": "7d7e8dee-36e1-40f0-8549-16e21633fdc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:20.831337", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1830105072", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8daa21d35164f7993dce4304a0bc337/volumes/7d7e8dee-36e1-40f0-8549-16e21633fdc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8daa21d35164f7993dce4304a0bc337/volumes/7d7e8dee-36e1-40f0-8549-16e21633fdc0"}], "user_id": "a8d687b072e74e838107e011eced65fc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:21:20,947 85794 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f8daa21d35164f7993dce4304a0bc337/volumes/7d7e8dee-36e1-40f0-8549-16e21633fdc0 0.042s 2024-02-28 21:21:20,948 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0ba9cc3-d85e-415a-b795-22359acfba2b', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0ba9cc3-d85e-415a-b795-22359acfba2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8daa21d35164f7993dce4304a0bc337/volumes/7d7e8dee-36e1-40f0-8549-16e21633fdc0'} Body: b'{"volume": {"id": "7d7e8dee-36e1-40f0-8549-16e21633fdc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:21.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1830105072", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8daa21d35164f7993dce4304a0bc337/volumes/7d7e8dee-36e1-40f0-8549-16e21633fdc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8daa21d35164f7993dce4304a0bc337/volumes/7d7e8dee-36e1-40f0-8549-16e21633fdc0"}], "user_id": "a8d687b072e74e838107e011eced65fc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8daa21d35164f7993dce4304a0bc337"}}' 2024-02-28 21:21:22,011 85794 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/f8daa21d35164f7993dce4304a0bc337/volumes/7d7e8dee-36e1-40f0-8549-16e21633fdc0 0.049s 2024-02-28 21:21:22,012 85794 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b30ec429-7e15-41d5-9269-d8cdba4761ad', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b30ec429-7e15-41d5-9269-d8cdba4761ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8daa21d35164f7993dce4304a0bc337/volumes/7d7e8dee-36e1-40f0-8549-16e21633fdc0'} Body: b'{"volume": {"id": "7d7e8dee-36e1-40f0-8549-16e21633fdc0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:21.000000", "updated_at": "2024-02-28T21:21:21.000000", "name": "tempest-TaggedBootDevicesTest-volume-1830105072", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8daa21d35164f7993dce4304a0bc337/volumes/7d7e8dee-36e1-40f0-8549-16e21633fdc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8daa21d35164f7993dce4304a0bc337/volumes/7d7e8dee-36e1-40f0-8549-16e21633fdc0"}], "user_id": "a8d687b072e74e838107e011eced65fc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8daa21d35164f7993dce4304a0bc337"}}' setUpClass (tempest.api.compute.servers.test_server_actions.ServerActionsV293TestJSON) -------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 832, in resource_setup cls.server_id = cls.recreate_server(None, volume_backed=True, File "/opt/stack/tempest/tempest/api/compute/base.py", line 421, in recreate_server server = cls.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 264, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 260, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e7b28c63-783a-41df-8011-4f529b23388d 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 182, in test_create_group_from_group grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group cc95c9df-86fc-45d4-bb40-9586b2595a65 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:21:35,884 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/275cc30de0fd4596ab3f7883d7d07965/types 0.235s 2024-02-28 21:21:35,884 85794 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-218034059"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa7633ed-3e5c-4e52-a0d8-3c89b8545739', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa7633ed-3e5c-4e52-a0d8-3c89b8545739', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/275cc30de0fd4596ab3f7883d7d07965/types'} Body: b'{"volume_type": {"id": "126879be-ac70-4164-9ddf-affa1c408788", "name": "tempest-GroupsV314Test-volume-type-218034059", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 21:21:35,919 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/275cc30de0fd4596ab3f7883d7d07965/group_types 0.032s 2024-02-28 21:21:35,919 85794 DEBUG [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-1490606221"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c1ecb44-ee90-4b41-b3c7-a4b87ab70dd7', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c1ecb44-ee90-4b41-b3c7-a4b87ab70dd7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/275cc30de0fd4596ab3f7883d7d07965/group_types'} Body: b'{"group_type": {"id": "ed5aa013-c58c-4ec4-b18b-f69b15793d66", "name": "tempest-GroupsV314Test-group-type-1490606221", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 21:21:36,179 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/groups 0.257s 2024-02-28 21:21:36,179 85794 DEBUG [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": "ed5aa013-c58c-4ec4-b18b-f69b15793d66", "volume_types": ["126879be-ac70-4164-9ddf-affa1c408788"], "name": "tempest-GroupsV314Test-Group-1176133511"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-317062ef-b49c-4650-8efa-510aa15be784', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-317062ef-b49c-4650-8efa-510aa15be784', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/groups'} Body: b'{"group": {"id": "cc95c9df-86fc-45d4-bb40-9586b2595a65", "name": "tempest-GroupsV314Test-Group-1176133511"}}' 2024-02-28 21:21:36,211 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/groups/cc95c9df-86fc-45d4-bb40-9586b2595a65 0.030s 2024-02-28 21:21:36,211 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Ac cept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-29c82012-9eed-4b5c-8545-4f4c1b517fea', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-29c82012-9eed-4b5c-8545-4f4c1b517fea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/groups/cc95c9df-86fc-45d4-bb40-9586b2595a65'} Body: b'{"group": {"id": "cc95c9df-86fc-45d4-bb40-9586b2595a65", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T21:21:36.000000", "name": "tempest-GroupsV314Test-Group-1176133511", "description": null, "group_type": "ed5aa013-c58c-4ec4-b18b-f69b15793d66", "volume_types": ["126879be-ac70-4164-9ddf-affa1c408788"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:21:37,323 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/groups/cc95c9df-86fc-45d4-bb40-9586b2595a65 0.106s 2024-02-28 21:21:37,323 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f036ee6-4c2e-44fd-bf66-b18c5abfd54f', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f036ee6-4c2e-44fd-bf66-b18c5abfd54f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/groups/cc95c9df-86fc-45d4-bb40-9586b2595a65'} Body: b'{"group": {"id": "cc95c9df-86fc-45d4-bb40-9586b2595a65", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T21:21:36.000000", "name": "tempest-GroupsV314Test-Group-1176133511", "description": null, "group_type": "ed5aa013-c58c-4ec4-b18b-f69b15793d66", "volume_types": ["126879be-ac70-4164-9ddf-affa1c408788"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:21:37,408 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/volumes/detail 0.079s 2024-02-28 21:21:37,408 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d409b53-65c4-4455-adc0-ddd9da18a167', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d409b53-65c4-4455-adc0-ddd9da18a167', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 21:21:37,500 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/groups/cc95c9df-86fc-45d4-bb40-9586b2595a65/action 0.079s 2024-02-28 21:21:37,501 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:37 GMT', 'server': 'Apache /2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bf9c9a2d-cc1a-4549-b559-cc1a9a65b466', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/groups/cc95c9df-86fc-45d4-bb40-9586b2595a65/action'} Body: b'' 2024-02-28 21:21:37,520 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/groups/cc95c9df-86fc-45d4-bb40-9586b2595a65 0.019s 2024-02-28 21:21:37,521 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-c009c2cb-8104-4d46-bc59-1a2e03769180', 'x-openstack-request-id': 'req-c009c2cb-8104-4d46-bc59-1a2e03769180', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6a2e5e1aa67f4507b63ca12b8c655a49/groups/cc95c9df-86fc-45d4-bb40-9586b2595a65'} Body: b'{"itemNotFound": {"code": 404, "message": "Group cc95c9df-86fc-45d4-bb40-9586b2595a65 could not be found."}}' 2024-02-28 21:21:37,550 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/275cc30de0fd4596ab3f7883d7d07965/group_types/ed5aa013-c58c-4ec4-b18b-f69b15793d66 0.028s 2024-02-28 21:21:37,550 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7aaa7b35-054a-4d39-92a8-5763cc2bec5b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/275cc30de0fd4596ab3f7883d7d07965/group_types/ed5aa013-c58c-4ec4-b18b-f69b15793d66'} Body: b'' 2024-02-28 21:21:37,602 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/275cc30de0fd4596ab3f7883d7d07965/types/126879be-ac70-4164-9ddf-affa1c408788 0.051s 2024-02-28 21:21:37,603 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21: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-4e3bdd47-5155-4249-8f29-25002bf897b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/275cc30de0fd4596ab3f7883d7d07965/types/126879be-ac70-4164-9ddf-affa1c408788'} Body: b'' 2024-02-28 21:21:37,620 85794 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/275cc30de0fd4596ab3f7883d7d07965/types/126879be-ac70-4164-9ddf-affa1c408788 0.016s 2024-02-28 21:21:37,620 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Ve rsion', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-50c728bc-070e-4168-9174-f315a9a4aa8f', 'x-openstack-request-id': 'req-50c728bc-070e-4168-9174-f315a9a4aa8f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/275cc30de0fd4596ab3f7883d7d07965/types/126879be-ac70-4164-9ddf-affa1c408788'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 126879be-ac70-4164-9ddf-affa1c408788 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e67550c2-23bb-4289-ae4a-efc1bc08402d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:21:43,186 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes 0.361s 2024-02-28 21:21:43,187 85796 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-2115031727"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eeecb12f-bda3-44cd-bb1f-1d49404eb8f7', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eeecb12f-bda3-44cd-bb1f-1d49404eb8f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes'} Body: b'{"volume": {"id": "e67550c2-23bb-4289-ae4a-efc1bc08402d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:43.123324", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2115031727", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d"}], "user_id": "2c74f5267c0146f7acb14bc2a7b7c10e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2024-02-28 21:21:43,246 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d 0.048s 2024-02-28 21:21:43,246 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4072d63-6f28-4bcb-937d-73965649d42a', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4072d63-6f28-4bcb-937d-73965649d42a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d'} Body: b'{"volume": {"id": "e67550c2-23bb-4289-ae4a-efc1bc08402d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:43.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-2115031727", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d"}], "user_id": "2c74f5267c0146f7acb14bc2a7b7c10e", "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": "f4aa792dc37b487489f12b288efbfba6"}}' 2024-02-28 21:21:44,301 85796 INFO [tempest.lib.common.rest_client] Request (Volumes TransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d 0.042s 2024-02-28 21:21:44,302 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4762dded-29c0-418b-bc37-dee03fffe4be', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4762dded-29c0-418b-bc37-dee03fffe4be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d'} Body: b'{"volume": {"id": "e67550c2-23bb-4289-ae4a-efc1bc08402d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:43.000000", "updated_at": "2024-02-28T21:21:43.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2115031727", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d"}], "user_id": "2c74f5267c0146f7acb14bc2a7b7c10e", "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": "f4aa792dc37b487489f12b288efbfba6"}}' 2024-02-28 21:21:44,355 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d 0.039s 2024-02-28 21:21:44,355 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c643f6dc-186d-455c-a69c-c2ade071b5da', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c643f6dc-186d-455c-a69c-c2ade071b5da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d'} Body: b'{"volume": {"id": "e67550c2-23bb-4289-ae4a-efc1bc08402d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:43.000000", "updated_at": "2024-02-28T21:21:43.000000", "name": "tempest-VolumesTransfersV357Test-Volume-2115031727", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d"}], "user_id": "2c74f5267c0146f7acb14bc2a7b7c10e", "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": "f4aa792dc37b487489f12b288efbfba6"}}' 2024-02-28 21:21:44,585 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d 0.218s 2024-02-28 21:21:44,585 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:44 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-06515c19-50da-4b04-ab38-0a802e64d24e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d'} Body: b'' 2024-02-28 21:21:44,609 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d 0.022s 2024-02-28 21:21:44,609 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:44 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-80347bde-ec79-47c0-ad0c-d99d3efeb36e', 'x-openstack-request-id': 'req-80347bde-ec79-47c0-ad0c-d99d3efeb36e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/e67550c2-23bb-4289-ae4a-efc1bc08402d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e67550c2-23bb-4289-ae4a-efc1bc08402d could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 150, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:21:44,814 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes 0.202s 2024-02-28 21:21:44,815 85796 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-960318664"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37b45b93-1344-4977-913f-76b88668ee99', 'content-length': '885', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37b45b93-1344-4977-913f-76b88668ee99', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes'} Body: b'{"volume": {"id": "7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:44.749271", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-960318664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e"}], "user_id": "2c74f5267c0146f7acb14bc2a7b7c10e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2024-02-28 21:21:44,872 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e 0.047s 2024-02-28 21:21:44,873 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8922bada-ade0-4706-ac75-ede51e025919', 'content-length': '953', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8922bada-ade0-4706-ac75-ede51e025919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e'} Body: b'{"volume": {"id": "7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:45.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-960318664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e"}], "user_id": "2c74f5267c0146f7acb14bc2a7b7c10e", "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": "f4aa792dc37b487489f12b288efbfba6"}}' 2024-02-28 21:21:45,927 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV3 57Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e 0.040s 2024-02-28 21:21:45,927 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61849c9a-9d7e-4bda-8422-7fd3c47f3110', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61849c9a-9d7e-4bda-8422-7fd3c47f3110', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e'} Body: b'{"volume": {"id": "7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:45.000000", "updated_at": "2024-02-28T21:21:45.000000", "name": "tempest-VolumesTransfersV357Test-Volume-960318664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e"}], "user_id": "2c74f5267c0146f7acb14bc2a7b7c10e", "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": "f4aa792dc37b487489f12b288efbfba6"}}' 2024-02-28 21:21:45,993 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e 0.054s 2024-02-28 21:21:45,993 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a5cd0259-7809-42b3-8cd7-8fd332b03ac8', 'content-length': '974', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a5cd0259-7809-42b3-8cd7-8fd332b03ac8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e'} Body: b'{"volume": {"id": "7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:45.000000", "updated_at": "2024-02-28T21:21:45.000000", "name": "tempest-VolumesTransfersV357Test-Volume-960318664", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e"}], "user_id": "2c74f5267c0146f7acb14bc2a7b7c10e", "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": "f4aa792dc37b487489f12b288efbfba6"}}' 2024-02-28 21:21:46,104 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e 0.098s 2024-02-28 21:21:46,105 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:46 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-5d9b1a69-44f4-490e-835b-7516aa0142e6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e'} Body: b'' 2024-02-28 21:21:46,128 85796 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e 0.023s 2024-02-28 21:21:46,129 85796 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:46 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-a040a08e-a0aa-4079-9b35-c73c12203430', 'x-openstack-request-id': 'req-a040a08e-a0aa-4079-9b35-c73c12203430', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f4aa792dc37b487489f12b288efbfba6/volumes/7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7295eeb4-29c3-4aa4-b8ea-7d22a721eb2e could not be found."}}' setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest) ----------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e3ab1bdd-d2a9-4f31-86d4-e2ca3a5bad7d failed to build and is in ERROR status setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON) --------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_list.py", line 89, in resource_setup volume = cls.create_volume(metadata=cls.metadata) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 60f9ab52-3f04-49a2-b35a-a747b2f11f33 failed to build and is in ERROR status tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 65, in test_volume_from_snapshot_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 39d2203c-e075-4b7e-81be-072be6d8135e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:21:59,196 85794 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes 0.251s 2024-02-28 21:21:59,196 85794 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-268206132"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e325a068-278e-44c0-b07e-c9ef692a62a5', 'content-length': '828', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e325a068-278e-44c0-b07e-c9ef692a62a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes'} Body: b'{"volume": {"id": "39d2203c-e075-4b7e-81be-072be6d8135e", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T21:21:59.130520", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-268206132", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e"}], "user_id": "e650fa83af4f4e3991734be2e14d508b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:21:59,268 85794 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e 0.060s 2024-02-28 21:21:59,268 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1c8dde3-09d8-46d3-b8f0-654a2890e043', 'content-length': '896', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1c8dde3-09d8-46d3-b8f0-654a2890e043', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e'} Body: b'{"volume": {"id": "39d2203c-e075-4b7e-81be-072be6d8135e", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T21:21:59.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-268206132", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e"}], "user_id": "e650fa83af4f4e3991734be2e14d508b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "393007ff2d634af6a6a27d89fb81ca12"}}' 2024-02-28 21:22:00,328 85794 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e 0.037s 2024-02-28 21:22:00,328 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-83aae0c4-a410-4105-a462-e39c346d8690', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-83aae0c4-a410-4105-a462-e39c346d8690', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e'} Body: b'{"volume": {"id": "39d2203c-e075-4b7e-81be-072be6d8135e", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T21:21:59.000000", "updated_at": "2024-02-28T21:21:59.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-268206132", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e"}], "user_id": "e650fa83af4f4e3991734be2e14d508b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "393007ff2d634af6a6a27d89fb81ca12"}}' 2024-02-28 21:22:00,382 85794 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e 0.042s 2024-02-28 21:22:00,383 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3a438b5-c9f7-493a-bcd4-5e94df10210d', 'content-length': '917', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3a438b5-c9f7-493a-bcd4-5e94df10210d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e'} Body: b'{"volume": {"id": "39d2203c-e075-4b7e-81be-072be6d8135e", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2024-02-28T21:21:59.000000", "updated_at": "2024-02-28T21:21:59.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-268206132", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e"}], "user_id": "e650fa83af4f4e3991734be2e14d508b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "393007ff2d634af6a6a27d89fb81ca12"}}' 2024-02-28 21:22:00,514 85794 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e 0.119s 2024-02-28 21:22:00,514 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22: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-9b0d8b34-fdda-4aee-b84f-990bbb80a2a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e'} Body: b'' 2024-02-28 21:22:00,536 85794 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e 0.021s 2024-02-28 21:22:00,536 85794 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22: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-2d8fd225-bc32-4b12-b543-e5a82a359401', 'x-openstack-request-id': 'req-2d8fd225-bc32-4b12-b543-e5a82a359401', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/393007ff2d634af6a6a27d89fb81ca12/volumes/39d2203c-e075-4b7e-81be-072be6d8135e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 39d2203c-e075-4b7e-81be-072be6d8135e could not be found."}}' tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 114, in test_delete_server_while_in_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 17002a44-6d23-4b19-a083-076710fa5986 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:11,536 85798 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.115s 2024-02-28 21:20:11,537 85798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2811', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ab42e4c9-ba2b-4135-9c48-ac6d5fddc40b', '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": "4a1b398d7b654d6ea41e481b0e526818", "name": "tempest-DeleteServersTestJSON-31926447-project-member", "password_expires_at": null}, "audit_ids": ["ooTrJWAKRkmk6lPD0-ZtHw"], "expires_at": "2024-02-28T22:20:11.000000Z", "issued_at": "2024-02-28T21:20:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6ff0a0245a504feabf40df3bc55ec96d", "name": "tempest-DeleteServersTestJSON-31926447"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6ff0a0245a504feabf40df3bc55ec96d", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:20:11,537 85798 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': '3e1c085d-b65c-4049-aab0-361932c9c0cb', 'name': 'tempest-DeleteServersTestJSON-138752098-network', 'tenant_id': '6ff0a0245a504feabf40df3bc55ec96d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6ff0a0245a504feabf40df3bc55ec96d', 'port_security_enabled': True, 'r outer:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 59536, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:19:48Z', 'updated_at': '2024-02-28T21:19:48Z', 'revision_number': 1} available for tenant 2024-02-28 21:20:13,267 85798 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.728s 2024-02-28 21:20:13,267 85798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-437340123", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "networks": [{"uuid": "3e1c085d-b65c-4049-aab0-361932c9c0cb"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/485a5393-9b5c-47e5-b832-82cbb12a979f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-398b89c5-df8f-4fcc-89fa-482cbc7002c0', 'x-compute-request-id': 'req-398b89c5-df8f-4fcc-89fa-482cbc7002c0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "485a5393-9b5c-47e5-b832-82cbb12a979f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/485a5393-9b5c-47e5-b832-82cbb12a979f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/485a5393-9b5c-47e5-b832-82cbb12a979f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ki3XFNEZV7fp"}}' 2024-02-28 21:20:13,504 85798 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/485a5393-9b5c-47e5-b832-82cbb12a979f 0.234s 2024-02-28 21:20:13,504 85798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1206', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0a983ebc-3dac-4a24-a0dc-01d7fd1338c3', 'x-compute-request-id': 'req-0a983ebc-3dac-4a24-a0dc-01d7fd1338c3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/485a5393-9b5c-47e5-b832-82cbb12a979f'} Body: b'{"server": {"id": "485a5393-9b5c-47e5-b832-82cbb12a979f", "name": "tempest-DeleteServersTestJSON-server-437340123", "status": "BUILD", "tenant_id": "6ff0a0245a504feabf40df3bc55ec96d", "user_id": "4a1b398d7b654d6ea41e481b0e526818", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:13Z", "updated": "2024-02-28T21:20:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/485a5393-9b5c-47e5-b832-82cbb12a979f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/485a5393-9b5c-47e5-b832-82cbb12a979f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-S RV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:21:04,614 85798 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/485a5393-9b5c-47e5-b832-82cbb12a979f 1.047s 2024-02-28 21:21:04,614 85798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:03 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-31b91e6c-5767-4e85-a0c2-038e4ad2bfc3', 'x-compute-request-id': 'req-31b91e6c-5767-4e85-a0c2-038e4ad2bfc3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/485a5393-9b5c-47e5-b832-82cbb12a979f'} Body: b'{"server": {"id": "485a5393-9b5c-47e5-b832-82cbb12a979f", "name": "tempest-DeleteServersTestJSON-server-437340123", "status": "ACTIVE", "tenant_id": "6ff0a0245a504feabf40df3bc55ec96d", "user_id": "4a1b398d7b654d6ea41e481b0e526818", "metadata": {}, "hostId": "d065e94da547e8b5d8b735e246a1db1edfc1fef69cb779fd6e157012", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:13Z", "updated": "2024-02-28T21:20:30Z", "addresses": {"tempest-DeleteServersTestJSON-138752098-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:94:a1:00"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/485a5393-9b5c-47e5-b832-82cbb12a979f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/485a5393-9b5c-47e5-b832-82cbb12a979f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:20:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:21:04,627 85798 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 21:22:04,915 85798 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d/volumes 0.229s 2024-02-28 21:22:04,916 85798 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-1447025927"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a59f274-e94a-4df6-9f11-450f817e04ec', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a59f274-e94a-4df6-9f11-450f817e04ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d/volumes'} Body: b'{"volume": {"id": "17002a44-6d23-4b19-a083-076710fa5986", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:04.853177", "upd ated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1447025927", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d/volumes/17002a44-6d23-4b19-a083-076710fa5986"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ff0a0245a504feabf40df3bc55ec96d/volumes/17002a44-6d23-4b19-a083-076710fa5986"}], "user_id": "4a1b398d7b654d6ea41e481b0e526818", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:22:04,970 85798 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d/volumes/17002a44-6d23-4b19-a083-076710fa5986 0.043s 2024-02-28 21:22:04,971 85798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0889cf02-f346-433c-bc41-9c5b38d92485', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0889cf02-f346-433c-bc41-9c5b38d92485', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d/volumes/17002a44-6d23-4b19-a083-076710fa5986'} Body: b'{"volume": {"id": "17002a44-6d23-4b19-a083-076710fa5986", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:05.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1447025927", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d/volumes/17002a44-6d23-4b19-a083-076710fa5986"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ff0a0245a504feabf40df3bc55ec96d/volumes/17002a44-6d23-4b19-a083-076710fa5986"}], "user_id": "4a1b398d7b654d6ea41e481b0e526818", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ff0a0245a504feabf40df3bc55ec96d"}}' 2024-02-28 21:22:06,038 85798 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d/volumes/17002a44-6d23-4b19-a083-076710fa5986 0.053s 2024-02-28 21:22:06,038 85798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80b72ead-3d2a-4dc9-9534-9847b7547ceb', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80b72ead-3d2a-4dc9-9534-9847b7547ceb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d/volumes/17002a44-6d23-4b19-a083-076710fa5986'} Body: b'{"volume": {"id": "17002a44-6d23-4b19-a083-076710fa5986", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:05.000000", "updated_at": "2024-02-28T21:22:05.000000", "name": "tempest-DeleteServersTestJSON-volume-1447025927", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6ff0a0245a504feabf40df3bc55ec96d/volumes/17002a44 -6d23-4b19-a083-076710fa5986"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6ff0a0245a504feabf40df3bc55ec96d/volumes/17002a44-6d23-4b19-a083-076710fa5986"}], "user_id": "4a1b398d7b654d6ea41e481b0e526818", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6ff0a0245a504feabf40df3bc55ec96d"}}' tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 70, in test_update_attached_volume_with_nonexistent_volume_in_body volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 30078315-cf3e-4fd2-94d1-909c86958ba7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:25,873 85784 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:20:26,152 85784 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.278s 2024-02-28 21:20:26,153 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1749071549", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNaROSZ0Z3Zv0u1emilK26tG9jIObKW3O1r8uD0IUYu4HEJG9Zf1ahwZ13gjumpXuWWfFgvV26yjeYmOj7X5qNWlODsEOBqxW3en7ylAypjmor7PvoHzvENAipjqWYVdCA=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3d531642-c825-4ab8-b174-6706f2c433ad', 'x-compute-request-id': 'req-3d531642-c825-4ab8-b174-6706f2c433ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1749071549", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNaROSZ0Z3Zv0u1emilK26tG9jIObKW3O1r8uD0IUYu4HEJG9Zf1ahwZ13gjumpXuWWfFgvV26yjeYmOj7X5qNWlODsEOBqxW3en7ylAypjmor7PvoHzvENAipjqWYVdCA==", "fingerprint": "8f:5f:b6:1a:cc:91:64:63:8c:60:d3:1c:d7:01:7e:56", "user_id": "989f947712234594818fc600c2ac3c48"}}' 2024-02-28 21:20:26,156 85784 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1749071549 created 2024-02-28 21:20:26,828 85784 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.671s 2024-02-28 21:20:26,828 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--610796671", "description": "tempest-description--2140422941"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-f554617c-c95b-4ce8-83d5-ece3057ffe3c', 'date': 'Wed, 28 Feb 2024 21:20:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "63a62fad-cf19-475c-b406-05ea514fcb66", "name": "tempest-securitygroup--610796671", "stateful": true, "tenant_id": "845e64684cac4f64b090c211a3c490b1", "description": "tempest-description--2140422941", "shared": false, "security_group_rules": [{"id": "116515b9-6207-4de0-a876-1b57b43fed5c", "project_id": "845e64684cac4f64b090c211a3c490b1", "tenant_id": "845e64684cac4f64b090c211a3c490b1", "security_group_id": "63a62fad-cf19-475c-b406-05ea514fcb66", "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": 342, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:20:26Z", "updated_at": "2024-02-28T21:20:26Z", "revision_number": 0}, {"id": "65dfb7d1-90ff-42be-b3cb-8f1d8b5178a1", "project_id": "845e64684cac4f64b090c211a3c490b1", "tenant_id": "845e64684cac4f64b090c211a3c490b1", "security_group_id": "63a62fad-cf19-475c-b406-05ea514fcb66", "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": 343, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:20:26Z", "updated_at": "2024-02-28T21:20:26Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:20:26Z", "updated_at": "2024-02-28T21:20:26Z", "revision_number": 1, "project_id": "845e64684cac4f64b090c211a3c490b1"}}' 2024-02-28 21:20:27,787 85784 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.958s 2024-02-28 21:20:27,787 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "63a62fad-cf19-475c-b406-05ea514fcb66", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-5f8eeab5-a67c-49f8-a173-44e38f53744a', 'date': 'Wed, 28 Feb 2024 21:20:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c78c1757-b5a6-4fe8-aba2-4d8d8e15c710", "project_id": "845e64684cac4f64b090c211a3c490b1", "tenant_id": "845e64684cac4f64b090c211a3c490b1", "security_group_id": "63a62fad-cf19-475c-b406-05ea514fcb66", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:20:27Z", "updated_at": "2024-02-28T21:20:27Z", "revision_number": 0}}' 2024-02-28 21:20:28,961 85784 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.173s 2024-02-28 21:20:28,961 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "63a62fad-cf19-475c-b406-05ea514fcb66", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-bf87bc64-eff1-44b6-b886-49f9ad6bc224', 'date': 'Wed, 28 Feb 2024 21:20:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1966258b-2507-4846-b1e2-9521079d9592", "project_id": "845e64684cac4f64b090c211a3c490b1", "tenant_id": "845e64684cac4f64b090c211a3c490b1", "security_group_id": "63a62fad-cf19-475c-b406-05ea514fcb66", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:20:28Z", "updated_at": "2024-02-28T21:20:28Z", "revision_number": 0}}' 2024-02-28 21:20:28,962 85784 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--610796671 created 2024-02-28 21:20:31,135 85784 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.172s 2024-02-28 21:20:31,136 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/js on', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-175928b9-8659-4f97-b25a-78a3c2f3ed34', 'date': 'Wed, 28 Feb 2024 21:20:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "872d2a44-a5c5-4bf8-b820-75062b49c357", "tenant_id": "845e64684cac4f64b090c211a3c490b1", "floating_ip_address": "172.24.4.66", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "845e64684cac4f64b090c211a3c490b1", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:20:30Z", "updated_at": "2024-02-28T21:20:30Z", "revision_number": 0}}' 2024-02-28 21:20:31,136 85784 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '872d2a44-a5c5-4bf8-b820-75062b49c357', 'tenant_id': '845e64684cac4f64b090c211a3c490b1', 'floating_ip_address': '172.24.4.66', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '845e64684cac4f64b090c211a3c490b1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:20:30Z', 'updated_at': '2024-02-28T21:20:30Z', 'revision_number': 0, 'ip': '172.24.4.66'} created 2024-02-28 21:20:31,397 85784 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.249s 2024-02-28 21:20:31,398 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:31 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-ebab205e-270e-4315-a989-e96e71c52daa', '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": "989f947712234594818fc600c2ac3c48", "name": "tempest-VolumesAdminNegativeTest-1359212026-project-member", "password_expires_at": null}, "audit_ids": ["qGpcjv3ARTGVVtQw0GV9dA"], "expires_at": "2024-02-28T22:20:31.000000Z", "issued_at": "2024-02-28T21:20:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "845e64684cac4f64b090c211a3c490b1", "name": "tempest-VolumesAdminNegativeTest-1359212026"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/845e64684cac4f64b090c211a3c490b1", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:20:31,399 85784 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '5e2db359-04da-47d0-a596-4fef24c88009', 'name': 'tempest-VolumesAdminNegativeTest-374740936-network', 'tenant_id': '845e64684cac4f64b090c211a3c490b1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '845e64684cac4f64b090c211a3c490b1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33667, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:19:48Z', 'updated_at': '2024-02-28T21:19:48Z', 'revision_number': 1} available for tenant 2024-02-28 21:20:31,400 85784 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1749071549', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNaROSZ0Z3Zv0u1emilK26tG9jIObKW3O1r8uD0IUYu4HEJG9Zf1ahwZ13gjumpXuWWfFgvV26yjeYmOj7X5qNWlODsEOBqxW3en7ylAypjmor7PvoHzvENAipjqWYVdCA==', 'fingerprint': '8f:5f:b6:1a:cc:91:64:63:8c:60:d3:1c:d7:01:7e:56', 'user_id': '989f947712234594818fc600c2ac3c48', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDArg1uFV6x/Ri2tXT1w52+0czd5o85bHj9t8bt4ka4gvv7gwygPhr9D\nDikAJ1Rc4b2gBwYFK4EEACKhZANiAATWkTkmdGd2b9LtXpopSturRvYyDmyltzta\n/Lg9CFGLuBxCRvWX9WocGdd4I7pqV7llnxYL1duso3mJjo+1+ajVpTg7BDgasVt3\np+8pQMqY5qK+z76B87xDQIqY6lmFXQg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '63a62fad-cf19-475c-b406-05ea514fcb66', 'name': 'tempest-securitygroup--610796671', 'stateful': True, 'tenant_id': '845e64684cac4f64b090c211a3c490b1', 'description': 'tempest-description--2140422941', 'shared': False, 'security_group_rules': [{'id': '116515b9-6207-4de0-a876-1b57b43fed5c', 'project_id': '845e64684cac4f64b090c211a3c490b1', 'tenant_id': '845e64684cac4f64b090c211a3c490b1', 'security_group_id': '63a62fad-cf19-475c-b406-05ea514fcb66', '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': 342, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:20:26Z', 'updated_at': '2024-02-28T21:20:26Z', 'revision_number': 0}, {'id': '65dfb7d1-90ff-42be-b3cb-8f1d8b5178a1', 'project_id': '845e64684cac4f64b090c211a3c490b1', 'tenant_id': '845e64684cac4f64b090c211a3c490b1', 'security_group_id': '63a62fad-cf19-475c-b406-05ea514fcb66', 'ethertype': 'IPv4', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'po rt_range_max': None, 'remote_ip_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 343, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:20:26Z', 'updated_at': '2024-02-28T21:20:26Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:20:26Z', 'updated_at': '2024-02-28T21:20:26Z', 'revision_number': 1, 'project_id': '845e64684cac4f64b090c211a3c490b1'}, 'floating_ip': {'id': '872d2a44-a5c5-4bf8-b820-75062b49c357', 'tenant_id': '845e64684cac4f64b090c211a3c490b1', 'floating_ip_address': '172.24.4.66', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '845e64684cac4f64b090c211a3c490b1', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:20:30Z', 'updated_at': '2024-02-28T21:20:30Z', 'revision_number': 0, 'ip': '172.24.4.66'}} 2024-02-28 21:20:33,992 85784 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 202 POST http://10.0.0.210/compute/v2.1/servers 2.590s 2024-02-28 21:20:33,993 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1370314065", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "networks": [{"uuid": "5e2db359-04da-47d0-a596-4fef24c88009"}], "security_groups": [{"name": "tempest-securitygroup--610796671"}], "key_name": "tempest-keypair-1749071549", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7ffad06b-2554-4fd2-ae8e-33ee52fcf888', 'x-compute-request-id': 'req-7ffad06b-2554-4fd2-ae8e-33ee52fcf888', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "aedd64a8-32a4-4c51-9f22-75e0dbe141f6", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--610796671"}], "adminPass": "5eBiRS7gVxZt"}}' 2024-02-28 21:20:34,227 85784 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/aedd64a8-32a4-4c51-9f22-75e0dbe141f6 0.229s 2024-02-28 21:20:34,227 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:33 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-eb69c844-754e-4cd5-8361-24462aa79aa8', 'x-compute-request-id': 'req-eb69c844-754e-4cd5-8361-24462aa79aa8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6'} Body: b'{"server": {"id": "aedd64a8-32a4-4c51-9f22-75e0dbe141f6", "n ame": "tempest-VolumesAdminNegativeTest-server-1370314065", "status": "BUILD", "tenant_id": "845e64684cac4f64b090c211a3c490b1", "user_id": "989f947712234594818fc600c2ac3c48", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:34Z", "updated": "2024-02-28T21:20:34Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1749071549", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:21:24,753 85784 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/aedd64a8-32a4-4c51-9f22-75e0dbe141f6 0.458s 2024-02-28 21:21:24,753 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82690cb8-6c4a-4f93-ab33-0492a8b31144', 'x-compute-request-id': 'req-82690cb8-6c4a-4f93-ab33-0492a8b31144', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6'} Body: b'{"server": {"id": "aedd64a8-32a4-4c51-9f22-75e0dbe141f6", "name": "tempest-VolumesAdminNegativeTest-server-1370314065", "status": "ACTIVE", "tenant_id": "845e64684cac4f64b090c211a3c490b1", "user_id": "989f947712234594818fc600c2ac3c48", "metadata": {}, "hostId": "ee40f9bd011ee30f7eb7d613e57018ece13fb4c5f2e2a0654141b5e3", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:33Z", "updated": "2024-02-28T21:20:47Z", "addresses": {"tempest-VolumesAdminNegativeTest-374740936-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:3c:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1749071549", "OS-SRV-USG:launched_at": "2024-02-28T21:20:46.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--610796671"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:21:24,767 85784 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:22:24,978 85784 INFO [tempest.lib.common.rest_client] Request (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body): 200 GE T http://10.0.0.210/compute/v2.1/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6/os-interface 0.150s 2024-02-28 21:22:24,979 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:24 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-6233da98-1a42-433d-b75d-d7dd984144fb', 'x-compute-request-id': 'req-6233da98-1a42-433d-b75d-d7dd984144fb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/aedd64a8-32a4-4c51-9f22-75e0dbe141f6/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5e2db359-04da-47d0-a596-4fef24c88009", "port_id": "7d380b35-ed57-44b3-9654-6384e49fe322", "mac_addr": "fa:16:3e:ed:3c:96", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "6755b5f6-d9e5-4a6c-990e-44010a2ca1be", "ip_address": "10.0.0.8"}]}]}' 2024-02-28 21:22:25,940 85784 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/872d2a44-a5c5-4bf8-b820-75062b49c357 0.957s 2024-02-28 21:22:25,940 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "7d380b35-ed57-44b3-9654-6384e49fe322"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-9a44052e-aef3-4403-9670-a2f230d4faa3', 'date': 'Wed, 28 Feb 2024 21:22:25 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/872d2a44-a5c5-4bf8-b820-75062b49c357'} Body: b'{"floatingip": {"id": "872d2a44-a5c5-4bf8-b820-75062b49c357", "tenant_id": "845e64684cac4f64b090c211a3c490b1", "floating_ip_address": "172.24.4.66", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "030fe301-9271-4709-afe0-f0f3f3afc078", "port_id": "7d380b35-ed57-44b3-9654-6384e49fe322", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5e2db359-04da-47d0-a596-4fef24c88009", "mac_address": "fa:16:3e:ed:3c:96", "admin_state_up": true, "status": "ACTIVE", "device_id": "aedd64a8-32a4-4c51-9f22-75e0dbe141f6", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:20:30Z", "updated_at": "2024-02-28T21:22:25Z", "revision_number": 1, "project_id": "845e64684cac4f64b090c211a3c490b1"}}' 2024-02-28 21:22:25,943 85784 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.66:22' as 'cirros' with public key authentication 2024-02-28 21:22:25,963 85784 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:22:26,074 85784 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:22:26,075 85784 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.66 successfully created 2024-02-28 21:22:26,278 85784 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/845e64684cac4f64b090c211a3c490b1/volumes 0.202s 2024-02-28 21:22:26,278 85784 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-985987236"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json' , 'x-compute-request-id': 'req-40d30607-f408-4889-9135-1899f7eb6bcd', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40d30607-f408-4889-9135-1899f7eb6bcd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes'} Body: b'{"volume": {"id": "30078315-cf3e-4fd2-94d1-909c86958ba7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:26.221725", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-985987236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes/30078315-cf3e-4fd2-94d1-909c86958ba7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/845e64684cac4f64b090c211a3c490b1/volumes/30078315-cf3e-4fd2-94d1-909c86958ba7"}], "user_id": "989f947712234594818fc600c2ac3c48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:22:26,335 85784 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/845e64684cac4f64b090c211a3c490b1/volumes/30078315-cf3e-4fd2-94d1-909c86958ba7 0.045s 2024-02-28 21:22:26,335 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-03314789-2a81-456f-8fe8-477bc76254ee', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-03314789-2a81-456f-8fe8-477bc76254ee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes/30078315-cf3e-4fd2-94d1-909c86958ba7'} Body: b'{"volume": {"id": "30078315-cf3e-4fd2-94d1-909c86958ba7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:26.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-985987236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes/30078315-cf3e-4fd2-94d1-909c86958ba7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/845e64684cac4f64b090c211a3c490b1/volumes/30078315-cf3e-4fd2-94d1-909c86958ba7"}], "user_id": "989f947712234594818fc600c2ac3c48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "845e64684cac4f64b090c211a3c490b1"}}' 2024-02-28 21:22:27,392 85784 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/845e64684cac4f64b090c211a3c490b1/volumes/30078315-cf3e-4fd2-94d1-909c86958ba7 0.043s 2024-02-28 21:22:27,392 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c25eca09-feb1-4a27-bfe8-8859242ae53c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c25eca09-feb1-4a27-bfe8-8859242ae53c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.2 10/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes/30078315-cf3e-4fd2-94d1-909c86958ba7'} Body: b'{"volume": {"id": "30078315-cf3e-4fd2-94d1-909c86958ba7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:26.000000", "updated_at": "2024-02-28T21:22:26.000000", "name": "tempest-VolumesAdminNegativeTest-volume-985987236", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes/30078315-cf3e-4fd2-94d1-909c86958ba7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/845e64684cac4f64b090c211a3c490b1/volumes/30078315-cf3e-4fd2-94d1-909c86958ba7"}], "user_id": "989f947712234594818fc600c2ac3c48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "845e64684cac4f64b090c211a3c490b1"}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 89, in test_attach_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c9074039-47c4-4e7d-b917-bcb3af6273c0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:09,945 85800 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:20:09,945 85800 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:20:10,251 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.304s 2024-02-28 21:20:10,252 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2004656149", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOyFzB2Y9SW0Y1cdJXDJV3nvzxS/cLuulgQCu6Zc/bfVA8nP5KZR/WfbUeLluQ1NiOGnLOu3bgSLcK4cu3xUFKUeAIVvNZo+owd9dUNu/OxQkrUpKLqw93rEOtF1S5IHrg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:09 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-32e3e7ea-3d32-4374-9acb-abbf036d444f', 'x-compute-request-id': 'req-32e3e7ea-3d32-4374-9acb-abbf036d444f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2004656149", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOyFzB2Y9SW0Y1cdJXDJV3nvzxS/cLuulgQCu6Zc/bfVA8nP5KZR/WfbUeLluQ1NiOGnLOu3bgSLcK4cu3xUFKUeAIVvNZo+owd9dUNu/OxQkrUpKLqw93rEOtF1S5IHrg==", "fingerprint": "b6:8c:8b:b5:5d:c6:24:db:eb:5f:1f:a2:ee:8e:98:0b", "user_id": "b1babd0d20bf4845a3cafaa81cd28f78"}}' 2024-02-28 21:20:10,254 85800 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2004656149 created 2024-02-28 21:20:10,477 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.222s 2024-02-28 21:20:10,477 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--600021059", "description": "tempest-description--7323426"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1657', 'x-openstack-request-id': 'req-2238257a-1032-4e66-93e1-d18d85867b65', 'date': 'Wed, 28 Feb 2024 21:20:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "97e9aab5-eb65-4272-add3-590c3fc5a8e5", "name": "tempest-securitygroup--600021059", "stateful": true, "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "description": "tempest-description--7323426", "shared": false, "security_group_rules": [{"id": "6506a7c3-cd7b-4e23-b2f0-bb461545fc33", "project_id": "95531591de364b8b86b5c4d43ff475bc", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "security_group_id": "97e9aab5-eb65-4272-add3-590c3fc5a8e5", "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": 260, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:20:10Z", "updated_at": "2024-02-28T21:20:10Z", "revision_number": 0}, {"id": "818f3874-7669-41ec-acac-d13f2a6ffcb7", "project_id": "95531591de364b8b86b5c4d43ff475bc", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "security_group_id": "97e9aab5-eb65-4272-add3-590c3fc5a8e5", "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": 259, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:20:10Z", "updated_at": "2024-02-28T21:20:10Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:20:10Z", "updated_at": "2024-02-28T21:20:10Z", "revision_number": 1, "project_id": "95531591de364b8b86b5c4d43ff475bc"}}' 2024-02-28 21:20:10,734 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.256s 2024-02-28 21:20:10,734 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "97e9aab5-eb65-4272-add3-590c3fc5a8e5", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-b032b8cc-25c7-4d25-986a-21db6bf2e268', 'date': 'Wed, 28 Feb 2024 21:20:10 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b31811c5-4e69-47f1-af91-52d365a970a8", "project_id": "95531591de364b8b86b5c4d43ff475bc", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "security_group_id": "97e9aab5-eb65-4272-add3-590c3fc5a8e5", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:20:10Z", "updated_at": "2024-02-28T21:20:10Z", "revision_number": 0}}' 2024-02-28 21:20:11,011 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.277s 2024-02-28 21:20:11,012 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "97e9aab5-eb65-4272-add3-590c3fc5a8e5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-309df6c5-d992-4edd-a0c9-dc8569dc1612', 'date': 'Wed, 28 Feb 2024 21:20:11 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d14a224e-2548-4212-8498-9529c46669a8", "project_id": "95531591de364b8b86b5c4d43ff475bc", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "security_group_id": "97e9aab5-eb65-4272-add3-590c3fc5a8e5", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:20:10Z", "updated_at": "2024-02-28T21:20:10Z", "revision_number": 0}}' 2024-02-28 21:20:11,013 85800 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--600021059 created 2024-02-28 21:20:12,101 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.087s 2024-02-28 21:20:12,101 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff76 a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-afc7420a-a60a-45cb-ac94-f8cca4b80191', 'date': 'Wed, 28 Feb 2024 21:20:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6fb69627-06d1-4785-b68b-aee57ff01b26", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "floating_ip_address": "172.24.4.111", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "95531591de364b8b86b5c4d43ff475bc", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:20:11Z", "updated_at": "2024-02-28T21:20:11Z", "revision_number": 0}}' 2024-02-28 21:20:12,101 85800 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6fb69627-06d1-4785-b68b-aee57ff01b26', 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'floating_ip_address': '172.24.4.111', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '95531591de364b8b86b5c4d43ff475bc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:20:11Z', 'updated_at': '2024-02-28T21:20:11Z', 'revision_number': 0, 'ip': '172.24.4.111'} created 2024-02-28 21:20:12,279 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.124s 2024-02-28 21:20:12,279 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:12 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-9574d29f-9d55-49a4-8747-ef5520210567', '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": "b1babd0d20bf4845a3cafaa81cd28f78", "name": "tempest-AttachVolumeTestJSON-1468279415-project-member", "password_expires_at": null}, "audit_ids": ["xvIaQG-kSiKOlNPXt0yFJw"], "expires_at": "2024-02-28T22:20:12.000000Z", "issued_at": "2024-02-28T21:20:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "95531591de364b8b86b5c4d43ff475bc", "name": "tempest-AttachVolumeTestJSON-1468279415"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/95531591de364b8b86b5c4d43ff475bc", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:20:12,280 85800 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': '278315ee-223d-4596-9692-2c3881d1dc2a', 'name': 'tempest-AttachVolumeTestJSON-112097840-network', 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '95531591de364b8b86b5c4d43ff475bc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9020, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:19:49Z', 'updated_at': '2024-02-28T21:19:49Z', 'revision_number': 1} available for tenant 2024-02-28 21:20:12,281 85800 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2004656149', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBOyFzB2Y9SW0Y1cdJXDJV3nvzxS/cLuulgQCu6Zc/bfVA8nP5KZR/WfbUeLluQ1NiOGnLOu3bgSLcK4cu3xUFKUeAIVvNZo+owd9dUNu/OxQkrUpKLqw93rEOtF1S5IHrg==', 'fingerprint': 'b6:8c:8b:b5:5d:c6:24:db:eb:5f:1f:a2:ee:8e:98:0b', 'user_id': 'b1babd0d20bf4845a3cafaa81cd28f78', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDANvy1xKIM7t4KzsVvg2FKpBkVU2R6XThYAkO70yu3XNVVelmuKCNxY\nztlZ8fZIbp+gBwYFK4EEACKhZANiAATshcwdmPUltGNXHSVwyVd5788Uv3C7rpYE\nArumXP231QPJz+SmUf1n21Hi5bkNTYjhpyzrt24Ei3CuHLt8VBSlHgCFbzWaPqMH\nfXVDbvzsUJK1KSi6sPd6xDrRdUuSB64=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '97e9aab5-eb65-4272-add3-590c3fc5a8e5', 'name': 'tempest-securitygroup--600021059', 'stateful': True, 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'description': 'tempest-description--7323426', 'shared': False, 'security_group_rules': [{'id': '6506a7c3-cd7b-4e23-b2f0-bb461545fc33', 'project_id': '95531591de364b8b86b5c4d43ff475bc', 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'security_group_id': '97e9aab5-eb65-4272-add3-590c3fc5a8e5', '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': 260, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:20:10Z', 'updated_at': '2024-02-28T21:20:10Z', 'revision_number': 0}, {'id': '818f3874-7669-41ec-acac-d13f2a6ffcb7', 'project_id': '95531591de364b8b86b5c4d43ff475bc', 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'security_group_id': '97e9aab5-eb65-4272-add3-590c3fc5a8e5', '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': 259, 'belongs_to_default_sg': Fal se, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:20:10Z', 'updated_at': '2024-02-28T21:20:10Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:20:10Z', 'updated_at': '2024-02-28T21:20:10Z', 'revision_number': 1, 'project_id': '95531591de364b8b86b5c4d43ff475bc'}, 'floating_ip': {'id': '6fb69627-06d1-4785-b68b-aee57ff01b26', 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'floating_ip_address': '172.24.4.111', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '95531591de364b8b86b5c4d43ff475bc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:20:11Z', 'updated_at': '2024-02-28T21:20:11Z', 'revision_number': 0, 'ip': '172.24.4.111'}} 2024-02-28 21:20:13,929 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.648s 2024-02-28 21:20:13,930 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-922254669", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "278315ee-223d-4596-9692-2c3881d1dc2a"}], "security_groups": [{"name": "tempest-securitygroup--600021059"}], "key_name": "tempest-keypair-2004656149", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8d616848-ced1-4bf0-bcb9-14f6ef4cb0e4', 'x-compute-request-id': 'req-8d616848-ced1-4bf0-bcb9-14f6ef4cb0e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e4eaa8a1-3850-409d-be03-1db020d1839c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4eaa8a1-3850-409d-be03-1db020d1839c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--600021059"}], "adminPass": "password"}}' 2024-02-28 21:20:14,080 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c 0.147s 2024-02-28 21:20:14,080 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1229', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-13b461d7-4b12-4b49-afde-e5995efa789f', 'x-compute-request-id': 'req-13b461d7-4b12-4b49-afde-e5995efa789f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c'} Body: b'{"server": {"id": "e4eaa8a1-3850-409d-be03-1db020d1839c", "name": "tempest-AttachVolumeTestJSON-server-922254669", "status": "BUILD", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97- 62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:14Z", "updated": "2024-02-28T21:20:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4eaa8a1-3850-409d-be03-1db020d1839c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2004656149", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:21:04,821 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c 0.679s 2024-02-28 21:21:04,822 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1533', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c3e52630-db00-4c8e-9e7b-c1c1e1722042', 'x-compute-request-id': 'req-c3e52630-db00-4c8e-9e7b-c1c1e1722042', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c'} Body: b'{"server": {"id": "e4eaa8a1-3850-409d-be03-1db020d1839c", "name": "tempest-AttachVolumeTestJSON-server-922254669", "status": "ACTIVE", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "metadata": {}, "hostId": "283a3a6f7eb6ab2640c3648022e522c6d094dbe425e01642bea43a0f", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:13Z", "updated": "2024-02-28T21:20:30Z", "addresses": {"tempest-AttachVolumeTestJSON-112097840-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:80:5b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4eaa8a1-3850-409d-be03-1db020d1839c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004656149", "OS-SRV-USG:launched_at": "2024-02-28T21:20:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--600021059"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:21:04,835 85800 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:22:05,068 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c/os-interface 0.173s 2024-02-28 21:22:05,069 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'d ate': 'Wed, 28 Feb 2024 21:22:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e813af40-fcb1-4578-90e7-41ba39075f95', 'x-compute-request-id': 'req-e813af40-fcb1-4578-90e7-41ba39075f95', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "278315ee-223d-4596-9692-2c3881d1dc2a", "port_id": "790a5a95-0331-4bac-a4dc-78c7837878f2", "mac_addr": "fa:16:3e:f9:80:5b", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "bbc5be3f-6d12-463f-adc9-5b747563e09e", "ip_address": "10.0.0.6"}]}]}' 2024-02-28 21:22:06,701 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/6fb69627-06d1-4785-b68b-aee57ff01b26 1.628s 2024-02-28 21:22:06,701 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "790a5a95-0331-4bac-a4dc-78c7837878f2"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-2eeed6ef-04bf-42c5-8813-ed3d6e068b3f', 'date': 'Wed, 28 Feb 2024 21:22:06 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/6fb69627-06d1-4785-b68b-aee57ff01b26'} Body: b'{"floatingip": {"id": "6fb69627-06d1-4785-b68b-aee57ff01b26", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "floating_ip_address": "172.24.4.111", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "e25eaa6e-8cdc-4120-9525-b5a29f864789", "port_id": "790a5a95-0331-4bac-a4dc-78c7837878f2", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "278315ee-223d-4596-9692-2c3881d1dc2a", "mac_address": "fa:16:3e:f9:80:5b", "admin_state_up": true, "status": "ACTIVE", "device_id": "e4eaa8a1-3850-409d-be03-1db020d1839c", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:20:11Z", "updated_at": "2024-02-28T21:22:05Z", "revision_number": 1, "project_id": "95531591de364b8b86b5c4d43ff475bc"}}' 2024-02-28 21:22:06,703 85800 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.111:22' as 'cirros' with public key authentication 2024-02-28 21:22:06,720 85800 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:22:06,827 85800 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:22:06,828 85800 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.111 successfully created 2024-02-28 21:22:06,945 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c/ips 0.116s 2024-02-28 21:22:06,946 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:06 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-88f6e442-998c-47bb-a888-1a33d32f4956', 'x-compute-request-id': 'req-88f6e442-998c-47bb-a888-1a33d32f4956', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c/ips'} Body: b'{"addresses": {"t empest-AttachVolumeTestJSON-112097840-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2024-02-28 21:22:06,949 85800 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.111:22' as 'cirros' with public key authentication 2024-02-28 21:22:06,951 85800 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:22:07,189 85800 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:22:07,190 85800 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.111 successfully created 2024-02-28 21:22:07,190 85800 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2024-02-28 21:22:07,191 85800 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.111:22' as 'cirros' with public key authentication 2024-02-28 21:22:07,193 85800 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:22:07,475 85800 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:22:07,478 85800 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.111 successfully created 2024-02-28 21:22:08,050 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes 0.560s 2024-02-28 21:22:08,050 85800 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-688046576"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4baba525-2df4-4f3a-952a-ed2168f17a57', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4baba525-2df4-4f3a-952a-ed2168f17a57', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes'} Body: b'{"volume": {"id": "c9074039-47c4-4e7d-b917-bcb3af6273c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:07.749659", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-688046576", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/c9074039-47c4-4e7d-b917-bcb3af6273c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/95531591de364b8b86b5c4d43ff475bc/volumes/c9074039-47c4-4e7d-b917-bcb3af6273c0"}], "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:22:08,106 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/c9074039-47c4-4e7d-b917-bcb3af6273c0 0.042s 2024-02-28 21:22:08,106 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7343736-9f62-400c-91f1-e3d6409cd817', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7343736-9f62-400c-91f1-e3d6409cd817', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/c9074039-47c4-4e7d-b917-bcb3af6273c0'} Body: b'{"volume": { "id": "c9074039-47c4-4e7d-b917-bcb3af6273c0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:08.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-688046576", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/c9074039-47c4-4e7d-b917-bcb3af6273c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/95531591de364b8b86b5c4d43ff475bc/volumes/c9074039-47c4-4e7d-b917-bcb3af6273c0"}], "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "95531591de364b8b86b5c4d43ff475bc"}}' 2024-02-28 21:22:09,163 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/c9074039-47c4-4e7d-b917-bcb3af6273c0 0.044s 2024-02-28 21:22:09,163 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74eba23d-5769-483b-94ee-9424e7b2ab2f', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74eba23d-5769-483b-94ee-9424e7b2ab2f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/c9074039-47c4-4e7d-b917-bcb3af6273c0'} Body: b'{"volume": {"id": "c9074039-47c4-4e7d-b917-bcb3af6273c0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:08.000000", "updated_at": "2024-02-28T21:22:08.000000", "name": "tempest-AttachVolumeTestJSON-volume-688046576", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/c9074039-47c4-4e7d-b917-bcb3af6273c0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/95531591de364b8b86b5c4d43ff475bc/volumes/c9074039-47c4-4e7d-b917-bcb3af6273c0"}], "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "95531591de364b8b86b5c4d43ff475bc"}}' 2024-02-28 21:22:09,440 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c 0.263s 2024-02-28 21:22:09,440 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:09 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-5520e605-091c-468c-b198-be1c790ede17', 'x-compute-request-id': 'req-5520e605-091c-468c-b198-be1c790ede17', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c'} Body: b'' 2024-02-28 21:22:09,731 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c 0.289s 2024-02-28 21:22:09,731 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Cont ent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1658', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-45aecf42-fa3d-4b71-ada9-5f1598941ca3', 'x-compute-request-id': 'req-45aecf42-fa3d-4b71-ada9-5f1598941ca3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c'} Body: b'{"server": {"id": "e4eaa8a1-3850-409d-be03-1db020d1839c", "name": "tempest-AttachVolumeTestJSON-server-922254669", "status": "ACTIVE", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "metadata": {}, "hostId": "283a3a6f7eb6ab2640c3648022e522c6d094dbe425e01642bea43a0f", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:13Z", "updated": "2024-02-28T21:22:09Z", "addresses": {"tempest-AttachVolumeTestJSON-112097840-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:80:5b"}, {"version": 4, "addr": "172.24.4.111", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f9:80:5b"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e4eaa8a1-3850-409d-be03-1db020d1839c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2004656149", "OS-SRV-USG:launched_at": "2024-02-28T21:20:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--600021059"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:22:59,802 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c 0.036s 2024-02-28 21:22:59,802 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:59 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-c7a0975c-6aca-4d7a-a3b0-635962218580', 'x-compute-request-id': 'req-c7a0975c-6aca-4d7a-a3b0-635962218580', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e4eaa8a1-3850-409d-be03-1db020d1839c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e4eaa8a1-3850-409d-be03-1db020d1839c could not be found."}}' 2024-02-28 21:22:59,833 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2004656149 0.030s 2024-02-28 21:22:59,833 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-v ersion': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f8c18e1-4b3c-4ea7-a274-a7fcbf4a7f94', 'x-compute-request-id': 'req-4f8c18e1-4b3c-4ea7-a274-a7fcbf4a7f94', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2004656149'} Body: b'' 2024-02-28 21:22:59,993 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/97e9aab5-eb65-4272-add3-590c3fc5a8e5 0.159s 2024-02-28 21:22:59,993 85800 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-cd1db3c5-ffac-4640-a303-6a7635fa9f54', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:22:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/97e9aab5-eb65-4272-add3-590c3fc5a8e5'} Body: b'' 2024-02-28 21:23:00,023 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/97e9aab5-eb65-4272-add3-590c3fc5a8e5 0.029s 2024-02-28 21:23:00,024 85800 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-0c1f09f5-ffa3-4183-86d2-3f970c055a9d', 'date': 'Wed, 28 Feb 2024 21:23:00 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/97e9aab5-eb65-4272-add3-590c3fc5a8e5'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 97e9aab5-eb65-4272-add3-590c3fc5a8e5 does not exist", "detail": ""}}' 2024-02-28 21:23:00,694 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/6fb69627-06d1-4785-b68b-aee57ff01b26 0.669s 2024-02-28 21:23:00,694 85800 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-5d8552ed-f639-402f-84cd-fc3794d84056', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:23:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/6fb69627-06d1-4785-b68b-aee57ff01b26'} Body: b'' setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest) --------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_snapshots_actions.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 58d00f4f-c23e-4ef4-b41d-c0f6772ba262 failed to build and is in ERROR status setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_metadata.py", line 29, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3665fdb7-eba1-42bc-8cb6-ab9aedbfac33 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 63048af3-4856-4b9c-9204-683a41cddc91 failed to build and is in ERROR status cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot[id-87b7dcb7-4950-4a3a-802c-ece55491846d] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_revert.py", line 47, in setUp self.volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2b7b18dc-475f-4817-a2cb-e8bec391cd31 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:23:26,544 85798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes 0.448s 2024-02-28 21:23:26,544 85798 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-274634372"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b668c80f-6789-4cd6-9deb-96c8fce27c6d', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b668c80f-6789-4cd6-9deb-96c8fce27c6d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes'} Body: b'{"volume": {"id": "2b7b18dc-475f-4817-a2cb-e8bec391cd31", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:23:26.429673", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-274634372", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/2b7b18dc-475f-4817-a2cb-e8bec391cd31"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/feb5e550bb004c56a998c35c88e590df/volumes/2b7b18dc-475f-4817-a2cb-e8bec391cd31"}], "user_id": "99165988779b4343989a85f470cde2dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2024-02-28 21:23:26,596 85798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/2b7b18dc-475f-4817-a2cb-e8bec391cd31 0.040s 2024-02-28 21:23:26,597 85798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-588e9156-3e8c-48b7-a65e-4566c210c743', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-588e9156-3e8c-48b7-a65e-4566c210c743', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/2b7b18dc-475f-4817-a2cb-e8bec391cd31'} Body: b'{"volume": {"id": "2b7b18dc-475f-4817-a2cb-e8bec391cd31", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:23:26.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-274634372", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/2b7b18dc-475f-4817-a2cb-e8bec391cd31"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/feb5e550bb004c56a998c35c88e590df/volumes/2b7b18dc-475f-4817-a2cb-e8bec391cd31"}], "user_id": "99165988779b4343989a85f470cde2dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "feb5e550bb004c56a998c35c88e590df"}}' 2024-02-28 21:23:27,656 85798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/2b7b18dc-475f-4817-a2cb-e8bec391cd31 0.042s 2024-02-28 21:23:27,656 85798 DEBUG [tempest.lib.common.rest_cl ient] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f1a3496-2aaf-4686-b6f5-15d6c30d0a4f', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f1a3496-2aaf-4686-b6f5-15d6c30d0a4f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/2b7b18dc-475f-4817-a2cb-e8bec391cd31'} Body: b'{"volume": {"id": "2b7b18dc-475f-4817-a2cb-e8bec391cd31", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:23:26.000000", "updated_at": "2024-02-28T21:23:27.000000", "name": "tempest-VolumeRevertTests-Volume-274634372", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/2b7b18dc-475f-4817-a2cb-e8bec391cd31"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/feb5e550bb004c56a998c35c88e590df/volumes/2b7b18dc-475f-4817-a2cb-e8bec391cd31"}], "user_id": "99165988779b4343989a85f470cde2dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "feb5e550bb004c56a998c35c88e590df"}}' cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative[id-4e8b0788-87fe-430d-be7a-444d7f8e0347] --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_revert.py", line 47, in setUp self.volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e9178ee1-70e7-432b-b32e-80c746bd3cdf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:23:27,880 85798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes 0.208s 2024-02-28 21:23:27,880 85798 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-268573249"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-916991b5-88e4-4b18-a57b-e9a4db27cfc4', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-916991b5-88e4-4b18-a57b-e9a4db27cfc4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes'} Body: b'{"volume": {"id": "e9178ee1-70e7-432b-b32e-80c746bd3cdf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:23:27.822142", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-268573249", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/e9178ee1-70e7-432b-b32e-80c746bd3cdf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/feb5e550bb004c56a998c35c88e590df/volumes/e9178ee1-70e7-432b-b32e-80c746bd3cdf"}], "user_id": "99165988779b4343989a85f470cde2dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2024-02-28 21:23:27,930 85798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/e9178ee1-70e7-432b-b32e-80c746bd3cdf 0.037s 2024-02-28 21:23:27,931 85798 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aabeaffa-350f-41d3-9427-150ac73d8363', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aabeaffa-350f-41d3-9427-150ac73d8363', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/e9178ee1-70e7-432b-b32e-80c746bd3cdf'} Body: b'{"volume": {"id": "e9178ee1-70e7-432b-b32e-80c746bd3cdf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:23:28.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-268573249", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/e9178ee1-70e7-432b-b32e-80c746bd3cdf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/feb5e550bb004c56a998c35c88e590df/volumes/e9178ee1-70e7-432b-b32e-80c746bd3cdf"}], "user_id": "99165988779b4343989a85f470cde2dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "feb5e550bb004c56a998c35c88e590df"}}' 2024-02-28 21:23:28,982 85798 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/e9178ee1-70e7-432b-b32e-80c746bd3cdf 0.038s 2024-02-28 21:23:28,983 85798 DEBUG [tempest.lib.common.rest_cl ient] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dbad9d4a-3a57-4de7-a0ec-b809e001b5f5', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dbad9d4a-3a57-4de7-a0ec-b809e001b5f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/e9178ee1-70e7-432b-b32e-80c746bd3cdf'} Body: b'{"volume": {"id": "e9178ee1-70e7-432b-b32e-80c746bd3cdf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:23:28.000000", "updated_at": "2024-02-28T21:23:28.000000", "name": "tempest-VolumeRevertTests-Volume-268573249", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/feb5e550bb004c56a998c35c88e590df/volumes/e9178ee1-70e7-432b-b32e-80c746bd3cdf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/feb5e550bb004c56a998c35c88e590df/volumes/e9178ee1-70e7-432b-b32e-80c746bd3cdf"}], "user_id": "99165988779b4343989a85f470cde2dc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "feb5e550bb004c56a998c35c88e590df"}}' tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachScenarioOldVersion.test_old_versions_reject[compute,id-6f4d2144-99f4-495c-8b0b-c6a537971418,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 186, in test_old_versions_reject volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3d72a274-88f2-4187-bf65-83b431333992 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:59,931 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.150s 2024-02-28 21:20:59,932 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2853', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-9123cdae-dd87-4387-a936-10249648d789', '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": "1db974a7a3c743268cedeb1ae9bd8669", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1237079411-project-member", "password_expires_at": null}, "audit_ids": ["yhwf7e_DSwS-36W6DZo7LQ"], "expires_at": "2024-02-28T22:20:59.000000Z", "issued_at": "2024-02-28T21:20:59.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fcb13e88e33b47bea08717e2e0d28118", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-1237079411"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fcb13e88e33b47bea08717e2e0d28118", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:20:59,932 85780 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject) Found network {'id': '7691c54b-5499-4058-9e9e-ea47a155a2f3', 'name': 'tempest-TestServerVolumeAttachScenarioOldVersion-649315468-network', 'tenant_id': 'fcb13e88e33b47bea08717e2e0d28118', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fcb13e8 8e33b47bea08717e2e0d28118', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16392, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:20:28Z', 'updated_at': '2024-02-28T21:20:28Z', 'revision_number': 1} available for tenant 2024-02-28 21:20:59,933 85780 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:20:59,933 85780 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:21:00,149 85780 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.214s 2024-02-28 21:21:00,150 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1474352142", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPVYlq/5znvheU2aHvQfPmQZ2JboSeIeNgrRc+bmu5M8vHHD1Jf4nBMYlHpyqDdNzNVv4Apcs3jfz4zUI2tDSvd+fqyuRh6WEEgJXh4CXH++QENwTcTIqSD2YLp1LJ0mWg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20: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-c33c2e18-f8b2-4467-82ab-82d3fa581063', 'x-compute-request-id': 'req-c33c2e18-f8b2-4467-82ab-82d3fa581063', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1474352142", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPVYlq/5znvheU2aHvQfPmQZ2JboSeIeNgrRc+bmu5M8vHHD1Jf4nBMYlHpyqDdNzNVv4Apcs3jfz4zUI2tDSvd+fqyuRh6WEEgJXh4CXH++QENwTcTIqSD2YLp1LJ0mWg==", "fingerprint": "a2:44:18:71:64:a9:68:d1:db:86:a9:f5:4c:69:05:b6", "user_id": "1db974a7a3c743268cedeb1ae9bd8669"}}' 2024-02-28 21:21:00,152 85780 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1474352142 created 2024-02-28 21:21:00,634 85780 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.481s 2024-02-28 21:21:00,635 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--742181665", "description": "tempest-description--976916919"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-1193beaf-e4c8-4f78-adde-776b11f9631e', 'date': 'Wed, 28 Feb 2024 21:21:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "fad03719-80a5-4024-8e3e-ae8b95229ed1", "name": "tempest-securitygroup--742181665", "stateful": true, "tenant_id": "fcb13e88e33b47bea08717e2e0d28118", "description": "tempest-description--976916919", "shared": false, "security_group_rules": [{"id": "813b3e10-5d57-4b92-acdf-0cac16c0980e", "project_id": "fcb13e88e33b47bea08717e2e0d28118", "tenant_id": "fcb13e88e33b47bea08717e2e0d28118", "security_group_id": "fad03719-80a5-4024-8e3e-ae8b95229ed1", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_i d": 466, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:21:00Z", "updated_at": "2024-02-28T21:21:00Z", "revision_number": 0}, {"id": "d749f3ff-6c5d-4725-9bc1-01495bcd0967", "project_id": "fcb13e88e33b47bea08717e2e0d28118", "tenant_id": "fcb13e88e33b47bea08717e2e0d28118", "security_group_id": "fad03719-80a5-4024-8e3e-ae8b95229ed1", "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": 467, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:21:00Z", "updated_at": "2024-02-28T21:21:00Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:21:00Z", "updated_at": "2024-02-28T21:21:00Z", "revision_number": 1, "project_id": "fcb13e88e33b47bea08717e2e0d28118"}}' 2024-02-28 21:21:01,095 85780 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.459s 2024-02-28 21:21:01,095 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fad03719-80a5-4024-8e3e-ae8b95229ed1", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-bc0c8cc3-2a12-4878-bb65-83189c969d0f', 'date': 'Wed, 28 Feb 2024 21:21: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": "c5cf9b91-d4c3-4bfb-bac9-35266c4142ca", "project_id": "fcb13e88e33b47bea08717e2e0d28118", "tenant_id": "fcb13e88e33b47bea08717e2e0d28118", "security_group_id": "fad03719-80a5-4024-8e3e-ae8b95229ed1", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:21:00Z", "updated_at": "2024-02-28T21:21:00Z", "revision_number": 0}}' 2024-02-28 21:21:01,673 85780 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.573s 2024-02-28 21:21:01,673 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "fad03719-80a5-4024-8e3e-ae8b95229ed1", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-294f3339-0f9e-4714-ae19-ed5817a7d5df', 'date': 'Wed, 28 Feb 2024 21:21: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": "54e929b7-b7d8-4f44-ac1d-f56906d0b269", "project_id": "fcb13e88e33b47bea08717e2e0d28118", "tenant_id": "fcb13e88e33b47bea08717e2e0d28118", "security_group_id": "fad03719-80a5-4024-8e3e-ae8b95229ed1", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:21:01Z", "updated_at": "2024-02-28T21:21:01Z", "revision_number": 0}}' 2024-02-28 21:21:01,673 85780 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--742181665 created 2024-02-28 21:21:04,682 85780 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.008s 2024-02-28 21:21:04,683 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-d0dad68b-b0ad-4f30-a130-56f44c49141a', 'date': 'Wed, 28 Feb 2024 21:21:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "fd10437e-0e66-41a1-847f-0ab16a33b6f2", "tenant_id": "fcb13e88e33b47bea08717e2e0d28118", "floating_ip_address": "172.24.4.94", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fcb13e88e33b47bea08717e2e0d28118", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:21:03Z", "updated_at": "2024-02-28T21:21:03Z", "revision_number": 0}}' 2024-02-28 21:21:04,683 85780 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'fd10437e-0e66-41a1-847f-0ab16a33b6f2', 'tenant_id': 'fcb13e88e33b47bea08717e2e0d28118', 'floating_ip_address': '172.24.4.94', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fcb13e88e33b47bea08717e2e0d28118', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:21:03Z', 'updated_at': '2024-02-28T21:21:03Z', 'revision_number': 0, 'ip': '172.24.4.94'} created 2024-02-28 21:21:04,684 85780 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1474352142', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPVYlq/5znvheU2aHvQfPmQZ2JboSeIeNgrRc+bmu5M8vHHD1Jf4nBMYlHpyqDdNzNVv4Apcs3jfz4zUI2tDSvd+fqyuRh6WEEgJXh4CXH++QENwTcTIqSD2YLp1LJ0mWg==', 'fingerprint': 'a2:44:18:71:64:a9:68:d1:db:86:a9:f5:4c:69:05:b6', 'user_id': '1db974a7a3c743268cedeb1ae9bd8669', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA785olC6+MFEbc2NSaK1X1PiQkPZzmy6Z0/L/vIlmvfnUE8DTm0w8K\nZkF/Uib5CTmgBwYFK4EEACKhZANiAAT1WJav+c574XlNmh70Hz5kGdiW6EniHjYK\n0XPm5ruTPLxxw9SX+JwTGJR6cqg3TczVb+AKXLN438+M1CNrQ0r3fn6srkYelhBI\nCV4eAlx/vkBDcE3EyKkg9mC6dSydJlo=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'fad03719-80a5-4024-8e3e-ae8b95229ed1', 'name': 'tempest-securitygroup--742181665', 'stateful': True, 'tenant_id': 'fcb13e88e33b47bea08717e2e0d28118', 'description': 'tempest-description--976916919', 'shared': False, 'security_group_rules': [{'id': '813b3e10-5d57-4b92-acdf-0cac16c0980e', 'project_id': 'fcb13e88e33b47bea08717e2e0d28118', 'tenant_id': 'fcb13e88e33b47bea08717e2e0d28118', 'security_group_id': 'fad03719-80a5-4024-8e3e-ae8b95229ed1', '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': 466, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:21:00Z', 'updated_at': '2024-02-28T21:21:00Z', 'revision_number': 0}, {'id': 'd749f3ff-6c5d-4725-9bc1-01495bcd0967', 'project_id': 'fcb13e88e33b47bea08717e2e0d28118', 'tenant_id': 'fcb13e88e33b47bea08717e2e0d28118', 'security_group_id': 'fad03719-80a5-4024-8e3e-ae8b95229ed1', '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': 467, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:21:00Z', 'updated_at': '2024-02-28T21:21:00Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:21:00Z', 'updated_at': '2024-02-28T21:21:00Z', 'revision_number': 1, 'project_id': 'fcb13e88e33b47bea08717e2e0d28118'}, 'floating_ip': {'id': 'fd10437e-0e66-41a1-847f-0ab16a33b6f2', 'tenant_id': 'fcb13e88e33b47bea08717e2e0d28118', 'floating_ip_address': '172.24.4.94', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fcb13e88e33b47bea08717e2e0d28118', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:21:03Z', 'updated_at': '2024-02-28T21:21:03Z', 'revision_number': 0, 'ip': '172.24.4.94'}} 2024-02-28 21:21:06,394 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/compute/v2.1/servers 1.710s 2024-02-28 21:21:06,395 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-327091560", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "networks": [{"uuid": "7691c54b-5499-4058-9e9e-ea47a155a2f3"}], "security_groups": [{"name": "tempest-securitygroup--742181665"}], "key_name": "tempest-keypair-1474352142", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-248a3ab6-b253-4d27-a200-6635167717cb', 'x-compute-request-id': 'req-248a3ab6-b253-4d27-a200-6635167717cb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "dccc9a05-9442-4bbe-a462-75452a5487d2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--742181665"}], "adminPass": "kzRUAMHhv5zM"}}' 2024-02-28 21:21:06,511 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2 0.113s 2024-02-28 21:21:06,512 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1249', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5d893928-d829-4530-a3b3-d42e099027a9', 'x-compute-request-id': 'req-5d893928-d829-4530-a3b3-d42e099027a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2'} Body: b'{"server": {"id": "dccc9a05-9442-4bbe-a462-75452a5487d2", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-327091560", "status": "BUILD", "tenant_id ": "fcb13e88e33b47bea08717e2e0d28118", "user_id": "1db974a7a3c743268cedeb1ae9bd8669", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:06Z", "updated": "2024-02-28T21:21:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1474352142", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:21:56,796 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2 0.220s 2024-02-28 21:21:56,797 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1573', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-978f1a5b-8fdf-4fe2-b777-717acc53c0c0', 'x-compute-request-id': 'req-978f1a5b-8fdf-4fe2-b777-717acc53c0c0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2'} Body: b'{"server": {"id": "dccc9a05-9442-4bbe-a462-75452a5487d2", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-327091560", "status": "ACTIVE", "tenant_id": "fcb13e88e33b47bea08717e2e0d28118", "user_id": "1db974a7a3c743268cedeb1ae9bd8669", "metadata": {}, "hostId": "7d4de660ebdad37f94055f529a7dbe3bb1b95f341f55097f9464891c", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:06Z", "updated": "2024-02-28T21:21:17Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-649315468-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:c0:30"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1474352142", "OS-SRV-USG:launched_at": "2024-02-28T21:21:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--742181665"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:21:56,816 85780 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:22:57,021 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2/os-interface 0.144 s 2024-02-28 21:22:57,021 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:56 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-33986c1e-85bb-48af-88a0-05fd629035b7', 'x-compute-request-id': 'req-33986c1e-85bb-48af-88a0-05fd629035b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "7691c54b-5499-4058-9e9e-ea47a155a2f3", "port_id": "565cf3e6-2d55-4ed8-ba7c-155c5e865f33", "mac_addr": "fa:16:3e:ed:c0:30", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "df49d765-9055-4d82-99e7-17d30ed8705c", "ip_address": "10.0.0.4"}]}]}' 2024-02-28 21:22:57,761 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/fd10437e-0e66-41a1-847f-0ab16a33b6f2 0.736s 2024-02-28 21:22:57,762 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "565cf3e6-2d55-4ed8-ba7c-155c5e865f33"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-46a07707-9dfc-47be-8933-6d99db66a42f', 'date': 'Wed, 28 Feb 2024 21:22:57 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/fd10437e-0e66-41a1-847f-0ab16a33b6f2'} Body: b'{"floatingip": {"id": "fd10437e-0e66-41a1-847f-0ab16a33b6f2", "tenant_id": "fcb13e88e33b47bea08717e2e0d28118", "floating_ip_address": "172.24.4.94", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "e5246671-17e6-425c-8993-c879c22adf8b", "port_id": "565cf3e6-2d55-4ed8-ba7c-155c5e865f33", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "7691c54b-5499-4058-9e9e-ea47a155a2f3", "mac_address": "fa:16:3e:ed:c0:30", "admin_state_up": true, "status": "ACTIVE", "device_id": "dccc9a05-9442-4bbe-a462-75452a5487d2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:21:03Z", "updated_at": "2024-02-28T21:22:57Z", "revision_number": 1, "project_id": "fcb13e88e33b47bea08717e2e0d28118"}}' 2024-02-28 21:22:57,764 85780 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.94:22' as 'cirros' with public key authentication 2024-02-28 21:22:57,778 85780 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:22:57,887 85780 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:22:57,888 85780 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.94 successfully created 2024-02-28 21:22:58,348 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2 0.460s 2024-02-28 21:22:58,348 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1573', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-55090eee-697a-44 8a-bd2c-d29c348de36c', 'x-compute-request-id': 'req-55090eee-697a-448a-bd2c-d29c348de36c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2'} Body: b'{"server": {"id": "dccc9a05-9442-4bbe-a462-75452a5487d2", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-327091560", "status": "ACTIVE", "tenant_id": "fcb13e88e33b47bea08717e2e0d28118", "user_id": "1db974a7a3c743268cedeb1ae9bd8669", "metadata": {}, "hostId": "7d4de660ebdad37f94055f529a7dbe3bb1b95f341f55097f9464891c", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:06Z", "updated": "2024-02-28T21:21:17Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-649315468-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:c0:30"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1474352142", "OS-SRV-USG:launched_at": "2024-02-28T21:21:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--742181665"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:22:58,562 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/compute/v2.1/servers 0.201s 2024-02-28 21:22:58,563 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '356', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d49f7e88-2dde-4e40-9eec-7dc3e3b3908b', 'x-compute-request-id': 'req-d49f7e88-2dde-4e40-9eec-7dc3e3b3908b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "dccc9a05-9442-4bbe-a462-75452a5487d2", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-327091560", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}]}]}' 2024-02-28 21:22:58,775 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 202 POST http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes 0.208s 2024-02-28 21:22:58,776 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-2104439460", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-def8e5bd-6a86-4f7c-b31e-c4dcc5dc5f9d', 'content-length': '856', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-open stack-request-id': 'req-def8e5bd-6a86-4f7c-b31e-c4dcc5dc5f9d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes'} Body: b'{"volume": {"id": "3d72a274-88f2-4187-bf65-83b431333992", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:58.710805", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-2104439460", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992"}], "user_id": "1db974a7a3c743268cedeb1ae9bd8669", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2024-02-28 21:22:58,829 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992 0.041s 2024-02-28 21:22:58,829 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1feb2b83-357f-4e7c-89cf-aa089150d525', 'content-length': '924', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1feb2b83-357f-4e7c-89cf-aa089150d525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992'} Body: b'{"volume": {"id": "3d72a274-88f2-4187-bf65-83b431333992", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:59.000000", "updated_at": null, "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-2104439460", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992"}], "user_id": "1db974a7a3c743268cedeb1ae9bd8669", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "fcb13e88e33b47bea08717e2e0d28118"}}' 2024-02-28 21:22:59,895 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:test_old_versions_reject): 200 GET http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992 0.052s 2024-02-28 21:22:59,895 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f1e0148-32da-4685-8e6c-b5626249b172', 'content-length': '945', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f1e0148-32da-4685-8e6c-b5626249b172', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a2 74-88f2-4187-bf65-83b431333992'} Body: b'{"volume": {"id": "3d72a274-88f2-4187-bf65-83b431333992", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:22:59.000000", "updated_at": "2024-02-28T21:22:59.000000", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-volume-2104439460", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992"}], "user_id": "1db974a7a3c743268cedeb1ae9bd8669", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "fcb13e88e33b47bea08717e2e0d28118"}}' 2024-02-28 21:23:00,012 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992 0.100s 2024-02-28 21:23:00,012 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-799e371c-9d9c-4021-9277-f2a1b1aeaf71', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992'} Body: b'' 2024-02-28 21:23:00,038 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992 0.025s 2024-02-28 21:23:00,039 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.27', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.27', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-5df99936-ab48-4f76-8db3-e7f19a1f2d9e', 'x-openstack-request-id': 'req-5df99936-ab48-4f76-8db3-e7f19a1f2d9e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fcb13e88e33b47bea08717e2e0d28118/volumes/3d72a274-88f2-4187-bf65-83b431333992'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3d72a274-88f2-4187-bf65-83b431333992 could not be found."}}' 2024-02-28 21:23:00,217 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2 0.177s 2024-02-28 21:23:00,217 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:00 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-fc183040-5126-431a-a213-64ce9b3ca924', 'x-compute-request-id': 'req-fc183040-5126-431a-a213-64ce9b3ca924', 'connection': 'close', 'status': '204', 'content-location': 'ht tp://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2'} Body: b'' 2024-02-28 21:23:00,576 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2 0.358s 2024-02-28 21:23:00,577 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1697', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2e37b4ca-461e-4256-8695-a559e446d3f3', 'x-compute-request-id': 'req-2e37b4ca-461e-4256-8695-a559e446d3f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2'} Body: b'{"server": {"id": "dccc9a05-9442-4bbe-a462-75452a5487d2", "name": "tempest-TestServerVolumeAttachScenarioOldVersion-server-327091560", "status": "ACTIVE", "tenant_id": "fcb13e88e33b47bea08717e2e0d28118", "user_id": "1db974a7a3c743268cedeb1ae9bd8669", "metadata": {}, "hostId": "7d4de660ebdad37f94055f529a7dbe3bb1b95f341f55097f9464891c", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:06Z", "updated": "2024-02-28T21:23:00Z", "addresses": {"tempest-TestServerVolumeAttachScenarioOldVersion-649315468-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:c0:30"}, {"version": 4, "addr": "172.24.4.94", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:c0:30"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dccc9a05-9442-4bbe-a462-75452a5487d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1474352142", "OS-SRV-USG:launched_at": "2024-02-28T21:21:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--742181665"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:50,690 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2 0.043s 2024-02-28 21:23:50,690 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23: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-9e4de1da-c17c-44e9-875b-be79cae96750', 'x-compute-request-id': 'req-9e4de1da-c17c-44e9-875b-be79cae96750', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dccc9a05-9442-4bbe-a462-75452a5487d2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance dccc9a05-9442-4bbe-a462-75452a5487d2 could not be found."}}' 2024-02-28 21:23:50,730 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenari oOldVersion:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1474352142 0.038s 2024-02-28 21:23:50,730 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23: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-72b0428a-1b4d-4b1c-bd70-4f16f41a6f06', 'x-compute-request-id': 'req-72b0428a-1b4d-4b1c-bd70-4f16f41a6f06', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1474352142'} Body: b'' 2024-02-28 21:23:50,887 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/fad03719-80a5-4024-8e3e-ae8b95229ed1 0.155s 2024-02-28 21:23:50,887 85780 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-249a1044-2774-4d45-b2bb-15eb7d90eefc', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:23:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fad03719-80a5-4024-8e3e-ae8b95229ed1'} Body: b'' 2024-02-28 21:23:50,912 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/fad03719-80a5-4024-8e3e-ae8b95229ed1 0.024s 2024-02-28 21:23:50,912 85780 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-25644db1-7303-45da-ae1a-ad3250a83ace', 'date': 'Wed, 28 Feb 2024 21:23:50 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/fad03719-80a5-4024-8e3e-ae8b95229ed1'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group fad03719-80a5-4024-8e3e-ae8b95229ed1 does not exist", "detail": ""}}' 2024-02-28 21:23:51,276 85780 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachScenarioOldVersion:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/fd10437e-0e66-41a1-847f-0ab16a33b6f2 0.363s 2024-02-28 21:23:51,276 85780 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-266443ad-a672-4817-a67c-d1278e1bcefe', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:23:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/fd10437e-0e66-41a1-847f-0ab16a33b6f2'} Body: b'' tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 249, in test_stable_device_rescue_disk_virtio_with_volume_attached waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b6b71f10-f147-4115-b038-b2da734cb07f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:03,371 85792 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/905efe9235d64bc0ab884e0190e91820/volumes 0.461s 2024-02-28 21:20:03,372 85792 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-253722759"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a154850-2453-4a64-bdc3-5cc1016f2598', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a154850-2453-4a64-bdc3-5cc1016f2598', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/905efe9235d64bc0ab884e0190e91820/volumes'} Body: b'{"volume": {"id": "b6b71f10-f147-4115-b038-b2da734cb07f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:03.290543", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-253722759", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/905efe9235d64bc0ab884e0190e91820/volumes/b6b71f10-f147-4115-b038-b2da734cb07f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/905efe9235d64bc0ab884e0190e91820/volumes/b6b71f10-f147-4115-b038-b2da734cb07f"}], "user_id": "7414cb94f7084d8093f6eac785a619c8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:20:03,383 85792 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:20:03,485 85792 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.101s 2024-02-28 21:20:03,486 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-429006374", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBItZdUAGQKRPCcU3s6IW/RBStYSCIeguWobnyW5MFoUYkH/Tyt1hlpE+WtI85fdmrvh2wIEoXk8dxM5Gt7YEjjukAFqn+4WlPeGDGLms3fafOW1KTRdyles/skYkLkjmAA=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7063d227-8944-46cc-b2d3-157962e0b426', 'x-compute-request-id': 'req-7063d227-8944-46cc-b2d3-157962e0b426', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-429006374", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBItZdUAGQKRPCcU3s6IW/RBStYSCIeguWobnyW5MFoUYkH/Tyt1hlpE+WtI85fdmrvh2wIEoXk8dxM5Gt7YEjjukAFqn+4WlPeGDGLms3fafOW1KTRdyles/skYkLkjmAA==", "fingerprint": "96:a5:93:1d:5f:d2:88:2f:12:62:17:dc:ce:26:7a:fd", "user_id": "7414cb94f7084d8093f6eac785a619c8"}}' 2024-02-28 21:20:03,488 85792 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-429006374 created 2024-02-28 21:20:04,475 85792 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 .986s 2024-02-28 21:20:04,475 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1190560299", "description": "tempest-description--1473986668"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-04933b84-d785-49d5-91fd-df8062511d4a', 'date': 'Wed, 28 Feb 2024 21:20:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "9d66da7f-27aa-453c-81e8-fe5a419df388", "name": "tempest-securitygroup--1190560299", "stateful": true, "tenant_id": "905efe9235d64bc0ab884e0190e91820", "description": "tempest-description--1473986668", "shared": false, "security_group_rules": [{"id": "a9fe1fc2-88d2-43d6-8d1a-110072d0f0d1", "project_id": "905efe9235d64bc0ab884e0190e91820", "tenant_id": "905efe9235d64bc0ab884e0190e91820", "security_group_id": "9d66da7f-27aa-453c-81e8-fe5a419df388", "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": 189, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:20:03Z", "updated_at": "2024-02-28T21:20:03Z", "revision_number": 0}, {"id": "ceb2b6d9-03b5-42f9-8bef-f4143af2934e", "project_id": "905efe9235d64bc0ab884e0190e91820", "tenant_id": "905efe9235d64bc0ab884e0190e91820", "security_group_id": "9d66da7f-27aa-453c-81e8-fe5a419df388", "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": 190, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:20:03Z", "updated_at": "2024-02-28T21:20:03Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:20:03Z", "updated_at": "2024-02-28T21:20:03Z", "revision_number": 1, "project_id": "905efe9235d64bc0ab884e0190e91820"}}' 2024-02-28 21:20:05,432 85792 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.956s 2024-02-28 21:20:05,432 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9d66da7f-27aa-453c-81e8-fe5a419df388", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-c9d9f71a-19a7-4ae6-8dbd-11086e71b30b', 'date': 'Wed, 28 Feb 2024 21:20: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": "290ce8c6-7cf9-4b18-ba20-dc81e276efb9", "project_id": "905efe9235d64bc0ab884e0190e91820", "tenant_id": "905efe9235d64bc0ab884e0190e91820", "security_group_id": "9d66da7f-27aa-453c-81e8-fe5a419df388", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:20:05Z", "updated_at": "2024-02-28T21:20:05Z", "revision_number": 0}}' 2024-02-28 21:20:06,625 85792 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:96 96/networking/v2.0/security-group-rules 1.192s 2024-02-28 21:20:06,625 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "9d66da7f-27aa-453c-81e8-fe5a419df388", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-bdf543a0-d651-4c5e-8645-436fbc4e2774', 'date': 'Wed, 28 Feb 2024 21:20: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": "86ecf5bd-a6ce-4a4f-b969-9bf88a6dadcf", "project_id": "905efe9235d64bc0ab884e0190e91820", "tenant_id": "905efe9235d64bc0ab884e0190e91820", "security_group_id": "9d66da7f-27aa-453c-81e8-fe5a419df388", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:20:05Z", "updated_at": "2024-02-28T21:20:05Z", "revision_number": 0}}' 2024-02-28 21:20:06,626 85792 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1190560299 created 2024-02-28 21:20:09,148 85792 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 2.522s 2024-02-28 21:20:09,148 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-f824360d-89e9-473a-8a3a-8833170dad17', 'date': 'Wed, 28 Feb 2024 21:20:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "8d402d58-cd1a-4248-bb2a-1b2a88210fec", "tenant_id": "905efe9235d64bc0ab884e0190e91820", "floating_ip_address": "172.24.4.206", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "905efe9235d64bc0ab884e0190e91820", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:20:07Z", "updated_at": "2024-02-28T21:20:07Z", "revision_number": 0}}' 2024-02-28 21:20:09,148 85792 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '8d402d58-cd1a-4248-bb2a-1b2a88210fec', 'tenant_id': '905efe9235d64bc0ab884e0190e91820', 'floating_ip_address': '172.24.4.206', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '905efe9235d64bc0ab884e0190e91820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:20:07Z', 'updated_at': '2024-02-28T21:20:07Z', 'revision_number': 0, 'ip': '172.24.4.206'} created 2024-02-28 21:20:09,240 85792 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.087s 2024-02-28 21:20:09,240 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'applicat ion/json', 'content-length': '2829', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-7dc054f0-edfd-4303-871e-ba81d800a153', '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": "7414cb94f7084d8093f6eac785a619c8", "name": "tempest-ServerStableDeviceRescueTest-1665939554-project-member", "password_expires_at": null}, "audit_ids": ["sWvmFP0NT9WvI1mLgZFZhQ"], "expires_at": "2024-02-28T22:20:09.000000Z", "issued_at": "2024-02-28T21:20:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "905efe9235d64bc0ab884e0190e91820", "name": "tempest-ServerStableDeviceRescueTest-1665939554"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/905efe9235d64bc0ab884e0190e91820", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/905efe9235d64bc0ab884e0190e91820", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/905efe9235d64bc0ab884e0190e91820", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:20:09,241 85792 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': 'd0bb18bd-1be1-4e18-bf10-0bae81962633', 'name': 'tempest-ServerStableDeviceRescueTest-1047699489-network', 'tenant_id': '905efe9235d64bc0ab884e0190e91820', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '905efe9235d64bc0ab884e0190e91820', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58030, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:19:48Z', 'updated_at': '2024-02-28T21:19:48Z', 'revision_number': 1} available for tenant 2024-02-28 21:20:09,241 85792 DEBUG [tempest.common. compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-429006374', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBItZdUAGQKRPCcU3s6IW/RBStYSCIeguWobnyW5MFoUYkH/Tyt1hlpE+WtI85fdmrvh2wIEoXk8dxM5Gt7YEjjukAFqn+4WlPeGDGLms3fafOW1KTRdyles/skYkLkjmAA==', 'fingerprint': '96:a5:93:1d:5f:d2:88:2f:12:62:17:dc:ce:26:7a:fd', 'user_id': '7414cb94f7084d8093f6eac785a619c8', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA2WbgWwMXo1aZi5z4hPG4dJjnEIj1CI5ndXzl5Z7y+5JHbiy/QmwZ8\nqCDoH0GCOTWgBwYFK4EEACKhZANiAASLWXVABkCkTwnFN7OiFv0QUrWEgiHoLlqG\n58luTBaFGJB/08rdYZaRPlrSPOX3Zq74dsCBKF5PHcTORre2BI47pABap/uFpT3h\ngxi5rN32nzltSk0XcpXrP7JGJC5I5gA=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '9d66da7f-27aa-453c-81e8-fe5a419df388', 'name': 'tempest-securitygroup--1190560299', 'stateful': True, 'tenant_id': '905efe9235d64bc0ab884e0190e91820', 'description': 'tempest-description--1473986668', 'shared': False, 'security_group_rules': [{'id': 'a9fe1fc2-88d2-43d6-8d1a-110072d0f0d1', 'project_id': '905efe9235d64bc0ab884e0190e91820', 'tenant_id': '905efe9235d64bc0ab884e0190e91820', 'security_group_id': '9d66da7f-27aa-453c-81e8-fe5a419df388', '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': 189, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:20:03Z', 'updated_at': '2024-02-28T21:20:03Z', 'revision_number': 0}, {'id': 'ceb2b6d9-03b5-42f9-8bef-f4143af2934e', 'project_id': '905efe9235d64bc0ab884e0190e91820', 'tenant_id': '905efe9235d64bc0ab884e0190e91820', 'security_group_id': '9d66da7f-27aa-453c-81e8-fe5a419df388', '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': 190, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:20:03Z', 'updated_at': '2024-02-28T21:20:03Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:20:03Z', 'updated_at': '2024-02-28T21:20:03Z', 'revision_number': 1, 'project_id': '905efe9235d64bc0ab884e0190e91820'}, 'floating_ip': {'id': '8d402d58-cd1a-4248-bb2a-1b2a88210fec', 'tenant_id': '905efe9235d64bc0ab884e0190e91820', 'floating_ip_address': '172.24.4.206', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '905efe9235d64bc0ab884e0190e91820', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:20:07Z', 'updated_at': '2024-02-28T21:20:07Z', 'revision_number': 0, 'ip': '172.24.4.206'}} 2024-02-28 21:20:10,497 85792 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.255s 2024-02-28 21:20:10,498 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-211978961", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "networks": [{"uuid": "d0bb18bd-1be1-4e18-bf10-0bae81962633"}], "security_groups": [{"name": "tempest-securitygroup--1190560299"}], "key_name": "tempest-keypair-429006374", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2', 'content-type' : 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d27c7fe2-2d90-4b56-a4f2-2326f0b7d767', 'x-compute-request-id': 'req-d27c7fe2-2d90-4b56-a4f2-2326f0b7d767', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "de5518fa-9f5b-4024-b717-8936dd2661d2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1190560299"}], "adminPass": "GWR5o7EuD8hd"}}' 2024-02-28 21:20:10,887 85792 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/de5518fa-9f5b-4024-b717-8936dd2661d2 0.386s 2024-02-28 21:20:10,887 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:10 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-2dc6cb8a-833d-4b84-89bd-c04c7b275322', 'x-compute-request-id': 'req-2dc6cb8a-833d-4b84-89bd-c04c7b275322', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2'} Body: b'{"server": {"id": "de5518fa-9f5b-4024-b717-8936dd2661d2", "name": "tempest-ServerStableDeviceRescueTest-server-211978961", "status": "BUILD", "tenant_id": "905efe9235d64bc0ab884e0190e91820", "user_id": "7414cb94f7084d8093f6eac785a619c8", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:10Z", "updated": "2024-02-28T21:20:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-429006374", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:21:02,179 85792 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/de5518fa-9f5b-4024-b717-8936dd2661d2 1.228s 2024-02-28 21:21:02,179 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1550', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ec96423-717d-40ed-a769-69c6dc196834', 'x-compute-request-id': 'req-9ec96423-717d-40ed-a769-69c6dc196834', 'connection': 'close', 'status': '200', 'content-locatio n': 'http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2'} Body: b'{"server": {"id": "de5518fa-9f5b-4024-b717-8936dd2661d2", "name": "tempest-ServerStableDeviceRescueTest-server-211978961", "status": "ACTIVE", "tenant_id": "905efe9235d64bc0ab884e0190e91820", "user_id": "7414cb94f7084d8093f6eac785a619c8", "metadata": {}, "hostId": "d5a0a61638e2f866de9debb1efc7d60857c2b9542524247d93b3e451", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:10Z", "updated": "2024-02-28T21:20:30Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1047699489-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:cb:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-429006374", "OS-SRV-USG:launched_at": "2024-02-28T21:20:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1190560299"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:21:02,192 85792 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 52 second wait 2024-02-28 21:22:02,430 85792 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/de5518fa-9f5b-4024-b717-8936dd2661d2/os-interface 0.188s 2024-02-28 21:22:02,431 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:02 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-ce2ffef8-8891-40e6-a94d-0f62ce03f412', 'x-compute-request-id': 'req-ce2ffef8-8891-40e6-a94d-0f62ce03f412', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "d0bb18bd-1be1-4e18-bf10-0bae81962633", "port_id": "a10cf567-e829-4ca2-88e1-3b1e89ddce8e", "mac_addr": "fa:16:3e:22:cb:91", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "20087aa8-de94-4a2d-834e-c4379d9eb8d7", "ip_address": "10.0.0.9"}]}]}' 2024-02-28 21:22:04,056 85792 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/8d402d58-cd1a-4248-bb2a-1b2a88210fec 1.621s 2024-02-28 21:22:04,056 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "a10cf567-e829-4ca2-88e1-3b1e89ddce8e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-944d77d1-ee61-4133-b517-686ece0b2334', 'date': 'Wed, 28 Feb 2024 21:22:04 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/8d402d58-cd1a-4248-bb2a-1b2a88210fec'} Body: b'{"floatingip": {"id": "8 d402d58-cd1a-4248-bb2a-1b2a88210fec", "tenant_id": "905efe9235d64bc0ab884e0190e91820", "floating_ip_address": "172.24.4.206", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "c23cfe9d-9450-4d3c-9fd3-eb8864203ce8", "port_id": "a10cf567-e829-4ca2-88e1-3b1e89ddce8e", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "d0bb18bd-1be1-4e18-bf10-0bae81962633", "mac_address": "fa:16:3e:22:cb:91", "admin_state_up": true, "status": "ACTIVE", "device_id": "de5518fa-9f5b-4024-b717-8936dd2661d2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:20:07Z", "updated_at": "2024-02-28T21:22:02Z", "revision_number": 1, "project_id": "905efe9235d64bc0ab884e0190e91820"}}' 2024-02-28 21:22:04,058 85792 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.206:22' as 'cirros' with public key authentication 2024-02-28 21:22:04,070 85792 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:22:04,182 85792 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:22:04,183 85792 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.206 successfully created 2024-02-28 21:22:04,994 85792 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/de5518fa-9f5b-4024-b717-8936dd2661d2/action 0.811s 2024-02-28 21:22:04,995 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-895085775"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:04 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/d686a4e7-1350-4297-8b23-7cab86017e11', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3cb96a5-ea98-4354-b102-0981754e91f7', 'x-compute-request-id': 'req-f3cb96a5-ea98-4354-b102-0981754e91f7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2/action'} Body: b'' 2024-02-28 21:22:05,061 85792 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/d686a4e7-1350-4297-8b23-7cab86017e11 0.064s 2024-02-28 21:22:05,062 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1610', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e2381e1d-3909-4590-8415-3b7b9424516c', 'x-compute-request-id': 'req-e2381e1d-3909-4590-8415-3b7b9424516c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/d686a4e7-1350-4297-8b23-7cab86017e11'} Body: b'{"image": {"id": "d686a4e7-1350-4297-8b23-7cab86017e11", "name": "tempest-ServerStableDeviceRescueTest-image-895085775", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "de5518fa-9f5b-4024-b717-8936dd2661d2", "owner_ project_name": "tempest-ServerStableDeviceRescueTest-1665939554", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1665939554-project-member", "user_id": "7414cb94f7084d8093f6eac785a619c8"}, "created": "2024-02-28T21:22:05Z", "updated": "2024-02-28T21:22:05Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/d686a4e7-1350-4297-8b23-7cab86017e11"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d686a4e7-1350-4297-8b23-7cab86017e11"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/d686a4e7-1350-4297-8b23-7cab86017e11"}], "server": {"id": "de5518fa-9f5b-4024-b717-8936dd2661d2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}]}}}' 2024-02-28 21:22:55,142 85792 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/d686a4e7-1350-4297-8b23-7cab86017e11 0.067s 2024-02-28 21:22:55,142 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7010249b-1fa3-414a-b3b9-83fcb33bfabd', 'x-compute-request-id': 'req-7010249b-1fa3-414a-b3b9-83fcb33bfabd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/d686a4e7-1350-4297-8b23-7cab86017e11'} Body: b'{"image": {"id": "d686a4e7-1350-4297-8b23-7cab86017e11", "name": "tempest-ServerStableDeviceRescueTest-image-895085775", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "de5518fa-9f5b-4024-b717-8936dd2661d2", "owner_id": "905efe9235d64bc0ab884e0190e91820", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1665939554", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1665939554-project-member", "user_id": "7414cb94f7084d8093f6eac785a619c8"}, "created": "2024-02-28T21:22:05Z", "updated": "2024-02-28T21:22:11Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 52297728, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/d686a4e7-1350-4297-8b23-7cab86017e11"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d686a4e7-1350-4297-8b23-7cab86017e11"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/d686a4e7-1350-4297-8b23-7cab86017e11"}], "server": {"id": "de5518fa-9f5b-4024-b717-8936dd2661d2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}]}}}' 2024-02-28 21:22:55,214 85792 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 200 GET http://1 0.0.0.210/compute/v2.1/images/d686a4e7-1350-4297-8b23-7cab86017e11 0.066s 2024-02-28 21:22:55,215 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1724', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fb8dffb2-17f4-4d49-9c6d-80a23382eb34', 'x-compute-request-id': 'req-fb8dffb2-17f4-4d49-9c6d-80a23382eb34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/d686a4e7-1350-4297-8b23-7cab86017e11'} Body: b'{"image": {"id": "d686a4e7-1350-4297-8b23-7cab86017e11", "name": "tempest-ServerStableDeviceRescueTest-image-895085775", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "de5518fa-9f5b-4024-b717-8936dd2661d2", "owner_id": "905efe9235d64bc0ab884e0190e91820", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1665939554", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1665939554-project-member", "user_id": "7414cb94f7084d8093f6eac785a619c8"}, "created": "2024-02-28T21:22:05Z", "updated": "2024-02-28T21:22:11Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 52297728, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/d686a4e7-1350-4297-8b23-7cab86017e11"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/d686a4e7-1350-4297-8b23-7cab86017e11"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/d686a4e7-1350-4297-8b23-7cab86017e11"}], "server": {"id": "de5518fa-9f5b-4024-b717-8936dd2661d2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}]}}}' 2024-02-28 21:22:55,441 85792 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/de5518fa-9f5b-4024-b717-8936dd2661d2 0.221s 2024-02-28 21:22:55,442 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:55 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-2ef40c43-4540-4c70-ab57-b8f4bd00ae98', 'x-compute-request-id': 'req-2ef40c43-4540-4c70-ab57-b8f4bd00ae98', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2'} Body: b'{"server": {"id": "de5518fa-9f5b-4024-b717-8936dd2661d2", "name": "tempest-ServerStableDeviceRescueTest-server-211978961", "status": "ACTIVE", "tenant_id": "905efe9235d64bc0ab884e0190e91820", "user_id": "7414cb94f7084d8093f6eac785a619c8", "metadata": {}, "hostId": "d5a0a61638e2f866de9debb1efc7d60857c2b9542524247d93b3e451", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http:// 10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:10Z", "updated": "2024-02-28T21:22:11Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1047699489-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:cb:91"}, {"version": 4, "addr": "172.24.4.206", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:cb:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-429006374", "OS-SRV-USG:launched_at": "2024-02-28T21:20:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1190560299"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:55,677 85792 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/d686a4e7-1350-4297-8b23-7cab86017e11 0.161s 2024-02-28 21:23:55,677 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_bus", "value": "virtio"}] Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1643', 'content-type': 'application/json', 'x-openstack-request-id': 'req-f83c0691-cbfe-489c-a97c-3bd7666b1733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d686a4e7-1350-4297-8b23-7cab86017e11'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "de5518fa-9f5b-4024-b717-8936dd2661d2", "owner_id": "905efe9235d64bc0ab884e0190e91820", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1665939554", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1665939554-project-member", "user_id": "7414cb94f7084d8093f6eac785a619c8", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-895085775", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "528ee4f85ccea801b14d3d906010beee", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "905efe9235d64bc0ab884e0190e91820", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "de94a9c5b6a7325afbe089e064b094d5195b7ec435abe2be8129b6e686f9f88f8134e649ce232f289e675a2b516797394e2457460119175adbda9cffbaef55c0", "id": "d686a4e7-1350-4297-8b23-7cab86017e11", "created_at": "2024-02-28T21:22:05Z", "updated_at": "2024-02-28T21:23:56Z", "tags": [], "self": "/v2/images/d686a4e7-1350-4297-8b23-7cab86017e11", "file": "/v2/images/d686a4e7-1350-4297-8b23-7cab86017e11/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:23:55,830 85792 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/d686a4e7-1350-4297-8b23-7cab86017e11 0.152s 2024-02-28 21:23:55,830 85792 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': 'Wed, 28 Feb 2024 21:23:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a56c8e94-b3fd-478c-a973-ef794578f43f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/d686a4e7-1350-4297-8b23-7cab86017e11'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rescue_bus": "virtio", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "de5518fa-9f5b-4024-b717-8936dd2661d2", "owner_id": "905efe9235d64bc0ab884e0190e91820", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1665939554", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1665939554-project-member", "user_id": "7414cb94f7084d8093f6eac785a619c8", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-895085775", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "528ee4f85ccea801b14d3d906010beee", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "905efe9235d64bc0ab884e0190e91820", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "de94a9c5b6a7325afbe089e064b094d5195b7ec435abe2be8129b6e686f9f88f8134e649ce232f289e675a2b516797394e2457460119175adbda9cffbaef55c0", "id": "d686a4e7-1350-4297-8b23-7cab86017e11", "created_at": "2024-02-28T21:22:05Z", "updated_at": "2024-02-28T21:23:56Z", "tags": [], "self": "/v2/images/d686a4e7-1350-4297-8b23-7cab86017e11", "file": "/v2/images/d686a4e7-1350-4297-8b23-7cab86017e11/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:23:56,076 85792 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/de5518fa-9f5b-4024-b717-8936dd2661d2 0.246s 2024-02-28 21:23:56,076 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:55 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-4df63a76-7682-4807-98f5-24f744f355dd', 'x-compute-request-id': 'req-4df63a76-7682-4807-98f5-24f744f355dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2'} Body: b'{"server": {"id": "de5518fa-9f5b-4024-b717-8936dd2661d2", "name": "tempest-ServerStableDeviceRescueTest-server-211978961", "status": "ACTIVE", "tenant_id": "905efe9235d64bc0ab884e0190e91820", "user_id": "7414cb94f7084d8093f6eac785a619c8", "metadata": {}, "hostId": "d5a0a61638e2f866de9debb1efc7d60857c2b9542524247d93b3e451", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:20:10Z", "updated": "2024-02-28T21:22:11Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1047699489-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-I PS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:cb:91"}, {"version": 4, "addr": "172.24.4.206", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:22:cb:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/de5518fa-9f5b-4024-b717-8936dd2661d2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-429006374", "OS-SRV-USG:launched_at": "2024-02-28T21:20:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1190560299"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:56,130 85792 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/905efe9235d64bc0ab884e0190e91820/volumes/b6b71f10-f147-4115-b038-b2da734cb07f 0.039s 2024-02-28 21:23:56,131 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17cb53cb-f2f5-4fb6-bd48-7838237c0ea2', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17cb53cb-f2f5-4fb6-bd48-7838237c0ea2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/905efe9235d64bc0ab884e0190e91820/volumes/b6b71f10-f147-4115-b038-b2da734cb07f'} Body: b'{"volume": {"id": "b6b71f10-f147-4115-b038-b2da734cb07f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:03.000000", "updated_at": "2024-02-28T21:20:03.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-253722759", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/905efe9235d64bc0ab884e0190e91820/volumes/b6b71f10-f147-4115-b038-b2da734cb07f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/905efe9235d64bc0ab884e0190e91820/volumes/b6b71f10-f147-4115-b038-b2da734cb07f"}], "user_id": "7414cb94f7084d8093f6eac785a619c8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "905efe9235d64bc0ab884e0190e91820"}}' 2024-02-28 21:23:57,184 85792 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/905efe9235d64bc0ab884e0190e91820/volumes/b6b71f10-f147-4115-b038-b2da734cb07f 0.040s 2024-02-28 21:23:57,185 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a8a7031-c7c4-4acf-ad22-3f4f4350e657', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a8a7031-c7c4-4acf-ad22-3f4f4350e657', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/905efe9235d64bc0ab884e0190e91820/volumes/b6b71f10-f147-4115-b038-b2da734cb07f'} Body: b'{"volume": {"id": "b6b71f10-f147-4115-b038-b2da734cb07f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:20:03.000000", "updated_at": "2024-0 2-28T21:20:03.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-253722759", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/905efe9235d64bc0ab884e0190e91820/volumes/b6b71f10-f147-4115-b038-b2da734cb07f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/905efe9235d64bc0ab884e0190e91820/volumes/b6b71f10-f147-4115-b038-b2da734cb07f"}], "user_id": "7414cb94f7084d8093f6eac785a619c8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "905efe9235d64bc0ab884e0190e91820"}}' tempest.scenario.test_server_volume_attachment.TestServerVolumeAttachmentScenario.test_server_detach_rules[compute,id-be615530-f105-437a-8afe-ce998c9535d9,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_server_volume_attachment.py", line 86, in test_server_detach_rules waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:21:12,244 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes 0.410s 2024-02-28 21:21:12,244 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-96539474", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2904cd3f-d1fa-4353-900a-b2493e15e73b', 'content-length': '830', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2904cd3f-d1fa-4353-900a-b2493e15e73b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes'} Body: b'{"volume": {"id": "5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:12.154614", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-96539474", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e"}], "user_id": "f05d36f82eca4709ba81bda8a904cbcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:21:12,450 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes 0.195s 2024-02-28 21:21:12,451 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestServerVolumeAttachmentScenario-volume-1159264239", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5f42757-1d93-4aa5-9a1a-588d249c9553', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5f42757-1d93-4aa5-9a1a-588d249c9553', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes'} Body: b'{"volume": {"id": "ae0674c0-0b7b-43f8-bb92-53825c755d0f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:12.390239", "updated_at": null, "name": "tempest-TestServerVolumeAttachmentScenario-volume-1159264239", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/ae0674c0-0b7b-43f8-bb92-53825c755d0f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8e0b4184d5f547ce83a78be6546d5eb0/volumes/ae0674c0-0b7b-43f8-bb92-53825c755d0f"}], "user_id": "f05d36f82eca4709ba81bda8a904cbcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:21:12,506 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.038s 2024-02-28 21:21:12 ,507 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2837', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-69d472a3-3246-4369-8afa-7353abf93cb2', '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": "f05d36f82eca4709ba81bda8a904cbcf", "name": "tempest-TestServerVolumeAttachmentScenario-50014487-project-member", "password_expires_at": null}, "audit_ids": ["1_RdpuBGQ9uGp4Orm5KfaA"], "expires_at": "2024-02-28T22:21:12.000000Z", "issued_at": "2024-02-28T21:21:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8e0b4184d5f547ce83a78be6546d5eb0", "name": "tempest-TestServerVolumeAttachmentScenario-50014487"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8e0b4184d5f547ce83a78be6546d5eb0", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:21:12,507 85786 INFO [tempest.lib.common.fixed_network] (TestServerVolumeAttachmentScenario:test_server_detach_rules) Found network {'id': 'af85d064-c693-4d28-b99a-62265fbe283b', 'name': 'tempest-TestServerVolumeAttachmentScenario-1892690040-network', 'tenant_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 24880, 'is_default': False, 'availability_zone_hints': [], 'availabili ty_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:20:43Z', 'updated_at': '2024-02-28T21:20:43Z', 'revision_number': 1} available for tenant 2024-02-28 21:21:12,508 85786 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:21:12,508 85786 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:21:12,559 85786 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.049s 2024-02-28 21:21:12,560 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1311110588", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKSuaKlTwhMTwqcG2U1fZRrS1cu+mEtZiVwPjU5/Dx48YfQxfQsmcZf53mRHov/XXdF7dGq5vUL7uh0s8rjgiOLBx99WW37IDApNqIsEhT9V4vYkmp7GsVF7toaO+dpGDw=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:12 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-6909e46d-d16b-456d-8727-edcfa1ed09d0', 'x-compute-request-id': 'req-6909e46d-d16b-456d-8727-edcfa1ed09d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1311110588", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKSuaKlTwhMTwqcG2U1fZRrS1cu+mEtZiVwPjU5/Dx48YfQxfQsmcZf53mRHov/XXdF7dGq5vUL7uh0s8rjgiOLBx99WW37IDApNqIsEhT9V4vYkmp7GsVF7toaO+dpGDw==", "fingerprint": "68:43:5b:e4:b3:6b:3e:3e:62:12:28:1e:cc:83:17:0f", "user_id": "f05d36f82eca4709ba81bda8a904cbcf"}}' 2024-02-28 21:21:12,562 85786 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1311110588 created 2024-02-28 21:21:12,769 85786 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.206s 2024-02-28 21:21:12,769 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--594252538", "description": "tempest-description--670178778"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-0bc98ad6-5a5a-4587-8ae9-531d896d7b8b', 'date': 'Wed, 28 Feb 2024 21:21:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3030be26-f5a6-4bbe-ad1e-6c6007209e6f", "name": "tempest-securitygroup--594252538", "stateful": true, "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "description": "tempest-description--670178778", "shared": false, "security_group_rules": [{"id": "8f005b6e-87af-4c32-9561-333fe96330dd", "project_id": "8e0b4184d5f547ce83a78be6546d5eb0", "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "security_group_id": "3030be26-f5a6-4bbe-ad1e-6c6007209e6f", "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": 499, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:21:12Z", "updated_at": "2024-02-28T21:21:12Z", "revision_number": 0}, {"id": "d4274d59-9b3c-48d5-9e8b-bd77be711bf6", "project_id": "8e0b4184d5f547ce83 a78be6546d5eb0", "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "security_group_id": "3030be26-f5a6-4bbe-ad1e-6c6007209e6f", "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": 498, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:21:12Z", "updated_at": "2024-02-28T21:21:12Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:21:12Z", "updated_at": "2024-02-28T21:21:12Z", "revision_number": 1, "project_id": "8e0b4184d5f547ce83a78be6546d5eb0"}}' 2024-02-28 21:21:13,150 85786 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.381s 2024-02-28 21:21:13,151 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3030be26-f5a6-4bbe-ad1e-6c6007209e6f", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-c0de0b0f-260f-4d60-9993-cdfc4f0b3025', 'date': 'Wed, 28 Feb 2024 21:21:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7c53b2bf-4c61-46e4-8475-75fe82d81e35", "project_id": "8e0b4184d5f547ce83a78be6546d5eb0", "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "security_group_id": "3030be26-f5a6-4bbe-ad1e-6c6007209e6f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:21:12Z", "updated_at": "2024-02-28T21:21:12Z", "revision_number": 0}}' 2024-02-28 21:21:13,688 85786 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.537s 2024-02-28 21:21:13,689 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3030be26-f5a6-4bbe-ad1e-6c6007209e6f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-6d3b8349-a5d9-48d9-843d-4455f6d8acde', 'date': 'Wed, 28 Feb 2024 21:21:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "749b5d57-9135-4929-aba4-78dcbee0232b", "project_id": "8e0b4184d5f547ce83a78be6546d5eb0", "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "security_group_id": "3030be26-f5a6-4bbe-ad1e-6c6007209e6f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:21:13Z", "updated_at": "2024-02-28T21:21:13Z", "revision_number": 0}}' 2024-02-28 21:21:13,689 85786 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--594252538 created 2024-02-28 21:21:14,738 85786 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.048s 2024-02-28 21:21:14,73 8 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-dbaaa1c2-e796-4c56-a311-a7fab91cbe18', 'date': 'Wed, 28 Feb 2024 21:21:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5597a93d-8e60-4653-bd8e-68e475292b59", "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "floating_ip_address": "172.24.4.229", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "8e0b4184d5f547ce83a78be6546d5eb0", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:21:14Z", "updated_at": "2024-02-28T21:21:14Z", "revision_number": 0}}' 2024-02-28 21:21:14,739 85786 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5597a93d-8e60-4653-bd8e-68e475292b59', 'tenant_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'floating_ip_address': '172.24.4.229', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:21:14Z', 'updated_at': '2024-02-28T21:21:14Z', 'revision_number': 0, 'ip': '172.24.4.229'} created 2024-02-28 21:21:14,739 85786 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1311110588', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKSuaKlTwhMTwqcG2U1fZRrS1cu+mEtZiVwPjU5/Dx48YfQxfQsmcZf53mRHov/XXdF7dGq5vUL7uh0s8rjgiOLBx99WW37IDApNqIsEhT9V4vYkmp7GsVF7toaO+dpGDw==', 'fingerprint': '68:43:5b:e4:b3:6b:3e:3e:62:12:28:1e:cc:83:17:0f', 'user_id': 'f05d36f82eca4709ba81bda8a904cbcf', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCN5YLt2G8RfOEc0UMMZaPbwhbfc6ydF1rNlGAdVXnfcOBsHEBsm0vE\nKlTK9K2tbrSgBwYFK4EEACKhZANiAASkrmipU8ITE8KnBtlNX2Ua0tXLvphLWYlc\nD41Ofw8ePGH0MX0LJnGX+d5kR6L/113Re3Rqub1C+7odLPK44IjiwcffVlt+yAwK\nTaiLBIU/VeL2JJqexrFRe7aGjvnaRg8=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3030be26-f5a6-4bbe-ad1e-6c6007209e6f', 'name': 'tempest-securitygroup--594252538', 'stateful': True, 'tenant_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'description': 'tempest-description--670178778', 'shared': False, 'security_group_rules': [{'id': '8f005b6e-87af-4c32-9561-333fe96330dd', 'project_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'tenant_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'security_group_id': '3030be26-f5a6-4bbe-ad1e-6c6007209e6f', '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': 499, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:21:12Z', 'updated_at': '2024-02-28T21:21:12Z', 'revision_number': 0}, {'id': 'd4274d59-9b3c-48d5-9e8b-bd77be711bf6', 'project_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'tenant_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'security_group_id': '3030be26-f5a6-4bbe-ad1e-6c6007209e6f', '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': 498, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:21:12Z', 'updated_at': '2024-02-28T21:21:12Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:21:12Z', 'updated_at': '2024-02-28T21:21:12Z', 'revision_number': 1, 'project_id': '8e0b4184d5f547ce83a78be6546d5eb0'}, 'floating_ip': {'id': '5597a93d-8e60-4653-bd8e-68e475292b59', 'tenant_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'floating_ip_address': '172.24.4.229', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8e0b4184d5f547ce83a78be6546d5eb0', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:21:14Z', 'updated_at': '2024-02-28T21:21:14Z', 'revision_number': 0, 'ip': '172.24.4.229'}} 2024-02-28 21:21:16,023 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 202 POST http://10.0.0.210/compute/v2.1/servers 1.283s 2024-02-28 21:21:16,024 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestServerVolumeAttachmentScenario-server-422188983", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "networks": [{"uuid": "af85d064-c693-4d28-b99a-62265fbe283b"}], "security_groups": [{"name": "tempest-securitygroup--594252538"}], "key_name": "tempest-keypair-1311110588", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-633f4610-4fe5-482b-8ebb-d668d7245650', 'x-compute-request-id': 'req-633f4610-4fe5-482b-8ebb-d668d7245650', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "dde1e6fa-63f2-46c9-b900-5add4c4518b8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--594252538"}], "adminPass": "KRz54PTpjJ47"}}' 2024-02-28 21:21:16,110 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8 0.083s 2024-02-28 21:21:16,110 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1243', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6fa3c8ed-31d9-452a-b8c7-c79fffdc079b', 'x-compute-request-id': 'req-6fa3c8ed-31d9-452a-b8c7-c79fffdc079b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8'} Body: b'{"server": {"id": "dde1e6fa-63f2-46c9-b900-5add4c4518b8", "name": "tempest-TestServerVolumeAttachmentScenario-server-422188983", "status": "BUILD", "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "user_id": "f05d36f82eca4709ba81bda8a904cbcf", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b5 5632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:16Z", "updated": "2024-02-28T21:21:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1311110588", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:22:06,596 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8 0.422s 2024-02-28 21:22:06,597 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca126916-c621-4ff2-9549-54d3b55d50c9', 'x-compute-request-id': 'req-ca126916-c621-4ff2-9549-54d3b55d50c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8'} Body: b'{"server": {"id": "dde1e6fa-63f2-46c9-b900-5add4c4518b8", "name": "tempest-TestServerVolumeAttachmentScenario-server-422188983", "status": "ACTIVE", "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "user_id": "f05d36f82eca4709ba81bda8a904cbcf", "metadata": {}, "hostId": "c87677e949aa36e0157167aa46945525382424428522815576815240", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:15Z", "updated": "2024-02-28T21:21:28Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1892690040-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:d2:44"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1311110588", "OS-SRV-USG:launched_at": "2024-02-28T21:21:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--594252538"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:22:06,622 85786 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:23:07,207 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8/os-interface 0.529s 2024-02-28 21:23:07,208 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:06 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-bc4829b9-6ebe-4543-8ffb-3da64e82d7cb', 'x-compute-request-id': 'req-bc4829b9-6ebe-4543-8ffb-3da64e82d7cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "af85d064-c693-4d28-b99a-62265fbe283b", "port_id": "4c9c8df7-c9f0-4618-b19c-45749254f487", "mac_addr": "fa:16:3e:76:d2:44", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "71b71ffd-5b42-45a9-bd6e-4e59a8aecf79", "ip_address": "10.0.0.3"}]}]}' 2024-02-28 21:23:08,344 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/5597a93d-8e60-4653-bd8e-68e475292b59 1.132s 2024-02-28 21:23:08,345 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "4c9c8df7-c9f0-4618-b19c-45749254f487"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-0ae36735-5cd4-4eac-b3bd-4d2ed40f5d58', 'date': 'Wed, 28 Feb 2024 21:23:08 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5597a93d-8e60-4653-bd8e-68e475292b59'} Body: b'{"floatingip": {"id": "5597a93d-8e60-4653-bd8e-68e475292b59", "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "floating_ip_address": "172.24.4.229", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "7c8ea0b0-3e1e-4aab-a736-975359b30606", "port_id": "4c9c8df7-c9f0-4618-b19c-45749254f487", "fixed_ip_address": "10.0.0.3", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "af85d064-c693-4d28-b99a-62265fbe283b", "mac_address": "fa:16:3e:76:d2:44", "admin_state_up": true, "status": "ACTIVE", "device_id": "dde1e6fa-63f2-46c9-b900-5add4c4518b8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:21:14Z", "updated_at": "2024-02-28T21:23:07Z", "revision_number": 1, "project_id": "8e0b4184d5f547ce83a78be6546d5eb0"}}' 2024-02-28 21:23:08,347 85786 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.229:22' as 'cirros' with public key authentication 2024-02-28 21:23:08,358 85786 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:23:08,463 85786 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:23:08,464 85786 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.229 successfully created 2024-02-28 21:23:08,623 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8 0.159s 2024-02-28 21:23:08,624 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1562', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ffe7d459-6647-43d1-8ab9-1325f4237592', 'x-compute-request-id': 'req-ffe7d459-6647-43d1-8ab9-1325f4237592', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8'} Body: b'{"server": {"id": "dde1e6fa-63f2-46c9-b900-5add4c4518b8", "name": "tempest-TestServerVolumeAttachmentScenario-server-422188983", "status": "ACTIVE", "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "user_id": "f05d36f82eca4709ba81bda8a904cbcf", "metadata": {}, "hostId": "c87677e949aa36e0157167aa46945525382424428522815576815240", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:15Z", "updated": "2024-02-28T21:21:28Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1892690040-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:d2:44"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1311110588", "OS-SRV-USG:launched_at": "2024-02-28T21:21:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--594252538"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:08,829 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/compute/v2.1/servers 0.192s 2024-02-28 21:23:08,829 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '350', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c1edbe3d-a172-40ed-a554-87ee22bf52e3', 'x-compute-request-id': 'req-c1edbe3d-a172-40ed-a554-87ee22bf52e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "dde1e6fa-63f2-46c9-b900-5add4c4518b8", "name": "tempest-TestServerVolumeAttachmentScenario-server-422188983", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}]}]}' 2024-02-28 21:23:08,876 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e 0.042s 2024-02-28 21:23:08,876 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2821d973-33fe-4766-ab9e-1aa447710f7f', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2821d973-33fe-4766-ab9e-1aa447710f7f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e'} Body: b'{"volume": {"id": "5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:12.000000", "updated_at": "2024-02-28T21:21:12.000000", "name": "tempest-TestServerVolumeAttachmen tScenario-volume-96539474", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e"}], "user_id": "f05d36f82eca4709ba81bda8a904cbcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0"}}' 2024-02-28 21:23:09,930 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:test_server_detach_rules): 200 GET http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e 0.040s 2024-02-28 21:23:09,930 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b72a406f-ffa0-4f2b-b0ae-776d3f8fc0c4', 'content-length': '919', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b72a406f-ffa0-4f2b-b0ae-776d3f8fc0c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e'} Body: b'{"volume": {"id": "5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:21:12.000000", "updated_at": "2024-02-28T21:21:12.000000", "name": "tempest-TestServerVolumeAttachmentScenario-volume-96539474", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e"}], "user_id": "f05d36f82eca4709ba81bda8a904cbcf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0"}}' 2024-02-28 21:23:10,059 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8 0.114s 2024-02-28 21:23:10,059 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:09 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-b6e9ba1f-b64f-40e0-9d59-1510a463e520', 'x-compute-request-id': 'req-b6e9ba1f-b64f-40e0-9d59-1510a463e520', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8'} Body: b'' 2024-02-28 21:23:10,337 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8 0.277s 2024-02-28 21:23:10,338 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1687', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d28bdfe5-c9e8-4047-bf9b-f1be0d8c21f0', 'x-compute-request-id': 'req-d28bdfe5-c9e8-4047-bf9b-f1be0d8c21f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8'} Body: b'{"server": {"id": "dde1e6fa-63f2-46c9-b900-5add4c4518b8", "name": "tempest-TestServerVolumeAttachmentScenario-server-422188983", "status": "ACTIVE", "tenant_id": "8e0b4184d5f547ce83a78be6546d5eb0", "user_id": "f05d36f82eca4709ba81bda8a904cbcf", "metadata": {}, "hostId": "c87677e949aa36e0157167aa46945525382424428522815576815240", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:15Z", "updated": "2024-02-28T21:23:10Z", "addresses": {"tempest-TestServerVolumeAttachmentScenario-1892690040-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:d2:44"}, {"version": 4, "addr": "172.24.4.229", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:76:d2:44"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1311110588", "OS-SRV-USG:launched_at": "2024-02-28T21:21:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--594252538"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:24:00,433 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8 0.030s 2024-02-28 21:24:00,434 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-b0903262-26b6-4c10-9240-f9aff91f717d', 'x-compute-request-id': 'req-b0903262-26b6-4c10-9240-f9aff91f717d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/dde1e6fa-63f2-46c9-b900-5add4c4518b8'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance dde1e6fa-63f2-46c9-b900-5add4c4518b8 could not be found."}}' 2024-02-28 21:24:00,474 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1311110588 0.040s 2024-02-28 21:24:00,475 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Vers ion,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-056acb52-484f-4b84-a336-bfea9e978114', 'x-compute-request-id': 'req-056acb52-484f-4b84-a336-bfea9e978114', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1311110588'} Body: b'' 2024-02-28 21:24:00,641 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3030be26-f5a6-4bbe-ad1e-6c6007209e6f 0.165s 2024-02-28 21:24:00,641 85786 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-56f06e54-a4c6-4afb-8691-247f809d2724', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:24:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3030be26-f5a6-4bbe-ad1e-6c6007209e6f'} Body: b'' 2024-02-28 21:24:00,660 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3030be26-f5a6-4bbe-ad1e-6c6007209e6f 0.018s 2024-02-28 21:24:00,661 85786 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-cda8c9a3-2c06-442d-b008-4c553015b29e', 'date': 'Wed, 28 Feb 2024 21:24:00 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3030be26-f5a6-4bbe-ad1e-6c6007209e6f'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3030be26-f5a6-4bbe-ad1e-6c6007209e6f does not exist", "detail": ""}}' 2024-02-28 21:24:01,034 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/5597a93d-8e60-4653-bd8e-68e475292b59 0.372s 2024-02-28 21:24:01,034 85786 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-2b371f89-a552-4a56-ae45-9a9033dab2f8', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:24:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5597a93d-8e60-4653-bd8e-68e475292b59'} Body: b'' 2024-02-28 21:24:01,139 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/ae0674c0-0b7b-43f8-bb92-53825c755d0f 0.104s 2024-02-28 21:24:01,140 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4cdd8c3-9382-4e8f-97c1-820edf1e7d03', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/ae0674c0-0b7b-43f8-bb92-53825c755d0f'} Body: b'' 2024-02-28 21:24:01,160 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/ae0674c0-0b7b-43f8-bb92-53825c755d0f 0.020s 2024-02-28 21:24:01,160 85786 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e68b5ce6-f13d-40f3-b89d-0e3373fd2f35', 'x-openstack-request-id': 'req-e68b5ce6-f13d-40f3-b89d-0e3373fd2f35', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/ae0674c0-0b7b-43f8-bb92-53825c755d0f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ae0674c0-0b7b-43f8-bb92-53825c755d0f could not be found."}}' 2024-02-28 21:24:01,488 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e 0.327s 2024-02-28 21:24:01,488 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5d961719-9e2e-40fa-a4e7-d8603dc7a58f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e'} Body: b'' 2024-02-28 21:24:01,512 85786 INFO [tempest.lib.common.rest_client] Request (TestServerVolumeAttachmentScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e 0.023s 2024-02-28 21:24:01,513 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-aaba7fec-e21a-4e6f-9329-b7795c7e17b7', 'x-openstack-request-id': 'req-aaba7fec-e21a-4e6f-9329-b7795c7e17b7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8e0b4184d5f547ce83a78be6546d5eb0/volumes/5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5c3e3b80-ece7-4d8a-84e4-b17224a1cf1e could not be found."}}' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 288, in test_stable_device_rescue_bfv_blank_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 340, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 323, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 1d68abe6-bf42-4ab1-96c8-d1fd556cb275 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2024-02-28T21:23:16Z', 'message': 'Build of instance 1d68abe6-bf42-4ab1-96c8-d1fd556cb275 aborted: Volume 3128b64c-5870-4e9f-9076-4edf99a1eecd did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Request ID of server operation performed before checking the server status req-6907a97b-1302-4cad-9028-ed9d4f24249b. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:20:08,190 85782 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.105s 2024-02-28 21:20:08,191 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:08 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-c47392d0-226d-41bf-8927-f84c0515470f', '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": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "password_expires_at": null}, "audit_ids": ["sqWMSj5vR76-L_af9sbGBQ"], "expires_at": "2024-02-28T22:20:08.000000Z", "issued_at": "2024-02-28T21:20:08.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0be8f6804d241c88f171526eb596bec", "name": "tempest-ServerBootFromVolumeStableRescueTest-452363223"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:20:08,191 85782 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '72902b5d-12a4-48f8-b99b-9cb7fd60f712', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-140139204-network', 'tenant_id': 'a0be8f6804d241c88f171526eb596bec', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project _id': 'a0be8f6804d241c88f171526eb596bec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18538, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:19:48Z', 'updated_at': '2024-02-28T21:19:48Z', 'revision_number': 1} available for tenant 2024-02-28 21:20:11,284 85782 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.091s 2024-02-28 21:20:11,284 85782 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-513214341", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "networks": [{"uuid": "72902b5d-12a4-48f8-b99b-9cb7fd60f712"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967', '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-eb2f35a8-a6cb-4910-b709-61c1a0243e65', 'x-compute-request-id': 'req-eb2f35a8-a6cb-4910-b709-61c1a0243e65', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "2Lob6whJfJ5S"}}' 2024-02-28 21:20:11,465 85782 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/09d498aa-94a4-4c4f-abaa-b935a6bcd967 0.178s 2024-02-28 21:20:11,466 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:20:11 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-3a6ebb05-5972-44b1-b3ac-9783756b04b4', 'x-compute-request-id': 'req-3a6ebb05-5972-44b1-b3ac-9783756b04b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967'} Body: b'{"server": {"id": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-513214341", "status": "BUILD", "tenant_id": "a0be8f6804d241c88f171526eb596bec", "user_id": "5fe044f40b754845856a1bd2996436fe", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T21:20:11Z", "updated": "2024-02-28T21:20:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/09d498aa -94a4-4c4f-abaa-b935a6bcd967"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 21:21:02,794 85782 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/09d498aa-94a4-4c4f-abaa-b935a6bcd967 1.259s 2024-02-28 21:21:02,794 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b744bb24-c4ec-4677-8f3f-2127efdd3468', 'x-compute-request-id': 'req-b744bb24-c4ec-4677-8f3f-2127efdd3468', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967'} Body: b'{"server": {"id": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-513214341", "status": "ACTIVE", "tenant_id": "a0be8f6804d241c88f171526eb596bec", "user_id": "5fe044f40b754845856a1bd2996436fe", "metadata": {}, "hostId": "3fad53db43d71d2b46490299c0915a316357d5aa29e47afb9e8fd470", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T21:20:11Z", "updated": "2024-02-28T21:20:30Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-140139204-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:47:4f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:20:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 21:21:02,813 85782 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 21:22:03,890 85782 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/09d498aa-94a4-4c4f-abaa-b935a6bcd967/action 1.015s 2024-02-28 21:22:03,890 85782 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-ServerBootFromVolumeStableRes cueTest-image-1932063036"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:02 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-f2c90933-1316-4023-ad32-497e2e8ff7e0', 'x-compute-request-id': 'req-f2c90933-1316-4023-ad32-497e2e8ff7e0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967/action'} Body: b'{"image_id": "078e40e6-b5eb-431d-9977-4920a906107c"}' 2024-02-28 21:22:03,922 85782 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/078e40e6-b5eb-431d-9977-4920a906107c 0.031s 2024-02-28 21:22:03,923 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0b12a428-8586-4f17-a0eb-e4753fa454c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/078e40e6-b5eb-431d-9977-4920a906107c'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1932063036", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "078e40e6-b5eb-431d-9977-4920a906107c", "created_at": "2024-02-28T21:22:04Z", "updated_at": "2024-02-28T21:22:04Z", "tags": [], "self": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c", "file": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:22:04,948 85782 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/078e40e6-b5eb-431d-9977-4920a906107c 0.024s 2024-02-28 21:22:04,949 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-0fd0b118-d319-470d-91c3-65bc49adebbd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/078e40e6-b5eb-431d-9977-4920a906107c'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "owner_project_name": "tempest-ServerBootFrom VolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1932063036", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "078e40e6-b5eb-431d-9977-4920a906107c", "created_at": "2024-02-28T21:22:04Z", "updated_at": "2024-02-28T21:22:04Z", "tags": [], "self": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c", "file": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:22:05,976 85782 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/078e40e6-b5eb-431d-9977-4920a906107c 0.026s 2024-02-28 21:22:05,977 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8473d552-ec9a-4898-9d99-29df4c8dd29e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/078e40e6-b5eb-431d-9977-4920a906107c'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1932063036", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "078e40e6-b5eb-431d-9977-4920a906107c", "created_at": "2024-02-28T21:22:04Z", "updated_at": "2024-02-28T21:22:04Z", "tags": [], "self": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c", "file": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:22:07,003 85782 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/078e40e6-b5eb-431d-9977-4920a906107c 0.024s 2024-02-28 21:22:07,003 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2c5b276a-4b3a-4b6c-991a-68651b0a2218', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/078e40e6-b5eb-431d-9977-4920a906107c'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_role s": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1932063036", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "078e40e6-b5eb-431d-9977-4920a906107c", "created_at": "2024-02-28T21:22:04Z", "updated_at": "2024-02-28T21:22:04Z", "tags": [], "self": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c", "file": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:22:08,030 85782 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/078e40e6-b5eb-431d-9977-4920a906107c 0.024s 2024-02-28 21:22:08,030 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1ecae2b4-1b4e-45a8-a8b9-a811fb7234ca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/078e40e6-b5eb-431d-9977-4920a906107c'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1932063036", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "078e40e6-b5eb-431d-9977-4920a906107c", "created_at": "2024-02-28T21:22:04Z", "updated_at": "2024-02-28T21:22:04Z", "tags": [], "self": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c", "file": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:22:09,062 85782 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/078e40e6-b5eb-431d-9977-4920a906107c 0.030s 2024-02-28 21:22:09,062 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'applic ation/json', 'x-openstack-request-id': 'req-0f9dc481-a555-49e6-a5c8-5f03d664c249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/078e40e6-b5eb-431d-9977-4920a906107c'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "owner_id": "a0be8f6804d241c88f171526eb596bec", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1932063036", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "078e40e6-b5eb-431d-9977-4920a906107c", "created_at": "2024-02-28T21:22:04Z", "updated_at": "2024-02-28T21:22:09Z", "tags": [], "self": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c", "file": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:22:10,089 85782 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/078e40e6-b5eb-431d-9977-4920a906107c 0.025s 2024-02-28 21:22:10,089 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-2288bc69-5039-4089-b7da-c0479e031e1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/078e40e6-b5eb-431d-9977-4920a906107c'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "owner_id": "a0be8f6804d241c88f171526eb596bec", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1932063036", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "078e40e6-b5eb-431d-9977-4920a906107c", "created_at": "2024-02-28T21:22:04Z", "updated_at": "2024-02-28T21:22:09Z", "tags": [], "self": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c", "file": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:22:11,116 85782 INFO [tempest.lib.common.rest_client] Request (S erverBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/image/v2/images/078e40e6-b5eb-431d-9977-4920a906107c 0.025s 2024-02-28 21:22:11,117 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9af0049b-2dd4-4772-8a74-b52387445815', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/078e40e6-b5eb-431d-9977-4920a906107c'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "owner_id": "a0be8f6804d241c88f171526eb596bec", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1932063036", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "cc5fe1e5c292914c2f23b15f95aab355", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "7847441df94165f9dcd33154002dd3b304e096545c6e510fd88f5e5998cfbf58dbc6ce7f216f3acb091bffe49bf3b1c144ab862df171510b6711f88d538180db", "id": "078e40e6-b5eb-431d-9977-4920a906107c", "created_at": "2024-02-28T21:22:04Z", "updated_at": "2024-02-28T21:22:11Z", "tags": [], "self": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c", "file": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:22:11,142 85782 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/078e40e6-b5eb-431d-9977-4920a906107c 0.024s 2024-02-28 21:22:11,142 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fa528608-5f0a-4b93-b417-1c53a5e897d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/078e40e6-b5eb-431d-9977-4920a906107c'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "owner_id": "a0be8f6804d241c88f171526eb596bec", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image- 1932063036", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "cc5fe1e5c292914c2f23b15f95aab355", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "7847441df94165f9dcd33154002dd3b304e096545c6e510fd88f5e5998cfbf58dbc6ce7f216f3acb091bffe49bf3b1c144ab862df171510b6711f88d538180db", "id": "078e40e6-b5eb-431d-9977-4920a906107c", "created_at": "2024-02-28T21:22:04Z", "updated_at": "2024-02-28T21:22:11Z", "tags": [], "self": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c", "file": "/v2/images/078e40e6-b5eb-431d-9977-4920a906107c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:22:11,427 85782 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/09d498aa-94a4-4c4f-abaa-b935a6bcd967 0.285s 2024-02-28 21:22:11,428 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1689', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68be95b5-3fa6-4688-9d36-da83f8983a71', 'x-compute-request-id': 'req-68be95b5-3fa6-4688-9d36-da83f8983a71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967'} Body: b'{"server": {"id": "09d498aa-94a4-4c4f-abaa-b935a6bcd967", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-513214341", "status": "ACTIVE", "tenant_id": "a0be8f6804d241c88f171526eb596bec", "user_id": "5fe044f40b754845856a1bd2996436fe", "metadata": {}, "hostId": "3fad53db43d71d2b46490299c0915a316357d5aa29e47afb9e8fd470", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T21:20:11Z", "updated": "2024-02-28T21:22:11Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-140139204-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:90:47:4f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/09d498aa-94a4-4c4f-abaa-b935a6bcd967"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:20:29.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 21:23:11,623 85782 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.112s 2024-02-28 21:23:11,624 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'a pplication/json', 'content-length': '2843', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ab08af3b-0d1e-42da-9626-9e54e7cef772', '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": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "password_expires_at": null}, "audit_ids": ["jXR0fkhTQ2CFnrZw_0qztQ"], "expires_at": "2024-02-28T22:23:11.000000Z", "issued_at": "2024-02-28T21:23:11.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0be8f6804d241c88f171526eb596bec", "name": "tempest-ServerBootFromVolumeStableRescueTest-452363223"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:23:11,625 85782 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '72902b5d-12a4-48f8-b99b-9cb7fd60f712', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-140139204-network', 'tenant_id': 'a0be8f6804d241c88f171526eb596bec', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a0be8f6804d241c88f171526eb596bec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18538, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:19:48Z', 'updated_at': '2024-02-28T21:19:48Z', 'revision_number': 1} available for tenant 2024-02-28 21:23:12,210 85782 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.583s 2024-02-28 21:23:12,211 85782 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-1944736968", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "72902b5d-12a4-48f8-b99b-9cb7fd60f712"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275', '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-6907a97b-1302-4cad-9028-ed9d4f24249b', 'x-compute-request-id': 'req-6907a97b-1302-4cad-9028-ed9d4f24249b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "1d68abe6-bf42-4ab1-96c8-d1fd556cb275", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "h2qxCSxZo9TN"}}' 2024-02-28 21:23:12,320 85782 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/1d68abe6-bf42-4ab1-96c8-d1fd556cb275 0.106s 2024-02-28 21:23:12,321 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:12 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-58018574-e40b-4bbe-a697-646e9d50718f', 'x-compute-request-id': 'req-58018574-e40b-4bbe-a697-646e9d50718f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275'} Body: b'{"server": {"id": "1d68abe6-bf42-4ab1-96c8-d1fd556cb275", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1944736968", "status": "BUILD", "tenant_id": "a0be8f6804d241c88f171526eb596bec", "user_id": "5fe044f40b754845856a1bd2996436fe", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T21:23:12Z", "updated": "2024-02-28T21:23:12Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS- EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 21:24:02,550 85782 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/1d68abe6-bf42-4ab1-96c8-d1fd556cb275 0.135s 2024-02-28 21:24:02,550 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:02 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-c05d2d50-e68e-477e-b19f-d739755c60f2', 'x-compute-request-id': 'req-c05d2d50-e68e-477e-b19f-d739755c60f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275'} Body: b'{"server": {"id": "1d68abe6-bf42-4ab1-96c8-d1fd556cb275", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1944736968", "status": "ERROR", "tenant_id": "a0be8f6804d241c88f171526eb596bec", "user_id": "5fe044f40b754845856a1bd2996436fe", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T21:23:12Z", "updated": "2024-02-28T21:23:16Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2024-02-28T21:23:16Z", "message": "Build of instance 1d68abe6-bf42-4ab1-96c8-d1fd556cb275 aborted: Volume 3128b64c-5870-4e9f-9076-4edf99a1eecd did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 21:24:02,571 85782 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2024-02-28 21:24:03,180 85782 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/1d68abe6-bf42-4ab1-96c8-d1fd556cb275 0.609s 2024-02-28 21:24:03,181 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:02 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-67ebef78-e308-4dcd-9752-7b148a2b50bd', 'x-compute-request-id': 'req-67ebef78-e308-4dcd-9752-7b148a2b50bd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/comp ute/v2.1/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275'} Body: b'' 2024-02-28 21:24:03,257 85782 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/1d68abe6-bf42-4ab1-96c8-d1fd556cb275 0.076s 2024-02-28 21:24:03,258 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:03 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-f90a76b8-5ccc-4688-8805-257e297e7744', 'x-compute-request-id': 'req-f90a76b8-5ccc-4688-8805-257e297e7744', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/1d68abe6-bf42-4ab1-96c8-d1fd556cb275'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 1d68abe6-bf42-4ab1-96c8-d1fd556cb275 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 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 128cfe1d-62cf-44b1-8460-2c8734a842db failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:11,939 85786 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/00996670f531453a96338ad53eaea3d9/volumes 0.394s 2024-02-28 21:24:11,940 85786 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-593289316"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67a9158f-7028-4a6d-a8ce-f03d977a2c3f', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67a9158f-7028-4a6d-a8ce-f03d977a2c3f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/00996670f531453a96338ad53eaea3d9/volumes'} Body: b'{"volume": {"id": "128cfe1d-62cf-44b1-8460-2c8734a842db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:11.868289", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-593289316", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/00996670f531453a96338ad53eaea3d9/volumes/128cfe1d-62cf-44b1-8460-2c8734a842db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/00996670f531453a96338ad53eaea3d9/volumes/128cfe1d-62cf-44b1-8460-2c8734a842db"}], "user_id": "3d5a26ea24e540ab82238aeff243f11f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:11,998 85786 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/00996670f531453a96338ad53eaea3d9/volumes/128cfe1d-62cf-44b1-8460-2c8734a842db 0.047s 2024-02-28 21:24:11,999 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-65712072-18cc-4075-b090-2d1be5564fff', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-65712072-18cc-4075-b090-2d1be5564fff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/00996670f531453a96338ad53eaea3d9/volumes/128cfe1d-62cf-44b1-8460-2c8734a842db'} Body: b'{"volume": {"id": "128cfe1d-62cf-44b1-8460-2c8734a842db", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:12.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-593289316", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/00996670f531453a96338ad53eaea3d9/volumes/128cfe1d-62cf-44b1-8460-2c8734a842db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/00996670f531453a96338ad53eaea3d9/volumes/128cfe1d-62cf-44b1-8460-2c8734a842db"}], "user_id": "3d5a26ea24e540ab82238aeff243f11f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00996670f531453a96338ad53eaea3d9"}}' 2024-02-28 21:24:13,055 85786 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/00996670f531453a96338ad53eaea3d9/volumes/128cfe1d-62cf-44b1-8460-2c8734a842db 0.042s 2024 -02-28 21:24:13,056 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa61e957-7617-42cd-b8e5-58c970c643ea', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa61e957-7617-42cd-b8e5-58c970c643ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/00996670f531453a96338ad53eaea3d9/volumes/128cfe1d-62cf-44b1-8460-2c8734a842db'} Body: b'{"volume": {"id": "128cfe1d-62cf-44b1-8460-2c8734a842db", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:12.000000", "updated_at": "2024-02-28T21:24:12.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-593289316", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/00996670f531453a96338ad53eaea3d9/volumes/128cfe1d-62cf-44b1-8460-2c8734a842db"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/00996670f531453a96338ad53eaea3d9/volumes/128cfe1d-62cf-44b1-8460-2c8734a842db"}], "user_id": "3d5a26ea24e540ab82238aeff243f11f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "00996670f531453a96338ad53eaea3d9"}}' tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 349, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 264, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 260, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a385e588-e864-4236-b67b-1374dc52adc0 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:12,459 85780 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.252s 2024-02-28 21:24:12,460 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-1510750947", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVl33gl2pSxh9Thp3txEHBIcO8RGf+wagTI+ISyPqs1xQSH93X9TFMF/Uk0WW4p1PR2ogBMxgMX2hz1DPjkcBR2mvzKvtDwVOVKQpF+M82Vp10Mdp7K5hy3LpxlXYnJHg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:12 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-05da4e78-9320-4ed9-a3e9-271e58508220', 'x-compute-request-id': 'req-05da4e78-9320-4ed9-a3e9-271e58508220', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-1510750947", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVl33gl2pSxh9Thp3txEHBIcO8RGf+wagTI+ISyPqs1xQSH93X9TFMF/Uk0WW4p1PR2ogBMxgMX2hz1DPjkcBR2mvzKvtDwVOVKQpF+M82Vp10Mdp7K5hy3LpxlXYnJHg==", "fingerprint": "dd:8e:a7:70:80:b9:07:b5:cd:0e:e5:8c:eb:87:ae:e3", "user_id": "60feb4df7690424abb1b45151231dc1f"}}' 2024-02-28 21:24:12,620 85780 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.157s 2024-02-28 21:24:12,620 85780 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-1716426007", "description": "tempest-secgroup-smoke-1716426007 description", "project_id": "6b1863fd31f34b6387ebccd38d56b75a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-b4b57435-c649-42ed-92c4-e44ab4c89762', 'date': 'Wed, 28 Feb 2024 21:24:12 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "27b11510-99d3-4a38-a891-223e810363a0", "name": "tempest-secgroup-smoke-1716426007", "stateful": true, "tenant_id": "6b1863fd31f34b6387ebccd38d56b75a", "description": "tempest-secgroup-smoke-1716426007 description", "shared": false, "security_group_rules": [{"id": "390575e1-ea66-432c-a54c-f568e4621de5", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "tenant_id": "6b1863fd31f34b6387ebccd38d56b75a", "security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "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": 705, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:24:12Z", "updated_at": "2024-02-28T21:24:12Z", "revision_number": 0}, {"id": "5f431a4a-11a3-4cc1-bb24-076d9a427f5d", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "tenant_id": "6b1863fd31f34b6387ebccd38d56b75a", "security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "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": 706, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:24:12Z", "updated_at": "2024-02-28T21:24:12Z", "revision_number": 0}], "tags": [], "cr eated_at": "2024-02-28T21:24:12Z", "updated_at": "2024-02-28T21:24:12Z", "revision_number": 1, "project_id": "6b1863fd31f34b6387ebccd38d56b75a"}}' 2024-02-28 21:24:12,868 85780 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.247s 2024-02-28 21:24:12,868 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f43ea278-afe5-48b9-9d0e-999f080a173b', 'date': 'Wed, 28 Feb 2024 21:24: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": "263f2563-e046-4a45-99e9-2084a03a1714", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "tenant_id": "6b1863fd31f34b6387ebccd38d56b75a", "security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:12Z", "updated_at": "2024-02-28T21:24:12Z", "revision_number": 0}}' 2024-02-28 21:24:13,146 85780 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.277s 2024-02-28 21:24:13,147 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-d946ecb5-482a-4dc1-a3b0-92d2a30c78c7', 'date': 'Wed, 28 Feb 2024 21:24:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "90131535-e346-49cf-976b-b9114744b761", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "tenant_id": "6b1863fd31f34b6387ebccd38d56b75a", "security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:13Z", "updated_at": "2024-02-28T21:24:13Z", "revision_number": 0}}' 2024-02-28 21:24:13,390 85780 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.243s 2024-02-28 21:24:13,390 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-985fc7e9-93b2-4fa4-b978-099fbacba7ca', 'date': 'Wed, 28 Feb 2024 21:24:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "70e72f63-f72f-43bd-a613-ce6f5ff11292", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "tenant_id": "6b1863fd31f34b6387ebccd38d56b75a", "security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:13Z", "updated_at": "2024-02-28T21:24:13Z", "revision_number": 0}}' 2024-02-28 21:24:13,642 85780 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.251s 2024-02-28 21:24:13,643 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-7b788ea8-016b-4428-ac07-30e13d02af89', 'date': 'Wed, 28 Feb 2024 21:24:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6d8ece5d-835e-45f7-a51b-fa4dc13a69df", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "tenant_id": "6b1863fd31f34b6387ebccd38d56b75a", "security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:13Z", "updated_at": "2024-02-28T21:24:13Z", "revision_number": 0}}' 2024-02-28 21:24:14,176 85780 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.532s 2024-02-28 21:24:14,176 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-947b8dfb-cd70-423f-9ff9-e51d2ed8da8f', 'date': 'Wed, 28 Feb 2024 21:24:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "064e4b30-d5ee-4398-9c4c-c5f49dae9fbd", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "tenant_id": "6b1863fd31f34b6387ebccd38d56b75a", "security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:13Z", "updated_at": "2024-02-28T21:24:13Z", "revision_number": 0}}' 2024-02-28 21:24:14,462 85780 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.286s 2024-02-28 21:24:14,463 85780 DEBUG [tempest.lib.common. rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-4ded26ad-3bfc-4679-a49c-b044c50d8d23', 'date': 'Wed, 28 Feb 2024 21:24:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "8616d738-6483-40ba-b24a-070e73a1ec2b", "project_id": "6b1863fd31f34b6387ebccd38d56b75a", "tenant_id": "6b1863fd31f34b6387ebccd38d56b75a", "security_group_id": "27b11510-99d3-4a38-a891-223e810363a0", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:14Z", "updated_at": "2024-02-28T21:24:14Z", "revision_number": 0}}' 2024-02-28 21:24:14,549 85780 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.080s 2024-02-28 21:24:14,550 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2809', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-fc4ff55b-2017-4a0f-9ea6-f1cd0f247543', '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": "60feb4df7690424abb1b45151231dc1f", "name": "tempest-TestShelveInstance-1412496079-project-member", "password_expires_at": null}, "audit_ids": ["_0tqY4SbTDCe4bxO57Lspw"], "expires_at": "2024-02-28T22:24:14.000000Z", "issued_at": "2024-02-28T21:24:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "6b1863fd31f34b6387ebccd38d56b75a", "name": "tempest-TestShelveInstance-1412496079"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/6b1863fd31f34b6387ebccd38d56b75a", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"end points": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:24:14,550 85780 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '4a06368a-61a0-4a2a-9393-d3c52cd20c56', 'name': 'tempest-TestShelveInstance-1910964119-network', 'tenant_id': '6b1863fd31f34b6387ebccd38d56b75a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '6b1863fd31f34b6387ebccd38d56b75a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 12588, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:23:59Z', 'updated_at': '2024-02-28T21:24:00Z', 'revision_number': 1} available for tenant 2024-02-28 21:24:14,947 85780 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes 0.395s 2024-02-28 21:24:14,947 85780 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-1068847353", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a2ef4155-836a-4de4-aabb-285fc1dec2cf', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a2ef4155-836a-4de4-aabb-285fc1dec2cf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes'} Body: b'{"volume": {"id": "a385e588-e864-4236-b67b-1374dc52adc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:14.885897", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1068847353", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0"}], "user_id": "60feb4df7690424abb1b45151231dc1f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:15,008 85780 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0 0.049s 2024-02-28 21:24:15,008 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:1 4 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fa70368e-3b47-4878-9db3-8d8045184527', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fa70368e-3b47-4878-9db3-8d8045184527', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0'} Body: b'{"volume": {"id": "a385e588-e864-4236-b67b-1374dc52adc0", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:15.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1068847353", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0"}], "user_id": "60feb4df7690424abb1b45151231dc1f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b1863fd31f34b6387ebccd38d56b75a"}}' 2024-02-28 21:24:16,065 85780 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0 0.042s 2024-02-28 21:24:16,065 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ad63c4b-d55a-40f4-b43a-d3f9adf02576', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ad63c4b-d55a-40f4-b43a-d3f9adf02576', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0'} Body: b'{"volume": {"id": "a385e588-e864-4236-b67b-1374dc52adc0", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:15.000000", "updated_at": "2024-02-28T21:24:15.000000", "name": "tempest-tempest.common.compute-volume-1068847353", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0"}], "user_id": "60feb4df7690424abb1b45151231dc1f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6b1863fd31f34b6387ebccd38d56b75a"}}' 2024-02-28 21:24:16,181 85780 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0 0.104s 2024-02-28 21:24:16,182 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b969c055-4620-4afd-9e95-8a5be616df 92', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0'} Body: b'' 2024-02-28 21:24:16,206 85780 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0 0.023s 2024-02-28 21:24:16,206 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-da471031-de5e-4ac1-8983-95aebd859758', 'x-openstack-request-id': 'req-da471031-de5e-4ac1-8983-95aebd859758', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6b1863fd31f34b6387ebccd38d56b75a/volumes/a385e588-e864-4236-b67b-1374dc52adc0'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a385e588-e864-4236-b67b-1374dc52adc0 could not be found."}}' 2024-02-28 21:24:16,443 85780 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/27b11510-99d3-4a38-a891-223e810363a0 0.235s 2024-02-28 21:24:16,443 85780 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-b3bf409a-c70b-47fa-b9b5-c8a6bb28af7c', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:24:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/27b11510-99d3-4a38-a891-223e810363a0'} Body: b'' 2024-02-28 21:24:16,492 85780 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1510750947 0.049s 2024-02-28 21:24:16,492 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:16 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-6c9b1c2b-1ad1-479a-a59b-00e9548c08a4', 'x-compute-request-id': 'req-6c9b1c2b-1ad1-479a-a59b-00e9548c08a4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-1510750947'} Body: b'' tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 47, in test_update_attached_volume_with_nonexistent_volume_in_uri volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 38d11fc0-9d85-4cea-a357-7d49a6287654 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:22:27,521 85784 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.100s 2024-02-28 21:22:27,522 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:27 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-2802e313-cbad-4d39-8347-5b95f37e433b', '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": "989f947712234594818fc600c2ac3c48", "name": "tempest-VolumesAdminNegativeTest-1359212026-project-member", "password_expires_at": null}, "audit_ids": ["tUx3Ajz9SCSDtpqhsHZAAA"], "expires_at": "2024-02-28T22:22:27.000000Z", "issued_at": "2024-02-28T21:22:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "845e64684cac4f64b090c211a3c490b1", "name": "tempest-VolumesAdminNegativeTest-1359212026"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/845e64684cac4f64b090c211a3c490b1", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:22:27,522 85784 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '5e2db359-04da-47d0-a596-4fef24c88009', 'name': 'tempest-VolumesAdminNegativeTest-374740936-network', 'tenant_id': '845e64684cac4f64b090c211a3c490b1', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '845e64684cac4f64b09 0c211a3c490b1', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 33667, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:19:48Z', 'updated_at': '2024-02-28T21:19:48Z', 'revision_number': 1} available for tenant 2024-02-28 21:22:28,034 85784 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.511s 2024-02-28 21:22:28,034 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1574656601", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "networks": [{"uuid": "5e2db359-04da-47d0-a596-4fef24c88009"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8c074622-f7f6-4c23-9b94-1aa248c85347', 'x-compute-request-id': 'req-8c074622-f7f6-4c23-9b94-1aa248c85347', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a59eee12-c9ab-4d11-a9f2-f5b5350bd40b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ZwW38iJz23UH"}}' 2024-02-28 21:22:28,100 85784 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/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b 0.063s 2024-02-28 21:22:28,101 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1210', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c44750ec-e74a-4025-b716-649bb4401a97', 'x-compute-request-id': 'req-c44750ec-e74a-4025-b716-649bb4401a97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b'} Body: b'{"server": {"id": "a59eee12-c9ab-4d11-a9f2-f5b5350bd40b", "name": "tempest-VolumesAdminNegativeTest-server-1574656601", "status": "BUILD", "tenant_id": "845e64684cac4f64b090c211a3c490b1", "user_id": "989f947712234594818fc600c2ac3c48", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:22:28Z", "updated": "2024-02-28T21:22:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:18,414 85784 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/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b 0.252s 2024-02-28 21:23:18,415 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1493', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ab69fe86-675a-4f6c-ac7f-8ba6d7708bd4', 'x-compute-request-id': 'req-ab69fe86-675a-4f6c-ac7f-8ba6d7708bd4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b'} Body: b'{"server": {"id": "a59eee12-c9ab-4d11-a9f2-f5b5350bd40b", "name": "tempest-VolumesAdminNegativeTest-server-1574656601", "status": "ACTIVE", "tenant_id": "845e64684cac4f64b090c211a3c490b1", "user_id": "989f947712234594818fc600c2ac3c48", "metadata": {}, "hostId": "ee40f9bd011ee30f7eb7d613e57018ece13fb4c5f2e2a0654141b5e3", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:22:28Z", "updated": "2024-02-28T21:22:34Z", "addresses": {"tempest-VolumesAdminNegativeTest-374740936-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:4c:b3:9e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a59eee12-c9ab-4d11-a9f2-f5b5350bd40b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:22:34.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:18,428 85784 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:24:18,703 85784 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/845e64684cac4f64b090c211a3c490b1/volumes 0.216s 2024-02-28 21:24:18,703 85784 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-1619680716"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14fd2d4f-15d5-4e52-8a31-5963f8f6827e', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14fd2d4f-15d5-4e52-8a31-5963f8f6827e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes'} Body: b'{"volume": {"id": "38d11fc0-9 d85-4cea-a357-7d49a6287654", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:18.630259", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1619680716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes/38d11fc0-9d85-4cea-a357-7d49a6287654"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/845e64684cac4f64b090c211a3c490b1/volumes/38d11fc0-9d85-4cea-a357-7d49a6287654"}], "user_id": "989f947712234594818fc600c2ac3c48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:18,779 85784 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/845e64684cac4f64b090c211a3c490b1/volumes/38d11fc0-9d85-4cea-a357-7d49a6287654 0.063s 2024-02-28 21:24:18,779 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12d00f8c-ee8f-4f3d-98ce-0be3b6fe338b', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12d00f8c-ee8f-4f3d-98ce-0be3b6fe338b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes/38d11fc0-9d85-4cea-a357-7d49a6287654'} Body: b'{"volume": {"id": "38d11fc0-9d85-4cea-a357-7d49a6287654", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:19.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1619680716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes/38d11fc0-9d85-4cea-a357-7d49a6287654"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/845e64684cac4f64b090c211a3c490b1/volumes/38d11fc0-9d85-4cea-a357-7d49a6287654"}], "user_id": "989f947712234594818fc600c2ac3c48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "845e64684cac4f64b090c211a3c490b1"}}' 2024-02-28 21:24:19,837 85784 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/845e64684cac4f64b090c211a3c490b1/volumes/38d11fc0-9d85-4cea-a357-7d49a6287654 0.045s 2024-02-28 21:24:19,837 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7417325e-0b92-42e3-8c9e-1fd73654cd62', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7417325e-0b92-42e3-8c9e-1fd73654cd62', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes/38d11fc0-9d85-4cea-a357-7d49a6287654'} Body: b'{"volume": {"id": "38d11fc0-9d85-4cea-a357-7d49a6287654", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:19.000000", "updated_at": "2024-02-28T21:24:19.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1619680716", "description": null, "volume_type": "j oviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/845e64684cac4f64b090c211a3c490b1/volumes/38d11fc0-9d85-4cea-a357-7d49a6287654"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/845e64684cac4f64b090c211a3c490b1/volumes/38d11fc0-9d85-4cea-a357-7d49a6287654"}], "user_id": "989f947712234594818fc600c2ac3c48", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "845e64684cac4f64b090c211a3c490b1"}}' tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] ----------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 116, in test_attach_scsi_disk_with_config_drive volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d42a34ac-7ef9-4230-b08e-8803c5e5cbf5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:21:35,936 85790 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/b0c5d41f-4763-4b82-ad97-62b55632d91c 0.267s 2024-02-28 21:21:35,937 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-91196984-efc6-4416-b39d-fca979af4cab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.sha256": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "e41ba40d9dd149e2a6c32d8242a38517", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "created_at": "2024-02-28T21:16:33Z", "updated_at": "2024-02-28T21:16:35Z", "tags": [], "self": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c", "file": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:21:36,540 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 0.575s 2024-02-28 21:21:36,541 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/3a09f476-14e2-470f-bc17-2d2daf80d725', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-ab65d41d-6e8a-4bf6-8dc6-0789ec90ce3f', '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": "79ca245f98de4269b9b1b32095d10f49", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "3a09f476-14e2-470f-bc17-2d2daf80d725", "created_at": "2024-02-28T21:21:36Z", "updated_at": "2024-02-28T21:21:36Z", "tags": [], "self": "/v2/images/3a09f476-14e2-470f-bc17-2d2daf80d725", "file": "/v2/images/3a09f476-14e2-470f-bc17-2d2daf80d725/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:21:38,070 85790 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2024-02-28 21:21:38,070 85790 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/3a09f476-14e2-470f-bc17-2d2daf80d725/file 1.529s 2024-02-28 21:21:38,071 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-764d285f-c937-4389-a2b7-1e573549cd9f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3a09f476-14e2-470f-bc17-2d2daf80d725/file'} Body: b'' 2024-02-28 21:21:38,071 85790 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:21:38,072 85790 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:21:38,338 85790 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.264s 2024-02-28 21:21:38,338 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-451691132", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAYtJ9xsQ5I+VKkZ97pb79/rQy3kKuuh7J4bET0UCWxr0N868iEH6/KFPBP57Jhb3AzuUYBulpR3q/qbPDF97eDRRw78LSLScNbTSPw2kwNkjJlyWILXKJtjnpt+dfeMrA=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '385', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-855f61ee-6712-4b15-9ab6-afb0b86437f5', 'x-compute-request-id': 'req-855f61ee-6712-4b15-9ab6-afb0b86437f5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-451691132", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAYtJ9xsQ5I+VKkZ97pb79/rQy3kKuuh7J4bET0UCWxr0N868iEH6/KFPBP57Jhb3AzuUYBulpR3q/qbPDF97eDRRw78LSLScNbTSPw2kwNkjJlyWILXKJtjnpt+dfeMrA==", "fingerprint": "26:bb:57:e0:8f:51:b7:8e:b7:e8:2d:1a:3a:30:d4:b8", "user_id": "50e34ea81d54433892eec24b59fa4257"}}' 2024-02-28 21:21:38,340 85790 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-451691132 created 2024-02-28 21:21:38,549 85790 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.208s 2024-02-28 21:21:38,549 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1405024093", "description": "tempest-description--722140545"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-e1205a67-8a64-49ad-bb71-810303f73945', 'date': 'Wed, 28 Feb 2024 21:21:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "ae591f17-ab4c-4256-95c0-9a201d226261", "name": "tempest-securitygroup--1405024093", "stateful": true, "tenant_id": "a159aab8cb614c699c5c67001e85c503", "description": "tempest-description--722140545", "shared": false, "security_group_rules": [{"id": "0208dd4f-8610-4e60-ba56-b05a6344ea7d", "project_id": "a159aab8cb614c699c5c67001e85c503", "tenant_id": "a159aab8cb614c699c5c67001e85c503", "security_group_id": "ae591f17-ab4c-4256-95c0-9a201d226261", "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": 569, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:21:38Z", "updated_at": "2024-02-28T21:21:38Z", "revision_number": 0}, {"id": "1172c901-47bb-41de-a228-e82e1bd585e6", "project_id": "a159aab8cb614c699c5c67001e85c503", "tenant_id": "a159aab8cb614c699c5c67001e85c503", "security_group_id": "ae591f17-ab4c-4256-95c0-9a201d226261", "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": 568, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:21:38Z", "updated_at": "2024-02-28T21:21:38Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:21:38Z", "updated_at": "2024-02-28T21:21:38Z", "revision_number": 1, "project_id": "a159aab8cb614c699c5c67001e85c503"}}' 2024-02-28 21:21:38,741 85790 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.191s 2024-02-28 21:21:38,741 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ae591f17-ab4c-4256-95c0-9a201d226261", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-f2bb3355-e7bc-4d23-a8cf-ffa9140a85d1', 'date': 'Wed, 28 Feb 2024 21:21: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": "5094c833-a344-48b0-8740-0a293354f07a", "project_id": "a159aab8cb614c699c5c67001e85c503", "tenant_id": "a159aab8cb614c699c5c67001e85c503", "security_group_id": "ae591f17-ab4c-4256-95c0-9a201d226261", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:21:38Z", "updated_at": "2024-02-28T21:21:38Z", "revision_number": 0}}' 2024-02-28 21:21:39,034 85790 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.292s 2024-02-28 21:21:39,035 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "ae591f17-ab4c-4256-95c0-9a201d226261", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-36343d9c-ca20-449e-8169-1ddf41c535e2', 'date': 'Wed, 28 Feb 2024 21:21:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f4473766-dbe7-4f46-9fb1-d16d6686708d", "project_id": "a159aab8cb614c699c5c67001e85c503", "tenant_id": "a159aab8cb614c699c5c67001e85c503", "security_group_id": "ae591f17-ab4c-4256-95c0-9a201d226261", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:21:38Z", "updated_at": "2024-02-28T21:21:38Z", "revision_number": 0}}' 2024-02-28 21:21:39,035 85790 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rul es tempest-securitygroup--1405024093 created 2024-02-28 21:21:39,940 85790 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.904s 2024-02-28 21:21:39,941 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-63cbb1e1-08e2-4884-bef9-7434edefdabe', 'date': 'Wed, 28 Feb 2024 21:21:39 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "a3919d14-f1b4-4e9f-9cec-ce9e7dc74cde", "tenant_id": "a159aab8cb614c699c5c67001e85c503", "floating_ip_address": "172.24.4.158", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "a159aab8cb614c699c5c67001e85c503", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:21:39Z", "updated_at": "2024-02-28T21:21:39Z", "revision_number": 0}}' 2024-02-28 21:21:39,941 85790 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'a3919d14-f1b4-4e9f-9cec-ce9e7dc74cde', 'tenant_id': 'a159aab8cb614c699c5c67001e85c503', 'floating_ip_address': '172.24.4.158', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a159aab8cb614c699c5c67001e85c503', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:21:39Z', 'updated_at': '2024-02-28T21:21:39Z', 'revision_number': 0, 'ip': '172.24.4.158'} created 2024-02-28 21:21:40,045 85790 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.099s 2024-02-28 21:21:40,046 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:39 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-ce889398-2770-4d6d-a3be-d92513dfb16a', '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": "50e34ea81d54433892eec24b59fa4257", "name": "tempest-AttachSCSIVolumeTestJSON-42259199-project-member", "password_expires_at": null}, "audit_ids": ["JVIex-OFQfyrSwciOMkpuQ"], "expires_at": "2024-02-28T22:21:39.000000Z", "issued_at": "2024-02-28T21:21:39.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a159aab8cb614c699c5c67001e85c503", "name": "tempest-AttachSCSIVolumeTestJSON-42259199"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b328 8b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a159aab8cb614c699c5c67001e85c503", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:21:40,046 85790 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': 'baa8c79a-ba10-46a1-92d2-0d6d1b44a167', 'name': 'tempest-AttachSCSIVolumeTestJSON-792716638-network', 'tenant_id': 'a159aab8cb614c699c5c67001e85c503', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a159aab8cb614c699c5c67001e85c503', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 49662, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:21:19Z', 'updated_at': '2024-02-28T21:21:19Z', 'revision_number': 1} available for tenant 2024-02-28 21:21:40,047 85790 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-451691132', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBAYtJ9xsQ5I+VKkZ97pb79/rQy3kKuuh7J4bET0UCWxr0N868iEH6/KFPBP57Jhb3AzuUYBulpR3q/qbPDF97eDRRw78LSLScNbTSPw2kwNkjJlyWILXKJtjnpt+dfeMrA==', 'fingerprint': '26:bb:57:e0:8f:51:b7:8e:b7:e8:2d:1a:3a:30:d4:b8', 'user_id': '50e34ea81d54433892eec24b59fa4257', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCwFqaP7p7WWkCDrT8dK4RklH76ND9R39bCKbDn6fB625TGhVvjpWrI\nautLD5im+iKgBwYFK4EEACKhZANiAAQGLSfcbEOSPlSpGfe6W+/f60Mt5Crroeye\nGxE9FAlsa9DfOvIhB+vyhTwT+eyYW9wM7lGAbpaUd6v6mzwxfe3g0UcO/C0i0nDW\n00j8NpMDZIyZcliC1yibY56bfnX3jKw=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'ae591f17-ab4c-4256-95c0-9a201d226261', 'name': 'tempest-securitygroup--1405024093', 'stateful': True, 'tenant_id': 'a159aab8cb614c699c5c67001e85c503', 'description': 'tempest-description--722140545', 'shared': False, 'security_group_rules': [{'id': '0208dd4f-8610-4e60-ba56-b05a6344ea7d', 'project_id': 'a159aab8cb614c699c5c67001e85c503', 'tenant_id': 'a159aab8cb614c699c5c67001e85c503', 'security_group_id': 'ae591f17-ab4c-4256-95c0-9a201d226261', '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': 569, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:21:38Z', 'updated_at': '202 4-02-28T21:21:38Z', 'revision_number': 0}, {'id': '1172c901-47bb-41de-a228-e82e1bd585e6', 'project_id': 'a159aab8cb614c699c5c67001e85c503', 'tenant_id': 'a159aab8cb614c699c5c67001e85c503', 'security_group_id': 'ae591f17-ab4c-4256-95c0-9a201d226261', '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, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:21:38Z', 'updated_at': '2024-02-28T21:21:38Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:21:38Z', 'updated_at': '2024-02-28T21:21:38Z', 'revision_number': 1, 'project_id': 'a159aab8cb614c699c5c67001e85c503'}, 'floating_ip': {'id': 'a3919d14-f1b4-4e9f-9cec-ce9e7dc74cde', 'tenant_id': 'a159aab8cb614c699c5c67001e85c503', 'floating_ip_address': '172.24.4.158', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'a159aab8cb614c699c5c67001e85c503', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:21:39Z', 'updated_at': '2024-02-28T21:21:39Z', 'revision_number': 0, 'ip': '172.24.4.158'}} 2024-02-28 21:21:40,671 85790 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 0.623s 2024-02-28 21:21:40,672 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1280796381", "imageRef": "3a09f476-14e2-470f-bc17-2d2daf80d725", "flavorRef": "1", "config_drive": true, "networks": [{"uuid": "baa8c79a-ba10-46a1-92d2-0d6d1b44a167"}], "security_groups": [{"name": "tempest-securitygroup--1405024093"}], "key_name": "tempest-keypair-451691132", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cf4a18c8-dd1c-4abd-9878-fab553849c31', 'x-compute-request-id': 'req-cf4a18c8-dd1c-4abd-9878-fab553849c31', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "ecf44c1e-09df-4988-8504-070672b8d17d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecf44c1e-09df-4988-8504-070672b8d17d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1405024093"}], "adminPass": "N8Jx7Sj27kJB"}}' 2024-02-28 21:21:40,769 85790 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/ecf44c1e-09df-4988-8504-070672b8d17d 0.094s 2024-02-28 21:21:40,769 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:21:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1237', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 're q-84a4c1ff-2d75-444e-b0ed-6fa02bf7746d', 'x-compute-request-id': 'req-84a4c1ff-2d75-444e-b0ed-6fa02bf7746d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d'} Body: b'{"server": {"id": "ecf44c1e-09df-4988-8504-070672b8d17d", "name": "tempest-AttachSCSIVolumeTestJSON-server-1280796381", "status": "BUILD", "tenant_id": "a159aab8cb614c699c5c67001e85c503", "user_id": "50e34ea81d54433892eec24b59fa4257", "metadata": {}, "hostId": "", "image": {"id": "3a09f476-14e2-470f-bc17-2d2daf80d725", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3a09f476-14e2-470f-bc17-2d2daf80d725"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:41Z", "updated": "2024-02-28T21:21:40Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecf44c1e-09df-4988-8504-070672b8d17d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-451691132", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:22:31,084 85790 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/ecf44c1e-09df-4988-8504-070672b8d17d 0.251s 2024-02-28 21:22:31,085 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:22:30 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-0e8dfaab-ab36-4b05-9190-536c8e6e930f', 'x-compute-request-id': 'req-0e8dfaab-ab36-4b05-9190-536c8e6e930f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d'} Body: b'{"server": {"id": "ecf44c1e-09df-4988-8504-070672b8d17d", "name": "tempest-AttachSCSIVolumeTestJSON-server-1280796381", "status": "ACTIVE", "tenant_id": "a159aab8cb614c699c5c67001e85c503", "user_id": "50e34ea81d54433892eec24b59fa4257", "metadata": {}, "hostId": "e6e3e70b16a1efaa5f4eb6d7ca264818b505f03efb95520e8cb18b2d", "image": {"id": "3a09f476-14e2-470f-bc17-2d2daf80d725", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3a09f476-14e2-470f-bc17-2d2daf80d725"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:40Z", "updated": "2024-02-28T21:21:49Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-792716638-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:ff:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecf44c1e-09df-4988-8504-070672b8d17d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-451691132", "OS-SRV-USG:launched_at": "2024-02-28T21:21:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1405024093"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 20 24-02-28 21:22:31,098 85790 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 21:23:31,315 85790 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/ecf44c1e-09df-4988-8504-070672b8d17d/os-interface 0.156s 2024-02-28 21:23:31,316 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:31 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-6e12cb24-f346-4e5f-82b4-751b4f23ad63', 'x-compute-request-id': 'req-6e12cb24-f346-4e5f-82b4-751b4f23ad63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "baa8c79a-ba10-46a1-92d2-0d6d1b44a167", "port_id": "5315894f-92ed-485a-a3b1-b2b9a020971e", "mac_addr": "fa:16:3e:a3:ff:26", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c7313298-e8c5-4bae-aec6-1e9e30730465", "ip_address": "10.0.0.9"}]}]}' 2024-02-28 21:23:32,152 85790 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/a3919d14-f1b4-4e9f-9cec-ce9e7dc74cde 0.832s 2024-02-28 21:23:32,153 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "5315894f-92ed-485a-a3b1-b2b9a020971e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-e18baf0b-1f7a-459a-a9f1-cc144b75c713', 'date': 'Wed, 28 Feb 2024 21:23:32 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a3919d14-f1b4-4e9f-9cec-ce9e7dc74cde'} Body: b'{"floatingip": {"id": "a3919d14-f1b4-4e9f-9cec-ce9e7dc74cde", "tenant_id": "a159aab8cb614c699c5c67001e85c503", "floating_ip_address": "172.24.4.158", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "32780d31-83b4-4f01-b5e0-7c85897d90c9", "port_id": "5315894f-92ed-485a-a3b1-b2b9a020971e", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "baa8c79a-ba10-46a1-92d2-0d6d1b44a167", "mac_address": "fa:16:3e:a3:ff:26", "admin_state_up": true, "status": "ACTIVE", "device_id": "ecf44c1e-09df-4988-8504-070672b8d17d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:21:39Z", "updated_at": "2024-02-28T21:23:31Z", "revision_number": 1, "project_id": "a159aab8cb614c699c5c67001e85c503"}}' 2024-02-28 21:23:32,155 85790 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.158:22' as 'cirros' with public key authentication 2024-02-28 21:23:32,175 85790 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:23:32,297 85790 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:23:32,298 85790 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.158 successfully created 2024-02-28 21:23:32,526 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503/volumes 0.226s 2024-02-28 21:23:32,526 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': '< omitted>'} Body: {"volume": {"size": 1, "display_name": "tempest-AttachSCSIVolumeTestJSON-volume-476862844"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ace1a39f-a859-4d01-8ea3-f7346dade65b', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ace1a39f-a859-4d01-8ea3-f7346dade65b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503/volumes'} Body: b'{"volume": {"id": "d42a34ac-7ef9-4230-b08e-8803c5e5cbf5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:23:32.458414", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-476862844", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503/volumes/d42a34ac-7ef9-4230-b08e-8803c5e5cbf5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a159aab8cb614c699c5c67001e85c503/volumes/d42a34ac-7ef9-4230-b08e-8803c5e5cbf5"}], "user_id": "50e34ea81d54433892eec24b59fa4257", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:23:32,594 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503/volumes/d42a34ac-7ef9-4230-b08e-8803c5e5cbf5 0.057s 2024-02-28 21:23:32,595 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fb5ddda-e0fc-47db-ad65-9c6cc73a5b3c', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fb5ddda-e0fc-47db-ad65-9c6cc73a5b3c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503/volumes/d42a34ac-7ef9-4230-b08e-8803c5e5cbf5'} Body: b'{"volume": {"id": "d42a34ac-7ef9-4230-b08e-8803c5e5cbf5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:23:32.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-476862844", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503/volumes/d42a34ac-7ef9-4230-b08e-8803c5e5cbf5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a159aab8cb614c699c5c67001e85c503/volumes/d42a34ac-7ef9-4230-b08e-8803c5e5cbf5"}], "user_id": "50e34ea81d54433892eec24b59fa4257", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a159aab8cb614c699c5c67001e85c503"}}' 2024-02-28 21:23:33,650 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503/volumes/d42a34ac-7ef9-4230-b08e-8803c5e5cbf5 0.042s 2024-02-28 21:23:33,651 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab1e3589-f812-4f31-930e-e1b8c6647948', 'content-length': '910', 'ope nstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab1e3589-f812-4f31-930e-e1b8c6647948', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503/volumes/d42a34ac-7ef9-4230-b08e-8803c5e5cbf5'} Body: b'{"volume": {"id": "d42a34ac-7ef9-4230-b08e-8803c5e5cbf5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:23:32.000000", "updated_at": "2024-02-28T21:23:33.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-476862844", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a159aab8cb614c699c5c67001e85c503/volumes/d42a34ac-7ef9-4230-b08e-8803c5e5cbf5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a159aab8cb614c699c5c67001e85c503/volumes/d42a34ac-7ef9-4230-b08e-8803c5e5cbf5"}], "user_id": "50e34ea81d54433892eec24b59fa4257", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a159aab8cb614c699c5c67001e85c503"}}' 2024-02-28 21:23:33,824 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d 0.159s 2024-02-28 21:23:33,824 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-20b5148e-4270-4a90-8d07-df0431baec48', 'x-compute-request-id': 'req-20b5148e-4270-4a90-8d07-df0431baec48', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d'} Body: b'' 2024-02-28 21:23:34,074 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d 0.249s 2024-02-28 21:23:34,075 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:33 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-f7b62c1d-009e-4421-911c-f50187598f5a', 'x-compute-request-id': 'req-f7b62c1d-009e-4421-911c-f50187598f5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d'} Body: b'{"server": {"id": "ecf44c1e-09df-4988-8504-070672b8d17d", "name": "tempest-AttachSCSIVolumeTestJSON-server-1280796381", "status": "ACTIVE", "tenant_id": "a159aab8cb614c699c5c67001e85c503", "user_id": "50e34ea81d54433892eec24b59fa4257", "metadata": {}, "hostId": "e6e3e70b16a1efaa5f4eb6d7ca264818b505f03efb95520e8cb18b2d", "image": {"id": "3a09f476-14e2-470f-bc17-2d2daf80d725", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3a09f476-14e2-470f-bc17-2d2daf80d725"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:40Z", "updated": "2024-02-28T21:23:34Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-792716638-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:ff:26"}, {"v ersion": 4, "addr": "172.24.4.158", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:a3:ff:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/ecf44c1e-09df-4988-8504-070672b8d17d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-451691132", "OS-SRV-USG:launched_at": "2024-02-28T21:21:48.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1405024093"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:24:24,171 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d 0.033s 2024-02-28 21:24:24,172 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-d3c25b66-d418-4b13-b36d-dbfc8a241c02', 'x-compute-request-id': 'req-d3c25b66-d418-4b13-b36d-dbfc8a241c02', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/ecf44c1e-09df-4988-8504-070672b8d17d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance ecf44c1e-09df-4988-8504-070672b8d17d could not be found."}}' 2024-02-28 21:24:24,197 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-451691132 0.024s 2024-02-28 21:24:24,197 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-979aeeb9-216a-4f73-841f-db0fedb8658a', 'x-compute-request-id': 'req-979aeeb9-216a-4f73-841f-db0fedb8658a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-451691132'} Body: b'' 2024-02-28 21:24:24,403 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/ae591f17-ab4c-4256-95c0-9a201d226261 0.205s 2024-02-28 21:24:24,403 85790 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-58fc0c91-9797-44c7-ab65-eb667b0f91b1', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:24:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ae591f17-ab4c-4256-95c0-9a201d226261'} Body: b'' 2024-02-28 21:24:24,433 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/ae591f17-ab4c-4256-95c0-9a201d226261 0.028s 2024-02-28 21:24:24,433 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/js on', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '146', 'x-openstack-request-id': 'req-360d62c9-0596-445f-a7bf-800db030ac85', 'date': 'Wed, 28 Feb 2024 21:24:24 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/ae591f17-ab4c-4256-95c0-9a201d226261'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group ae591f17-ab4c-4256-95c0-9a201d226261 does not exist", "detail": ""}}' 2024-02-28 21:24:25,496 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/a3919d14-f1b4-4e9f-9cec-ce9e7dc74cde 1.063s 2024-02-28 21:24:25,496 85790 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-0ac67599-485e-401e-a1ae-cf9ac36c9ffd', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:24:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/a3919d14-f1b4-4e9f-9cec-ce9e7dc74cde'} Body: b'' 2024-02-28 21:24:25,621 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/3a09f476-14e2-470f-bc17-2d2daf80d725 0.124s 2024-02-28 21:24:25,622 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-659be62b-ba32-4825-a970-91745ff84509', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/3a09f476-14e2-470f-bc17-2d2daf80d725'} Body: b'' 2024-02-28 21:24:25,644 85790 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/3a09f476-14e2-470f-bc17-2d2daf80d725 0.020s 2024-02-28 21:24:25,644 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-35d01b3c-c70b-4862-b8d8-a5f82c1d452b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/3a09f476-14e2-470f-bc17-2d2daf80d725'} Body: b'{"message": "No image found with ID 3a09f476-14e2-470f-bc17-2d2daf80d725

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend[id-3750af44-5ea2-4cd4-bc3e-56e7e6caf854] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_backends_capabilities.py", line 38, in test_get_capabilities_backend self.admin_capabilities_client.show_backend_capabilities(self.hosts[0]) IndexError: list index out of range tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 227, in test_reset_group_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 8bf20417-2aab-453e-b57e-a854bf02eb0a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:39,310 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/59c3d36ce585407da92c227237bae43d/types 0.187s 2024-02-28 21:24:39,310 85790 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-1643182338"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c44a83a2-2059-4cce-9199-5911d4d69883', 'content-length': '220', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c44a83a2-2059-4cce-9199-5911d4d69883', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/59c3d36ce585407da92c227237bae43d/types'} Body: b'{"volume_type": {"id": "ee783110-6a60-42d9-bd14-7f5e61874e10", "name": "tempest-GroupsV320Test-volume-type-1643182338", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 21:24:39,353 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/59c3d36ce585407da92c227237bae43d/group_types 0.039s 2024-02-28 21:24:39,353 85790 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-359410070"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-443a7666-ba6e-4cc6-ace2-4414069b3ce9', 'content-length': '176', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-443a7666-ba6e-4cc6-ace2-4414069b3ce9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59c3d36ce585407da92c227237bae43d/group_types'} Body: b'{"group_type": {"id": "06f45efe-75ec-413c-a909-5543fe6be2d3", "name": "tempest-GroupsV320Test-group-type-359410070", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 21:24:39,565 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/groups 0.208s 2024-02-28 21:24:39,565 85790 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": "06f45efe-75ec-413c-a909-5543fe6be2d3", "volume_types": ["ee783110-6a60-42d9-bd14-7f5e61874e10"], "name": "tempest-GroupsV320Test-Group-43911278"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-12109de4-02b9-440c-8690-31fe5a2058f0', 'content-length': '106', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-12109de4-02b9-440c-8690-31fe5a2058f0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/groups'} Body: b'{"group": {"id": "8bf20417-2aab-453e-b57e-a854bf02eb0a", "name": "tempest-GroupsV320Test-Group-43911278"}}' 2024-02-28 21:24:39,636 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/groups/8bf20417-2aab-453e-b57e-a854bf02eb0a 0.067s 2024-02-28 21:24:39,636 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json ', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d64da8c-7294-4667-976b-a07e9ad48227', 'content-length': '383', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d64da8c-7294-4667-976b-a07e9ad48227', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/groups/8bf20417-2aab-453e-b57e-a854bf02eb0a'} Body: b'{"group": {"id": "8bf20417-2aab-453e-b57e-a854bf02eb0a", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T21:24:40.000000", "name": "tempest-GroupsV320Test-Group-43911278", "description": null, "group_type": "06f45efe-75ec-413c-a909-5543fe6be2d3", "volume_types": ["ee783110-6a60-42d9-bd14-7f5e61874e10"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:24:40,733 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/groups/8bf20417-2aab-453e-b57e-a854bf02eb0a 0.091s 2024-02-28 21:24:40,733 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b58733ab-a9ef-4364-8777-94f125843637', 'content-length': '383', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b58733ab-a9ef-4364-8777-94f125843637', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/groups/8bf20417-2aab-453e-b57e-a854bf02eb0a'} Body: b'{"group": {"id": "8bf20417-2aab-453e-b57e-a854bf02eb0a", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T21:24:40.000000", "name": "tempest-GroupsV320Test-Group-43911278", "description": null, "group_type": "06f45efe-75ec-413c-a909-5543fe6be2d3", "volume_types": ["ee783110-6a60-42d9-bd14-7f5e61874e10"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:24:40,771 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/volumes/detail 0.032s 2024-02-28 21:24:40,771 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-178a586f-a9ce-45c7-a025-360a9193c333', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-178a586f-a9ce-45c7-a025-360a9193c333', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 21:24:40,870 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/groups/8bf20417-2aab-453e-b57e-a854bf02eb0a/action 0.086s 2024-02-28 21:24:40,871 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:40 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-24edc124-57f8-46af-82ac-5dd4c63af4f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/groups/8bf20417-2aab-453e-b57e-a854bf02eb0a/action'} Body: b'' 2024-02-28 21:24:40,904 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/groups/8bf20417-2aab-453e-b57e-a854bf02eb0a 0.033s 2024-02-28 21:24:40,905 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:40 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-2504464b-4ef8-4837-a254-363c3f554661', 'x-openstack-request-id': 'req-2504464b-4ef8-4837-a254-363c3f554661', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/785075c495fe441ab1e8b454bec9d898/groups/8bf20417-2aab-453e-b57e-a854bf02eb0a'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 8bf20417-2aab-453e-b57e-a854bf02eb0a could not be found."}}' 2024-02-28 21:24:40,936 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/59c3d36ce585407da92c227237bae43d/group_types/06f45efe-75ec-413c-a909-5543fe6be2d3 0.030s 2024-02-28 21:24:40,936 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:40 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-c7dc6c4e-5119-46bd-b248-92380bc1bc6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59c3d36ce585407da92c227237bae43d/group_types/06f45efe-75ec-413c-a909-5543fe6be2d3'} Body: b'' 2024-02-28 21:24:40,988 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/59c3d36ce585407da92c227237bae43d/types/ee783110-6a60-42d9-bd14-7f5e61874e10 0.052s 2024-02-28 21:24:40,989 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bc1f9f3f-1cff-4f5b-b010-16c01dcca0a2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/59c3d36ce585407da92c227237bae43d/types/ee783110-6a60-42d9-bd14-7f5e61874e10'} Body: b'' 2024-02-28 21:24:41,006 85790 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/59c3d36ce585407da92c227237bae43d/types/ee783110-6a60-42d9-bd14-7f5e61874e10 0.017s 2024-02-28 21:24:41,007 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'co ntent-type': 'application/json', 'x-compute-request-id': 'req-058e5802-138d-43f4-b8a4-aaa8a1c9bfed', 'x-openstack-request-id': 'req-058e5802-138d-43f4-b8a4-aaa8a1c9bfed', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/59c3d36ce585407da92c227237bae43d/types/ee783110-6a60-42d9-bd14-7f5e61874e10'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ee783110-6a60-42d9-bd14-7f5e61874e10 could not be found."}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 144, in test_create_server_from_volume_snapshot boot_volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1343, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0d67df27-6cce-427a-8af4-27485815af56 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:42,699 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c 0.239s 2024-02-28 21:24:42,700 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8d48090f-7249-4720-b7c1-4a65aaa1a53e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "e41ba40d9dd149e2a6c32d8242a38517", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "created_at": "2024-02-28T21:16:33Z", "updated_at": "2024-02-28T21:16:35Z", "tags": [], "self": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c", "file": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:24:43,087 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes 0.386s 2024-02-28 21:24:43,087 85780 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-1932574370", "snapshot_id": null, "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-445b468b-773c-4e61-b6d4-8f729ae6ae23', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-445b468b-773c-4e61-b6d4-8f729ae6ae23', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes'} Body: b'{"volume": {"id": "0d67df27-6cce-427a-8af4-27485815af56", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:43.023606", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1932574370", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56"}], "user_id": "f3f5debbbb464c25a028d05976e7d15a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:43,230 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56 0.132s 2024-02-28 21:24:43,231 85780 DEBUG [tempest.lib.common.rest_clie nt] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f69174f1-ca8d-4045-9d91-ff69acc4e1d9', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f69174f1-ca8d-4045-9d91-ff69acc4e1d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56'} Body: b'{"volume": {"id": "0d67df27-6cce-427a-8af4-27485815af56", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:43.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1932574370", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56"}], "user_id": "f3f5debbbb464c25a028d05976e7d15a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80c3eec1efd84e8681704c94ef831fa7"}}' 2024-02-28 21:24:44,294 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56 0.051s 2024-02-28 21:24:44,295 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-092b809b-992e-46c4-9b28-be81a5caacdd', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-092b809b-992e-46c4-9b28-be81a5caacdd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56'} Body: b'{"volume": {"id": "0d67df27-6cce-427a-8af4-27485815af56", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:43.000000", "updated_at": "2024-02-28T21:24:43.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1932574370", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56"}], "user_id": "f3f5debbbb464c25a028d05976e7d15a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80c3eec1efd84e8681704c94ef831fa7"}}' 2024-02-28 21:24:44,457 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56 0.148s 2024-02-28 21:24:44,457 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:44 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-d966ab2b-605e-454d-9a84-8fe73eb3e0c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56'} Body: b'' 2024-02-28 21:24:44,493 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56 0.035s 2024-02-28 21:24:44,494 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24: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-e42697fe-3f3d-403e-9109-f61592483c67', 'x-openstack-request-id': 'req-e42697fe-3f3d-403e-9109-f61592483c67', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/0d67df27-6cce-427a-8af4-27485815af56'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0d67df27-6cce-427a-8af4-27485815af56 could not be found."}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 189, in test_image_defined_boot_from_volume volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1343, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d8c76208-dd59-4290-bc30-8da0f30fce7b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:44,518 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c 0.020s 2024-02-28 21:24:44,518 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6b021c00-36ed-46b1-ad75-d6ce1890e4ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "e41ba40d9dd149e2a6c32d8242a38517", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "created_at": "2024-02-28T21:16:33Z", "updated_at": "2024-02-28T21:16:35Z", "tags": [], "self": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c", "file": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:24:45,064 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes 0.545s 2024-02-28 21:24:45,065 85780 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-1573462573", "snapshot_id": null, "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5edd9f09-5062-4199-aa92-cbc8239bb946', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5edd9f09-5062-4199-aa92-cbc8239bb946', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes'} Body: b'{"volume": {"id": "d8c76208-dd59-4290-bc30-8da0f30fce7b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:44.980542", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1573462573", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b"}], "user_id": "f3f5debbbb464c25a028d05976e7d15a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:45,143 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b 0.055s 2024-02-28 21:24:45,144 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3fc37ce-e01d-47e9-8413-86c2569de61b', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3fc37ce-e01d-47e9-8413-86c2569de61b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b'} Body: b'{"volume": {"id": "d8c76208-dd59-4290-bc30-8da0f30fce7b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:45.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1573462573", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b"}], "user_id": "f3f5debbbb464c25a028d05976e7d15a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80c3eec1efd84e8681704c94ef831fa7"}}' 2024-02-28 21:24:46,199 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b 0.040s 2024-02-28 21:24:46,200 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bafd3a42-5c30-49d9-87df-3fa4b6e06344', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bafd3a42-5c30-49d9-87df-3fa4b6e06344', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b'} Body: b'{"volume": {"id": "d8c76208-dd59-4290-bc30-8da0f30fce7b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:45.000000", "updated_at": "2024-02-28T21:24:45.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1573462573", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b"}], "user_id": "f3f5debbbb464c25a028d05976e7d15a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80c3eec1efd84e8681704c94ef831fa7"}}' 2024-02-28 21:24:46,351 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b 0.126s 2024-02-28 21:24:46,352 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24: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-cd652925-8ed7-481f-8dc1-72178747cf6d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b'} Body: b'' 2024-02-28 21:24:46,379 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b 0.026s 2024-02-28 21:24:46,379 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24: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-d669649a-4605-4049-af27-fbe9af24cf5b', 'x-openstack-request-id': 'req-d669649a-4605-4049-af27-fbe9af24cf5b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/d8c76208-dd59-4290-bc30-8da0f30fce7b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d8c76208-dd59-4290-bc30-8da0f30fce7b could not be 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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f37b2d38-a53d-40e6-8eb2-447b36cd29c5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:45,517 85790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes 0.334s 2024-02-28 21:24:45,518 85790 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-1556250639"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-731de577-9738-45f0-a331-a2f949d82589', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-731de577-9738-45f0-a331-a2f949d82589', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes'} Body: b'{"volume": {"id": "f37b2d38-a53d-40e6-8eb2-447b36cd29c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:45.456884", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1556250639", "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/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5"}], "user_id": "172150751da84b78ab15d5c560aa347d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:45,575 85790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5 0.045s 2024-02-28 21:24:45,575 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-79811ec8-ac9c-4369-8d74-9223fe6a0a7a', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-79811ec8-ac9c-4369-8d74-9223fe6a0a7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5'} Body: b'{"volume": {"id": "f37b2d38-a53d-40e6-8eb2-447b36cd29c5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:45.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1556250639", "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/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5"}], "user_id": "172150751da84b78ab15d5c560aa347d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6dcd5b5312094a85ba7f8a968e6acc18"}}' 2024-02-28 21:24:46,631 85790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36 cd29c5 0.038s 2024-02-28 21:24:46,631 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc9a8080-e822-4ef7-8f3c-63a5f895bcfa', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc9a8080-e822-4ef7-8f3c-63a5f895bcfa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5'} Body: b'{"volume": {"id": "f37b2d38-a53d-40e6-8eb2-447b36cd29c5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:45.000000", "updated_at": "2024-02-28T21:24:46.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1556250639", "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/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5"}], "user_id": "172150751da84b78ab15d5c560aa347d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6dcd5b5312094a85ba7f8a968e6acc18"}}' 2024-02-28 21:24:46,687 85790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5 0.041s 2024-02-28 21:24:46,687 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-774e5821-bca3-47ff-bf29-c3fd13cd2fa9', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-774e5821-bca3-47ff-bf29-c3fd13cd2fa9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5'} Body: b'{"volume": {"id": "f37b2d38-a53d-40e6-8eb2-447b36cd29c5", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:45.000000", "updated_at": "2024-02-28T21:24:46.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1556250639", "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/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5"}], "user_id": "172150751da84b78ab15d5c560aa347d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6dcd5b5312094a85ba7f8a968e6acc18"}}' 2024-02-28 21:24:46,832 85790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5 0.121s 2024-02-28 21:24:46,833 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24: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-fa595dd2-eb11-4fae-aa3f-f2c609725108', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5'} Body: b'' 2024-02-28 21:24:46,855 85790 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5 0.022s 2024-02-28 21:24:46,855 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24: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-e5dfb9af-03c9-4f81-bcfb-aeb044c4f00c', 'x-openstack-request-id': 'req-e5dfb9af-03c9-4f81-bcfb-aeb044c4f00c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6dcd5b5312094a85ba7f8a968e6acc18/volumes/f37b2d38-a53d-40e6-8eb2-447b36cd29c5'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f37b2d38-a53d-40e6-8eb2-447b36cd29c5 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 77, in test_volume_boot_pattern volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1343, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2847c7e8-9144-4964-9871-1e5721afca7b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:46,382 85780 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2024-02-28 21:24:46,454 85780 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.071s 2024-02-28 21:24:46,455 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-497334363", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPh1JZipZjSuOhYcgqYKO03sH1g657Qnv3196XErvY8RSvCfiBDwUZN+aqJhAIjQtzrK2+2npyDlx6bJmlCXcDt63P2qUGpngovUJNqjnKR92p9H+Urv1mbYQv85AkZmrA=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-68e3ec46-e590-41f2-a8ad-f7bf11d18f65', 'x-compute-request-id': 'req-68e3ec46-e590-41f2-a8ad-f7bf11d18f65', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-497334363", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPh1JZipZjSuOhYcgqYKO03sH1g657Qnv3196XErvY8RSvCfiBDwUZN+aqJhAIjQtzrK2+2npyDlx6bJmlCXcDt63P2qUGpngovUJNqjnKR92p9H+Urv1mbYQv85AkZmrA==", "fingerprint": "e7:ef:e7:68:a5:b3:79:c2:fd:8b:52:9e:c4:4a:97:e2", "user_id": "f3f5debbbb464c25a028d05976e7d15a"}}' 2024-02-28 21:24:46,604 85780 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.146s 2024-02-28 21:24:46,605 85780 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-1536749034", "description": "tempest-secgroup-smoke-1536749034 description", "project_id": "80c3eec1efd84e8681704c94ef831fa7"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-9415647e-b654-42b9-aab1-0ec3774b1a4f', 'date': 'Wed, 28 Feb 2024 21:24:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "42210700-e15a-465a-bd62-247b4861f8bd", "name": "tempest-secgroup-smoke-1536749034", "stateful": true, "tenant_id": "80c3eec1efd84e8681704c94ef831fa7", "description": "tempest-secgroup-smoke-1536749034 description", "shared": false, "security_group_rules": [{"id": "248e4de2-d88e-4934-99a7-c5ea97d43ddb", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "tenant_id": "80c3eec1efd84e8681704c94ef831fa7", "security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "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": 804, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:24:46Z", "updated_at": "2024-02-28T21:24:46Z", "revision_number": 0}, {"id": "8a7ebf0d-1856-4b88-b208-b87c65bff965", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "tenant_id": "80c3eec1efd84e8681704c94ef831fa7", "security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "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": 805, "belongs_to_default_sg": false, "description": null, "tags": [], "creat ed_at": "2024-02-28T21:24:46Z", "updated_at": "2024-02-28T21:24:46Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:24:46Z", "updated_at": "2024-02-28T21:24:46Z", "revision_number": 1, "project_id": "80c3eec1efd84e8681704c94ef831fa7"}}' 2024-02-28 21:24:46,833 85780 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.227s 2024-02-28 21:24:46,833 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-20b80a0c-16d6-4901-ab9d-414d38bf39b8', 'date': 'Wed, 28 Feb 2024 21:24:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "254ace46-6dd7-4f74-a75e-0a71c5a6b596", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "tenant_id": "80c3eec1efd84e8681704c94ef831fa7", "security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:46Z", "updated_at": "2024-02-28T21:24:46Z", "revision_number": 0}}' 2024-02-28 21:24:47,058 85780 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.224s 2024-02-28 21:24:47,058 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-1415ab4e-aeb6-4728-b2f0-5c61858a14d3', 'date': 'Wed, 28 Feb 2024 21:24:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2b15878a-b345-4b9c-a17a-0a3e550418b8", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "tenant_id": "80c3eec1efd84e8681704c94ef831fa7", "security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:46Z", "updated_at": "2024-02-28T21:24:46Z", "revision_number": 0}}' 2024-02-28 21:24:47,384 85780 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.325s 2024-02-28 21:24:47,385 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-03f65 951-9ef2-4341-bea6-bf897d41b4b9', 'date': 'Wed, 28 Feb 2024 21:24:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "02672baf-fca4-4dcb-9249-a748c8b5a4bb", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "tenant_id": "80c3eec1efd84e8681704c94ef831fa7", "security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:47Z", "updated_at": "2024-02-28T21:24:47Z", "revision_number": 0}}' 2024-02-28 21:24:47,700 85780 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.314s 2024-02-28 21:24:47,700 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-e1a63122-4f84-4eff-9842-c538c28ef2eb', 'date': 'Wed, 28 Feb 2024 21:24:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "7855bd47-9c03-45c4-8c90-1dcf07ff6fca", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "tenant_id": "80c3eec1efd84e8681704c94ef831fa7", "security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:47Z", "updated_at": "2024-02-28T21:24:47Z", "revision_number": 0}}' 2024-02-28 21:24:48,000 85780 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.298s 2024-02-28 21:24:48,000 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-8d5f4815-a679-435a-adb7-ccb1bee766ad', 'date': 'Wed, 28 Feb 2024 21:24:47 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "31e4589f-5f45-4425-bd50-5eb360513a74", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "tenant_id": "80c3eec1efd84e8681704c94ef831fa7", "security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:47Z", "updated_at": "2024-02-28T21:24:47Z", "revision_number": 0}}' 2024-02-28 21:24:48,594 85780 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.593s 2024-02-28 21:24:48,594 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-0cd7c6e1-aa8b-4ee2-aacc-804399c03d84', 'date': 'Wed, 28 Feb 2024 21:24:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f2f7f914-a624-42b5-8b2d-2419a18319df", "project_id": "80c3eec1efd84e8681704c94ef831fa7", "tenant_id": "80c3eec1efd84e8681704c94ef831fa7", "security_group_id": "42210700-e15a-465a-bd62-247b4861f8bd", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:48Z", "updated_at": "2024-02-28T21:24:48Z", "revision_number": 0}}' 2024-02-28 21:24:48,595 85780 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2024-02-28 21:24:48,621 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c 0.025s 2024-02-28 21:24:48,621 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-052689cd-dbd8-4e01-9334-ce55306ab3dd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "e41ba40d9dd149e2a6c32d8242a38517", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "created_at": "2024-02-28T21:16:33Z", "updated_at": "2024-02-28T21:16:35Z", "tags": [], "self": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c", "file": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:24:49,012 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes 0.390s 2024-02-28 21:24:49,013 85780 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-51610986", "snapshot_id": null, "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-702330f6-b75b-4b7a-aef3-e27c98359b95', 'content-length': '824', 'openstack-api-v ersion': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-702330f6-b75b-4b7a-aef3-e27c98359b95', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes'} Body: b'{"volume": {"id": "2847c7e8-9144-4964-9871-1e5721afca7b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:48.942585", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-51610986", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b"}], "user_id": "f3f5debbbb464c25a028d05976e7d15a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:49,065 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b 0.041s 2024-02-28 21:24:49,066 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fecf3cfe-8bef-497c-b95c-49fe845229ef', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fecf3cfe-8bef-497c-b95c-49fe845229ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b'} Body: b'{"volume": {"id": "2847c7e8-9144-4964-9871-1e5721afca7b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:49.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-51610986", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b"}], "user_id": "f3f5debbbb464c25a028d05976e7d15a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80c3eec1efd84e8681704c94ef831fa7"}}' 2024-02-28 21:24:50,131 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b 0.045s 2024-02-28 21:24:50,132 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f40aa8b1-b765-4950-b66c-f514b8095709', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f40aa8b1-b765-4950-b66c-f514b8095709', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b'} Body: b'{"volume": {"id": "2847c7e8-9144-4964-9871-1e5721afca7b", "status": "err or", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:49.000000", "updated_at": "2024-02-28T21:24:49.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-51610986", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b"}], "user_id": "f3f5debbbb464c25a028d05976e7d15a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "80c3eec1efd84e8681704c94ef831fa7"}}' 2024-02-28 21:24:50,263 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b 0.119s 2024-02-28 21:24:50,264 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24: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-4a59e9d0-8a2e-43f5-94cc-131b7d03eba4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b'} Body: b'' 2024-02-28 21:24:50,287 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b 0.022s 2024-02-28 21:24:50,287 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-b00d5b94-a958-4c6e-8556-ea4f783f218d', 'x-openstack-request-id': 'req-b00d5b94-a958-4c6e-8556-ea4f783f218d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/80c3eec1efd84e8681704c94ef831fa7/volumes/2847c7e8-9144-4964-9871-1e5721afca7b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2847c7e8-9144-4964-9871-1e5721afca7b could not be found."}}' 2024-02-28 21:24:50,531 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/42210700-e15a-465a-bd62-247b4861f8bd 0.243s 2024-02-28 21:24:50,531 85780 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-6de5ca8b-24d6-44d3-9abf-4f80f6efa167', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:24:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/42210700-e15a-465a-bd62-247b4861f8bd'} Body: b'' 2024-02-28 21:24:50,567 85780 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-497334363 0.035s 2024-02-28 21:24:50,567 85780 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: Non e Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24: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-6d140cc0-2113-40f3-b462-7fd3b62ca52c', 'x-compute-request-id': 'req-6d140cc0-2113-40f3-b462-7fd3b62ca52c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-497334363'} Body: b'' tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 125, in test_volume_create_get_update_delete self._volume_create_get_update_delete(size=CONF.volume.volume_size) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 43, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 36ffb697-1d44-4930-a24c-364b4adbf955 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:55,311 85790 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes 0.388s 2024-02-28 21:24:55,312 85790 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-2047278025", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c983b6c-8ed9-41c5-8f3c-c8f9a8917eb1', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c983b6c-8ed9-41c5-8f3c-c8f9a8917eb1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes'} Body: b'{"volume": {"id": "36ffb697-1d44-4930-a24c-364b4adbf955", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:55.238207", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-2047278025", "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/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955"}], "user_id": "a87743ecfb3545548329926be4776b02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:55,367 85790 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955 0.044s 2024-02-28 21:24:55,368 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb18a81d-04b4-4508-bf3a-d7861f5c694d', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb18a81d-04b4-4508-bf3a-d7861f5c694d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955'} Body: b'{"volume": {"id": "36ffb697-1d44-4930-a24c-364b4adbf955", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:55.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-2047278025", "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/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955"}], "user_id": "a87743ecfb3545548329926be4776b02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cbafcd1504b48958a2b7668bedede4e"}}' 2024-02-28 21:24:56,438 85790 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955 0.055s 2024-02-28 21:24:56,438 85790 DEBUG [tempest. lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2eabc582-0f5d-44d4-92ef-5b4dc92935fa', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2eabc582-0f5d-44d4-92ef-5b4dc92935fa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955'} Body: b'{"volume": {"id": "36ffb697-1d44-4930-a24c-364b4adbf955", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:55.000000", "updated_at": "2024-02-28T21:24:55.000000", "name": "tempest-VolumesGetTest-Volume-2047278025", "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/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955"}], "user_id": "a87743ecfb3545548329926be4776b02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cbafcd1504b48958a2b7668bedede4e"}}' 2024-02-28 21:24:56,570 85790 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955 0.118s 2024-02-28 21:24:56,570 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9110c4f2-86fc-4d6d-9c6f-a28d1d9b3748', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955'} Body: b'' 2024-02-28 21:24:56,594 85790 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955 0.023s 2024-02-28 21:24:56,594 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-469ec2f6-11b2-457f-96b8-a6b2f1df0284', 'x-openstack-request-id': 'req-469ec2f6-11b2-457f-96b8-a6b2f1df0284', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/36ffb697-1d44-4930-a24c-364b4adbf955'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 36ffb697-1d44-4930-a24c-364b4adbf955 could not be found."}}' tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] ----------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 143, in test_volume_create_get_update_delete_as_clone origin = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cbd022ce-fb30-4d30-ada0-e451861e450c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:56,805 85790 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/5cbafcd1504b48958a2b7668bedede4e/volumes 0.207s 2024-02-28 21:24:56,805 85790 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-904568903"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c27083fe-d836-4858-b78c-3f522e852bf7', 'content-length': '811', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c27083fe-d836-4858-b78c-3f522e852bf7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes'} Body: b'{"volume": {"id": "cbd022ce-fb30-4d30-ada0-e451861e450c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:56.741374", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-904568903", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c"}], "user_id": "a87743ecfb3545548329926be4776b02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:56,868 85790 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/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c 0.051s 2024-02-28 21:24:56,868 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-73150775-ea50-4d4a-b668-19c660f424f1', 'content-length': '879', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-73150775-ea50-4d4a-b668-19c660f424f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c'} Body: b'{"volume": {"id": "cbd022ce-fb30-4d30-ada0-e451861e450c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:57.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-904568903", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c"}], "user_id": "a87743ecfb3545548329926be4776b02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cbafcd1504b48958a2b7668bedede4e"}}' 2024-02-28 21:24:57,928 85790 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/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c 0.046s 2024-02-28 21:24:57,928 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc94581b-881e-4749-bcfc-83b968f1323f', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc94581b-881e-4749-bcfc-83b968f1323f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c'} Body: b'{"volume": {"id": "cbd022ce-fb30-4d30-ada0-e451861e450c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:57.000000", "updated_at": "2024-02-28T21:24:57.000000", "name": "tempest-VolumesGetTest-Volume-904568903", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c"}], "user_id": "a87743ecfb3545548329926be4776b02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cbafcd1504b48958a2b7668bedede4e"}}' 2024-02-28 21:24:57,978 85790 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c 0.037s 2024-02-28 21:24:57,978 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a131aa5c-7452-4fa6-8ad0-84c451568b5b', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a131aa5c-7452-4fa6-8ad0-84c451568b5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c'} Body: b'{"volume": {"id": "cbd022ce-fb30-4d30-ada0-e451861e450c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:57.000000", "updated_at": "2024-02-28T21:24:57.000000", "name": "tempest-VolumesGetTest-Volume-904568903", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c"}], "user_id": "a87743ecfb3545548329926be4776b02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cbafcd1504b48958a2b7668bedede4e"}}' 2024-02-28 21:24:58,148 85790 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c 0.158s 2024-02-28 21:24:58,149 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'o penstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec4b685b-233d-4001-8d0a-f5f9a41620bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c'} Body: b'' 2024-02-28 21:24:58,170 85790 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c 0.021s 2024-02-28 21:24:58,171 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-01811873-6027-4abe-97cf-1fe2c2e8e99d', 'x-openstack-request-id': 'req-01811873-6027-4abe-97cf-1fe2c2e8e99d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/cbd022ce-fb30-4d30-ada0-e451861e450c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cbd022ce-fb30-4d30-ada0-e451861e450c could not be found."}}' tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] ------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 135, in test_volume_create_get_update_delete_from_image self._volume_create_get_update_delete( File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 43, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f99f7123-8666-4bae-9168-6f9ccb3cf2ae failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:58,197 85790 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/b0c5d41f-4763-4b82-ad97-62b55632d91c 0.022s 2024-02-28 21:24:58,197 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3a2c39f6-3bed-41ec-8ee7-e6f400b720d2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "e41ba40d9dd149e2a6c32d8242a38517", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "created_at": "2024-02-28T21:16:33Z", "updated_at": "2024-02-28T21:16:35Z", "tags": [], "self": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c", "file": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:24:58,523 85790 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/5cbafcd1504b48958a2b7668bedede4e/volumes 0.325s 2024-02-28 21:24:58,523 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "size": 1, "name": "tempest-VolumesGetTest-Volume-18498224", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e43a4a0-0a25-4d84-8630-246ea345a82a', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e43a4a0-0a25-4d84-8630-246ea345a82a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes'} Body: b'{"volume": {"id": "f99f7123-8666-4bae-9168-6f9ccb3cf2ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:58.455937", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-18498224", "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/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae"}], "user_id": "a87743ecfb3545548329926be4776b02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:58,594 85790 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/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae 0.050s 2024-02-28 21:24:58,595 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Co ntent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-382614b4-482e-4cb4-ba6c-dc4d068bf93d', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-382614b4-482e-4cb4-ba6c-dc4d068bf93d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae'} Body: b'{"volume": {"id": "f99f7123-8666-4bae-9168-6f9ccb3cf2ae", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:58.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-18498224", "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/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae"}], "user_id": "a87743ecfb3545548329926be4776b02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cbafcd1504b48958a2b7668bedede4e"}}' 2024-02-28 21:24:59,645 85790 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/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae 0.037s 2024-02-28 21:24:59,645 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f8294cc-4019-48db-ba89-59a81f41a4cf', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f8294cc-4019-48db-ba89-59a81f41a4cf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae'} Body: b'{"volume": {"id": "f99f7123-8666-4bae-9168-6f9ccb3cf2ae", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:58.000000", "updated_at": "2024-02-28T21:24:59.000000", "name": "tempest-VolumesGetTest-Volume-18498224", "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/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae"}], "user_id": "a87743ecfb3545548329926be4776b02", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5cbafcd1504b48958a2b7668bedede4e"}}' 2024-02-28 21:24:59,795 85790 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae 0.137s 2024-02-28 21:24:59,796 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'tex t/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2716406-1686-43bf-a6df-fb966928894a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae'} Body: b'' 2024-02-28 21:24:59,817 85790 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae 0.021s 2024-02-28 21:24:59,818 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-bddbed5b-5fa3-4eaf-9570-f4f9a02d31f6', 'x-openstack-request-id': 'req-bddbed5b-5fa3-4eaf-9570-f4f9a02d31f6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/5cbafcd1504b48958a2b7668bedede4e/volumes/f99f7123-8666-4bae-9168-6f9ccb3cf2ae'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume f99f7123-8666-4bae-9168-6f9ccb3cf2ae could not be found."}}' cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 51, in test_create_multiple_volume_from_source_volume volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1022a826-fb4a-476b-a46a-3f7961990e6a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:25:02,808 85790 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes 0.340s 2024-02-28 21:25:02,808 85790 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-1096901941"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7dd67298-cb72-4c12-a4cb-8bc224955690', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7dd67298-cb72-4c12-a4cb-8bc224955690', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes'} Body: b'{"volume": {"id": "1022a826-fb4a-476b-a46a-3f7961990e6a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:25:02.744076", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1096901941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes/1022a826-fb4a-476b-a46a-3f7961990e6a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes/1022a826-fb4a-476b-a46a-3f7961990e6a"}], "user_id": "8c598f24f1324dd1b206752cf5d1735b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:25:02,859 85790 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes/1022a826-fb4a-476b-a46a-3f7961990e6a 0.039s 2024-02-28 21:25:02,859 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a58e194-d9bd-462a-8c1f-2a8dd574fb33', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a58e194-d9bd-462a-8c1f-2a8dd574fb33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes/1022a826-fb4a-476b-a46a-3f7961990e6a'} Body: b'{"volume": {"id": "1022a826-fb4a-476b-a46a-3f7961990e6a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:25:03.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1096901941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes/1022a826-fb4a-476b-a46a-3f7961990e6a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes/1022a826-fb4a-476b-a46a-3f7961990e6a"}], "user_id": "8c598f24f1324dd1b206752cf5d1735b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5c9bdbc7b1214241a1fb18fb4cf2abad"}}' 2024-02-28 21:25:03,910 85790 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes/1022a8 26-fb4a-476b-a46a-3f7961990e6a 0.038s 2024-02-28 21:25:03,911 85790 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51e1c4f2-346c-4585-b6d0-f42a748a7057', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51e1c4f2-346c-4585-b6d0-f42a748a7057', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes/1022a826-fb4a-476b-a46a-3f7961990e6a'} Body: b'{"volume": {"id": "1022a826-fb4a-476b-a46a-3f7961990e6a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:25:03.000000", "updated_at": "2024-02-28T21:25:03.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1096901941", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes/1022a826-fb4a-476b-a46a-3f7961990e6a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5c9bdbc7b1214241a1fb18fb4cf2abad/volumes/1022a826-fb4a-476b-a46a-3f7961990e6a"}], "user_id": "8c598f24f1324dd1b206752cf5d1735b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5c9bdbc7b1214241a1fb18fb4cf2abad"}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 141, in test_list_get_volume_attachments volume_1st = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4786649e-bd3d-4a50-bfc2-40475623e84f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:23:00,703 85800 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:23:00,703 85800 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:23:00,788 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.083s 2024-02-28 21:23:00,788 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1574177864", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJvpKSLPbu1A8vASAlvwpvP8QUR4vly/7OCbMGo/25zff0JyEn+umGNqjXREyynBqe259yR8Gp9IBUFjl2BGa8v6aoFgmtT36/cG8G5PJNi3UXfGxbsWMrL2Yz0yIfE3sg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:00 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-2081c0a5-f8f8-41e9-bbfb-46056995e46e', 'x-compute-request-id': 'req-2081c0a5-f8f8-41e9-bbfb-46056995e46e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1574177864", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJvpKSLPbu1A8vASAlvwpvP8QUR4vly/7OCbMGo/25zff0JyEn+umGNqjXREyynBqe259yR8Gp9IBUFjl2BGa8v6aoFgmtT36/cG8G5PJNi3UXfGxbsWMrL2Yz0yIfE3sg==", "fingerprint": "6a:31:68:01:ec:15:e1:e9:a1:4a:15:7d:ac:a1:25:0b", "user_id": "b1babd0d20bf4845a3cafaa81cd28f78"}}' 2024-02-28 21:23:00,792 85800 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1574177864 created 2024-02-28 21:23:00,975 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.182s 2024-02-28 21:23:00,975 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2003121851", "description": "tempest-description--432075038"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-2d1cb6c0-258c-4f6a-877f-05a1f291d6e7', 'date': 'Wed, 28 Feb 2024 21:23:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "597f076f-c7f8-4a03-96a0-1b68098949bd", "name": "tempest-securitygroup--2003121851", "stateful": true, "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "description": "tempest-description--432075038", "shared": false, "security_group_rules": [{"id": "0168e995-3cdb-43b8-9060-0784a4e9de92", "project_id": "95531591de364b8b86b5c4d43ff475bc", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "security_group_id": "597f076f-c7f8-4a03-96a0-1b68098949bd", "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": 635, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:23:00Z", "updated_at": "2024-02-28T21:23:00Z", "revision_number": 0}, {"id": "8ed91e4c-fde5-4094-9eb5-a372f2ce2147", "project_id": "95531591de364b8b86b5c4d43ff475bc", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "security_group_id": "597f076f-c7f8-4a03-96a0-1b68098949bd", "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": 634, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:23:00Z", "updated_at": "2024-02-28T21:23:00Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:23:00Z", "updated_at": "2024-02-28T21:23:00Z", "revision_number": 1, "project_id": "95531591de364b8b86b5c4d43ff475bc"}}' 2024-02-28 21:23:01,187 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.211s 2024-02-28 21:23:01,187 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "597f076f-c7f8-4a03-96a0-1b68098949bd", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-1d0e79fa-2e9b-40ba-a53d-9139371be8ec', 'date': 'Wed, 28 Feb 2024 21:23:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f10e2774-7659-4c7d-9769-5e9ba675cce4", "project_id": "95531591de364b8b86b5c4d43ff475bc", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "security_group_id": "597f076f-c7f8-4a03-96a0-1b68098949bd", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:23:01Z", "updated_at": "2024-02-28T21:23:01Z", "revision_number": 0}}' 2024-02-28 21:23:01,425 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.236s 2024-02-28 21:23:01,425 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "597f076f-c7f8-4a03-96a0-1b68098949bd", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-a52fbd58-eb9c-4c0c-856a-4e6bd419f7d1', 'date': 'Wed, 28 Feb 2024 21:23:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "28c91364-f639-4488-880c-775accb3cc9a", "project_id": "95531591de364b8b86b5c4d43ff475bc", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "security_group_id": "597f076f-c7f8-4a03-96a0-1b68098949bd", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:23:01Z", "updated_at": "2024-02-28T21:23:01Z", "revision_number": 0}}' 2024-02-28 21:23:01,425 85800 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2003121851 created 2024-02-28 21:23:02,079 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.653s 2024-02-28 21:23:02,080 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-3c831af3-fa96-480c-a04b-2747b5741f61', 'date': 'Wed, 28 Feb 2024 21:23:02 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2bc23cfe-7fb2-4487-82f9-96c50414f813", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "floating_ip_address": "172.24.4.172", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "95531591de364b8b86b5c4d43ff475bc", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:23:01Z", "updated_at": "2024-02-28T21:23:01Z", "revision_number": 0}}' 2024-02-28 21:23:02,080 85800 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2bc23cfe-7fb2-4487-82f9-96c50414f813', 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'floating_ip_address': '172.24.4.172', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '95531591de364b8b86b5c4d43ff475bc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:23:01Z', 'updated_at': '2024-02-28T21:23:01Z', 'revision_number': 0, 'ip': '172.24.4.172'} created 2024-02-28 21:23:02,188 85800 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.102s 2024-02-28 21:23:02,189 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:02 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-69c506ea-0c25-4595-b3e3-4314f37a6e2f', '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": "b1babd0d20bf4845a3cafaa81cd28f78", "name": "tempest-AttachVolumeTestJSON-1468279415-project-member", "password_expires_at": null}, "audit_ids": ["75WTcomXTbivyc5AXzwhiQ"], "expires_at": "2024-02-28T22:23:02.000000Z", "issued_at": "2024-02-28T21:23:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "95531591de364b8b86b5c4d43ff475bc", "name": "tempest-AttachVolumeTestJSON-1468279415"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/95531591de364b8b86b5c4d43ff475bc", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name ": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:23:02,189 85800 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': '278315ee-223d-4596-9692-2c3881d1dc2a', 'name': 'tempest-AttachVolumeTestJSON-112097840-network', 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '95531591de364b8b86b5c4d43ff475bc', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 9020, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:19:49Z', 'updated_at': '2024-02-28T21:19:49Z', 'revision_number': 1} available for tenant 2024-02-28 21:23:02,190 85800 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1574177864', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJvpKSLPbu1A8vASAlvwpvP8QUR4vly/7OCbMGo/25zff0JyEn+umGNqjXREyynBqe259yR8Gp9IBUFjl2BGa8v6aoFgmtT36/cG8G5PJNi3UXfGxbsWMrL2Yz0yIfE3sg==', 'fingerprint': '6a:31:68:01:ec:15:e1:e9:a1:4a:15:7d:ac:a1:25:0b', 'user_id': 'b1babd0d20bf4845a3cafaa81cd28f78', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBPV6jcb3m836L9Qjb56927Zyv0YvSjMwmwg6O85sRW+FRB7JkGVPKr\np8/u1iu/anmgBwYFK4EEACKhZANiAASb6Skiz27tQPLwEgJb8Kbz/EFEeL5cv+zg\nmzBqP9uc339CchJ/rphjao10RMspwantufckfBqfSAVBY5dgRmvL+mqBYJrU9+v3\nBvBuTyTYt1F3xsW7FjKy9mM9MiHxN7I=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '597f076f-c7f8-4a03-96a0-1b68098949bd', 'name': 'tempest-securitygroup--2003121851', 'stateful': True, 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'description': 'tempest-description--432075038', 'shared': False, 'security_group_rules': [{'id': '0168e995-3cdb-43b8-9060-0784a4e9de92', 'project_id': '95531591de364b8b86b5c4d43ff475bc', 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'security_group_id': '597f076f-c7f8-4a03-96a0-1b68098949bd', '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': 635, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:23:00Z', 'updated_at': '2024-02-28T21:23:00Z', 'revision_number': 0}, {'id': '8ed91e4c-fde5-4094-9eb5-a372f2ce2147', 'project_id': '95531591de364b8b86b5c4d43ff475bc', 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'security_group_id': '597f076f-c7f8-4a03-96a0-1b68098949bd', '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': 634, 'bel ongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:23:00Z', 'updated_at': '2024-02-28T21:23:00Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:23:00Z', 'updated_at': '2024-02-28T21:23:00Z', 'revision_number': 1, 'project_id': '95531591de364b8b86b5c4d43ff475bc'}, 'floating_ip': {'id': '2bc23cfe-7fb2-4487-82f9-96c50414f813', 'tenant_id': '95531591de364b8b86b5c4d43ff475bc', 'floating_ip_address': '172.24.4.172', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '95531591de364b8b86b5c4d43ff475bc', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:23:01Z', 'updated_at': '2024-02-28T21:23:01Z', 'revision_number': 0, 'ip': '172.24.4.172'}} 2024-02-28 21:23:02,787 85800 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.597s 2024-02-28 21:23:02,787 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-274074579", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "278315ee-223d-4596-9692-2c3881d1dc2a"}], "security_groups": [{"name": "tempest-securitygroup--2003121851"}], "key_name": "tempest-keypair-1574177864", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d3211ff2-d5fb-496e-bd4f-813f896d301c', 'x-compute-request-id': 'req-d3211ff2-d5fb-496e-bd4f-813f896d301c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3722894b-b208-4661-8790-09a5f4d22cb3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3722894b-b208-4661-8790-09a5f4d22cb3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2003121851"}], "adminPass": "password"}}' 2024-02-28 21:23:02,857 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3 0.067s 2024-02-28 21:23:02,858 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1229', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8f598eb0-a362-4d34-9881-05df16ae147c', 'x-compute-request-id': 'req-8f598eb0-a362-4d34-9881-05df16ae147c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3'} Body: b'{"server": {"id": "3722894b-b208-4661-8790-09a5f4d22cb3", "name": "tempest-AttachVolumeTestJSON-server-274074579", "status": "BUILD", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "metadata": {}, "hostId": "", " image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:23:03Z", "updated": "2024-02-28T21:23:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3722894b-b208-4661-8790-09a5f4d22cb3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1574177864", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:53,253 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3 0.333s 2024-02-28 21:23:53,253 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:52 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-3f73b9aa-1888-4c16-b8d1-3264ef243d0c', 'x-compute-request-id': 'req-3f73b9aa-1888-4c16-b8d1-3264ef243d0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3'} Body: b'{"server": {"id": "3722894b-b208-4661-8790-09a5f4d22cb3", "name": "tempest-AttachVolumeTestJSON-server-274074579", "status": "ACTIVE", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "metadata": {}, "hostId": "283a3a6f7eb6ab2640c3648022e522c6d094dbe425e01642bea43a0f", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:23:02Z", "updated": "2024-02-28T21:23:09Z", "addresses": {"tempest-AttachVolumeTestJSON-112097840-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:ad:67"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3722894b-b208-4661-8790-09a5f4d22cb3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1574177864", "OS-SRV-USG:launched_at": "2024-02-28T21:23:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2003121851"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:53,267 85800 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 21:24:53,684 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3/os-interface 0.400s 2024-02-28 21:24:53,684 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:53 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-8e438abe-208b-422b-b2d6-3951c8187140', 'x-compute-request-id': 'req-8e438abe-208b-422b-b2d6-3951c8187140', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "278315ee-223d-4596-9692-2c3881d1dc2a", "port_id": "ec4f7933-81ef-4207-9626-5471b6cfa945", "mac_addr": "fa:16:3e:21:ad:67", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "bbc5be3f-6d12-463f-adc9-5b747563e09e", "ip_address": "10.0.0.9"}]}]}' 2024-02-28 21:24:54,623 85800 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/2bc23cfe-7fb2-4487-82f9-96c50414f813 0.934s 2024-02-28 21:24:54,623 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ec4f7933-81ef-4207-9626-5471b6cfa945"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-eb803dff-3eb3-40fc-8432-68e35e4844e4', 'date': 'Wed, 28 Feb 2024 21:24:54 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2bc23cfe-7fb2-4487-82f9-96c50414f813'} Body: b'{"floatingip": {"id": "2bc23cfe-7fb2-4487-82f9-96c50414f813", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "floating_ip_address": "172.24.4.172", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "e25eaa6e-8cdc-4120-9525-b5a29f864789", "port_id": "ec4f7933-81ef-4207-9626-5471b6cfa945", "fixed_ip_address": "10.0.0.9", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "278315ee-223d-4596-9692-2c3881d1dc2a", "mac_address": "fa:16:3e:21:ad:67", "admin_state_up": true, "status": "ACTIVE", "device_id": "3722894b-b208-4661-8790-09a5f4d22cb3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:23:01Z", "updated_at": "2024-02-28T21:24:53Z", "revision_number": 1, "project_id": "95531591de364b8b86b5c4d43ff475bc"}}' 2024-02-28 21:24:54,624 85800 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.172:22' as 'cirros' with public key authentication 2024-02-28 21:24:54,633 85800 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:24:54,742 85800 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:24:54,742 85800 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.172 successfully created 2024-02-28 21:24:54,783 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3/ips 0.040s 2024-02-28 21:24:54,783 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:54 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-e469e781-433f-4f81-9af5-4673467a7e12', 'x-compute-request-id': 'req-e469e781-433f-4f81-9af5-4673467a7e12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3722894 b-b208-4661-8790-09a5f4d22cb3/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-112097840-network": [{"version": 4, "addr": "10.0.0.9"}]}}' 2024-02-28 21:24:54,987 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes 0.201s 2024-02-28 21:24:54,987 85800 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-1228657323"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fccc514b-54a2-496f-8f0b-9e5afad2dbc3', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fccc514b-54a2-496f-8f0b-9e5afad2dbc3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes'} Body: b'{"volume": {"id": "4786649e-bd3d-4a50-bfc2-40475623e84f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:54.921997", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1228657323", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/4786649e-bd3d-4a50-bfc2-40475623e84f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/95531591de364b8b86b5c4d43ff475bc/volumes/4786649e-bd3d-4a50-bfc2-40475623e84f"}], "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:24:55,047 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/4786649e-bd3d-4a50-bfc2-40475623e84f 0.048s 2024-02-28 21:24:55,048 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3345e71a-eef1-4cd8-893e-a01abc225418', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3345e71a-eef1-4cd8-893e-a01abc225418', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/4786649e-bd3d-4a50-bfc2-40475623e84f'} Body: b'{"volume": {"id": "4786649e-bd3d-4a50-bfc2-40475623e84f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:55.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1228657323", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/4786649e-bd3d-4a50-bfc2-40475623e84f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/95531591de364b8b86b5c4d43ff475bc/volumes/4786649e-bd3d-4a50-bfc2-40475623e84f"}], "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "95531591de364b8b86b5c4d43ff475bc"}}' 2024-02-28 21:24:56,102 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/95 531591de364b8b86b5c4d43ff475bc/volumes/4786649e-bd3d-4a50-bfc2-40475623e84f 0.042s 2024-02-28 21:24:56,103 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33afe343-bfcf-44d5-8757-cd19b49956ba', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33afe343-bfcf-44d5-8757-cd19b49956ba', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/4786649e-bd3d-4a50-bfc2-40475623e84f'} Body: b'{"volume": {"id": "4786649e-bd3d-4a50-bfc2-40475623e84f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:55.000000", "updated_at": "2024-02-28T21:24:55.000000", "name": "tempest-AttachVolumeTestJSON-volume-1228657323", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/95531591de364b8b86b5c4d43ff475bc/volumes/4786649e-bd3d-4a50-bfc2-40475623e84f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/95531591de364b8b86b5c4d43ff475bc/volumes/4786649e-bd3d-4a50-bfc2-40475623e84f"}], "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "95531591de364b8b86b5c4d43ff475bc"}}' 2024-02-28 21:24:56,241 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3 0.126s 2024-02-28 21:24:56,242 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-53200f48-30f3-4af1-9c2a-38073bf7ceef', 'x-compute-request-id': 'req-53200f48-30f3-4af1-9c2a-38073bf7ceef', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3'} Body: b'' 2024-02-28 21:24:57,368 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3 1.125s 2024-02-28 21:24:57,368 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ca3f6369-dfe7-447d-87c0-1c69736b082d', 'x-compute-request-id': 'req-ca3f6369-dfe7-447d-87c0-1c69736b082d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3'} Body: b'{"server": {"id": "3722894b-b208-4661-8790-09a5f4d22cb3", "name": "tempest-AttachVolumeTestJSON-server-274074579", "status": "ACTIVE", "tenant_id": "95531591de364b8b86b5c4d43ff475bc", "user_id": "b1babd0d20bf4845a3cafaa81cd28f78", "metadata": {}, "hostId": "283a3a6f7eb6ab2640c3648022e522c6d094dbe425e01642bea43a0f", "image": {"id": "b 0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:23:02Z", "updated": "2024-02-28T21:24:56Z", "addresses": {"tempest-AttachVolumeTestJSON-112097840-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:ad:67"}, {"version": 4, "addr": "172.24.4.172", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:ad:67"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3722894b-b208-4661-8790-09a5f4d22cb3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1574177864", "OS-SRV-USG:launched_at": "2024-02-28T21:23:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2003121851"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:25:47,586 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3 0.155s 2024-02-28 21:25:47,587 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:47 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-1feec911-9a79-49f7-87bc-f620e3975d88', 'x-compute-request-id': 'req-1feec911-9a79-49f7-87bc-f620e3975d88', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3722894b-b208-4661-8790-09a5f4d22cb3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3722894b-b208-4661-8790-09a5f4d22cb3 could not be found."}}' 2024-02-28 21:25:47,634 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1574177864 0.047s 2024-02-28 21:25:47,634 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:47 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-40b6cb58-7daa-4f43-8e87-d472871e4928', 'x-compute-request-id': 'req-40b6cb58-7daa-4f43-8e87-d472871e4928', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1574177864'} Body: b'' 2024-02-28 21:25:47,801 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/597f076f-c7f8-4a03-96a0-1b68098949bd 0.166s 2024-02-28 21:25:47,802 85800 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-923eebb2-8c49-43d1-b507-cfec4e45896f', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:25:47 GMT', 'connection': 'close', 'status': ' 204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/597f076f-c7f8-4a03-96a0-1b68098949bd'} Body: b'' 2024-02-28 21:25:47,821 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/597f076f-c7f8-4a03-96a0-1b68098949bd 0.018s 2024-02-28 21:25:47,821 85800 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-19cf8653-4907-4ca6-8678-c03b7b292def', 'date': 'Wed, 28 Feb 2024 21:25:47 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/597f076f-c7f8-4a03-96a0-1b68098949bd'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 597f076f-c7f8-4a03-96a0-1b68098949bd does not exist", "detail": ""}}' 2024-02-28 21:25:48,453 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/2bc23cfe-7fb2-4487-82f9-96c50414f813 0.632s 2024-02-28 21:25:48,454 85800 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-b25b5cb8-5bd7-4d69-9892-3f459e12ecd4', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:25:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2bc23cfe-7fb2-4487-82f9-96c50414f813'} Body: b'' tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherB.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 538, in test_resize_server_revert_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume acbfd1f6-5976-4fb9-b4b1-f1c111a4c345 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:23:08,075 85802 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51 0.199s 2024-02-28 21:23:08,076 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1bff0f86-b407-4689-b1ec-8e0cac22cab7', 'x-compute-request-id': 'req-1bff0f86-b407-4689-b1ec-8e0cac22cab7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51'} Body: b'{"server": {"id": "eb5019c6-f743-4dd7-be61-bda6d2e6ac51", "name": "tempest-ServerActionsTestOtherB-server-1022999937", "status": "ACTIVE", "tenant_id": "b780fc5096f442a99dc879d466fc7de9", "user_id": "d158661012ea45b19ef782f4d1cef36b", "metadata": {}, "hostId": "cb645e9265b0ea4bd598025b7a41d0241a59027849111e4a03079245", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:15Z", "updated": "2024-02-28T21:21:28Z", "addresses": {"tempest-ServerActionsTestOtherB-1128054394-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ed:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-860211141", "OS-SRV-USG:launched_at": "2024-02-28T21:21:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--976533562"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:08,360 85802 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51 0.272s 2024-02-28 21:23:08,361 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8a5b8509-60a2-4e50-a57d-692424748865', 'x-compute-request-id': 'req-8a5b8509-60a2-4e50-a57d-692424748865', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51'} Body: b'{"server": {"id": "eb5019c6-f743-4dd7-be61-bda6d2e6ac51", "name": "tempest-ServerActionsTestOtherB-server-1022999937", "status": "ACTIVE", "tenant_id": "b780fc5096f442a99dc879d466fc7de9", "user_id": "d158661012ea45b19ef782f4d1cef36b", "metadata": {}, "hostId": "cb645e9265b0ea4bd598025b7a41d0241a59027849111e4a03079245", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookma rk", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:15Z", "updated": "2024-02-28T21:21:28Z", "addresses": {"tempest-ServerActionsTestOtherB-1128054394-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ed:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-860211141", "OS-SRV-USG:launched_at": "2024-02-28T21:21:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--976533562"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:58,650 85802 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51 0.225s 2024-02-28 21:23:58,651 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cd2ccdc2-9725-412e-95d3-92c8898969ae', 'x-compute-request-id': 'req-cd2ccdc2-9725-412e-95d3-92c8898969ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51'} Body: b'{"server": {"id": "eb5019c6-f743-4dd7-be61-bda6d2e6ac51", "name": "tempest-ServerActionsTestOtherB-server-1022999937", "status": "ACTIVE", "tenant_id": "b780fc5096f442a99dc879d466fc7de9", "user_id": "d158661012ea45b19ef782f4d1cef36b", "metadata": {}, "hostId": "cb645e9265b0ea4bd598025b7a41d0241a59027849111e4a03079245", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:15Z", "updated": "2024-02-28T21:21:28Z", "addresses": {"tempest-ServerActionsTestOtherB-1128054394-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ed:22"}, {"version": 4, "addr": "172.24.4.233", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ed:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-860211141", "OS-SRV-USG:launched_at": "2024-02-28T21:21:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--976533562"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:23:58,832 85802 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51 0.168s 2024-02-28 21:23:58,832 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:23:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-16a880ee-128c-45e5-a5b8-f207b6e1ff17', 'x-compute-request-id': 'req-16a880ee-128c-45e5-a5b8-f207b6e1ff17', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51'} Body: b'{"server": {"id": "eb5019c6-f743-4dd7-be61-bda6d2e6ac51", "name": "tempest-ServerActionsTestOtherB-server-1022999937", "status": "ACTIVE", "tenant_id": "b780fc5096f442a99dc879d466fc7de9", "user_id": "d158661012ea45b19ef782f4d1cef36b", "metadata": {}, "hostId": "cb645e9265b0ea4bd598025b7a41d0241a59027849111e4a03079245", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:15Z", "updated": "2024-02-28T21:21:28Z", "addresses": {"tempest-ServerActionsTestOtherB-1128054394-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ed:22"}, {"version": 4, "addr": "172.24.4.233", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ed:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-860211141", "OS-SRV-USG:launched_at": "2024-02-28T21:21:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--976533562"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:24:59,112 85802 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/b780fc5096f442a99dc879d466fc7de9/volumes 0.209s 2024-02-28 21:24:59,113 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestOtherB-volume-1986325580"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1672bbb-54a5-4228-b8e7-a6a62e227613', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1672bbb-54a5-4228-b8e7-a6a62e227613', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b780fc5096f442a99dc879d466fc7de9/volumes'} Body: b'{"volume": {"id": "acbfd1f6-5976-4fb9-b4b1-f1c111a4c345", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:59.048172", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1986325580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b780fc5096f442a99dc879d466fc7de9/volumes/acbfd1f6-5976-4fb9-b4b1-f1c111a4c345"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b780fc5096f442a99dc879d466fc7de9/volumes/acbfd1f6-5976-4fb9-b4b1-f1c111a4c345"}], "user_id": "d158661012ea45b19ef782f4d1cef36b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": f alse, "attachments": []}}' 2024-02-28 21:24:59,162 85802 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/b780fc5096f442a99dc879d466fc7de9/volumes/acbfd1f6-5976-4fb9-b4b1-f1c111a4c345 0.039s 2024-02-28 21:24:59,162 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05fff65c-294e-4995-838e-275cf4636e59', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05fff65c-294e-4995-838e-275cf4636e59', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b780fc5096f442a99dc879d466fc7de9/volumes/acbfd1f6-5976-4fb9-b4b1-f1c111a4c345'} Body: b'{"volume": {"id": "acbfd1f6-5976-4fb9-b4b1-f1c111a4c345", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:59.000000", "updated_at": null, "name": "tempest-ServerActionsTestOtherB-volume-1986325580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b780fc5096f442a99dc879d466fc7de9/volumes/acbfd1f6-5976-4fb9-b4b1-f1c111a4c345"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b780fc5096f442a99dc879d466fc7de9/volumes/acbfd1f6-5976-4fb9-b4b1-f1c111a4c345"}], "user_id": "d158661012ea45b19ef782f4d1cef36b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b780fc5096f442a99dc879d466fc7de9"}}' 2024-02-28 21:25:00,215 85802 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/b780fc5096f442a99dc879d466fc7de9/volumes/acbfd1f6-5976-4fb9-b4b1-f1c111a4c345 0.040s 2024-02-28 21:25:00,216 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01d21b3e-944f-4e60-a0f0-c019db76d315', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01d21b3e-944f-4e60-a0f0-c019db76d315', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b780fc5096f442a99dc879d466fc7de9/volumes/acbfd1f6-5976-4fb9-b4b1-f1c111a4c345'} Body: b'{"volume": {"id": "acbfd1f6-5976-4fb9-b4b1-f1c111a4c345", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:24:59.000000", "updated_at": "2024-02-28T21:24:59.000000", "name": "tempest-ServerActionsTestOtherB-volume-1986325580", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/b780fc5096f442a99dc879d466fc7de9/volumes/acbfd1f6-5976-4fb9-b4b1-f1c111a4c345"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b780fc5096f442a99dc879d466fc7de9/volumes/acbfd1f6-5976-4fb9-b4b1-f1c111a4c345"}], "user_id": "d158661012ea45b19ef782f4d1cef36b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b780fc5096f442a99dc879d466fc7de9"}}' 2024-02-28 21:25:00,228 85802 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1737599. The failure could be related to https://launchpad.net/bugs/1737599 2024- 02-28 21:25:00,550 85802 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherB:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51 0.320s 2024-02-28 21:25:00,550 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1659', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa956995-e202-45f3-afde-916bf3b44787', 'x-compute-request-id': 'req-fa956995-e202-45f3-afde-916bf3b44787', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51'} Body: b'{"server": {"id": "eb5019c6-f743-4dd7-be61-bda6d2e6ac51", "name": "tempest-ServerActionsTestOtherB-server-1022999937", "status": "ACTIVE", "tenant_id": "b780fc5096f442a99dc879d466fc7de9", "user_id": "d158661012ea45b19ef782f4d1cef36b", "metadata": {}, "hostId": "cb645e9265b0ea4bd598025b7a41d0241a59027849111e4a03079245", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:21:15Z", "updated": "2024-02-28T21:21:28Z", "addresses": {"tempest-ServerActionsTestOtherB-1128054394-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ed:22"}, {"version": 4, "addr": "172.24.4.233", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:79:ed:22"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/eb5019c6-f743-4dd7-be61-bda6d2e6ac51"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-860211141", "OS-SRV-USG:launched_at": "2024-02-28T21:21:27.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--976533562"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 64, in test_snapshot_data_integrity volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6b83c312-2451-4f12-ad05-dbc2235d46f4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:31,818 85786 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:24:31,818 85786 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:24:32,052 85786 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.232s 2024-02-28 21:24:32,052 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1667093154", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBISIxVwu5OpPWfWWONdMNYo94KjKrTfiiTEY60IoEBBAO9DsKLF5SuoF4zq5qsh+QRqR9hULe8uo+6W2joGlNlXausJbBclon4aOD6Z62uVhclMcAzZqPCUo/p9OxkivOA=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:31 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-65b07900-efb1-4e50-8d17-4d7df8bc159a', 'x-compute-request-id': 'req-65b07900-efb1-4e50-8d17-4d7df8bc159a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1667093154", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBISIxVwu5OpPWfWWONdMNYo94KjKrTfiiTEY60IoEBBAO9DsKLF5SuoF4zq5qsh+QRqR9hULe8uo+6W2joGlNlXausJbBclon4aOD6Z62uVhclMcAzZqPCUo/p9OxkivOA==", "fingerprint": "41:f7:05:8b:a0:6a:db:2e:c0:86:51:e3:21:28:00:ac", "user_id": "f66ab9bdad5043babb6c67d1c91668be"}}' 2024-02-28 21:24:32,056 85786 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1667093154 created 2024-02-28 21:24:32,332 85786 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.276s 2024-02-28 21:24:32,333 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--101189342", "description": "tempest-description--1095276037"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-7fc96d74-98de-4d24-956f-05e514640812', 'date': 'Wed, 28 Feb 2024 21:24:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a76ea56a-261f-4c1b-8eee-a6162541ee91", "name": "tempest-securitygroup--101189342", "stateful": true, "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "description": "tempest-description--1095276037", "shared": false, "security_group_rules": [{"id": "47b65627-1d26-481c-8583-68ebdde485dc", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "a76ea56a-261f-4c1b-8eee-a6162541ee91", "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": 754, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:24:32Z", "updated_at": "2024-02-28T21:24:32Z", "revision_number": 0}, {"id": "cc31a69a-ec0d-4d3b-882c-7e9244b2ab35", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "a76ea56a-261f-4c1b-8eee-a6162541ee91", "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": 755, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:24:32Z", "updated_at": "2024-02-28T21:24:32Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:24:32Z", "updated_at": "2024-02-28T21:24:32Z", "revision_number": 1, "project_id": "e2ad2079d0da411381711c9b3c3bb315"}}' 2024-02-28 21:24:32,543 85786 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.209s 2024-02-28 21:24:32,544 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a76ea56a-261f-4c1b-8eee-a6162541ee91", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-6cba36cf-b15d-4e6e-85ca-b64240ce850b', 'date': 'Wed, 28 Feb 2024 21:24:32 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d98602a8-aa2e-443f-8ef0-0706e02f9a47", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "a76ea56a-261f-4c1b-8eee-a6162541ee91", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:32Z", "updated_at": "2024-02-28T21:24:32Z", "revision_number": 0}}' 2024-02-28 21:24:33,013 85786 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.468s 2024-02-28 21:24:33,013 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a76ea56a-261f-4c1b-8eee-a6162541ee91", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-93c8d564-708b-43c3-8c81-d44bb1ac253b', 'date': 'Wed, 28 Feb 2024 21:24:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b55a2d68-7b28-40a6-b971-ccc5fe83a081", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "a76ea56a-261f-4c1b-8eee-a6162541ee91", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:32Z", "updated_at": "2024-02-28T21:24:32Z", "revision_number": 0}}' 2024-02-28 21:24:33,013 85786 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--101189342 created 2024-02-28 21:24:33,706 85786 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.692s 2024-02-28 21:24:33,706 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": " ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-4b603aff-88ac-4014-8f0e-7bbf02845605', 'date': 'Wed, 28 Feb 2024 21:24:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c985b344-f893-410f-9304-793ed6eb65a2", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "floating_ip_address": "172.24.4.217", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:24:33Z", "updated_at": "2024-02-28T21:24:33Z", "revision_number": 0}}' 2024-02-28 21:24:33,707 85786 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c985b344-f893-410f-9304-793ed6eb65a2', 'tenant_id': 'e2ad2079d0da411381711c9b3c3bb315', 'floating_ip_address': '172.24.4.217', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e2ad2079d0da411381711c9b3c3bb315', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:24:33Z', 'updated_at': '2024-02-28T21:24:33Z', 'revision_number': 0, 'ip': '172.24.4.217'} created 2024-02-28 21:24:33,904 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.196s 2024-02-28 21:24:33,904 85786 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-1268026989", "description": "tempest-secgroup-smoke-1268026989 description", "project_id": "e2ad2079d0da411381711c9b3c3bb315"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1675', 'x-openstack-request-id': 'req-92bacee5-0b66-4533-a037-79175bc34a32', 'date': 'Wed, 28 Feb 2024 21:24:33 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "name": "tempest-secgroup-smoke-1268026989", "stateful": true, "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "description": "tempest-secgroup-smoke-1268026989 description", "shared": false, "security_group_rules": [{"id": "e16a17cd-eba8-4892-bfe2-b37925183a89", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "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": 763, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:24:33Z", "updated_at": "2024-02-28T21:24:33Z", "revision_number": 0}, {"id": "fc67fb5a-d66d-4bbd-8efb-326e9f8ac4cc", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "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": 762, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:24:33Z", "updated_at": "2024-02-28T21:24:33Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:24:33Z", "updated_at": "2024-02-28T21:24:33Z", "revision_number": 1, "project_id": "e2a d2079d0da411381711c9b3c3bb315"}}' 2024-02-28 21:24:34,113 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.208s 2024-02-28 21:24:34,113 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-1c8d27e6-5dd9-4be8-9247-511e1a332b66', 'date': 'Wed, 28 Feb 2024 21:24:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1d810f35-2524-4a66-9e3e-e64f660257e7", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:33Z", "updated_at": "2024-02-28T21:24:33Z", "revision_number": 0}}' 2024-02-28 21:24:34,337 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.223s 2024-02-28 21:24:34,337 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-60d225e5-3866-4c9f-91be-164e96efb481', 'date': 'Wed, 28 Feb 2024 21:24:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0a377a9a-9f4c-4bc8-bb69-83b2f8529bed", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:34Z", "updated_at": "2024-02-28T21:24:34Z", "revision_number": 0}}' 2024-02-28 21:24:34,571 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.233s 2024-02-28 21:24:34,572 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-b0633c0e-6330-4926-bb90-bafb3f9811f2', 'date': 'Wed, 28 Feb 2024 21:24:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f39cc82b-60ec-4b35 -a41d-06f833a16446", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:34Z", "updated_at": "2024-02-28T21:24:34Z", "revision_number": 0}}' 2024-02-28 21:24:34,816 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.243s 2024-02-28 21:24:34,817 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-7255beed-dc74-4a98-8a8b-2453c2195f86', 'date': 'Wed, 28 Feb 2024 21:24:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a8a4f10a-ae60-4976-a35a-86f2617254bc", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:34Z", "updated_at": "2024-02-28T21:24:34Z", "revision_number": 0}}' 2024-02-28 21:24:35,089 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.272s 2024-02-28 21:24:35,090 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-14cf90c0-be85-4692-973e-c31f7fbf0fa6', 'date': 'Wed, 28 Feb 2024 21:24:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "5584b673-6389-4b88-8c92-5322bee34f32", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:34Z", "updated_at": "2024-02-28T21:24:34Z", "revision_number": 0}}' 2024-02-28 21:24:35,387 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.297s 2024-02-28 21:24:35,388 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "project_id ": "e2ad2079d0da411381711c9b3c3bb315", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-c2aab20e-8549-470b-ae57-32f42c4e92c6', 'date': 'Wed, 28 Feb 2024 21:24:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0c0a9566-cf14-4ca9-9624-59bd6d8613a7", "project_id": "e2ad2079d0da411381711c9b3c3bb315", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "security_group_id": "6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:24:35Z", "updated_at": "2024-02-28T21:24:35Z", "revision_number": 0}}' 2024-02-28 21:24:35,474 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.080s 2024-02-28 21:24:35,474 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-15c9a7d7-6dd2-46cb-9773-ffb63015ff1b', '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": "f66ab9bdad5043babb6c67d1c91668be", "name": "tempest-SnapshotDataIntegrityTests-1646063139-project-member", "password_expires_at": null}, "audit_ids": ["nzCN5AJ9StOZ36brwTmb8Q"], "expires_at": "2024-02-28T22:24:35.000000Z", "issued_at": "2024-02-28T21:24:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "e2ad2079d0da411381711c9b3c3bb315", "name": "tempest-SnapshotDataIntegrityTests-1646063139"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/e2ad2079d0da411381711c9b3c3bb315", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315", "region": "RegionOne"}], "id": "9c074497a4234204 93607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:24:35,475 85786 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '097d293c-42c1-430b-b104-bb9ebc954855', 'name': 'tempest-SnapshotDataIntegrityTests-75314643-network', 'tenant_id': 'e2ad2079d0da411381711c9b3c3bb315', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'e2ad2079d0da411381711c9b3c3bb315', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16332, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:24:15Z', 'updated_at': '2024-02-28T21:24:15Z', 'revision_number': 1} available for tenant 2024-02-28 21:24:35,476 85786 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1667093154', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBISIxVwu5OpPWfWWONdMNYo94KjKrTfiiTEY60IoEBBAO9DsKLF5SuoF4zq5qsh+QRqR9hULe8uo+6W2joGlNlXausJbBclon4aOD6Z62uVhclMcAzZqPCUo/p9OxkivOA==', 'fingerprint': '41:f7:05:8b:a0:6a:db:2e:c0:86:51:e3:21:28:00:ac', 'user_id': 'f66ab9bdad5043babb6c67d1c91668be', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDC/NTXzlH09U+6pGJxUcGWDWll21G5baz9WVuvS5ROcbQv2a3I8npI6\noHMgDnMp3XugBwYFK4EEACKhZANiAASEiMVcLuTqT1n1ljjXTDWKPeCoyq034okx\nGOtCKBAQQDvQ7CixeUrqBeM6uarIfkEakfYVC3vLqPulto6BpTZV2rrCWwXJaJ+G\njg+metrlYXJTHAM2ajwlKP6fTsZIrzg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a76ea56a-261f-4c1b-8eee-a6162541ee91', 'name': 'tempest-securitygroup--101189342', 'stateful': True, 'tenant_id': 'e2ad2079d0da411381711c9b3c3bb315', 'description': 'tempest-description--1095276037', 'shared': False, 'security_group_rules': [{'id': '47b65627-1d26-481c-8583-68ebdde485dc', 'project_id': 'e2ad2079d0da411381711c9b3c3bb315', 'tenant_id': 'e2ad2079d0da411381711c9b3c3bb315', 'security_group_id': 'a76ea56a-261f-4c1b-8eee-a6162541ee91', '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': 754, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:24:32Z', 'updated_at': '2024-02-28T21:24:32Z', 'revision_number': 0}, {'id': 'cc31a69a-ec0d-4d3b-882c-7e9244b2ab35', 'project_id': 'e2ad2079d0da411381711c9b3c3bb315', 'tenant_id': 'e2ad2079d0da411381711c9b3c3bb315', 'security_group_id': 'a76ea56a-261f-4c1b-8eee-a6162541ee91', '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': 755, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:24:32Z', 'updated_at': '2024-02-28T21:24:32Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:24:32Z', 'updated_at': '2024-02-28T21:24:32Z', 'revision_number': 1, 'project_id': 'e2ad2079d0da411381711c9b3c3bb315'}, 'floating_ip': {'id': 'c985b344-f893-410f-9304-793ed6eb65a2', 'tenant_id': 'e2ad2079d0da411381711c9b3c3bb315', 'floating_ip_address': '172.24.4.217', 'floating_ne twork_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'e2ad2079d0da411381711c9b3c3bb315', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:24:33Z', 'updated_at': '2024-02-28T21:24:33Z', 'revision_number': 0, 'ip': '172.24.4.217'}} 2024-02-28 21:24:36,984 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 1.507s 2024-02-28 21:24:36,984 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-462844359", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "key_name": "tempest-keypair-1667093154", "security_groups": [{"name": "tempest-secgroup-smoke-1268026989"}, {"name": "tempest-securitygroup--101189342"}], "networks": [{"uuid": "097d293c-42c1-430b-b104-bb9ebc954855"}], "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '450', 'location': 'http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-837569c5-54b1-4050-92bc-d33f129e1233', 'x-compute-request-id': 'req-837569c5-54b1-4050-92bc-d33f129e1233', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "24e106c4-6486-43bb-bd7f-dd78eac19bc6", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1268026989"}, {"name": "tempest-securitygroup--101189342"}], "adminPass": "r3ii9MsSrJpG"}}' 2024-02-28 21:24:37,078 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6 0.090s 2024-02-28 21:24:37,078 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:36 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-044bde1d-f69f-4560-9680-dd96e38c562e', 'x-compute-request-id': 'req-044bde1d-f69f-4560-9680-dd96e38c562e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6'} Body: b'{"server": {"id": "24e106c4-6486-43bb-bd7f-dd78eac19bc6", "name": "tempest-SnapshotDataIntegrityTests-server-462844359", "status": "BUILD", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "user_id": "f66ab9bdad5043babb6c67d1c91668be", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:24:37Z", "updated": "2024-02-28T21:24:37Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "li nks": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1667093154", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:25:27,364 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6 0.238s 2024-02-28 21:25:27,364 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5133b99c-5ca5-49b1-8ee2-a87f2c84fde4', 'x-compute-request-id': 'req-5133b99c-5ca5-49b1-8ee2-a87f2c84fde4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6'} Body: b'{"server": {"id": "24e106c4-6486-43bb-bd7f-dd78eac19bc6", "name": "tempest-SnapshotDataIntegrityTests-server-462844359", "status": "ACTIVE", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "user_id": "f66ab9bdad5043babb6c67d1c91668be", "metadata": {}, "hostId": "69c21d1ab40f82205db0413d7b90653ad7ce16ed45e234e2bf9e45f0", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:24:36Z", "updated": "2024-02-28T21:24:44Z", "addresses": {"tempest-SnapshotDataIntegrityTests-75314643-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:38:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1667093154", "OS-SRV-USG:launched_at": "2024-02-28T21:24:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1268026989"}, {"name": "tempest-securitygroup--101189342"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:25:27,377 85786 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:26:27,942 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6/os-interface 0.535s 2024-02-28 21:26:27,942 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:27 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-20b6823f-cafe-423f-96b3-b1027f74ff4e', 'x-compute-request-id': 'req-20b6823f-cafe-423f-96b3-b1027f74ff4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "097d293c-42c1-430b-b104-bb9ebc954855", "port_id": "4b1675b8-6c86-4cc5-8a33-770644ddbe55", "mac_addr": "fa:16:3e:70:38:60", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c4c6425d-6703-4718-b8e4-525022cd9455", "ip_address": "10.0.0.13"}]}]}' 2024-02-28 21:26:28,880 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/c985b344-f893-410f-9304-793ed6eb65a2 0.933s 2024-02-28 21:26:28,880 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "4b1675b8-6c86-4cc5-8a33-770644ddbe55"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-8f17a2b8-7055-4823-a09c-acaa8dac390a', 'date': 'Wed, 28 Feb 2024 21:26:28 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c985b344-f893-410f-9304-793ed6eb65a2'} Body: b'{"floatingip": {"id": "c985b344-f893-410f-9304-793ed6eb65a2", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "floating_ip_address": "172.24.4.217", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "7dcedde0-9a66-4d3c-9cd2-8efa16780419", "port_id": "4b1675b8-6c86-4cc5-8a33-770644ddbe55", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "097d293c-42c1-430b-b104-bb9ebc954855", "mac_address": "fa:16:3e:70:38:60", "admin_state_up": true, "status": "ACTIVE", "device_id": "24e106c4-6486-43bb-bd7f-dd78eac19bc6", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:24:33Z", "updated_at": "2024-02-28T21:26:28Z", "revision_number": 1, "project_id": "e2ad2079d0da411381711c9b3c3bb315"}}' 2024-02-28 21:26:28,883 85786 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.217:22' as 'cirros' with public key authentication 2024-02-28 21:26:28,896 85786 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:26:29,007 85786 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:26:29,007 85786 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.217 successfully created 2024-02-28 21:26:29,367 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6 0.359s 2024-02-28 21:26:29,368 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1592', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7291811b-3fd2-44ec-9576-d348ac29b925', 'x-compute-request-id': 'req-7291811b-3fd2-44ec-9576-d348ac29b925', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6'} Body: b'{"server": {"id": "24e106c4-6486-43bb-bd7f-dd78eac19bc6", "name": "tempest-SnapshotDataIntegrityTests-server-462844359", "status": "ACTIVE", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "user_id": "f66ab9bdad5043babb6c67d1c91668be", "metadata": {}, "hostId": "69c21d1ab40f82205db0 413d7b90653ad7ce16ed45e234e2bf9e45f0", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:24:36Z", "updated": "2024-02-28T21:24:44Z", "addresses": {"tempest-SnapshotDataIntegrityTests-75314643-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:38:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1667093154", "OS-SRV-USG:launched_at": "2024-02-28T21:24:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1268026989"}, {"name": "tempest-securitygroup--101189342"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:26:29,620 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes 0.234s 2024-02-28 21:26:29,621 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1158876063", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c2a60b7-a13b-4fea-bd3b-e64256bc237e', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c2a60b7-a13b-4fea-bd3b-e64256bc237e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes'} Body: b'{"volume": {"id": "6b83c312-2451-4f12-ad05-dbc2235d46f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:26:29.556041", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1158876063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4"}], "user_id": "f66ab9bdad5043babb6c67d1c91668be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:26:29,682 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4 0.049s 2024-02-28 21:26:29,683 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2cb98c4a-fd61-4481-a5f7-9bb6a65afc62', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2cb98c4a-fd61-4481-a5f7-9bb6a65afc62', 'connection': 'close', 'sta tus': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4'} Body: b'{"volume": {"id": "6b83c312-2451-4f12-ad05-dbc2235d46f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:26:30.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1158876063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4"}], "user_id": "f66ab9bdad5043babb6c67d1c91668be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2ad2079d0da411381711c9b3c3bb315"}}' 2024-02-28 21:26:30,757 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4 0.047s 2024-02-28 21:26:30,871 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e170a123-833b-4b4f-9b68-262045f7006e', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e170a123-833b-4b4f-9b68-262045f7006e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4'} Body: b'{"volume": {"id": "6b83c312-2451-4f12-ad05-dbc2235d46f4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:26:30.000000", "updated_at": "2024-02-28T21:26:30.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1158876063", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4"}], "user_id": "f66ab9bdad5043babb6c67d1c91668be", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e2ad2079d0da411381711c9b3c3bb315"}}' 2024-02-28 21:26:30,991 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4 0.105s 2024-02-28 21:26:30,991 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26: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-6c423e04-9596-4e80-b7a8-c24caaeaefe6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4'} Body: b'' 2024-02-28 21:26:31,014 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/vol ume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4 0.022s 2024-02-28 21:26:31,014 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-bde08eed-424f-47c7-8d78-1e930d76de19', 'x-openstack-request-id': 'req-bde08eed-424f-47c7-8d78-1e930d76de19', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e2ad2079d0da411381711c9b3c3bb315/volumes/6b83c312-2451-4f12-ad05-dbc2235d46f4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6b83c312-2451-4f12-ad05-dbc2235d46f4 could not be found."}}' 2024-02-28 21:26:31,126 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6 0.112s 2024-02-28 21:26:31,127 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:31 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-f277bfdd-ced4-49ae-9ac2-7acd492af9e3', 'x-compute-request-id': 'req-f277bfdd-ced4-49ae-9ac2-7acd492af9e3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6'} Body: b'' 2024-02-28 21:26:31,411 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6 0.283s 2024-02-28 21:26:31,411 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1717', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8203fd27-23f6-48ce-8acf-848ac47cf44f', 'x-compute-request-id': 'req-8203fd27-23f6-48ce-8acf-848ac47cf44f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6'} Body: b'{"server": {"id": "24e106c4-6486-43bb-bd7f-dd78eac19bc6", "name": "tempest-SnapshotDataIntegrityTests-server-462844359", "status": "ACTIVE", "tenant_id": "e2ad2079d0da411381711c9b3c3bb315", "user_id": "f66ab9bdad5043babb6c67d1c91668be", "metadata": {}, "hostId": "69c21d1ab40f82205db0413d7b90653ad7ce16ed45e234e2bf9e45f0", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:24:36Z", "updated": "2024-02-28T21:26:31Z", "addresses": {"tempest-SnapshotDataIntegrityTests-75314643-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:38:60"}, {"version": 4, "addr": "172.24.4.217", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:70:38:60"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19 bc6"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1667093154", "OS-SRV-USG:launched_at": "2024-02-28T21:24:43.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1268026989"}, {"name": "tempest-securitygroup--101189342"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:27:21,502 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6 0.040s 2024-02-28 21:27:21,503 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:21 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-e794c463-916f-4c50-b091-1c5b02f0141d', 'x-compute-request-id': 'req-e794c463-916f-4c50-b091-1c5b02f0141d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/24e106c4-6486-43bb-bd7f-dd78eac19bc6'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 24e106c4-6486-43bb-bd7f-dd78eac19bc6 could not be found."}}' 2024-02-28 21:27:21,749 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe 0.246s 2024-02-28 21:27:21,750 85786 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-7f30198d-e66a-4874-a979-1b7d05c2535b', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:27:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/6a5a73e4-e9c8-46c1-90bf-abc4a5a135fe'} Body: b'' 2024-02-28 21:27:21,790 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1667093154 0.039s 2024-02-28 21:27:21,791 85786 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:21 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-c501f40e-1bd8-46e0-a98f-311659a0b849', 'x-compute-request-id': 'req-c501f40e-1bd8-46e0-a98f-311659a0b849', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1667093154'} Body: b'' 2024-02-28 21:27:21,949 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a76ea56a-261f-4c1b-8eee-a6162541ee91 0.158s 2024-02-28 21:27:21,950 85786 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-fd2ca47b-cc5e-47ef-b599-b404967840d4', 'content-length': '0', 'dat e': 'Wed, 28 Feb 2024 21:27:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a76ea56a-261f-4c1b-8eee-a6162541ee91'} Body: b'' 2024-02-28 21:27:21,969 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a76ea56a-261f-4c1b-8eee-a6162541ee91 0.019s 2024-02-28 21:27:21,969 85786 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-d08e7fec-4a77-4adc-b9f8-640d1d26c5b2', 'date': 'Wed, 28 Feb 2024 21:27:21 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a76ea56a-261f-4c1b-8eee-a6162541ee91'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a76ea56a-261f-4c1b-8eee-a6162541ee91 does not exist", "detail": ""}}' 2024-02-28 21:27:22,416 85786 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/c985b344-f893-410f-9304-793ed6eb65a2 0.445s 2024-02-28 21:27:22,416 85786 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-7df72484-e2fe-4805-b220-7637cdbdcca2', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:27:22 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c985b344-f893-410f-9304-793ed6eb65a2'} Body: b'' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 307, in test_stable_device_rescue_bfv_image_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 340, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 323, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 80, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server a73d3b1c-31eb-402a-9f86-cd2626be3c07 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2024-02-28T21:27:08Z', 'message': 'Build of instance a73d3b1c-31eb-402a-9f86-cd2626be3c07 aborted: Volume 305417df-b75a-41e0-9305-026c19aae1a2 did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Request ID of server operation performed before checking the server status req-0c457e3e-943a-4b3c-9b0d-b4d2ab34f9f9. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:24:03,359 85782 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.082s 2024-02-28 21:24:03,359 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:03 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-2c0103c7-def1-4b49-aa93-cb175a8d5e91', '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": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "password_expires_at": null}, "audit_ids": ["9oDWgSCWS328em2CVeEwhQ"], "expires_at": "2024-02-28T22:24:03.000000Z", "issued_at": "2024-02-28T21:24:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0be8f6804d241c88f171526eb596bec", "name": "tempest-ServerBootFromVolumeStableRescueTest-452363223"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:24:03,360 85782 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '72902b5d-12a4-48f8-b99b-9cb7fd60f712', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-140139204-network', 'tenant_id': 'a0be8f6804d241c88f171526eb596bec', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project _id': 'a0be8f6804d241c88f171526eb596bec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18538, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:19:48Z', 'updated_at': '2024-02-28T21:19:48Z', 'revision_number': 1} available for tenant 2024-02-28 21:24:03,851 85782 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.491s 2024-02-28 21:24:03,852 85782 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-1296013399", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "networks": [{"uuid": "72902b5d-12a4-48f8-b99b-9cb7fd60f712"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/0176a589-b412-44a6-8cba-0a71a4da60e7', '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-74d4c946-f891-432c-8496-0eb634aa5352', 'x-compute-request-id': 'req-74d4c946-f891-432c-8496-0eb634aa5352', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0176a589-b412-44a6-8cba-0a71a4da60e7", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0176a589-b412-44a6-8cba-0a71a4da60e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0176a589-b412-44a6-8cba-0a71a4da60e7"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "qyS7dEJGct9H"}}' 2024-02-28 21:24:03,946 85782 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/0176a589-b412-44a6-8cba-0a71a4da60e7 0.091s 2024-02-28 21:24:03,947 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:03 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-cec5b7c1-33d4-420c-b6c3-bcbedcb08390', 'x-compute-request-id': 'req-cec5b7c1-33d4-420c-b6c3-bcbedcb08390', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0176a589-b412-44a6-8cba-0a71a4da60e7'} Body: b'{"server": {"id": "0176a589-b412-44a6-8cba-0a71a4da60e7", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1296013399", "status": "BUILD", "tenant_id": "a0be8f6804d241c88f171526eb596bec", "user_id": "5fe044f40b754845856a1bd2996436fe", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T21:24:04Z", "updated": "2024-02-28T21:24:03Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0176a5 89-b412-44a6-8cba-0a71a4da60e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0176a589-b412-44a6-8cba-0a71a4da60e7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 21:24:54,361 85782 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/0176a589-b412-44a6-8cba-0a71a4da60e7 0.347s 2024-02-28 21:24:54,362 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:24:54 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-5195d2b3-0dc6-45b1-a0ab-1c66ef2eb3a2', 'x-compute-request-id': 'req-5195d2b3-0dc6-45b1-a0ab-1c66ef2eb3a2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0176a589-b412-44a6-8cba-0a71a4da60e7'} Body: b'{"server": {"id": "0176a589-b412-44a6-8cba-0a71a4da60e7", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1296013399", "status": "ACTIVE", "tenant_id": "a0be8f6804d241c88f171526eb596bec", "user_id": "5fe044f40b754845856a1bd2996436fe", "metadata": {}, "hostId": "3fad53db43d71d2b46490299c0915a316357d5aa29e47afb9e8fd470", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T21:24:03Z", "updated": "2024-02-28T21:24:10Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-140139204-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:f0:15"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0176a589-b412-44a6-8cba-0a71a4da60e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0176a589-b412-44a6-8cba-0a71a4da60e7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:24: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": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 21:24:54,382 85782 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 21:25:55,292 85782 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/0176a589-b412-44a6-8cba-0a71a4da60e7/action 0.855s 2024-02-28 21:25:55,292 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolumeStabl eRescueTest-image-455830052"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:54 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-1250abbe-a081-4b9b-ab88-1a5a24381161', 'x-compute-request-id': 'req-1250abbe-a081-4b9b-ab88-1a5a24381161', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0176a589-b412-44a6-8cba-0a71a4da60e7/action'} Body: b'{"image_id": "94fe34bc-fb83-4f96-993b-f8c23d360c26"}' 2024-02-28 21:25:55,319 85782 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/94fe34bc-fb83-4f96-993b-f8c23d360c26 0.025s 2024-02-28 21:25:55,320 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-050d5a22-7d8d-4f41-9e1b-95d3007f9293', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "0176a589-b412-44a6-8cba-0a71a4da60e7", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-455830052", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "94fe34bc-fb83-4f96-993b-f8c23d360c26", "created_at": "2024-02-28T21:25:55Z", "updated_at": "2024-02-28T21:25:55Z", "tags": [], "self": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26", "file": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:25:56,345 85782 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/94fe34bc-fb83-4f96-993b-f8c23d360c26 0.023s 2024-02-28 21:25:56,345 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-db749cd7-850e-4ad6-96fc-9d3539692c21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "0176a589-b412-44a6-8cba-0a71a4da60e7", "owner_project_name": "tempest-ServerBootFr omVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-455830052", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "94fe34bc-fb83-4f96-993b-f8c23d360c26", "created_at": "2024-02-28T21:25:55Z", "updated_at": "2024-02-28T21:25:55Z", "tags": [], "self": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26", "file": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:25:57,368 85782 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/94fe34bc-fb83-4f96-993b-f8c23d360c26 0.022s 2024-02-28 21:25:57,369 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-efd65ced-1453-4082-ab6d-21a3338b39c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "0176a589-b412-44a6-8cba-0a71a4da60e7", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-455830052", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "94fe34bc-fb83-4f96-993b-f8c23d360c26", "created_at": "2024-02-28T21:25:55Z", "updated_at": "2024-02-28T21:25:55Z", "tags": [], "self": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26", "file": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:25:58,396 85782 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/94fe34bc-fb83-4f96-993b-f8c23d360c26 0.025s 2024-02-28 21:25:58,396 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1357', 'content-type': 'application/json', 'x-openstack-request-id': 'req-16b5fcae-47e9-4fdc-a644-b6f4ad0367e2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_role s": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_type": "snapshot", "instance_uuid": "0176a589-b412-44a6-8cba-0a71a4da60e7", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-455830052", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "94fe34bc-fb83-4f96-993b-f8c23d360c26", "created_at": "2024-02-28T21:25:55Z", "updated_at": "2024-02-28T21:25:55Z", "tags": [], "self": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26", "file": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:25:59,439 85782 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/94fe34bc-fb83-4f96-993b-f8c23d360c26 0.041s 2024-02-28 21:25:59,439 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:25:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'x-openstack-request-id': 'req-51aeca0a-68fc-485e-86ec-c43f8e540d82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "0176a589-b412-44a6-8cba-0a71a4da60e7", "owner_id": "a0be8f6804d241c88f171526eb596bec", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-455830052", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "94fe34bc-fb83-4f96-993b-f8c23d360c26", "created_at": "2024-02-28T21:25:55Z", "updated_at": "2024-02-28T21:25:59Z", "tags": [], "self": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26", "file": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:26:00,462 85782 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/94fe34bc-fb83-4f96-993b-f8c23d360c26 0.022s 2024-02-28 21:26:00,463 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1468', 'content-type': 'application/json', 'x-openstack-request-id': 'req-bb4218d4-3aeb-46b6-aec5-cfc7811293a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "0176a589-b412-44a6-8cba-0a71a4da60e7", "owner_id": "a0be8f6804d241c88f171526eb596bec", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-455830052", "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": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "94fe34bc-fb83-4f96-993b-f8c23d360c26", "created_at": "2024-02-28T21:25:55Z", "updated_at": "2024-02-28T21:25:59Z", "tags": [], "self": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26", "file": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:26:01,507 85782 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/94fe34bc-fb83-4f96-993b-f8c23d360c26 0.042s 2024-02-28 21:26:01,507 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-8824914b-5df7-4492-a787-16d4d50412f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "0176a589-b412-44a6-8cba-0a71a4da60e7", "owner_id": "a0be8f6804d241c88f171526eb596bec", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-455830052", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "9efcef3f083299863d0fc1f8fbeb736e", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f71797b93da5611f93c3a70388201089f39691c9a7546f3879726eb7903e4330241419c345a3a27d1a183371ea40f647a147b2c48adf103a0e00293065c6733b", "id": "94fe34bc-fb83-4f96-993b-f8c23d360c26", "created_at": "2024-02-28T21:25:55Z", "updated_a t": "2024-02-28T21:26:00Z", "tags": [], "self": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26", "file": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:26:01,547 85782 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/94fe34bc-fb83-4f96-993b-f8c23d360c26 0.039s 2024-02-28 21:26:01,547 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1638', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1369edfe-6b58-4d8e-bb13-afdfd4bd8342', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26'} Body: b'{"base_image_ref": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "boot_roles": "member,reader", "hw_cdrom_bus": "ide", "hw_disk_bus": "virtio", "hw_machine_type": "pc", "hw_rng_model": "virtio", "hw_video_model": "virtio", "hw_vif_model": "virtio", "image_location": "snapshot", "image_state": "available", "image_type": "snapshot", "instance_uuid": "0176a589-b412-44a6-8cba-0a71a4da60e7", "owner_id": "a0be8f6804d241c88f171526eb596bec", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "user_id": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-455830052", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 52297728, "virtual_size": 1073741824, "status": "active", "checksum": "9efcef3f083299863d0fc1f8fbeb736e", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "a0be8f6804d241c88f171526eb596bec", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "f71797b93da5611f93c3a70388201089f39691c9a7546f3879726eb7903e4330241419c345a3a27d1a183371ea40f647a147b2c48adf103a0e00293065c6733b", "id": "94fe34bc-fb83-4f96-993b-f8c23d360c26", "created_at": "2024-02-28T21:25:55Z", "updated_at": "2024-02-28T21:26:00Z", "tags": [], "self": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26", "file": "/v2/images/94fe34bc-fb83-4f96-993b-f8c23d360c26/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:26:01,963 85782 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/0176a589-b412-44a6-8cba-0a71a4da60e7 0.415s 2024-02-28 21:26:01,964 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:01 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-1dec1730-96c6-4454-ba4f-873617812d9b', 'x-compute-request-id': 'req-1dec1730-96c6-4454-ba4f-873617812d9b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0176a589-b412-44a6-8cba-0a71a4da60e7'} Body: b'{"server": {"id": "0176a589-b412-44a6-8cba-0a71a4da60e7", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1296013399", "status": "ACTIVE", "tenant_id": "a0be8f6804d241c88f171526eb596bec", "user_id": "5fe044f40b754845856a1bd2996436fe", "metadata": {}, "hostId": "3fad53db43d71d2b46490299c0915a316357d5aa29e47af b9e8fd470", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T21:24:03Z", "updated": "2024-02-28T21:26:01Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-140139204-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:f0:f0:15"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0176a589-b412-44a6-8cba-0a71a4da60e7"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0176a589-b412-44a6-8cba-0a71a4da60e7"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:24: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": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 21:27:02,088 85782 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.082s 2024-02-28 21:27:02,089 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:02 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-f1892c87-c7e9-478b-9497-3add25c09157', '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": "5fe044f40b754845856a1bd2996436fe", "name": "tempest-ServerBootFromVolumeStableRescueTest-452363223-project-member", "password_expires_at": null}, "audit_ids": ["r9BSp6PDRDa1PVwqGrgLXw"], "expires_at": "2024-02-28T22:27:02.000000Z", "issued_at": "2024-02-28T21:27:02.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a0be8f6804d241c88f171526eb596bec", "name": "tempest-ServerBootFromVolumeStableRescueTest-452363223"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a0be8f6804d241c88f171526eb596bec", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:27:02,090 85782 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '72902b5d-12a4-48f8-b99b-9cb7fd60f712', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-140139204-network', 'tenant_id': 'a0be8f6804d241c88f171526eb596bec', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a0be8f6804d241c88f171526eb596bec', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 18538, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:19:48Z', 'updated_at': '2024-02-28T21:19:48Z', 'revision_number': 1} available for tenant 2024-02-28 21:27:02,614 85782 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.523s 2024-02-28 21:27:02,614 85782 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-435129615", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "destination_type": "volume"}], "networks": [{"uuid": "72902b5d-12a4-48f8-b99b-9cb7fd60f712"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07', '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-0c457e3e-943a-4b3c-9b0d-b4d2ab34f9f9', 'x-compute-request-id': 'req-0c457e3e-943a-4b3c-9b0d-b4d2ab34f9f9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a73d3b1c-31eb-402a-9f86-cd2626be3c07", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "JBuV5ZsgnLcF"}}' 2024-02-28 21:27:02,733 85782 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/a73d3b1c-31eb-402a-9f86-cd2626be3c07 0.115s 2024-02-28 21:27:02,733 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content- Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91e46c10-1a1a-4d82-8d3c-c819272da857', 'x-compute-request-id': 'req-91e46c10-1a1a-4d82-8d3c-c819272da857', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07'} Body: b'{"server": {"id": "a73d3b1c-31eb-402a-9f86-cd2626be3c07", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-435129615", "status": "BUILD", "tenant_id": "a0be8f6804d241c88f171526eb596bec", "user_id": "5fe044f40b754845856a1bd2996436fe", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T21:27:03Z", "updated": "2024-02-28T21:27:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 21:27:52,946 85782 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/a73d3b1c-31eb-402a-9f86-cd2626be3c07 0.142s 2024-02-28 21:27:52,946 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1649', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-691f0c74-85c6-48e1-80c0-1f63fb6feed7', 'x-compute-request-id': 'req-691f0c74-85c6-48e1-80c0-1f63fb6feed7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07'} Body: b'{"server": {"id": "a73d3b1c-31eb-402a-9f86-cd2626be3c07", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-435129615", "status": "ERROR", "tenant_id": "a0be8f6804d241c88f171526eb596bec", "user_id": "5fe044f40b754845856a1bd2996436fe", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"vcpus": 1, "ram": 512, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.tiny", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2024-02-28T21:27:02Z", "updated": "2024-02-28T21:27:08Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2024-02-28T21:27:08Z", "message": "Build of instance a73d3b1c-31eb-402a-9f86-cd2626be3c07 aborted: Volume 305417df-b75a-41e0-9305-026c19aae1a2 did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2024-02-28 21:27:52,964 85782 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2024-02-28 21:27:53,550 85782 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/a73d3b1c-31eb-402a-9f86-cd2626be3c07 0.585s 2024-02-28 21:27:53,550 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a7b700f0-ab36-4487-8375-29e923d3e967', 'x-compute-request-id': 'req-a7b700f0-ab36-4487-8375-29e923d3e967', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07'} Body: b'' 2024-02-28 21:27:53,584 85782 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/a73d3b1c-31eb-402a-9f86-cd2626be3c07 0.034s 2024-02-28 21:27:53,585 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-738232df-c021-439e-ae2d-94731e63333f', 'x-compute-request-id': 'req-738232df-c021-439e-ae2d-94731e63333f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a73d3b1c-31eb-402a-9f86-cd2626be3c07'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a73d3b1c-31eb-402a-9f86-cd2626be3c07 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fddcaf80-8915-4ab6-ba6f-a2924fd38eee failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:26:00,136 85800 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:26:00,136 85800 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:26:00,262 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.124s 2024-02-28 21:26:00,262 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1261990662", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA+ITBbfQ9ni2Mqpr/0bqRF3+f5/9YKx/kiRhJGzeV1Z5loHhQLpy02sCD59aaeqZcL5gSq5/uTR7WLEJyFCq6aovxvq/jxMJFaShS5ufNBC5mfs9xkmKntunNbJPg9BLg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:00 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-dafcba41-5002-48ec-b2f3-ef6cd60938e9', 'x-compute-request-id': 'req-dafcba41-5002-48ec-b2f3-ef6cd60938e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1261990662", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA+ITBbfQ9ni2Mqpr/0bqRF3+f5/9YKx/kiRhJGzeV1Z5loHhQLpy02sCD59aaeqZcL5gSq5/uTR7WLEJyFCq6aovxvq/jxMJFaShS5ufNBC5mfs9xkmKntunNbJPg9BLg==", "fingerprint": "03:6f:db:27:7b:63:10:16:09:93:08:8d:d2:e2:7b:85", "user_id": "beedcbb33fa340a391a63b945f83df1c"}}' 2024-02-28 21:26:00,264 85800 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1261990662 created 2024-02-28 21:26:00,444 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.179s 2024-02-28 21:26:00,445 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--497955481", "description": "tempest-description--1049200129"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-ad66e0af-ad14-4733-9cd1-5117f3432d9e', 'date': 'Wed, 28 Feb 2024 21:26:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a0e5a89c-bef1-4e52-96f5-9d0846359365", "name": "tempest-securitygroup--497955481", "stateful": true, "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "description": "tempest-description--1049200129", "shared": false, "security_group_rules": [{"id": "b75248ba-042b-4f90-927a-7618e5775c5d", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "a0e5a89c-bef1-4e52-96f5-9d0846359365", "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": 868, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:26:00Z", "updated_at": "2024-02-28T21:26:00Z", "revision_number": 0}, {"id": "c8a0c247-61d1-4134-bc4c-3bd61fd5d6ac", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "a0e5a89c-bef1-4e52-96f5-9d0846359365", "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": 869, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:26:00Z", "updated_at": "2024-02-28T21:26:00Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:26:00Z", "updated_at": "2024-02-28T21:26:00Z", "revision_number": 1, "project_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:26:00,702 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.257s 2024-02-28 21:26:00,702 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a0e5a89c-bef1-4e52-96f5-9d0846359365", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-085e269a-c703-4423-9869-ae4a6a4c917a', 'date': 'Wed, 28 Feb 2024 21:26:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2446378b-98d6-40e2-ac1b-fd9fb57595a6", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "a0e5a89c-bef1-4e52-96f5-9d0846359365", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:26:00Z", "updated_at": "2024-02-28T21:26:00Z", "revision_number": 0}}' 2024-02-28 21:26:00,927 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.224s 2024-02-28 21:26:00,927 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a0e5a89c-bef1-4e52-96f5-9d0846359365", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-96bda195-4e3f-4edf-97d3-5df816cacc78', 'date': 'Wed, 28 Feb 2024 21:26:00 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a46b7c81-6b31-4004-bbe4-27ce28d8a353", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "a0e5a89c-bef1-4e52-96f5-9d0846359365", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:26:00Z", "updated_at": "2024-02-28T21:26:00Z", "revision_number": 0}}' 2024-02-28 21:26:00,927 85800 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--497955481 created 2024-02-28 21:26:01,943 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.015s 2024-02-28 21:26:01,944 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": " ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-2021b400-8205-4851-aaed-5c9b33aeed51', 'date': 'Wed, 28 Feb 2024 21:26:01 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "154b8411-b4fc-4152-b8b9-273b9951846f", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "floating_ip_address": "172.24.4.11", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fd656e06c81e4095915de62a1b159c4e", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:26:01Z", "updated_at": "2024-02-28T21:26:01Z", "revision_number": 0}}' 2024-02-28 21:26:01,944 85800 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '154b8411-b4fc-4152-b8b9-273b9951846f', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'floating_ip_address': '172.24.4.11', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:26:01Z', 'updated_at': '2024-02-28T21:26:01Z', 'revision_number': 0, 'ip': '172.24.4.11'} created 2024-02-28 21:26:01,996 85800 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.046s 2024-02-28 21:26:01,996 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:01 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-d2b0cb79-4153-48d6-bbc7-51620cfd93d5', '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": "beedcbb33fa340a391a63b945f83df1c", "name": "tempest-AttachVolumeNegativeTest-2016560345-project-member", "password_expires_at": null}, "audit_ids": ["XRF0_p34RRqQqQYp67wuyg"], "expires_at": "2024-02-28T22:26:01.000000Z", "issued_at": "2024-02-28T21:26:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd656e06c81e4095915de62a1b159c4e", "name": "tempest-AttachVolumeNegativeTest-2016560345"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fd656e06c81e4095915de62a1b159c4e", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:26:01,997 85800 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': 'b78ae623-b577-4ef2-bd8b-778ec87db2f9', 'name': 'tempest-AttachVolumeNegativeTest-1496596910-network', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28052, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:25:53Z', 'updated_at': '2024-02-28T21:25:53Z', 'revision_number': 1} available for tenant 2024-02-28 21:26:01,997 85800 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1261990662', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBA+ITBbfQ9ni2Mqpr/0bqRF3+f5/9YKx/kiRhJGzeV1Z5loHhQLpy02sCD59aaeqZcL5gSq5/uTR7WLEJyFCq6aovxvq/jxMJFaShS5ufNBC5mfs9xkmKntunNbJPg9BLg==', 'fingerprint': '03:6f:db:27:7b:63:10:16:09:93:08:8d:d2:e2:7b:85', 'user_id': 'beedcbb33fa340a391a63b945f83df1c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDo1vDSJnxHG5EKnfwRCd5cfuxlNyjNCXtFClNV4md23MB4pyvorVxY\nf+bcjIsU03egBwYFK4EEACKhZANiAAQPiEwW30PZ4tjKqa/9G6kRd/n+f/WCsf5I\nkYSRs3ldWeZaB4UC6ctNrAg+fWmnqmXC+YEquf7k0e1ixCchQqumqL8b6v48TCRW\nkoUubnzQQuZn7PcZJip7bpzWyT4PQS4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a0e5a89c-bef1-4e52-96f5-9d0846359365', 'name': 'tempest-securitygroup--497955481', 'stateful': True, 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'description': 'tempest-description--1049200129', 'shared': False, 'security_group_rules': [{'id': 'b75248ba-042b-4f90-927a-7618e5775c5d', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'security_group_id': 'a0e5a89c-bef1-4e52-96f5-9d0846359365', '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': 868, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:26:00Z', 'updated_at': '2024-02-28T21:26:00Z', 'revision_number': 0}, {'id': 'c8a0c247-61d1-4134-bc4c-3bd61fd5d6ac', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'security_group_id': 'a0e5a89c-bef1-4e52-96f5-9d0846359365', '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, 'remot e_group_id': None, 'standard_attr_id': 869, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:26:00Z', 'updated_at': '2024-02-28T21:26:00Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:26:00Z', 'updated_at': '2024-02-28T21:26:00Z', 'revision_number': 1, 'project_id': 'fd656e06c81e4095915de62a1b159c4e'}, 'floating_ip': {'id': '154b8411-b4fc-4152-b8b9-273b9951846f', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'floating_ip_address': '172.24.4.11', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:26:01Z', 'updated_at': '2024-02-28T21:26:01Z', 'revision_number': 0, 'ip': '172.24.4.11'}} 2024-02-28 21:26:02,895 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.897s 2024-02-28 21:26:02,896 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1305230907", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "b78ae623-b577-4ef2-bd8b-778ec87db2f9"}], "security_groups": [{"name": "tempest-securitygroup--497955481"}], "key_name": "tempest-keypair-1261990662", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d2f3d6db-23a2-47b5-91cc-f3bb6754a515', 'x-compute-request-id': 'req-d2f3d6db-23a2-47b5-91cc-f3bb6754a515', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e24f55b9-6325-4a4d-99be-7c5a8b434d8c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--497955481"}], "adminPass": "password"}}' 2024-02-28 21:26:02,962 85800 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/e24f55b9-6325-4a4d-99be-7c5a8b434d8c 0.063s 2024-02-28 21:26:02,962 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:02 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-0dc28043-1bac-41a3-a575-d499ab665869', 'x-compute-request-id': 'req-0dc28043-1bac-41a3-a575-d499ab665869', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c'} Body: b'{"server": {"id": "e24f55b9-6325-4a4d-99be-7c5a8b434d8c", "name": "tempest-AttachVolumeNegativeTest-server-1305230907", "status": "BUILD", "tenant_id": "fd656e06c81e4095915de 62a1b159c4e", "user_id": "beedcbb33fa340a391a63b945f83df1c", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:03Z", "updated": "2024-02-28T21:26:02Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1261990662", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:26:53,281 85800 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/e24f55b9-6325-4a4d-99be-7c5a8b434d8c 0.255s 2024-02-28 21:26:53,281 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:26:53 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-e8507041-fa4c-414b-b589-b5c347fec7c1', 'x-compute-request-id': 'req-e8507041-fa4c-414b-b589-b5c347fec7c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c'} Body: b'{"server": {"id": "e24f55b9-6325-4a4d-99be-7c5a8b434d8c", "name": "tempest-AttachVolumeNegativeTest-server-1305230907", "status": "ACTIVE", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "user_id": "beedcbb33fa340a391a63b945f83df1c", "metadata": {}, "hostId": "17963a0c3c7761a3efee121e879c7ffa1b8fe21e8ed2f232dd9626bd", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:02Z", "updated": "2024-02-28T21:26:10Z", "addresses": {"tempest-AttachVolumeNegativeTest-1496596910-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:44:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1261990662", "OS-SRV-USG:launched_at": "2024-02-28T21:26:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--497955481"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:26:53,295 85800 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 21:27:53,502 85800 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/e24f55b9-6325-4a4d-99be-7c5a8b434d8c/os-interface 0.147s 2024-02-28 21:27:53,502 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ac547de5-89e2-4cca-afd6-4f0428dd62a3', 'x-compute-request-id': 'req-ac547de5-89e2-4cca-afd6-4f0428dd62a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b78ae623-b577-4ef2-bd8b-778ec87db2f9", "port_id": "5e10f68d-d9fd-4807-bdea-6b70a20a807e", "mac_addr": "fa:16:3e:19:44:fd", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b81d88f8-238d-48a0-b5da-0c3efb3f6c46", "ip_address": "10.0.0.13"}]}]}' 2024-02-28 21:27:54,644 85800 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/154b8411-b4fc-4152-b8b9-273b9951846f 1.138s 2024-02-28 21:27:54,644 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "5e10f68d-d9fd-4807-bdea-6b70a20a807e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-1bde1466-feaf-49c5-b975-44a297480dc3', 'date': 'Wed, 28 Feb 2024 21:27:54 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/154b8411-b4fc-4152-b8b9-273b9951846f'} Body: b'{"floatingip": {"id": "154b8411-b4fc-4152-b8b9-273b9951846f", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "floating_ip_address": "172.24.4.11", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "b761dd8f-9f37-4f95-937f-77879fe38d3a", "port_id": "5e10f68d-d9fd-4807-bdea-6b70a20a807e", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b78ae623-b577-4ef2-bd8b-778ec87db2f9", "mac_address": "fa:16:3e:19:44:fd", "admin_state_up": true, "status": "ACTIVE", "device_id": "e24f55b9-6325-4a4d-99be-7c5a8b434d8c", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:26:01Z", "updated_at": "2024-02-28T21:27:53Z", "revision_number": 1, "project_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:27:54,646 85800 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.11:22' as 'cirros' with public key authentication 2024-02-28 21:27:55,682 85800 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:27:55,791 85800 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:27:55,792 85800 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.11 successfully created 2024-02-28 21:27:55,832 85800 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/e24f55b9-6325-4a4d-99be-7c5a8b434d8c/ips 0.040s 2024-02-28 21:27:55,832 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '148', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f75dd566-e604-49c8-ab01-36afd58bc5b0' , 'x-compute-request-id': 'req-f75dd566-e604-49c8-ab01-36afd58bc5b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1496596910-network": [{"version": 4, "addr": "10.0.0.13"}, {"version": 4, "addr": "172.24.4.11"}]}}' 2024-02-28 21:27:56,043 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes 0.207s 2024-02-28 21:27:56,044 85800 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-1374240739"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0e8f52cc-31d5-4ab5-9045-f0d8d2aacba5', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0e8f52cc-31d5-4ab5-9045-f0d8d2aacba5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes'} Body: b'{"volume": {"id": "fddcaf80-8915-4ab6-ba6f-a2924fd38eee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:27:55.983536", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1374240739", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/fddcaf80-8915-4ab6-ba6f-a2924fd38eee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd656e06c81e4095915de62a1b159c4e/volumes/fddcaf80-8915-4ab6-ba6f-a2924fd38eee"}], "user_id": "beedcbb33fa340a391a63b945f83df1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:27:56,091 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/fddcaf80-8915-4ab6-ba6f-a2924fd38eee 0.036s 2024-02-28 21:27:56,091 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-107ba434-d678-4200-a7e2-12ff62030daa', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-107ba434-d678-4200-a7e2-12ff62030daa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/fddcaf80-8915-4ab6-ba6f-a2924fd38eee'} Body: b'{"volume": {"id": "fddcaf80-8915-4ab6-ba6f-a2924fd38eee", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:27:56.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1374240739", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/fddcaf80-8915-4ab6-ba6f-a2924fd38eee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd656e06c81e4095915de62a1b159c4e/volumes/fddcaf80-8915-4ab6-ba6f-a2924fd38eee"}], "user_id": "beedcbb33fa340a391a63b945f83df1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:27:57,144 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/fddcaf80-8915-4ab6-ba6f-a2924fd38eee 0.041s 2024-02-28 21:27:57,144 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9d9c52c9-2fdc-4592-a766-d47e3c5009e3', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d9c52c9-2fdc-4592-a766-d47e3c5009e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/fddcaf80-8915-4ab6-ba6f-a2924fd38eee'} Body: b'{"volume": {"id": "fddcaf80-8915-4ab6-ba6f-a2924fd38eee", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:27:56.000000", "updated_at": "2024-02-28T21:27:56.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1374240739", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/fddcaf80-8915-4ab6-ba6f-a2924fd38eee"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd656e06c81e4095915de62a1b159c4e/volumes/fddcaf80-8915-4ab6-ba6f-a2924fd38eee"}], "user_id": "beedcbb33fa340a391a63b945f83df1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:27:57,277 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c 0.121s 2024-02-28 21:27:57,278 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2c8b1407-6b19-4073-9893-4402ab97b546', 'x-compute-request-id': 'req-2c8b1407-6b19-4073-9893-4402ab97b546', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c'} Body: b'' 2024-02-28 21:27:57,529 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c 0.251s 2024-02-28 21:27:57,529 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:27:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1668', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1eeae767-509b-4523-ae66-cb79657f64f1', 'x-compute-request-id': 'req-1eeae767-509b-4523-ae66-cb79657f64f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c'} Body: b'{"server": {"id": "e24f55b9-6325 -4a4d-99be-7c5a8b434d8c", "name": "tempest-AttachVolumeNegativeTest-server-1305230907", "status": "ACTIVE", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "user_id": "beedcbb33fa340a391a63b945f83df1c", "metadata": {}, "hostId": "17963a0c3c7761a3efee121e879c7ffa1b8fe21e8ed2f232dd9626bd", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:02Z", "updated": "2024-02-28T21:27:57Z", "addresses": {"tempest-AttachVolumeNegativeTest-1496596910-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:44:fd"}, {"version": 4, "addr": "172.24.4.11", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:19:44:fd"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1261990662", "OS-SRV-USG:launched_at": "2024-02-28T21:26:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--497955481"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:28:47,647 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c 0.053s 2024-02-28 21:28:47,647 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:28:47 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-fdf03b0e-427e-4606-b48a-b3b1b2c8e915', 'x-compute-request-id': 'req-fdf03b0e-427e-4606-b48a-b3b1b2c8e915', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e24f55b9-6325-4a4d-99be-7c5a8b434d8c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e24f55b9-6325-4a4d-99be-7c5a8b434d8c could not be found."}}' 2024-02-28 21:28:47,674 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1261990662 0.026s 2024-02-28 21:28:47,674 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:28:47 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-08939800-6e5d-48f7-aeff-bf3969ae04c9', 'x-compute-request-id': 'req-08939800-6e5d-48f7-aeff-bf3969ae04c9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1261990662'} Body: b'' 2024-02-28 21:28:47,822 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/a0e5a89c-bef1-4e52-96f5-9d0846359365 0.147s 2024-02-28 21:28:47,822 85800 DEBUG [tempest.lib.common.rest_client] Req uest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-a620180d-2224-4bf8-bd8f-daf19eea3849', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:28:47 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a0e5a89c-bef1-4e52-96f5-9d0846359365'} Body: b'' 2024-02-28 21:28:47,841 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/a0e5a89c-bef1-4e52-96f5-9d0846359365 0.018s 2024-02-28 21:28:47,841 85800 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-62730502-f861-494c-bed6-c0f44af0ed97', 'date': 'Wed, 28 Feb 2024 21:28:47 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/a0e5a89c-bef1-4e52-96f5-9d0846359365'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group a0e5a89c-bef1-4e52-96f5-9d0846359365 does not exist", "detail": ""}}' 2024-02-28 21:28:48,186 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/154b8411-b4fc-4152-b8b9-273b9951846f 0.344s 2024-02-28 21:28:48,186 85800 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-82eacc65-196a-4dbe-abe6-d0e64656995b', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:28:48 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/154b8411-b4fc-4152-b8b9-273b9951846f'} Body: b'' tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] --------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volume_snapshots.py", line 53, in test_volume_snapshot_create_get_list_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8be8cbea-c91e-4fd4-98e4-7b20ecc9ed65 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:29:39,872 85782 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotsTestJSON:test_volume_snapshot_create_get_list_delete): 200 POST http://10.0.0.210/compute/v2.1/os-volumes 0.527s 2024-02-28 21:29:39,873 85782 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-1577687588"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '345', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/8be8cbea-c91e-4fd4-98e4-7b20ecc9ed65', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7f8b7a69-9376-473f-83dd-ebbc07237070', 'x-compute-request-id': 'req-7f8b7a69-9376-473f-83dd-ebbc07237070', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "8be8cbea-c91e-4fd4-98e4-7b20ecc9ed65", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-28T21:29:39.754679", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1577687588", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2024-02-28 21:29:39,946 85782 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/8be8cbea-c91e-4fd4-98e4-7b20ecc9ed65 0.063s 2024-02-28 21:29:39,947 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:39 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-3703045a-87db-4593-91b8-1b502d439798', 'x-compute-request-id': 'req-3703045a-87db-4593-91b8-1b502d439798', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/8be8cbea-c91e-4fd4-98e4-7b20ecc9ed65'} Body: b'{"volume": {"id": "8be8cbea-c91e-4fd4-98e4-7b20ecc9ed65", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-28T21:29:40.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1577687588", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2024-02-28 21:29:41,015 85782 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/8be8cbea-c91e-4fd4-98e4-7b20ecc9ed65 0.057s 2024-02-28 21:29:41,015 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:40 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-719fdd45-130e-4b3a-8622-e670fc4b1cde', 'x-compute-request-id': 'req-719fdd45-130e-4b3a-8622-e670fc4b1cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/8be8cbea-c91e-4fd4-98e4-7b20ecc9ed65'} Body: b'{"volume": {"id": "8be8cbea-c91e-4fd4-98e4-7b20ecc9ed65", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-2 8T21:29:40.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-1577687588", "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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5c854fec-bbaf-46b6-827e-1c634604c270 failed to build and is in ERROR status tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] ------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c7f7ad64-0b8d-471e-b10d-75d098445752 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:29:49,761 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes 0.433s 2024-02-28 21:29:49,762 85782 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-290401133"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c00cc6d-0412-4cf1-b9e9-8da9ad04664c', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c00cc6d-0412-4cf1-b9e9-8da9ad04664c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes'} Body: b'{"volume": {"id": "c7f7ad64-0b8d-471e-b10d-75d098445752", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:49.694015", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-290401133", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752"}], "user_id": "a5ac59e0ad8d47d093edad455357e133", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2024-02-28 21:29:49,812 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752 0.039s 2024-02-28 21:29:49,813 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69e21624-dfe8-4ad6-8191-3159508b154f', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69e21624-dfe8-4ad6-8191-3159508b154f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752'} Body: b'{"volume": {"id": "c7f7ad64-0b8d-471e-b10d-75d098445752", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:50.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-290401133", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752"}], "user_id": "a5ac59e0ad8d47d093edad455357e133", "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": "538ee42cd5c24eb79f1fe26bc5746ea2"}}' 2024-02-28 21:29:50,866 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTra nsfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752 0.040s 2024-02-28 21:29:50,866 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97d1eab8-48ec-46aa-81cf-e44259ecbe94', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97d1eab8-48ec-46aa-81cf-e44259ecbe94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752'} Body: b'{"volume": {"id": "c7f7ad64-0b8d-471e-b10d-75d098445752", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:50.000000", "updated_at": "2024-02-28T21:29:50.000000", "name": "tempest-VolumesTransfersV355Test-Volume-290401133", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752"}], "user_id": "a5ac59e0ad8d47d093edad455357e133", "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": "538ee42cd5c24eb79f1fe26bc5746ea2"}}' 2024-02-28 21:29:50,933 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752 0.054s 2024-02-28 21:29:50,934 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5cc34dde-204d-48c1-9836-8a52ba7d51cd', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5cc34dde-204d-48c1-9836-8a52ba7d51cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752'} Body: b'{"volume": {"id": "c7f7ad64-0b8d-471e-b10d-75d098445752", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:50.000000", "updated_at": "2024-02-28T21:29:50.000000", "name": "tempest-VolumesTransfersV355Test-Volume-290401133", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752"}], "user_id": "a5ac59e0ad8d47d093edad455357e133", "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": "538ee42cd5c24eb79f1fe26bc5746ea2"}}' 2024-02-28 21:29:51,084 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752 0.138s 2024-02-28 21:29:51,085 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:50 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-06aba56b-1cde-4884-9cbc-f3c11c0dd98a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752'} Body: b'' 2024-02-28 21:29:51,106 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752 0.020s 2024-02-28 21:29:51,106 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:51 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-ae0b9efd-ccac-434f-aebc-bae9a7c310c2', 'x-openstack-request-id': 'req-ae0b9efd-ccac-434f-aebc-bae9a7c310c2', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/c7f7ad64-0b8d-471e-b10d-75d098445752'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c7f7ad64-0b8d-471e-b10d-75d098445752 could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5adc7333-f714-418c-8e02-0f125ef14c04 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:29:51,304 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes 0.193s 2024-02-28 21:29:51,304 85782 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-1638175736"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70d563ef-ce27-48a1-a1ee-f2a6a8cb3758', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70d563ef-ce27-48a1-a1ee-f2a6a8cb3758', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes'} Body: b'{"volume": {"id": "5adc7333-f714-418c-8e02-0f125ef14c04", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:51.240815", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1638175736", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04"}], "user_id": "a5ac59e0ad8d47d093edad455357e133", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2024-02-28 21:29:51,373 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04 0.056s 2024-02-28 21:29:51,373 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5362f57-fe32-4132-9ad5-0533a55619dc', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5362f57-fe32-4132-9ad5-0533a55619dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04'} Body: b'{"volume": {"id": "5adc7333-f714-418c-8e02-0f125ef14c04", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:51.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1638175736", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04"}], "user_id": "a5ac59e0ad8d47d093edad455357e133", "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": "538ee42cd5c24eb79f1fe26bc5746ea2"}}' 2024-02-28 21:29:52,424 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04 0.037s 2024-02-28 21:29:52,424 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-84b702b8-cb2f-4dbb-8299-b97663afcec9', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-84b702b8-cb2f-4dbb-8299-b97663afcec9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04'} Body: b'{"volume": {"id": "5adc7333-f714-418c-8e02-0f125ef14c04", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:51.000000", "updated_at": "2024-02-28T21:29:51.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1638175736", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04"}], "user_id": "a5ac59e0ad8d47d093edad455357e133", "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": "538ee42cd5c24eb79f1fe26bc5746ea2"}}' 2024-02-28 21:29:52,474 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04 0.037s 2024-02-28 21:29:52,475 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d024918-c35b-489d-b9e7-fcd38f91531a', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d024918-c35b-489d-b9e7-fcd38f91531a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04'} Body: b'{"volume": {"id": "5adc7333-f714-418c-8e02-0f125ef14c04", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:51.000000", "updated_at": "2024-02-28T21:29:51.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1638175736", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04"}], "user_id": "a5ac59e0ad8d47d093edad455357e133", "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": "538ee42cd5c24eb79f1fe26bc5746ea2"}}' 2024-02-28 21:29:52,591 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04 0.103s 2024-02-28 21:29:52,591 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:52 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-92fb8e89-55bd-459a-a5d5-b41dfff91143', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04'} Body: b'' 2024-02-28 21:29:52,612 85782 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04 0.020s 2024-02-28 21:29:52,612 85782 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:52 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-a7f735b2-340d-49f5-aa54-3e558131cde8', 'x-openstack-request-id': 'req-a7f735b2-340d-49f5-aa54-3e558131cde8', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/538ee42cd5c24eb79f1fe26bc5746ea2/volumes/5adc7333-f714-418c-8e02-0f125ef14c04'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5adc7333-f714-418c-8e02-0f125ef14c04 could not be found."}}' setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest) ------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9d05cb19-913b-4ca3-a1ba-928fe1a00337 failed to build and is in ERROR status tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 49, in test_attach_attached_volume_to_same_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 817ac05f-916f-44e9-9eaf-d1539193013a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:28:48,189 85800 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:28:48,189 85800 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:28:48,238 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.047s 2024-02-28 21:28:48,238 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1184056491", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFaKg6doA9JL6y3OSjq858Yc8QuHCtNYM/hQjxSe+Wn530DSNBRZV2U6KvxfPlWERwFLoJ42QVNGO0wPxqR0fBHukVqdo/wXKMR8FLV/ub6jzbK2u+n5kDbuZyddj/N32Q=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-60778c82-0a4f-45a2-98f5-ef0881813238', 'x-compute-request-id': 'req-60778c82-0a4f-45a2-98f5-ef0881813238', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1184056491", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFaKg6doA9JL6y3OSjq858Yc8QuHCtNYM/hQjxSe+Wn530DSNBRZV2U6KvxfPlWERwFLoJ42QVNGO0wPxqR0fBHukVqdo/wXKMR8FLV/ub6jzbK2u+n5kDbuZyddj/N32Q==", "fingerprint": "80:e4:92:24:1f:30:ec:35:ea:9c:01:01:45:d5:b8:40", "user_id": "beedcbb33fa340a391a63b945f83df1c"}}' 2024-02-28 21:28:48,240 85800 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1184056491 created 2024-02-28 21:28:48,424 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.183s 2024-02-28 21:28:48,424 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--710193400", "description": "tempest-description--503773249"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-c779745f-62cc-4d7b-a7b6-4a9603f36644', 'date': 'Wed, 28 Feb 2024 21:28:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b0326926-a95a-4af0-ab45-05d953c4c71d", "name": "tempest-securitygroup--710193400", "stateful": true, "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "description": "tempest-description--503773249", "shared": false, "security_group_rules": [{"id": "0070746b-848e-4a43-8d04-be7807887005", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "b0326926-a95a-4af0-ab45-05d953c4c71d", "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": 912, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:28:48Z", "updated_at": "2024-02-28T21:28:48Z", "revision_number": 0}, {"id": "cf2a58f9-c0fd-43e4-beb1-af19e3c6f4bf", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "b0326926-a95a-4af0-ab45-05d953c4c71d", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_ra nge_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 913, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:28:48Z", "updated_at": "2024-02-28T21:28:48Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:28:48Z", "updated_at": "2024-02-28T21:28:48Z", "revision_number": 1, "project_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:28:48,614 85800 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 2024-02-28 21:28:48,614 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b0326926-a95a-4af0-ab45-05d953c4c71d", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-dfd295a8-98ca-4d7e-907f-4a4633ef9cb8', 'date': 'Wed, 28 Feb 2024 21:28:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c827c669-2fe7-4d6d-bd0f-d93a4f1620a3", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "b0326926-a95a-4af0-ab45-05d953c4c71d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:28:48Z", "updated_at": "2024-02-28T21:28:48Z", "revision_number": 0}}' 2024-02-28 21:28:48,814 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.199s 2024-02-28 21:28:48,814 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b0326926-a95a-4af0-ab45-05d953c4c71d", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-e04c6968-4832-4a86-8fbe-ac08bd2fbd43', 'date': 'Wed, 28 Feb 2024 21:28:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "4f4cd00d-31ac-4a01-ae26-8921379fd4d4", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "b0326926-a95a-4af0-ab45-05d953c4c71d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:28:48Z", "updated_at": "2024-02-28T21:28:48Z", "revision_number": 0}}' 2024-02-28 21:28:48,814 85800 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--710193400 created 2024-02-28 21:28:49,429 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.614s 2024-02-28 21:28:49,429 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ff ff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-30e071be-5dec-4477-a55e-f4a12f416d5c', 'date': 'Wed, 28 Feb 2024 21:28:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "7cdc95cd-4f15-48f9-972c-29c2e1a8442c", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "floating_ip_address": "172.24.4.212", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fd656e06c81e4095915de62a1b159c4e", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:28:49Z", "updated_at": "2024-02-28T21:28:49Z", "revision_number": 0}}' 2024-02-28 21:28:49,429 85800 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '7cdc95cd-4f15-48f9-972c-29c2e1a8442c', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'floating_ip_address': '172.24.4.212', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:28:49Z', 'updated_at': '2024-02-28T21:28:49Z', 'revision_number': 0, 'ip': '172.24.4.212'} created 2024-02-28 21:28:49,524 85800 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.090s 2024-02-28 21:28:49,524 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:28:49 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-82eb1b18-7fb2-4404-8e0c-3903924ac4c4', '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": "beedcbb33fa340a391a63b945f83df1c", "name": "tempest-AttachVolumeNegativeTest-2016560345-project-member", "password_expires_at": null}, "audit_ids": ["2VKHYZStRmuPs_G7oxKQHQ"], "expires_at": "2024-02-28T22:28:49.000000Z", "issued_at": "2024-02-28T21:28:49.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd656e06c81e4095915de62a1b159c4e", "name": "tempest-AttachVolumeNegativeTest-2016560345"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fd656e06c81e4095915de62a1b159c4e", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "ty pe": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:28:49,525 85800 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': 'b78ae623-b577-4ef2-bd8b-778ec87db2f9', 'name': 'tempest-AttachVolumeNegativeTest-1496596910-network', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28052, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:25:53Z', 'updated_at': '2024-02-28T21:25:53Z', 'revision_number': 1} available for tenant 2024-02-28 21:28:49,525 85800 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1184056491', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFaKg6doA9JL6y3OSjq858Yc8QuHCtNYM/hQjxSe+Wn530DSNBRZV2U6KvxfPlWERwFLoJ42QVNGO0wPxqR0fBHukVqdo/wXKMR8FLV/ub6jzbK2u+n5kDbuZyddj/N32Q==', 'fingerprint': '80:e4:92:24:1f:30:ec:35:ea:9c:01:01:45:d5:b8:40', 'user_id': 'beedcbb33fa340a391a63b945f83df1c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBembhFWJhf3ciDFBi815WHZgqMxKw6wm0tt6giwFNJ7FEQeZKwKW3U\nAoqee3U+Cl2gBwYFK4EEACKhZANiAARWioOnaAPSS+stzko6vOfGHPELhwrTWDP4\nUI8Unvlp+d9A0jQUWVdlOir8Xz5VhEcBS6CeNkFTRjtMD8akdHwR7pFanaP8FyjE\nfBS1f7m+o82ytrvp+ZA27mcnXY/zd9k=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b0326926-a95a-4af0-ab45-05d953c4c71d', 'name': 'tempest-securitygroup--710193400', 'stateful': True, 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'description': 'tempest-description--503773249', 'shared': False, 'security_group_rules': [{'id': '0070746b-848e-4a43-8d04-be7807887005', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'security_group_id': 'b0326926-a95a-4af0-ab45-05d953c4c71d', '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': 912, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:28:48Z', 'updated_at': '2024-02-28T21:28:48Z', 'revision_number': 0}, {'id': 'cf2a58f9-c0fd-43e4-beb1-af19e3c6f4bf', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'security_group_id': 'b0326926-a95a-4af0-ab45-05d953c4c71d', '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': 913, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:28:48Z', 'updated_at': '2024-02-28T21:28:48Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:28:48Z', 'updated_at': '2024-02-28T21:28:48Z', 'revision_number': 1, 'project_id': 'fd656e06c81e4095915de62a1b159c4e'}, 'floating_ip': {'id': '7cdc95cd-4f15-48f9-972c-29c2e1a8442c', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'floating_ip_address': '172.24.4.212', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:28:49Z', 'updated_at': '2024-02-28T21:28:49Z', 'revision_number': 0, 'ip': '172.24.4.212'}} 2024-02-28 21:28:50,140 85800 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.613s 2024-02-28 21:28:50,140 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1723724381", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "b78ae623-b577-4ef2-bd8b-778ec87db2f9"}], "security_groups": [{"name": "tempest-securitygroup--710193400"}], "key_name": "tempest-keypair-1184056491", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-59db883f-bd55-47da-9a05-c5d2a25a9175', 'x-compute-request-id': 'req-59db883f-bd55-47da-9a05-c5d2a25a9175', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--710193400"}], "adminPass": "password"}}' 2024-02-28 21:28:50,217 85800 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/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2 0.074s 2024-02-28 21:28:50,218 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:28:50 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-0932c3e3-7eed-4833-b144-3f9792169936', 'x-compute-request-id': 'req-0932c3e3-7eed-4833-b144-3f9792169936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2'} Body: b'{"server": {"id": "4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2", "name": "tempest-AttachVolumeNegativeTest-server-1723724381", "status": "BUILD", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "use r_id": "beedcbb33fa340a391a63b945f83df1c", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:28:50Z", "updated": "2024-02-28T21:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1184056491", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:29:40,484 85800 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/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2 0.213s 2024-02-28 21:29:40,484 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:40 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-86f032a6-e42c-41eb-a1d6-44ade9a2ab88', 'x-compute-request-id': 'req-86f032a6-e42c-41eb-a1d6-44ade9a2ab88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2'} Body: b'{"server": {"id": "4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2", "name": "tempest-AttachVolumeNegativeTest-server-1723724381", "status": "ACTIVE", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "user_id": "beedcbb33fa340a391a63b945f83df1c", "metadata": {}, "hostId": "17963a0c3c7761a3efee121e879c7ffa1b8fe21e8ed2f232dd9626bd", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:28:50Z", "updated": "2024-02-28T21:28:57Z", "addresses": {"tempest-AttachVolumeNegativeTest-1496596910-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:e2:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1184056491", "OS-SRV-USG:launched_at": "2024-02-28T21:28:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--710193400"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:29:40,497 85800 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:30:40,716 85800 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/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2/os-interface 0.158s 2024-02-28 21:30:40,717 85800 DEBUG [tempest.lib.common.rest_cl ient] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a191e7e1-f1bc-49ac-87f0-bcac286c5a97', 'x-compute-request-id': 'req-a191e7e1-f1bc-49ac-87f0-bcac286c5a97', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b78ae623-b577-4ef2-bd8b-778ec87db2f9", "port_id": "503cd864-16d3-45f8-b9ab-8d18bd89698e", "mac_addr": "fa:16:3e:17:e2:26", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b81d88f8-238d-48a0-b5da-0c3efb3f6c46", "ip_address": "10.0.0.12"}]}]}' 2024-02-28 21:30:41,495 85800 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/7cdc95cd-4f15-48f9-972c-29c2e1a8442c 0.774s 2024-02-28 21:30:41,495 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "503cd864-16d3-45f8-b9ab-8d18bd89698e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-ed3b026f-e306-4fb1-b36e-633ec4cbcce8', 'date': 'Wed, 28 Feb 2024 21:30:41 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7cdc95cd-4f15-48f9-972c-29c2e1a8442c'} Body: b'{"floatingip": {"id": "7cdc95cd-4f15-48f9-972c-29c2e1a8442c", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "floating_ip_address": "172.24.4.212", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "b761dd8f-9f37-4f95-937f-77879fe38d3a", "port_id": "503cd864-16d3-45f8-b9ab-8d18bd89698e", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b78ae623-b577-4ef2-bd8b-778ec87db2f9", "mac_address": "fa:16:3e:17:e2:26", "admin_state_up": true, "status": "ACTIVE", "device_id": "4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:28:49Z", "updated_at": "2024-02-28T21:30:40Z", "revision_number": 1, "project_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:30:41,496 85800 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.212:22' as 'cirros' with public key authentication 2024-02-28 21:30:41,502 85800 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:30:41,610 85800 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:30:41,611 85800 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.212 successfully created 2024-02-28 21:30:41,657 85800 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/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2/ips 0.045s 2024-02-28 21:30:41,658 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:41 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-fb1f3dd7-b6d8-4f27-9777-ea3a2d9fce58', 'x-compute-request-id': 'req-fb1f 3dd7-b6d8-4f27-9777-ea3a2d9fce58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1496596910-network": [{"version": 4, "addr": "10.0.0.12"}]}}' 2024-02-28 21:30:41,855 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes 0.194s 2024-02-28 21:30:41,856 85800 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-899785696"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60bd3e05-a9f5-4cb7-9e13-d2a1883f2fbb', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60bd3e05-a9f5-4cb7-9e13-d2a1883f2fbb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes'} Body: b'{"volume": {"id": "817ac05f-916f-44e9-9eaf-d1539193013a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:30:41.790180", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-899785696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/817ac05f-916f-44e9-9eaf-d1539193013a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd656e06c81e4095915de62a1b159c4e/volumes/817ac05f-916f-44e9-9eaf-d1539193013a"}], "user_id": "beedcbb33fa340a391a63b945f83df1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:30:41,909 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/817ac05f-916f-44e9-9eaf-d1539193013a 0.043s 2024-02-28 21:30:41,910 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1c0dc35-2b6c-40ad-85b3-164acbd02a7e', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1c0dc35-2b6c-40ad-85b3-164acbd02a7e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/817ac05f-916f-44e9-9eaf-d1539193013a'} Body: b'{"volume": {"id": "817ac05f-916f-44e9-9eaf-d1539193013a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:30:42.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-899785696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/817ac05f-916f-44e9-9eaf-d1539193013a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd656e06c81e4095915de62a1b159c4e/volumes/817ac05f-916f-44e9-9eaf-d1539193013a"}], "user_id": "beedcbb33fa340a391a63b945f83df1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd656e06c81e4095915de62a1b1 59c4e"}}' 2024-02-28 21:30:42,967 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/817ac05f-916f-44e9-9eaf-d1539193013a 0.044s 2024-02-28 21:30:42,967 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37017f7f-8733-4ec7-a1c2-b69093f9a03e', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37017f7f-8733-4ec7-a1c2-b69093f9a03e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/817ac05f-916f-44e9-9eaf-d1539193013a'} Body: b'{"volume": {"id": "817ac05f-916f-44e9-9eaf-d1539193013a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:30:42.000000", "updated_at": "2024-02-28T21:30:42.000000", "name": "tempest-AttachVolumeNegativeTest-volume-899785696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/817ac05f-916f-44e9-9eaf-d1539193013a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd656e06c81e4095915de62a1b159c4e/volumes/817ac05f-916f-44e9-9eaf-d1539193013a"}], "user_id": "beedcbb33fa340a391a63b945f83df1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:30:43,095 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2 0.115s 2024-02-28 21:30:43,096 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-43b366b1-53a0-4741-b2b3-5af5bcfdca66', 'x-compute-request-id': 'req-43b366b1-53a0-4741-b2b3-5af5bcfdca66', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2'} Body: b'' 2024-02-28 21:30:43,297 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2 0.201s 2024-02-28 21:30:43,298 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1669', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5b4fb410-f5d6-48c1-a013-c8ed4cae7131', 'x-compute-request-id': 'req-5b4fb410-f5d6-48c1-a013-c8ed4cae7131', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2'} Body: b'{"server": {"id": "4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2", "name": "tempest-AttachVolumeNegativeTest-server-1723724381", "stat us": "ACTIVE", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "user_id": "beedcbb33fa340a391a63b945f83df1c", "metadata": {}, "hostId": "17963a0c3c7761a3efee121e879c7ffa1b8fe21e8ed2f232dd9626bd", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:28:50Z", "updated": "2024-02-28T21:30:43Z", "addresses": {"tempest-AttachVolumeNegativeTest-1496596910-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:e2:26"}, {"version": 4, "addr": "172.24.4.212", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:17:e2:26"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1184056491", "OS-SRV-USG:launched_at": "2024-02-28T21:28:56.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--710193400"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:31:33,488 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2 0.153s 2024-02-28 21:31:33,488 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:33 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-3292af4b-2bf0-4a35-b1c1-9b61ee483826', 'x-compute-request-id': 'req-3292af4b-2bf0-4a35-b1c1-9b61ee483826', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 4588e3a2-2b2a-408f-b5e8-d1ebd364e0c2 could not be found."}}' 2024-02-28 21:31:33,517 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1184056491 0.028s 2024-02-28 21:31:33,517 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:33 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-6f143667-ca9b-409e-b394-c72b05b5be64', 'x-compute-request-id': 'req-6f143667-ca9b-409e-b394-c72b05b5be64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1184056491'} Body: b'' 2024-02-28 21:31:33,681 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b0326926-a95a-4af0-ab45-05d953c4c71d 0.163s 2024-02-28 21:31:33,682 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-T oken': ''} Body: None Response - Headers: {'x-openstack-request-id': 'req-42737bbc-29b3-4aeb-b7f2-d3fc86456a4c', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:31:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b0326926-a95a-4af0-ab45-05d953c4c71d'} Body: b'' 2024-02-28 21:31:33,706 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/b0326926-a95a-4af0-ab45-05d953c4c71d 0.023s 2024-02-28 21:31:33,706 85800 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-f1d3a982-6e45-4c44-acc2-ac35c0301d20', 'date': 'Wed, 28 Feb 2024 21:31:33 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b0326926-a95a-4af0-ab45-05d953c4c71d'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b0326926-a95a-4af0-ab45-05d953c4c71d does not exist", "detail": ""}}' 2024-02-28 21:31:34,124 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/7cdc95cd-4f15-48f9-972c-29c2e1a8442c 0.416s 2024-02-28 21:31:34,124 85800 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-4306817d-a76d-4ce9-aaeb-b844a1333b62', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:31:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/7cdc95cd-4f15-48f9-972c-29c2e1a8442c'} Body: b'' tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 549, in test_create_server_from_non_bootable_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2e06c4cf-3a12-4fd7-8719-48df1466af4f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:29:35,855 85792 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5 0.313s 2024-02-28 21:29:35,855 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:35 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-9a2519bd-828f-4789-a7eb-a486388b0405', 'x-compute-request-id': 'req-9a2519bd-828f-4789-a7eb-a486388b0405', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5'} Body: b'{"server": {"id": "98795722-0b48-4bcb-a23c-56e5735606d5", "name": "tempest-ServersNegativeTestJSON-server-1694714217", "status": "ACTIVE", "tenant_id": "96575f5cbbf647a49b07508292354a78", "user_id": "fd19be5d5acc4713acdf536e28a2c117", "metadata": {}, "hostId": "73d5aa48ce62bd7fbf8f25a2784e8f8a15d258224dd1e4cb36f318c5", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:25:03Z", "updated": "2024-02-28T21:25:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1485625873-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:69:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/98795722-0b48-4bcb-a23c-56e5735606d5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:25:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:30:36,344 85792 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes 0.439s 2024-02-28 21:30:36,344 85792 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-1607505204"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-637b60a2-2007-480a-ab92-2b0c5292545d', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-637b60a2-2007-480a-ab92-2b0c5292545d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes'} Body: b'{"volume": {"id": "2e06c4cf-3a12-4fd7-8719-48df1466af4f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:30:36.285335", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1607505204", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/2e06c4cf-3a12-4fd7-8719-48df1466af4f"}, {"rel": "bookmark", "href": "http://10.0.0.2 10/volume/96575f5cbbf647a49b07508292354a78/volumes/2e06c4cf-3a12-4fd7-8719-48df1466af4f"}], "user_id": "fd19be5d5acc4713acdf536e28a2c117", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:30:36,397 85792 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/2e06c4cf-3a12-4fd7-8719-48df1466af4f 0.041s 2024-02-28 21:30:36,397 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ffb39fc-e2a1-4e12-8c62-f1092a1d0158', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ffb39fc-e2a1-4e12-8c62-f1092a1d0158', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/2e06c4cf-3a12-4fd7-8719-48df1466af4f'} Body: b'{"volume": {"id": "2e06c4cf-3a12-4fd7-8719-48df1466af4f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:30:36.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1607505204", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/2e06c4cf-3a12-4fd7-8719-48df1466af4f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/96575f5cbbf647a49b07508292354a78/volumes/2e06c4cf-3a12-4fd7-8719-48df1466af4f"}], "user_id": "fd19be5d5acc4713acdf536e28a2c117", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "96575f5cbbf647a49b07508292354a78"}}' 2024-02-28 21:30:37,472 85792 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/2e06c4cf-3a12-4fd7-8719-48df1466af4f 0.062s 2024-02-28 21:30:37,473 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-25e0dfcc-58e5-4f93-aa23-8e82654811ff', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-25e0dfcc-58e5-4f93-aa23-8e82654811ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/2e06c4cf-3a12-4fd7-8719-48df1466af4f'} Body: b'{"volume": {"id": "2e06c4cf-3a12-4fd7-8719-48df1466af4f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:30:36.000000", "updated_at": "2024-02-28T21:30:36.000000", "name": "tempest-ServersNegativeTestJSON-volume-1607505204", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/2e06c4cf-3a12-4fd7-8719-48df1466af4f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/96575f5cbbf647a49b07508292354a78/volumes/2e06c4cf-3a12-4fd7-8719-48df1466af4f"}], "user_id": "fd19be5d5acc4713acdf536e28a2c117", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-ten ant-attr:tenant_id": "96575f5cbbf647a49b07508292354a78"}}' 2024-02-28 21:30:37,785 85792 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5 0.299s 2024-02-28 21:30:37,785 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:37 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-e27458fb-aefd-4954-a276-fcb4ff89f1df', 'x-compute-request-id': 'req-e27458fb-aefd-4954-a276-fcb4ff89f1df', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5'} Body: b'{"server": {"id": "98795722-0b48-4bcb-a23c-56e5735606d5", "name": "tempest-ServersNegativeTestJSON-server-1694714217", "status": "ACTIVE", "tenant_id": "96575f5cbbf647a49b07508292354a78", "user_id": "fd19be5d5acc4713acdf536e28a2c117", "metadata": {}, "hostId": "73d5aa48ce62bd7fbf8f25a2784e8f8a15d258224dd1e4cb36f318c5", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:25:03Z", "updated": "2024-02-28T21:25:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1485625873-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:69:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/98795722-0b48-4bcb-a23c-56e5735606d5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:25:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume[id-d0ccac79-0091-4cf4-a1ce-26162d0cc55f,negative,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 120, in test_rescued_vm_attach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8bd31251-e1ee-4cd5-8fe7-631832a8eb99 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:31:45,161 85802 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes 0.239s 2024-02-28 21:31:45,162 85802 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-448583039"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e70295d-d164-4931-8577-313343c656e3', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e70295d-d164-4931-8577-313343c656e3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes'} Body: b'{"volume": {"id": "8bd31251-e1ee-4cd5-8fe7-631832a8eb99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:31:45.099079", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-448583039", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/8bd31251-e1ee-4cd5-8fe7-631832a8eb99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27a923f0e1c249da9600d15703f245b9/volumes/8bd31251-e1ee-4cd5-8fe7-631832a8eb99"}], "user_id": "e37b0e3835bf4beb86d2ff74cb2ca4a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:31:45,213 85802 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/8bd31251-e1ee-4cd5-8fe7-631832a8eb99 0.040s 2024-02-28 21:31:45,213 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e1c900d5-b8f9-454c-a104-0f9ad22d99c9', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e1c900d5-b8f9-454c-a104-0f9ad22d99c9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/8bd31251-e1ee-4cd5-8fe7-631832a8eb99'} Body: b'{"volume": {"id": "8bd31251-e1ee-4cd5-8fe7-631832a8eb99", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:31:45.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-448583039", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/8bd31251-e1ee-4cd5-8fe7-631832a8eb99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27a923f0e1c249da9600d15703f245b9/volumes/8bd31251-e1ee-4cd5-8fe7-631832a8eb99"}], "user_id": "e37b0e3835bf4beb86d2ff74cb2ca4a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27a923f0e1c249da9600d15703f245b9"}}' 2024-02-28 21:31:46,268 85802 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/8bd31251-e1ee-4cd5-8fe7-631832a8eb99 0.040s 2024-02-28 21:31:46,268 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7814519f-361d-4ccc-9265-f1d33399acab', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7814519f-361d-4ccc-9265-f1d33399acab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/8bd31251-e1ee-4cd5-8fe7-631832a8eb99'} Body: b'{"volume": {"id": "8bd31251-e1ee-4cd5-8fe7-631832a8eb99", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:31:45.000000", "updated_at": "2024-02-28T21:31:45.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-448583039", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/8bd31251-e1ee-4cd5-8fe7-631832a8eb99"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27a923f0e1c249da9600d15703f245b9/volumes/8bd31251-e1ee-4cd5-8fe7-631832a8eb99"}], "user_id": "e37b0e3835bf4beb86d2ff74cb2ca4a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27a923f0e1c249da9600d15703f245b9"}}' tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 140, in test_rescued_vm_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f5817b02-f643-4c7f-aba0-dc1157d54d28 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:31:46,472 85802 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes 0.185s 2024-02-28 21:31:46,472 85802 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-1822547839"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42c52b10-cab5-407a-9310-e6e2d9f66123', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42c52b10-cab5-407a-9310-e6e2d9f66123', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes'} Body: b'{"volume": {"id": "f5817b02-f643-4c7f-aba0-dc1157d54d28", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:31:46.413625", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1822547839", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/f5817b02-f643-4c7f-aba0-dc1157d54d28"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27a923f0e1c249da9600d15703f245b9/volumes/f5817b02-f643-4c7f-aba0-dc1157d54d28"}], "user_id": "e37b0e3835bf4beb86d2ff74cb2ca4a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:31:46,533 85802 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/f5817b02-f643-4c7f-aba0-dc1157d54d28 0.049s 2024-02-28 21:31:46,534 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd46dfea-9395-417b-875f-25d96126a107', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd46dfea-9395-417b-875f-25d96126a107', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/f5817b02-f643-4c7f-aba0-dc1157d54d28'} Body: b'{"volume": {"id": "f5817b02-f643-4c7f-aba0-dc1157d54d28", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:31:46.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-1822547839", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/f5817b02-f643-4c7f-aba0-dc1157d54d28"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27a923f0e1c249da9600d15703f245b9/volumes/f5817b02-f643-4c7f-aba0-dc1157d54d28"}], "user_id": "e37b0e3835bf4beb86d2ff74cb2ca4a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27a923f0e1c249da9600d15703f245b9"}}' 2024-02-28 21:31:47,620 85802 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/f5817b02-f643-4c7f-aba0-dc1157d54d28 0.072s 2024-02-28 21:31:47,620 85802 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-95ce6fba-5641-41a5-935b-d4ca75eee7be', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95ce6fba-5641-41a5-935b-d4ca75eee7be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/f5817b02-f643-4c7f-aba0-dc1157d54d28'} Body: b'{"volume": {"id": "f5817b02-f643-4c7f-aba0-dc1157d54d28", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:31:46.000000", "updated_at": "2024-02-28T21:31:47.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-1822547839", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/27a923f0e1c249da9600d15703f245b9/volumes/f5817b02-f643-4c7f-aba0-dc1157d54d28"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/27a923f0e1c249da9600d15703f245b9/volumes/f5817b02-f643-4c7f-aba0-dc1157d54d28"}], "user_id": "e37b0e3835bf4beb86d2ff74cb2ca4a1", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "27a923f0e1c249da9600d15703f245b9"}}' tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 463, in test_rebuild_server_with_volume_attached waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d4151f6a-bb8d-4a32-be2a-9f5277160328 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:28:12,922 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786 0.203s 2024-02-28 21:28:12,923 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:28: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-566e26c9-fb85-4c02-9b27-9645fa01494c', 'x-compute-request-id': 'req-566e26c9-fb85-4c02-9b27-9645fa01494c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786'} Body: b'{"server": {"id": "8bb08f0f-2f2d-442f-bb3a-3edaf2643786", "name": "tempest-ServerActionsTestOtherA-server-8153293", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:19Z", "updated": "2024-02-28T21:26:27Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-764859778", "OS-SRV-USG:launched_at": "2024-02-28T21:26:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1710858242"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:28:13,116 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786 0.180s 2024-02-28 21:28:13,116 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:28: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-f46c6e1a-14fa-4ad6-86d3-e19faf2a9f34', 'x-compute-request-id': 'req-f46c6e1a-14fa-4ad6-86d3-e19faf2a9f34', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786'} Body: b'{"server": {"id": "8bb08f0f-2f2d-442f-bb3a-3edaf2643786", "name": "tempest-ServerActionsTestOtherA-server-8153293", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://1 0.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:19Z", "updated": "2024-02-28T21:26:27Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-764859778", "OS-SRV-USG:launched_at": "2024-02-28T21:26:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1710858242"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:28:13,285 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786 0.156s 2024-02-28 21:28:13,286 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:28:13 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-1c986d13-8cbd-4c83-8341-538e4fa57251', 'x-compute-request-id': 'req-1c986d13-8cbd-4c83-8341-538e4fa57251', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786'} Body: b'{"server": {"id": "8bb08f0f-2f2d-442f-bb3a-3edaf2643786", "name": "tempest-ServerActionsTestOtherA-server-8153293", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:19Z", "updated": "2024-02-28T21:26:27Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-764859778", "OS-SRV-USG:launched_at": "2024-02-28T21:26:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1710858242"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:29:13,629 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/4ff53d 443fdc4c4c923b15e86a41be5d/volumes 0.269s 2024-02-28 21:29:13,629 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestOtherA-volume-456153918"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6588b326-febd-48ec-9a98-cd373475b7c2', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6588b326-febd-48ec-9a98-cd373475b7c2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes'} Body: b'{"volume": {"id": "d4151f6a-bb8d-4a32-be2a-9f5277160328", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:13.510846", "updated_at": null, "name": "tempest-ServerActionsTestOtherA-volume-456153918", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/d4151f6a-bb8d-4a32-be2a-9f5277160328"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ff53d443fdc4c4c923b15e86a41be5d/volumes/d4151f6a-bb8d-4a32-be2a-9f5277160328"}], "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:29:13,734 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.090s 2024-02-28 21:29:13,735 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:13 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-66a1f8c5-a83f-458f-ac66-67c7d9e7b07a', '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": "686f6106155c4ce5a5abaf0393cc0acf", "name": "tempest-ServerActionsTestOtherA-1728800554-project-member", "password_expires_at": null}, "audit_ids": ["FxWpkRdDSgW7PR7C12tKBw"], "expires_at": "2024-02-28T22:29:13.000000Z", "issued_at": "2024-02-28T21:29:13.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4ff53d443fdc4c4c923b15e86a41be5d", "name": "tempest-ServerActionsTestOtherA-1728800554"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4ff53d443fdc4c4c923b15e86a41be5d", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_ id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:29:13,735 85784 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached) Found network {'id': 'c21d49ac-f1e0-443a-8bde-b8481fa1ef7a', 'name': 'tempest-ServerActionsTestOtherA-1816231892-network', 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30376, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:26:11Z', 'updated_at': '2024-02-28T21:26:11Z', 'revision_number': 1} available for tenant 2024-02-28 21:29:13,736 85784 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:29:13,736 85784 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:29:13,791 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.053s 2024-02-28 21:29:13,791 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-276723826", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCtPkmgkUdrTDoS/lpHEzFq3jypYVxC3qj1uwRddlj6S/oXCD8RKoEHRXCP2tFJyamotBS+8W25pWWjA2/qtVekSQLpXP1ueyhv99hZHOOAA950vF48MTQZ/gf6SuKemPg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:13 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-22b0b240-955f-41c7-af27-7f40925e1bc2', 'x-compute-request-id': 'req-22b0b240-955f-41c7-af27-7f40925e1bc2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-276723826", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCtPkmgkUdrTDoS/lpHEzFq3jypYVxC3qj1uwRddlj6S/oXCD8RKoEHRXCP2tFJyamotBS+8W25pWWjA2/qtVekSQLpXP1ueyhv99hZHOOAA950vF48MTQZ/gf6SuKemPg==", "fingerprint": "b8:cd:7f:d0:b3:63:e4:58:55:1f:92:5e:19:d0:fb:c2", "user_id": "686f6106155c4ce5a5abaf0393cc0acf"}}' 2024-02-28 21:29:13,793 85784 DEBUG [tempest.lib.common.v alidation_resources] Validation resource key tempest-keypair-276723826 created 2024-02-28 21:29:13,944 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.150s 2024-02-28 21:29:13,944 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--651442436", "description": "tempest-description--1058217194"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1660', 'x-openstack-request-id': 'req-62e2ee2a-60a4-4e4b-88f7-e8129ded7b88', 'date': 'Wed, 28 Feb 2024 21:29:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "3c7cf5c7-6ca1-4909-a252-b249556ee8de", "name": "tempest-securitygroup--651442436", "stateful": true, "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "description": "tempest-description--1058217194", "shared": false, "security_group_rules": [{"id": "061dc66c-6d7a-4a63-a2ed-be35165de7e6", "project_id": "4ff53d443fdc4c4c923b15e86a41be5d", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "security_group_id": "3c7cf5c7-6ca1-4909-a252-b249556ee8de", "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": 920, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:29:13Z", "updated_at": "2024-02-28T21:29:13Z", "revision_number": 0}, {"id": "d10e8b59-8637-4f0d-835b-9f82682bb395", "project_id": "4ff53d443fdc4c4c923b15e86a41be5d", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "security_group_id": "3c7cf5c7-6ca1-4909-a252-b249556ee8de", "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": 921, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:29:13Z", "updated_at": "2024-02-28T21:29:13Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:29:13Z", "updated_at": "2024-02-28T21:29:13Z", "revision_number": 1, "project_id": "4ff53d443fdc4c4c923b15e86a41be5d"}}' 2024-02-28 21:29:14,146 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.199s 2024-02-28 21:29:14,150 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3c7cf5c7-6ca1-4909-a252-b249556ee8de", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-0b71d0e3-244b-41ab-b531-d22b5519130a', 'date': 'Wed, 28 Feb 2024 21:29:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "f42981ed-56ae-4d30-b827-48ea9e7492a9", "project_id": "4ff53d443fdc4c4c923b15e86a41be5d", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "security_group_id": "3c7cf5c7-6ca1-4909-a252-b249556ee8de", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:29:14Z", "updated_at": "2024-02-28T21:29:14Z", "revision_number": 0} }' 2024-02-28 21:29:14,365 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.213s 2024-02-28 21:29:14,366 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "3c7cf5c7-6ca1-4909-a252-b249556ee8de", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-2c4528eb-8156-446e-9014-15f503a8d827', 'date': 'Wed, 28 Feb 2024 21:29:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "446d1866-6d92-4078-9bae-afb0f47c11fc", "project_id": "4ff53d443fdc4c4c923b15e86a41be5d", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "security_group_id": "3c7cf5c7-6ca1-4909-a252-b249556ee8de", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:29:14Z", "updated_at": "2024-02-28T21:29:14Z", "revision_number": 0}}' 2024-02-28 21:29:14,367 85784 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--651442436 created 2024-02-28 21:29:14,967 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.599s 2024-02-28 21:29:14,967 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-16391aee-99ca-429e-a1e0-8adf88e89c77', 'date': 'Wed, 28 Feb 2024 21:29:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1f109f15-619b-4fd2-9f5e-c779e56b4a3f", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "floating_ip_address": "172.24.4.117", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "4ff53d443fdc4c4c923b15e86a41be5d", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:29:14Z", "updated_at": "2024-02-28T21:29:14Z", "revision_number": 0}}' 2024-02-28 21:29:14,967 85784 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1f109f15-619b-4fd2-9f5e-c779e56b4a3f', 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'floating_ip_address': '172.24.4.117', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:29:14Z', 'updated_at': '2024-02-28T21:29:14Z', 'revision_number': 0, 'ip': '172.24.4.117'} created 2024-02-28 21:29:14,969 85784 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-276723826', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCtPkmgkUdrTDoS/lpHEzFq3jypYVxC3qj1uwRddlj6S/oXCD8RKoEHRXCP2tFJyamotBS+8W25pWWjA2/qtVekSQLpXP1ueyhv99hZHOOAA950vF48MTQZ/gf6SuKemPg==', 'fingerprint': 'b8:cd:7f:d0:b3:63:e4:58:55:1f:92:5e:19:d0:f b:c2', 'user_id': '686f6106155c4ce5a5abaf0393cc0acf', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDT3pFdRIMDvJ1S64zm3rgbNfeJ7AghOmITDtu1TsHTjnq8LRrHECiD\n3sWyDi+q1jigBwYFK4EEACKhZANiAAQrT5JoJFHa0w6Ev5aRxMxat48qWFcQt6o9\nbsEXXZY+kv6Fwg/ESqBB0Vwj9rRScmpqLQUvvFtuaVlowNv6rVXpEkC6Vz9bnsob\n/fYWRzjgAPedLxePDE0Gf4H+krinpj4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '3c7cf5c7-6ca1-4909-a252-b249556ee8de', 'name': 'tempest-securitygroup--651442436', 'stateful': True, 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'description': 'tempest-description--1058217194', 'shared': False, 'security_group_rules': [{'id': '061dc66c-6d7a-4a63-a2ed-be35165de7e6', 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'security_group_id': '3c7cf5c7-6ca1-4909-a252-b249556ee8de', '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': 920, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:29:13Z', 'updated_at': '2024-02-28T21:29:13Z', 'revision_number': 0}, {'id': 'd10e8b59-8637-4f0d-835b-9f82682bb395', 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'security_group_id': '3c7cf5c7-6ca1-4909-a252-b249556ee8de', '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': 921, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:29:13Z', 'updated_at': '2024-02-28T21:29:13Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:29:13Z', 'updated_at': '2024-02-28T21:29:13Z', 'revision_number': 1, 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d'}, 'floating_ip': {'id': '1f109f15-619b-4fd2-9f5e-c779e56b4a3f', 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'floating_ip_address': '172.24.4.117', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:29:14Z', 'updated_at': '2024-02-28T21:29:14Z', 'revision_number': 0, 'ip': '172.24.4.117'}} 2024-02-28 21:29:15,664 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/compute/v2.1/servers 0.694s 2024-02-28 21:29:15,664 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-tempest.common.compute-instance-1087899648", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "networks": [{"uuid": "c21d49ac-f1e0-443a-8bde-b8481fa1ef7a"}], "security_groups": [{"name": "tempest-securitygroup--651442436"}], "key_name": "tempest-keypair-276723826", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '403', 'location': 'http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4f9c2134-354b-4ed6-9942-b0eabde275f5', 'x-compute-request-id': 'req-4f9c2134-354b-4ed6-9942-b0eabde275f5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b' {"server": {"id": "658b9e56-abf8-46c6-9f00-3aafa0bc2d1c", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--651442436"}], "adminPass": "NwQTv5CyzZpi"}}' 2024-02-28 21:29:15,744 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c 0.076s 2024-02-28 21:29:15,745 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:29:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1233', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f05e4109-fc6d-4670-b78c-593214028ede', 'x-compute-request-id': 'req-f05e4109-fc6d-4670-b78c-593214028ede', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c'} Body: b'{"server": {"id": "658b9e56-abf8-46c6-9f00-3aafa0bc2d1c", "name": "tempest-tempest.common.compute-instance-1087899648", "status": "BUILD", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:29:16Z", "updated": "2024-02-28T21:29:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-276723826", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:30:06,347 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c 0.553s 2024-02-28 21:30:06,348 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:30:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c519d50e-5b66-495b-acf4-ff0a91bc21f6', 'x-compute-request-id': 'req-c519d50e-5b66-495b-acf4-ff0a91bc21f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c'} Body: b'{"server": {"id": "658b9e56-abf8-46c6-9f00-3aafa0bc2d1c", "name": "tempest-tempest.common.compute-instance-1087899648", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b5563 2d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:29:15Z", "updated": "2024-02-28T21:29:22Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:16:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-276723826", "OS-SRV-USG:launched_at": "2024-02-28T21:29:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--651442436"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:30:06,368 85784 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 21:31:06,581 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c/os-interface 0.153s 2024-02-28 21:31:06,581 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:06 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-84d81285-bfe5-46ef-bfd8-3cb0ebe763c8', 'x-compute-request-id': 'req-84d81285-bfe5-46ef-bfd8-3cb0ebe763c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "c21d49ac-f1e0-443a-8bde-b8481fa1ef7a", "port_id": "169ad69f-b85e-4f42-985f-90a05038cc33", "mac_addr": "fa:16:3e:21:16:f4", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "faede547-134c-4bc5-91f3-5896c0dee0e0", "ip_address": "10.0.0.13"}]}]}' 2024-02-28 21:31:07,434 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/1f109f15-619b-4fd2-9f5e-c779e56b4a3f 0.848s 2024-02-28 21:31:07,434 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "169ad69f-b85e-4f42-985f-90a05038cc33"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-dd772015-9ca7-4343-8678-27f79349cd3f', 'date': 'Wed, 28 Feb 2024 21:31:07 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1f109f15-619b-4fd2-9f5e-c779e56b4a3f'} Body: b'{"floatingip": {"id": "1f109f15-619b-4fd2-9f5e-c779e56b4a3f", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "floating_ip_address": "172.24.4.117", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "983f7491-db73-4a16-9eea-7fefc83451b5", "port_id": "169ad69f-b85e-4f42-985f-90a05038cc33", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "c21d49ac-f1e0-443a-8bde-b8481fa1ef7a", "mac_address": "fa:16:3e:21:16:f4", "admin_state_up": true, "status": "ACTIV E", "device_id": "658b9e56-abf8-46c6-9f00-3aafa0bc2d1c", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:29:14Z", "updated_at": "2024-02-28T21:31:06Z", "revision_number": 1, "project_id": "4ff53d443fdc4c4c923b15e86a41be5d"}}' 2024-02-28 21:31:07,437 85784 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.117:22' as 'cirros' with public key authentication 2024-02-28 21:31:07,444 85784 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:31:07,551 85784 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:31:07,552 85784 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.117 successfully created 2024-02-28 21:31:07,790 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c 0.237s 2024-02-28 21:31:07,791 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-afb33f6c-f96f-4a38-81ef-d51bf219b40c', 'x-compute-request-id': 'req-afb33f6c-f96f-4a38-81ef-d51bf219b40c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c'} Body: b'{"server": {"id": "658b9e56-abf8-46c6-9f00-3aafa0bc2d1c", "name": "tempest-tempest.common.compute-instance-1087899648", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:29:15Z", "updated": "2024-02-28T21:29:22Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:16:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-276723826", "OS-SRV-USG:launched_at": "2024-02-28T21:29:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--651442436"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:31:07,847 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/d4151f6a-bb8d-4a32-be2a-9f5277160328 0.039s 2024-02-28 21:31:07,848 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-40f3dab2-45c5-422d-87d7-e9729c66d8b0', 'content-length': '909', 'openstack-api-version': 'volume 3 .0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-40f3dab2-45c5-422d-87d7-e9729c66d8b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/d4151f6a-bb8d-4a32-be2a-9f5277160328'} Body: b'{"volume": {"id": "d4151f6a-bb8d-4a32-be2a-9f5277160328", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:14.000000", "updated_at": "2024-02-28T21:29:14.000000", "name": "tempest-ServerActionsTestOtherA-volume-456153918", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/d4151f6a-bb8d-4a32-be2a-9f5277160328"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ff53d443fdc4c4c923b15e86a41be5d/volumes/d4151f6a-bb8d-4a32-be2a-9f5277160328"}], "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d"}}' 2024-02-28 21:31:08,906 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/d4151f6a-bb8d-4a32-be2a-9f5277160328 0.039s 2024-02-28 21:31:08,906 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-09a30956-1c39-44d1-b551-0ff5a7f252ec', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-09a30956-1c39-44d1-b551-0ff5a7f252ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/d4151f6a-bb8d-4a32-be2a-9f5277160328'} Body: b'{"volume": {"id": "d4151f6a-bb8d-4a32-be2a-9f5277160328", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:29:14.000000", "updated_at": "2024-02-28T21:29:14.000000", "name": "tempest-ServerActionsTestOtherA-volume-456153918", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/d4151f6a-bb8d-4a32-be2a-9f5277160328"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ff53d443fdc4c4c923b15e86a41be5d/volumes/d4151f6a-bb8d-4a32-be2a-9f5277160328"}], "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d"}}' 2024-02-28 21:31:09,075 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786 0.153s 2024-02-28 21:31:09,076 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:08 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-54c1f708-187b-4185-a489-6530dedcda0c', 'x-compute-request-id': 'req-54c1f708-187b-4185-a489-6530dedcda0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/ servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786'} Body: b'{"server": {"id": "8bb08f0f-2f2d-442f-bb3a-3edaf2643786", "name": "tempest-ServerActionsTestOtherA-server-8153293", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:19Z", "updated": "2024-02-28T21:26:27Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-764859778", "OS-SRV-USG:launched_at": "2024-02-28T21:26:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1710858242"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:32:09,368 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c 0.247s 2024-02-28 21:32:09,369 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:32:09 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-8bd2a585-be40-403e-bfcc-b0a5b73f692f', 'x-compute-request-id': 'req-8bd2a585-be40-403e-bfcc-b0a5b73f692f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c'} Body: b'' 2024-02-28 21:32:09,628 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c 0.258s 2024-02-28 21:32:09,628 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:32:09 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-22f76a51-1736-472c-9880-5bceadf9b03f', 'x-compute-request-id': 'req-22f76a51-1736-472c-9880-5bceadf9b03f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c'} Body: b'{"server": {"id": "658b9e56-abf8-46c6-9f00-3aafa0bc2d1c", "name": "tempest-tempest.common.compute-instance-1087899648", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97- 62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:29:15Z", "updated": "2024-02-28T21:32:09Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:16:f4"}, {"version": 4, "addr": "172.24.4.117", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:16:f4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-276723826", "OS-SRV-USG:launched_at": "2024-02-28T21:29:22.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--651442436"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:32:59,706 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c 0.040s 2024-02-28 21:32:59,706 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:32:59 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-8e6e205c-aad0-46dd-a316-cd01349d546e', 'x-compute-request-id': 'req-8e6e205c-aad0-46dd-a316-cd01349d546e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/658b9e56-abf8-46c6-9f00-3aafa0bc2d1c'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 658b9e56-abf8-46c6-9f00-3aafa0bc2d1c could not be found."}}' 2024-02-28 21:32:59,738 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-276723826 0.031s 2024-02-28 21:32:59,739 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:32:59 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-cceb97d2-e790-4e86-bab7-e52c166e93b6', 'x-compute-request-id': 'req-cceb97d2-e790-4e86-bab7-e52c166e93b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-276723826'} Body: b'' 2024-02-28 21:32:59,897 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/3c7cf5c7-6ca1-4909-a252-b249556ee8de 0.158s 2024-02-28 21:32:59,898 85784 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-b00197fc-6d98-4217-aff1-f6153d8a0714', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:32:59 GMT', 'connection': 'close', 'status': '204', 'conten t-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3c7cf5c7-6ca1-4909-a252-b249556ee8de'} Body: b'' 2024-02-28 21:32:59,916 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/3c7cf5c7-6ca1-4909-a252-b249556ee8de 0.018s 2024-02-28 21:32:59,917 85784 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-dc66e96c-b28b-401d-a290-3f0f24374dc6', 'date': 'Wed, 28 Feb 2024 21:32:59 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/3c7cf5c7-6ca1-4909-a252-b249556ee8de'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 3c7cf5c7-6ca1-4909-a252-b249556ee8de does not exist", "detail": ""}}' 2024-02-28 21:33:00,288 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/1f109f15-619b-4fd2-9f5e-c779e56b4a3f 0.371s 2024-02-28 21:33:00,289 85784 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-2fff3baf-27fb-4486-9225-0cef27e9ddb5', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:33:00 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1f109f15-619b-4fd2-9f5e-c779e56b4a3f'} 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 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4f949fce-9c99-4ba7-9f9f-e79d342b6dd6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:31:38,098 85792 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5 0.237s 2024-02-28 21:31:38,098 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:37 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-5d395f03-ac9e-4d00-bfa3-ba8026285624', 'x-compute-request-id': 'req-5d395f03-ac9e-4d00-bfa3-ba8026285624', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5'} Body: b'{"server": {"id": "98795722-0b48-4bcb-a23c-56e5735606d5", "name": "tempest-ServersNegativeTestJSON-server-1694714217", "status": "ACTIVE", "tenant_id": "96575f5cbbf647a49b07508292354a78", "user_id": "fd19be5d5acc4713acdf536e28a2c117", "metadata": {}, "hostId": "73d5aa48ce62bd7fbf8f25a2784e8f8a15d258224dd1e4cb36f318c5", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:25:03Z", "updated": "2024-02-28T21:25:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1485625873-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:69:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/98795722-0b48-4bcb-a23c-56e5735606d5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:25:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:32:38,444 85792 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/96575f5cbbf647a49b07508292354a78/volumes 0.273s 2024-02-28 21:32:38,445 85792 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-1937061448"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:32:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b198d918-6696-4f1c-8849-ead3a7f61883', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b198d918-6696-4f1c-8849-ead3a7f61883', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes'} Body: b'{"volume": {"id": "4f949fce-9c99-4ba7-9f9f-e79d342b6dd6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:32:38.369228", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1937061448", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/4f949fce-9c99-4ba7-9f9f-e79d342b6dd6"}, {"rel": "bookmark", "href": "http://10.0.0.21 0/volume/96575f5cbbf647a49b07508292354a78/volumes/4f949fce-9c99-4ba7-9f9f-e79d342b6dd6"}], "user_id": "fd19be5d5acc4713acdf536e28a2c117", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:32:38,526 85792 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/96575f5cbbf647a49b07508292354a78/volumes/4f949fce-9c99-4ba7-9f9f-e79d342b6dd6 0.061s 2024-02-28 21:32:38,526 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:32:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a16cea85-8fc6-4c1e-871e-c5bff376db80', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a16cea85-8fc6-4c1e-871e-c5bff376db80', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/4f949fce-9c99-4ba7-9f9f-e79d342b6dd6'} Body: b'{"volume": {"id": "4f949fce-9c99-4ba7-9f9f-e79d342b6dd6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:32:38.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1937061448", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/4f949fce-9c99-4ba7-9f9f-e79d342b6dd6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/96575f5cbbf647a49b07508292354a78/volumes/4f949fce-9c99-4ba7-9f9f-e79d342b6dd6"}], "user_id": "fd19be5d5acc4713acdf536e28a2c117", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "96575f5cbbf647a49b07508292354a78"}}' 2024-02-28 21:32:39,578 85792 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/96575f5cbbf647a49b07508292354a78/volumes/4f949fce-9c99-4ba7-9f9f-e79d342b6dd6 0.039s 2024-02-28 21:32:39,579 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:32:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0ae9292-11c6-402a-86d3-0d9d207fcf5c', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0ae9292-11c6-402a-86d3-0d9d207fcf5c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/4f949fce-9c99-4ba7-9f9f-e79d342b6dd6'} Body: b'{"volume": {"id": "4f949fce-9c99-4ba7-9f9f-e79d342b6dd6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:32:38.000000", "updated_at": "2024-02-28T21:32:39.000000", "name": "tempest-ServersNegativeTestJSON-volume-1937061448", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/96575f5cbbf647a49b07508292354a78/volumes/4f949fce-9c99-4ba7-9f9f-e79d342b6dd6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/96575f5cbbf647a49b07508292354a78/volumes/4f949fce-9c99-4ba7-9f9f-e79d342b6dd6"}], "user_id": "fd19be5d5acc4713acdf536e28a2c117", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant -attr:tenant_id": "96575f5cbbf647a49b07508292354a78"}}' 2024-02-28 21:32:40,005 85792 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5 0.414s 2024-02-28 21:32:40,005 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:32:39 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-27a0cdd7-1421-4eaf-b53e-3b0d57553b2b', 'x-compute-request-id': 'req-27a0cdd7-1421-4eaf-b53e-3b0d57553b2b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5'} Body: b'{"server": {"id": "98795722-0b48-4bcb-a23c-56e5735606d5", "name": "tempest-ServersNegativeTestJSON-server-1694714217", "status": "ACTIVE", "tenant_id": "96575f5cbbf647a49b07508292354a78", "user_id": "fd19be5d5acc4713acdf536e28a2c117", "metadata": {}, "hostId": "73d5aa48ce62bd7fbf8f25a2784e8f8a15d258224dd1e4cb36f318c5", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:25:03Z", "updated": "2024-02-28T21:25:09Z", "addresses": {"tempest-ServersNegativeTestJSON-1485625873-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ec:69:91"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/98795722-0b48-4bcb-a23c-56e5735606d5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/98795722-0b48-4bcb-a23c-56e5735606d5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:25:09.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 58761d3b-396c-4001-897d-a08ba5930008 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:31:34,128 85800 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:31:34,128 85800 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:31:34,229 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.099s 2024-02-28 21:31:34,229 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-136270495", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVwlASaQS1dgW68SbCmry9kMD+jtcAHtbTu25v268lCjtMB7Y7G+T3StgdM5G10+ewu/Fw43heZ6L6wu6m6sLGpCby41Ip7HA5fqn4Bufg+KAhZ1E8o+VD7YrFb+tU+Gw=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31: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-901066ac-18d5-487f-97ae-7eb4acddcc3b', 'x-compute-request-id': 'req-901066ac-18d5-487f-97ae-7eb4acddcc3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-136270495", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVwlASaQS1dgW68SbCmry9kMD+jtcAHtbTu25v268lCjtMB7Y7G+T3StgdM5G10+ewu/Fw43heZ6L6wu6m6sLGpCby41Ip7HA5fqn4Bufg+KAhZ1E8o+VD7YrFb+tU+Gw==", "fingerprint": "66:72:9f:f4:63:ae:27:bd:3f:16:ec:c1:a4:61:13:32", "user_id": "beedcbb33fa340a391a63b945f83df1c"}}' 2024-02-28 21:31:34,232 85800 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-136270495 created 2024-02-28 21:31:34,383 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.150s 2024-02-28 21:31:34,383 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--956791495", "description": "tempest-description--291314901"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1659', 'x-openstack-request-id': 'req-f6051d57-d947-4bea-a4f6-d3b6df6603f5', 'date': 'Wed, 28 Feb 2024 21:31:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "883d9892-ec45-4fab-a56b-9603cf50ae8a", "name": "tempest-securitygroup--956791495", "stateful": true, "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "description": "tempest-description--291314901", "shared": false, "security_group_rules": [{"id": "07685f80-4658-4180-b347-b0a6b6dec20d", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "883d9892-ec45-4fab-a56b-9603cf50ae8a", "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": 963, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:31:34Z", "updated_at": "2024-02-28T21:31:34Z", "revision_number": 0}, {"id": "194c9899-d84d-4e1d-aae0-744ef22caf5f", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "883d9892-ec45-4fab-a56b-9603cf50ae8a", "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": 964, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:31:34Z", "updated_at": "2024-02-28T21:31:34Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:31:34Z", "updated_at": "2024-02-28T21:31:34Z", "revision_number": 1, "project_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:31:34,556 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.172s 2024-02-28 21:31:34,557 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "883d9892-ec45-4fab-a56b-9603cf50ae8a", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-676b7ded-b53a-4807-a3aa-036f65f492f3', 'date': 'Wed, 28 Feb 2024 21:31:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "52801530-01b5-4c57-80d1-2c9ceaeb1c7d", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "883d9892-ec45-4fab-a56b-9603cf50ae8a", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:31:34Z", "updated_at": "2024-02-28T21:31:34Z", "revision_number": 0}}' 2024-02-28 21:31:34,755 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.198s 2024-02-28 21:31:34,756 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "883d9892-ec45-4fab-a56b-9603cf50ae8a", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-b0a94da4-8d32-4a8b-b6a3-41107264a463', 'date': 'Wed, 28 Feb 2024 21:31:34 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "10b04ca0-2e9e-4157-964d-41a944c82695", "project_id": "fd656e06c81e4095915de62a1b159c4e", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "security_group_id": "883d9892-ec45-4fab-a56b-9603cf50ae8a", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:31:34Z", "updated_at": "2024-02-28T21:31:34Z", "revision_number": 0}}' 2024-02-28 21:31:34,756 85800 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--956791495 created 2024-02-28 21:31:35,400 85800 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.644s 2024-02-28 21:31:35,401 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff7 6a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-03454b37-be4f-47b2-899d-991854df67dd', 'date': 'Wed, 28 Feb 2024 21:31:35 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b08bea04-0803-41f0-8823-e25f198c4d4f", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "floating_ip_address": "172.24.4.172", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "fd656e06c81e4095915de62a1b159c4e", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:31:35Z", "updated_at": "2024-02-28T21:31:35Z", "revision_number": 0}}' 2024-02-28 21:31:35,401 85800 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b08bea04-0803-41f0-8823-e25f198c4d4f', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'floating_ip_address': '172.24.4.172', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:31:35Z', 'updated_at': '2024-02-28T21:31:35Z', 'revision_number': 0, 'ip': '172.24.4.172'} created 2024-02-28 21:31:35,480 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.071s 2024-02-28 21:31:35,480 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:35 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-3c5a6528-2155-47f1-8faf-caba3a39fc02', '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": "beedcbb33fa340a391a63b945f83df1c", "name": "tempest-AttachVolumeNegativeTest-2016560345-project-member", "password_expires_at": null}, "audit_ids": ["7qOkGSqqT3iOu3TIjb96cg"], "expires_at": "2024-02-28T22:31:35.000000Z", "issued_at": "2024-02-28T21:31:35.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "fd656e06c81e4095915de62a1b159c4e", "name": "tempest-AttachVolumeNegativeTest-2016560345"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/fd656e06c81e4095915de62a1b159c4e", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "nam e": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:31:35,481 85800 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': 'b78ae623-b577-4ef2-bd8b-778ec87db2f9', 'name': 'tempest-AttachVolumeNegativeTest-1496596910-network', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 28052, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:25:53Z', 'updated_at': '2024-02-28T21:25:53Z', 'revision_number': 1} available for tenant 2024-02-28 21:31:35,482 85800 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-136270495', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHVwlASaQS1dgW68SbCmry9kMD+jtcAHtbTu25v268lCjtMB7Y7G+T3StgdM5G10+ewu/Fw43heZ6L6wu6m6sLGpCby41Ip7HA5fqn4Bufg+KAhZ1E8o+VD7YrFb+tU+Gw==', 'fingerprint': '66:72:9f:f4:63:ae:27:bd:3f:16:ec:c1:a4:61:13:32', 'user_id': 'beedcbb33fa340a391a63b945f83df1c', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAiawu5tkQRanZKCz4sZ5VaCYntXePvIhv7Isu9BFHB2ycEQSW/DmYG\nikkX9F4n0GKgBwYFK4EEACKhZANiAAR1cJQEmkEtXYFuvEmwpq8vZDA/o7XAB7W0\n7tub9uvJQo7TAe2Oxvk90rYHTORtdPnsLvxcON4Xmei+sLupurCxqQm8uNSKexwO\nX6p+Abn4PigIWdRPKPlQ+2KxW/rVPhs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '883d9892-ec45-4fab-a56b-9603cf50ae8a', 'name': 'tempest-securitygroup--956791495', 'stateful': True, 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'description': 'tempest-description--291314901', 'shared': False, 'security_group_rules': [{'id': '07685f80-4658-4180-b347-b0a6b6dec20d', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'security_group_id': '883d9892-ec45-4fab-a56b-9603cf50ae8a', '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': 963, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:31:34Z', 'updated_at': '2024-02-28T21:31:34Z', 'revision_number': 0}, {'id': '194c9899-d84d-4e1d-aae0-744ef22caf5f', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'security_group_id': '883d9892-ec45-4fab-a56b-9603cf50ae8a', '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': 964, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:31:34Z', 'updated_at': '2024-02-28T21:31:34Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:31:34Z', 'updated_at': '2024-02-28T21:31:34Z', 'revision_number': 1, 'project_id': 'fd656e06c81e4095915de62a1b159c4e'}, 'floating_ip': {'id': 'b08bea04-0803-41f0-8823-e25f198c4d4f', 'tenant_id': 'fd656e06c81e4095915de62a1b159c4e', 'floating_ip_address': '172.24.4.172', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'fd656e06c81e4095915de62a1b159c4e', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:31:35Z', 'updated_at': '2024-02-28T21:31:35Z', 'revision_number': 0, 'ip': '172.24.4.172'}} 2024-02-28 21:31:36,222 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.740s 2024-02-28 21:31:36,223 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1343267245", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "b78ae623-b577-4ef2-bd8b-778ec87db2f9"}], "security_groups": [{"name": "tempest-securitygroup--956791495"}], "key_name": "tempest-keypair-136270495", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c48d5a08-9d72-46ee-b031-5ce0a906b850', 'x-compute-request-id': 'req-c48d5a08-9d72-46ee-b031-5ce0a906b850', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "460737c3-f411-42b5-b323-0d0aa19bdef3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/460737c3-f411-42b5-b323-0d0aa19bdef3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--956791495"}], "adminPass": "password"}}' 2024-02-28 21:31:36,301 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3 0.074s 2024-02-28 21:31:36,301 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:31:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1233', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f3e28b49-b72b-4519-b5e0-d53b69b32d96', 'x-compute-request-id': 'req-f3e28b49-b72b-4519-b5e0-d53b69b32d96', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3'} Body: b'{"server": {"id": "460737c3-f411-42b5-b323-0d0aa19bdef3", "name": "tempest-AttachVolumeNegativeTest-server-1343267245", "status": "BUILD", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "user_id": "beedcbb33fa340a391a63b945f83df1c", "metadata": {}, "hostI d": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:31:36Z", "updated": "2024-02-28T21:31:36Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/460737c3-f411-42b5-b323-0d0aa19bdef3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-136270495", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:32:26,619 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3 0.257s 2024-02-28 21:32:26,620 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:32:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1542', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ea5ebc44-c115-424e-8e8c-3fb5fae69c71', 'x-compute-request-id': 'req-ea5ebc44-c115-424e-8e8c-3fb5fae69c71', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3'} Body: b'{"server": {"id": "460737c3-f411-42b5-b323-0d0aa19bdef3", "name": "tempest-AttachVolumeNegativeTest-server-1343267245", "status": "ACTIVE", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "user_id": "beedcbb33fa340a391a63b945f83df1c", "metadata": {}, "hostId": "17963a0c3c7761a3efee121e879c7ffa1b8fe21e8ed2f232dd9626bd", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:31:36Z", "updated": "2024-02-28T21:31:43Z", "addresses": {"tempest-AttachVolumeNegativeTest-1496596910-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:ae:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/460737c3-f411-42b5-b323-0d0aa19bdef3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-136270495", "OS-SRV-USG:launched_at": "2024-02-28T21:31:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--956791495"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:32:26,634 85800 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:33:26,858 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3/os-interface 0.163s 2024-02-28 21:33:26,859 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Aut h-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:33:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b5628c46-fcd4-40e6-9174-ff18919cb255', 'x-compute-request-id': 'req-b5628c46-fcd4-40e6-9174-ff18919cb255', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "b78ae623-b577-4ef2-bd8b-778ec87db2f9", "port_id": "8c4e9d66-0192-488d-beac-c8a41344dcfa", "mac_addr": "fa:16:3e:87:ae:83", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "b81d88f8-238d-48a0-b5da-0c3efb3f6c46", "ip_address": "10.0.0.6"}]}]}' 2024-02-28 21:33:27,628 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/b08bea04-0803-41f0-8823-e25f198c4d4f 0.761s 2024-02-28 21:33:27,628 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "8c4e9d66-0192-488d-beac-c8a41344dcfa"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-3b2d76d5-ce17-4b15-be10-d0c353bf0632', 'date': 'Wed, 28 Feb 2024 21:33:27 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b08bea04-0803-41f0-8823-e25f198c4d4f'} Body: b'{"floatingip": {"id": "b08bea04-0803-41f0-8823-e25f198c4d4f", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "floating_ip_address": "172.24.4.172", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "b761dd8f-9f37-4f95-937f-77879fe38d3a", "port_id": "8c4e9d66-0192-488d-beac-c8a41344dcfa", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "b78ae623-b577-4ef2-bd8b-778ec87db2f9", "mac_address": "fa:16:3e:87:ae:83", "admin_state_up": true, "status": "ACTIVE", "device_id": "460737c3-f411-42b5-b323-0d0aa19bdef3", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:31:35Z", "updated_at": "2024-02-28T21:33:27Z", "revision_number": 1, "project_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:33:27,629 85800 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.172:22' as 'cirros' with public key authentication 2024-02-28 21:33:28,645 85800 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:33:28,759 85800 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:33:28,759 85800 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.172 successfully created 2024-02-28 21:33:28,806 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3/ips 0.046s 2024-02-28 21:33:28,806 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '148', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dffb91b1-e31b-48bf-b5d1-b4cf504ba95f', 'x-compute-request-id': 'req-dffb91b1-e31b-48bf-b5d1-b4cf504ba95f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/ser vers/460737c3-f411-42b5-b323-0d0aa19bdef3/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-1496596910-network": [{"version": 4, "addr": "10.0.0.6"}, {"version": 4, "addr": "172.24.4.172"}]}}' 2024-02-28 21:33:29,004 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes 0.195s 2024-02-28 21:33:29,005 85800 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-82411062"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:33:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f70b9565-fe19-4b94-a121-2f10f3c4b2ad', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f70b9565-fe19-4b94-a121-2f10f3c4b2ad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes'} Body: b'{"volume": {"id": "58761d3b-396c-4001-897d-a08ba5930008", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:33:28.947749", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-82411062", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/58761d3b-396c-4001-897d-a08ba5930008"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd656e06c81e4095915de62a1b159c4e/volumes/58761d3b-396c-4001-897d-a08ba5930008"}], "user_id": "beedcbb33fa340a391a63b945f83df1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:33:29,063 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/58761d3b-396c-4001-897d-a08ba5930008 0.044s 2024-02-28 21:33:29,063 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:33:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-31b5f870-5a2d-41d9-837d-66eb1b2e26ec', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-31b5f870-5a2d-41d9-837d-66eb1b2e26ec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/58761d3b-396c-4001-897d-a08ba5930008'} Body: b'{"volume": {"id": "58761d3b-396c-4001-897d-a08ba5930008", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:33:29.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-82411062", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/58761d3b-396c-4001-897d-a08ba5930008"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd656e06c81e4095915de62a1b159c4e/volumes/58761d3b-396c-4001-897d-a08ba5930008"}], "user_id": "beedcbb33fa340a391a63b945f83df1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:33:30,121 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_del ete_attached_volume): 200 GET http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/58761d3b-396c-4001-897d-a08ba5930008 0.043s 2024-02-28 21:33:30,121 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:33:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d95a5f4a-e0dd-4d65-a7a3-0468eaf7d249', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d95a5f4a-e0dd-4d65-a7a3-0468eaf7d249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/58761d3b-396c-4001-897d-a08ba5930008'} Body: b'{"volume": {"id": "58761d3b-396c-4001-897d-a08ba5930008", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:33:29.000000", "updated_at": "2024-02-28T21:33:29.000000", "name": "tempest-AttachVolumeNegativeTest-volume-82411062", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/fd656e06c81e4095915de62a1b159c4e/volumes/58761d3b-396c-4001-897d-a08ba5930008"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fd656e06c81e4095915de62a1b159c4e/volumes/58761d3b-396c-4001-897d-a08ba5930008"}], "user_id": "beedcbb33fa340a391a63b945f83df1c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fd656e06c81e4095915de62a1b159c4e"}}' 2024-02-28 21:33:30,246 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3 0.112s 2024-02-28 21:33:30,246 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:33:30 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-a8d21e66-3b94-46a4-8e1b-920c7ff28501', 'x-compute-request-id': 'req-a8d21e66-3b94-46a4-8e1b-920c7ff28501', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3'} Body: b'' 2024-02-28 21:33:30,519 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3 0.272s 2024-02-28 21:33:30,520 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:33:30 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-3ca0650d-901a-4f0a-87d6-f38e3cf05bed', 'x-compute-request-id': 'req-3ca0650d-901a-4f0a-87d6-f38e3cf05bed', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3'} Body: b'{"server": {"id": "460737c3-f411-42b5-b323-0d0aa19bdef3", "name": "tempest-AttachVolumeNegativeTest-server-1343267245", "status": "ACTIVE", "tenant_id": "fd656e06c81e4095915de62a1b159c4e", "user_id": "beedcbb33fa340a391a63b945f83df1c", "metadata": {}, "hostId": "17 963a0c3c7761a3efee121e879c7ffa1b8fe21e8ed2f232dd9626bd", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:31:36Z", "updated": "2024-02-28T21:33:30Z", "addresses": {"tempest-AttachVolumeNegativeTest-1496596910-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:ae:83"}, {"version": 4, "addr": "172.24.4.172", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:87:ae:83"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/460737c3-f411-42b5-b323-0d0aa19bdef3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-136270495", "OS-SRV-USG:launched_at": "2024-02-28T21:31:42.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--956791495"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:34:20,629 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3 0.046s 2024-02-28 21:34:20,630 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:20 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-5c6f1556-b4ab-42cc-a217-f18d68174043', 'x-compute-request-id': 'req-5c6f1556-b4ab-42cc-a217-f18d68174043', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/460737c3-f411-42b5-b323-0d0aa19bdef3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 460737c3-f411-42b5-b323-0d0aa19bdef3 could not be found."}}' 2024-02-28 21:34:20,666 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-136270495 0.035s 2024-02-28 21:34:20,667 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1edec755-699f-47a6-a54f-d032d942c069', 'x-compute-request-id': 'req-1edec755-699f-47a6-a54f-d032d942c069', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-136270495'} Body: b'' 2024-02-28 21:34:20,842 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/883d9892-ec45-4fab-a56b-9603cf50ae8a 0.174s 2024-02-28 21:34:20,842 85800 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-251391e8-b2e0-48aa-95d6-aa165afc4c77', 'content-l ength': '0', 'date': 'Wed, 28 Feb 2024 21:34:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/883d9892-ec45-4fab-a56b-9603cf50ae8a'} Body: b'' 2024-02-28 21:34:20,861 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/883d9892-ec45-4fab-a56b-9603cf50ae8a 0.018s 2024-02-28 21:34:20,862 85800 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-fa9f6315-c08f-444c-b526-f0c24d2587ce', 'date': 'Wed, 28 Feb 2024 21:34:20 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/883d9892-ec45-4fab-a56b-9603cf50ae8a'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 883d9892-ec45-4fab-a56b-9603cf50ae8a does not exist", "detail": ""}}' 2024-02-28 21:34:21,235 85800 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b08bea04-0803-41f0-8823-e25f198c4d4f 0.372s 2024-02-28 21:34:21,236 85800 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-41c68ce3-f5e0-48bb-9f1e-409674328cae', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:34:21 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b08bea04-0803-41f0-8823-e25f198c4d4f'} Body: b'' tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_type_access.py", line 51, in test_volume_type_access_add volume = self.create_volume(volume_type=volume_type['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0e35701d-af0b-4906-b4d8-9c358a649f8f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:31,000 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/0c10a818702c47e7936e1611756ff846/types 0.189s 2024-02-28 21:34:31,001 85800 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-1951613383", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-30f0584b-af85-4098-8d4e-0a70de5d5a25', 'content-length': '229', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-30f0584b-af85-4098-8d4e-0a70de5d5a25', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/0c10a818702c47e7936e1611756ff846/types'} Body: b'{"volume_type": {"id": "24cc2d3b-a9a9-46bd-a250-ae0a5600fd92", "name": "tempest-VolumeTypesAccessTest-volume-type-1951613383", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2024-02-28 21:34:31,115 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes 0.112s 2024-02-28 21:34:31,116 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "24cc2d3b-a9a9-46bd-a250-ae0a5600fd92", "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b752061-d8f1-42b6-b374-268490a54886', 'x-openstack-request-id': 'req-8b752061-d8f1-42b6-b374-268490a54886', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 24cc2d3b-a9a9-46bd-a250-ae0a5600fd92 could not be found."}}' 2024-02-28 21:34:31,116 85800 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2024-02-28 21:34:31,143 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/0c10a818702c47e7936e1611756ff846/types/24cc2d3b-a9a9-46bd-a250-ae0a5600fd92/action 0.026s 2024-02-28 21:34:31,143 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "bca59875c2ef4857a0b29189a46d4f62"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2375b75c-f483-447b-a6f1-35ba01336676', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0c10a818702c47e7936e1611756ff846/types/24cc2d3b-a9a9-46bd-a250-ae0a5600fd92/action'} Body: b'' 2024-02-28 21:34:31,356 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes 0.212s 2024-02-28 21:34:31,357 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "24cc2d3b-a9a9-46bd-a250-ae0a5600 fd92", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-455671235"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-064dd2c7-f7ba-4ac5-9aaa-0282abb31472', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-064dd2c7-f7ba-4ac5-9aaa-0282abb31472', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes'} Body: b'{"volume": {"id": "0e35701d-af0b-4906-b4d8-9c358a649f8f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:31.290985", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-455671235", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1951613383", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f"}], "user_id": "7c8edba44f0c4dee958f874c20f3cc6f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:34:31,414 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f 0.046s 2024-02-28 21:34:31,414 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39c828da-14b0-445e-a5c3-a070e7871d46', 'content-length': '927', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39c828da-14b0-445e-a5c3-a070e7871d46', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f'} Body: b'{"volume": {"id": "0e35701d-af0b-4906-b4d8-9c358a649f8f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:31.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-455671235", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1951613383", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f"}], "user_id": "7c8edba44f0c4dee958f874c20f3cc6f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bca59875c2ef4857a0b29189a46d4f62"}}' 2024-02-28 21:34:32,472 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f 0.044s 2024-02-28 21:34:32,472 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b2151b9-ab9a-4668-b8ff-3757f71294de', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b2151b9-ab9a-4668-b8ff-3757f71294de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f'} Body: b'{"volume": {"id": "0e35701d-af0b-4906-b4d8-9c358a649f8f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:31.000000", "updated_at": "2024-02-28T21:34:31.000000", "name": "tempest-VolumeTypesAccessTest-Volume-455671235", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1951613383", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f"}], "user_id": "7c8edba44f0c4dee958f874c20f3cc6f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bca59875c2ef4857a0b29189a46d4f62"}}' 2024-02-28 21:34:32,524 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f 0.039s 2024-02-28 21:34:32,524 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cef1345-d544-48c4-acb1-c2650bb90273', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cef1345-d544-48c4-acb1-c2650bb90273', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f'} Body: b'{"volume": {"id": "0e35701d-af0b-4906-b4d8-9c358a649f8f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:31.000000", "updated_at": "2024-02-28T21:34:31.000000", "name": "tempest-VolumeTypesAccessTest-Volume-455671235", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-1951613383", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f"}], "user_id": "7c8edba44f0c4dee958f874c20f3cc6f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "bca59875c2ef4857a0b29189a46d4f62"}}' 2024-02-28 21:34:32,636 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f 0.099s 2024-02-28 21:34:32,636 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-b0a5a412-7fc8-42b8-b095-2a8c50f39d59', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/bca59875c2ef485 7a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f'} Body: b'' 2024-02-28 21:34:32,658 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f 0.021s 2024-02-28 21:34:32,659 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-7ed934ce-74ba-44ce-937d-66110c34430a', 'x-openstack-request-id': 'req-7ed934ce-74ba-44ce-937d-66110c34430a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/bca59875c2ef4857a0b29189a46d4f62/volumes/0e35701d-af0b-4906-b4d8-9c358a649f8f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0e35701d-af0b-4906-b4d8-9c358a649f8f could not be found."}}' 2024-02-28 21:34:32,687 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/0c10a818702c47e7936e1611756ff846/types/24cc2d3b-a9a9-46bd-a250-ae0a5600fd92/action 0.027s 2024-02-28 21:34:32,687 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "bca59875c2ef4857a0b29189a46d4f62"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-cf0ccd0c-6e44-4e0f-8304-e65df547d68b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0c10a818702c47e7936e1611756ff846/types/24cc2d3b-a9a9-46bd-a250-ae0a5600fd92/action'} Body: b'' 2024-02-28 21:34:32,761 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/0c10a818702c47e7936e1611756ff846/types/24cc2d3b-a9a9-46bd-a250-ae0a5600fd92 0.073s 2024-02-28 21:34:32,762 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-bfd5f335-db59-4b41-9a15-6d69e5d9b6d3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/0c10a818702c47e7936e1611756ff846/types/24cc2d3b-a9a9-46bd-a250-ae0a5600fd92'} Body: b'' 2024-02-28 21:34:32,779 85800 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/0c10a818702c47e7936e1611756ff846/types/24cc2d3b-a9a9-46bd-a250-ae0a5600fd92 0.016s 2024-02-28 21:34:32,779 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3fe197b-3d07-4d17-9e0c-c6a9ca587c59', 'x-openstack-request-id': 'req-a3fe197b-3d07-4d17-9e0c-c6a9ca587c59', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/0c10a818702c47e7936e161175 6ff846/types/24cc2d3b-a9a9-46bd-a250-ae0a5600fd92'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 24cc2d3b-a9a9-46bd-a250-ae0a5600fd92 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 162, in test_create_group_from_group_snapshot grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 47ff7063-9ee4-4495-8749-12426633708e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:36,017 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types 0.167s 2024-02-28 21:34:36,017 85792 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-744268918"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d01e075-0e9f-4d9d-8b5d-1d1c0f3e9206', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d01e075-0e9f-4d9d-8b5d-1d1c0f3e9206', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types'} Body: b'{"volume_type": {"id": "2af742b6-306c-4109-8b91-2109a6de286c", "name": "tempest-GroupSnapshotsTest-volume-type-744268918", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 21:34:36,049 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types 0.029s 2024-02-28 21:34:36,050 85792 DEBUG [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-857401360"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a30d3a6-936c-4990-a43c-ecf76fba5a5d', 'content-length': '180', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a30d3a6-936c-4990-a43c-ecf76fba5a5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types'} Body: b'{"group_type": {"id": "1e0467e2-5e65-4fe9-a988-74596fc1a1ea", "name": "tempest-GroupSnapshotsTest-group-type-857401360", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 21:34:36,257 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups 0.205s 2024-02-28 21:34:36,257 85792 DEBUG [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": "1e0467e2-5e65-4fe9-a988-74596fc1a1ea", "volume_types": ["2af742b6-306c-4109-8b91-2109a6de286c"], "name": "tempest-GroupSnapshotsTest-Group-754116785"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0332c789-c465-489e-bbf6-d47f56eaa0f3', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0332c789-c465-489e-bbf6-d47f56eaa0f3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups'} Body: b'{"group": {"id": "47ff7063-9ee4-4495-8749-12426633708e", "name": "tempest-GroupSnapshotsTest-Group-754116785"}}' 2024-02-28 21:34:36,290 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/47ff7063-9ee4-4495-8749-12426633708e 0.030s 2024-02-28 21:34:36,290 85792 DEBUG [tempest.lib.common. rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b82a11e3-b05c-4687-ad14-1584f53c54e7', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b82a11e3-b05c-4687-ad14-1584f53c54e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/47ff7063-9ee4-4495-8749-12426633708e'} Body: b'{"group": {"id": "47ff7063-9ee4-4495-8749-12426633708e", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T21:34:36.000000", "name": "tempest-GroupSnapshotsTest-Group-754116785", "description": null, "group_type": "1e0467e2-5e65-4fe9-a988-74596fc1a1ea", "volume_types": ["2af742b6-306c-4109-8b91-2109a6de286c"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:34:37,323 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/47ff7063-9ee4-4495-8749-12426633708e 0.028s 2024-02-28 21:34:37,324 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b31c8f8-598d-45ab-bae0-b49b4a6be2a8', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b31c8f8-598d-45ab-bae0-b49b4a6be2a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/47ff7063-9ee4-4495-8749-12426633708e'} Body: b'{"group": {"id": "47ff7063-9ee4-4495-8749-12426633708e", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T21:34:36.000000", "name": "tempest-GroupSnapshotsTest-Group-754116785", "description": null, "group_type": "1e0467e2-5e65-4fe9-a988-74596fc1a1ea", "volume_types": ["2af742b6-306c-4109-8b91-2109a6de286c"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:34:37,367 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/volumes/detail 0.038s 2024-02-28 21:34:37,368 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8793cbd8-5c2d-4cef-9672-44a2ebc4b073', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8793cbd8-5c2d-4cef-9672-44a2ebc4b073', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 21:34:37,444 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/47ff7063-9ee4-4495-8749-12426633708e/action 0.064s 2024-02-28 21:34:37,444 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-v olumes": true}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-95062954-8645-4275-a6b8-49e0a3e862a9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/47ff7063-9ee4-4495-8749-12426633708e/action'} Body: b'' 2024-02-28 21:34:37,460 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/47ff7063-9ee4-4495-8749-12426633708e 0.015s 2024-02-28 21:34:37,460 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-af68a2c3-e1c2-48b4-8d17-c38ea1b7536b', 'x-openstack-request-id': 'req-af68a2c3-e1c2-48b4-8d17-c38ea1b7536b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/47ff7063-9ee4-4495-8749-12426633708e'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 47ff7063-9ee4-4495-8749-12426633708e could not be found."}}' 2024-02-28 21:34:37,494 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types/1e0467e2-5e65-4fe9-a988-74596fc1a1ea 0.033s 2024-02-28 21:34:37,494 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c9089a6-b85c-481f-b70f-c5921a514d26', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types/1e0467e2-5e65-4fe9-a988-74596fc1a1ea'} Body: b'' 2024-02-28 21:34:37,542 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/2af742b6-306c-4109-8b91-2109a6de286c 0.048s 2024-02-28 21:34:37,543 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-65c7a467-7430-4fc9-b476-f3f5b80e94ae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/2af742b6-306c-4109-8b91-2109a6de286c'} Body: b'' 2024-02-28 21:34:37,559 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/2af742b6-306c-4109-8b91-2109a6de286c 0.016s 2024-02-28 21:34:37,559 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fd76328-03ac-4545-a7d2-b83b48624562', 'x-openstack-request-id': 'req-1fd76328-03ac-4545-a7d2-b83b48624562', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/2af742b6-306c-4109-8b91-2109a6de286c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 2af742b6-306c-4109-8b91-2109a6de286c could not be found."}}' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] --------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 225, in test_delete_group_snapshots_following_updated_volumes grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:37,593 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types 0.030s 2024-02-28 21:34:37,593 85792 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-1483034127"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3965d807-7089-45fc-8bc7-f0f160cb9f4e', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3965d807-7089-45fc-8bc7-f0f160cb9f4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types'} Body: b'{"volume_type": {"id": "bde64417-15e9-4538-82d8-9b5216882bbe", "name": "tempest-GroupSnapshotsTest-volume-type-1483034127", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 21:34:37,628 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types 0.032s 2024-02-28 21:34:37,628 85792 DEBUG [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-1317091815"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-66d3a890-351f-4fb4-8817-26f4c94276f2', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-66d3a890-351f-4fb4-8817-26f4c94276f2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types'} Body: b'{"group_type": {"id": "f084d2ef-6a5e-4d19-9d7b-75e451da1833", "name": "tempest-GroupSnapshotsTest-group-type-1317091815", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 21:34:37,727 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups 0.096s 2024-02-28 21:34:37,728 85792 DEBUG [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": "f084d2ef-6a5e-4d19-9d7b-75e451da1833", "volume_types": ["bde64417-15e9-4538-82d8-9b5216882bbe"], "name": "tempest-GroupSnapshotsTest-Group-594839726"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5380a8b5-8eca-4f1b-b439-4eb8e7981868', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5380a8b5-8eca-4f1b-b439-4eb8e7981868', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups'} Body: b'{"group": {"id": "d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4", "name": "tempest-GroupSnapshotsTest-Group-594839726"}}' 2024-02-28 21:34:37,758 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f 4 0.028s 2024-02-28 21:34:37,758 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8bc77901-11d7-4050-8e0f-86f06ec67734', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8bc77901-11d7-4050-8e0f-86f06ec67734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4'} Body: b'{"group": {"id": "d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T21:34:38.000000", "name": "tempest-GroupSnapshotsTest-Group-594839726", "description": null, "group_type": "f084d2ef-6a5e-4d19-9d7b-75e451da1833", "volume_types": ["bde64417-15e9-4538-82d8-9b5216882bbe"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:34:38,795 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4 0.032s 2024-02-28 21:34:38,795 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a61eae90-7364-45d5-a5ad-fab7b3782733', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a61eae90-7364-45d5-a5ad-fab7b3782733', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4'} Body: b'{"group": {"id": "d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T21:34:38.000000", "name": "tempest-GroupSnapshotsTest-Group-594839726", "description": null, "group_type": "f084d2ef-6a5e-4d19-9d7b-75e451da1833", "volume_types": ["bde64417-15e9-4538-82d8-9b5216882bbe"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:34:38,802 85792 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1739031. The failure could be related to https://launchpad.net/bugs/1739031 2024-02-28 21:34:38,840 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/volumes/detail 0.037s 2024-02-28 21:34:38,840 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d3f8a2a-1232-4504-9bec-ed1a6c27c312', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d3f8a2a-1232-4504-9bec-ed1a6c27c312', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 21:34:38,921 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4/action 0. 065s 2024-02-28 21:34:38,922 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49dfb970-f94d-49f5-84a4-ebc598ded966', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4/action'} Body: b'' 2024-02-28 21:34:38,938 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4 0.015s 2024-02-28 21:34:38,939 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec3dfa02-892c-497d-ab66-283445389495', 'x-openstack-request-id': 'req-ec3dfa02-892c-497d-ab66-283445389495', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4'} Body: b'{"itemNotFound": {"code": 404, "message": "Group d4ed57bd-5bee-4f2c-9e82-5bb0ba77e8f4 could not be found."}}' 2024-02-28 21:34:38,974 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types/f084d2ef-6a5e-4d19-9d7b-75e451da1833 0.034s 2024-02-28 21:34:38,975 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-626759f5-ee61-4fec-ae79-5d1e8d0cbd84', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types/f084d2ef-6a5e-4d19-9d7b-75e451da1833'} Body: b'' 2024-02-28 21:34:39,025 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/bde64417-15e9-4538-82d8-9b5216882bbe 0.050s 2024-02-28 21:34:39,026 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f3194484-e516-4d83-87b7-67f67fdf6298', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/bde64417-15e9-4538-82d8-9b5216882bbe'} Body: b'' 2024-02-28 21:34:39,045 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/bde64417-15e9-4538-82d8-9b5216882b be 0.018s 2024-02-28 21:34:39,045 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-d98172af-d785-4795-be6d-4a58ade634ef', 'x-openstack-request-id': 'req-d98172af-d785-4795-be6d-4a58ade634ef', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/bde64417-15e9-4538-82d8-9b5216882bbe'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type bde64417-15e9-4538-82d8-9b5216882bbe could not be found."}}' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 92, in test_group_snapshot_create_show_list_delete grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group c503c301-26c0-4463-a84a-78cb1ce250f7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:39,077 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types 0.029s 2024-02-28 21:34:39,077 85792 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-1680203485"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d8a7fb25-6795-409f-8204-07fbfa0015d8', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d8a7fb25-6795-409f-8204-07fbfa0015d8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types'} Body: b'{"volume_type": {"id": "2880ae28-a80b-4e8d-a858-f6d51d5ddc5b", "name": "tempest-GroupSnapshotsTest-volume-type-1680203485", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 21:34:39,109 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types 0.029s 2024-02-28 21:34:39,109 85792 DEBUG [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-1367316486"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0ccfbd72-c4a6-4e17-b77b-0a08a3dcc401', 'content-length': '181', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0ccfbd72-c4a6-4e17-b77b-0a08a3dcc401', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types'} Body: b'{"group_type": {"id": "730a313e-2dad-4259-98b0-82b050eaab48", "name": "tempest-GroupSnapshotsTest-group-type-1367316486", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 21:34:39,190 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups 0.077s 2024-02-28 21:34:39,190 85792 DEBUG [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": "730a313e-2dad-4259-98b0-82b050eaab48", "volume_types": ["2880ae28-a80b-4e8d-a858-f6d51d5ddc5b"], "name": "tempest-GroupSnapshotsTest-Group-1279182823"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-557c8e2b-fcfe-41eb-b7c6-6a747454ca4a', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-557c8e2b-fcfe-41eb-b7c6-6a747454ca4a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups'} Body: b'{"group": {"id": "c503c301-26c0-4463-a84a-78cb1ce250f7", "name": "tempest-GroupSnapshotsTest-Group-1279182823"}}' 2024-02-28 21:34:39,221 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/c503c301-26c0-4463-a84a-78cb1ce250f7 0.029s 2024-02-28 21:34:39,222 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ef1d63f1-d7dc-47a9-aebb-b0145d5d562d', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ef1d63f1-d7dc-47a9-aebb-b0145d5d562d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/c503c301-26c0-4463-a84a-78cb1ce250f7'} Body: b'{"group": {"id": "c503c301-26c0-4463-a84a-78cb1ce250f7", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T21:34:39.000000", "name": "tempest-GroupSnapshotsTest-Group-1279182823", "description": null, "group_type": "730a313e-2dad-4259-98b0-82b050eaab48", "volume_types": ["2880ae28-a80b-4e8d-a858-f6d51d5ddc5b"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:34:40,260 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/c503c301-26c0-4463-a84a-78cb1ce250f7 0.033s 2024-02-28 21:34:40,260 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a77b6fa1-9137-4e3f-8c44-8237819ce7b4', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a77b6fa1-9137-4e3f-8c44-8237819ce7b4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/c503c301-26c0-4463-a84a-78cb1ce250f7'} Body: b'{"group": {"id": "c503c301-26c0-4463-a84a-78cb1ce250f7", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T21:34:39.000000", "name": "tempest-GroupSnapshotsTest-Group-1279182823", "description": null, "group_type": "730a313e-2dad-4259-98b0-82b050eaab48", "volume_types": ["2880ae28-a80b-4e8d-a858-f6d51d5ddc5b"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:34:40,294 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/volumes/detail 0.029s 2024-02-28 21:34:40,295 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08e7bd4a-df09-4d62-b2e6-455d32efa675', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08e7bd4a-df09-4d62-b2e6-455d32efa675', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 21:34:40,382 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/c503c301-26c0-4463-a84a-78cb1ce250f7/action 0.075s 2024-02-28 21:34:40,383 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ' '} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1aa10f6b-721a-4f4e-8ffc-e078a1717aa2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/c503c301-26c0-4463-a84a-78cb1ce250f7/action'} Body: b'' 2024-02-28 21:34:40,398 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/c503c301-26c0-4463-a84a-78cb1ce250f7 0.015s 2024-02-28 21:34:40,399 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-105c7a97-9d33-4938-89bb-5676285e073a', 'x-openstack-request-id': 'req-105c7a97-9d33-4938-89bb-5676285e073a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d6ce69a3d3124909bfc665cce2b8f71f/groups/c503c301-26c0-4463-a84a-78cb1ce250f7'} Body: b'{"itemNotFound": {"code": 404, "message": "Group c503c301-26c0-4463-a84a-78cb1ce250f7 could not be found."}}' 2024-02-28 21:34:40,426 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types/730a313e-2dad-4259-98b0-82b050eaab48 0.027s 2024-02-28 21:34:40,427 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f04ea36a-05f9-490d-8940-d2c5ac4c66e4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/group_types/730a313e-2dad-4259-98b0-82b050eaab48'} Body: b'' 2024-02-28 21:34:40,479 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/2880ae28-a80b-4e8d-a858-f6d51d5ddc5b 0.052s 2024-02-28 21:34:40,480 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ea64479-1e21-46f0-a096-21d7cfc2e79c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/2880ae28-a80b-4e8d-a858-f6d51d5ddc5b'} Body: b'' 2024-02-28 21:34:40,495 85792 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/2880ae28-a80b-4e8d-a858-f6d51d5ddc5b 0.015s 2024-02-28 21:34:40,496 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-53e21232-b5df-42da-8087-bcba37f1d63d', 'x-openstack-request-id': 'req-53e21232-b5df-42da-8087-bcba37f1d63d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/2b34856aa2f14afba561f98aa2c771ae/types/2880ae28-a80b-4e8d-a858-f6d51d5ddc5b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 2880ae28-a80b-4e8d-a858-f6d51d5ddc5b could not be found."}}' setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON) -------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_list.py", line 37, in resource_setup volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5b64533d-a7e7-4102-8823-90f6acf9f449 failed to build and is in ERROR status tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details[id-d4bb61f7-762d-4437-b8a4-5785759a0ced] ----------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 44, in test_get_pools_with_details self._assert_pools(with_detail=True) File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:44,076 85792 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/979bd43bdf4144dcbbf70ab3b7b22612/scheduler-stats/get_pools?detail=True 0.145s 2024-02-28 21:34:44,076 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de6b2d96-342c-43da-9f9b-95085d39ed74', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de6b2d96-342c-43da-9f9b-95085d39ed74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/979bd43bdf4144dcbbf70ab3b7b22612/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] -------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 39, in test_get_pools_without_details self._assert_pools() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:44,115 85792 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/979bd43bdf4144dcbbf70ab3b7b22612/scheduler-stats/get_pools 0.030s 2024-02-28 21:34:44,115 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69b474f1-fd34-42a3-9dbb-b34e007061cd', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69b474f1-fd34-42a3-9dbb-b34e007061cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/979bd43bdf4144dcbbf70ab3b7b22612/scheduler-stats/get_pools'} Body: b'{"pools": []}' tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 67, in test_create_from_bootable_volume src_vol = self.create_volume(imageRef=img_uuid) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4357556d-35e1-4991-a1ca-9bd8dce5d01e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:44,455 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c 0.263s 2024-02-28 21:34:44,455 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-a68b5b1a-b67c-4936-8253-cb42a0670024', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.6.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.6.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 21430272, "virtual_size": 117440512, "status": "active", "checksum": "c8fc807773e5354afe61636071771906", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "e41ba40d9dd149e2a6c32d8242a38517", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "1103b92ce8ad966e41235a4de260deb791ff571670c0342666c8582fbb9caefe6af07ebb11d34f44f8414b609b29c1bdf1d72ffa6faa39c88e8721d09847952b", "id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "created_at": "2024-02-28T21:16:33Z", "updated_at": "2024-02-28T21:16:35Z", "tags": [], "self": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c", "file": "/v2/images/b0c5d41f-4763-4b82-ad97-62b55632d91c/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:34:44,893 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes 0.437s 2024-02-28 21:34:44,893 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "size": 1, "name": "tempest-VolumesCloneTest-Volume-1934665624"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b09d82e-005c-4f0a-91fd-2326c51e1ea3', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b09d82e-005c-4f0a-91fd-2326c51e1ea3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes'} Body: b'{"volume": {"id": "4357556d-35e1-4991-a1ca-9bd8dce5d01e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:44.798842", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1934665624", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e"}], "user_id": "c83a2d85198c489886474977dc792a7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:34:44,945 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e 0.037s 2024-02-28 21:34:44,946 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d9f53f1-866a-495e-b703-cb3618febe2a', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d9f53f1-866a-495e-b703-cb3618febe2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e'} Body: b'{"volume": {"id": "4357556d-35e1-4991-a1ca-9bd8dce5d01e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:45.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1934665624", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e"}], "user_id": "c83a2d85198c489886474977dc792a7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "265cbb58c0cd441382a9949c1c4f0d30"}}' 2024-02-28 21:34:46,000 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e 0.039s 2024-02-28 21:34:46,000 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-438467f8-a915-41c9-a802-ac93cfcf98d4', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-438467f8-a915-41c9-a802-ac93cfcf98d4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e'} Body: b'{"volume": {"id": "4357556d-35e1-4991-a1ca-9bd8dce5d01e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:45.000000", "updated_at": "2024-02-28T21:34:45.000000", "name": "tempest-VolumesCloneTest-Volume-1934665624", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e"}], "user_id": "c83a2d85198c489886474977dc792a7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "265cbb58c0cd441382a9949c1c4f0d30"}}' 2024-02-28 21:34:46,056 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e 0.042s 2024-02-28 21:34:46,056 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bb902ad-c50d-452c-b32b-16c20b7a3234', 'content-length': '903', 'openstack-api-version' : 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bb902ad-c50d-452c-b32b-16c20b7a3234', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e'} Body: b'{"volume": {"id": "4357556d-35e1-4991-a1ca-9bd8dce5d01e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:45.000000", "updated_at": "2024-02-28T21:34:45.000000", "name": "tempest-VolumesCloneTest-Volume-1934665624", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e"}], "user_id": "c83a2d85198c489886474977dc792a7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "265cbb58c0cd441382a9949c1c4f0d30"}}' 2024-02-28 21:34:46,200 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e 0.131s 2024-02-28 21:34:46,201 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f529b7a-2ca4-45e3-942a-a26bfd897e92', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e'} Body: b'' 2024-02-28 21:34:46,224 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e 0.022s 2024-02-28 21:34:46,224 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c342eab9-443f-40af-a2e1-21f3f579c83f', 'x-openstack-request-id': 'req-c342eab9-443f-40af-a2e1-21f3f579c83f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/4357556d-35e1-4991-a1ca-9bd8dce5d01e'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 4357556d-35e1-4991-a1ca-9bd8dce5d01e could not be found."}}' tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] ----------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 54, in test_create_from_volume src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bb68b324-6532-4fae-8e0e-d8bc181932e3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:46,406 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes 0.178s 2024-02-28 21:34:46,406 85800 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-972726392"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8d4ed9cf-0fdc-4658-be60-670a249dd921', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8d4ed9cf-0fdc-4658-be60-670a249dd921', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes'} Body: b'{"volume": {"id": "bb68b324-6532-4fae-8e0e-d8bc181932e3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:46.350161", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-972726392", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3"}], "user_id": "c83a2d85198c489886474977dc792a7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:34:46,469 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3 0.050s 2024-02-28 21:34:46,469 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48f1278b-ad49-41f9-8831-be6c80a1c3e0', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48f1278b-ad49-41f9-8831-be6c80a1c3e0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3'} Body: b'{"volume": {"id": "bb68b324-6532-4fae-8e0e-d8bc181932e3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:46.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-972726392", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3"}], "user_id": "c83a2d85198c489886474977dc792a7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "265cbb58c0cd441382a9949c1c4f0d30"}}' 2024-02-28 21:34:47,523 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3 0.041s 2024-02-28 21:34:47,524 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept' : 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74c736c7-e214-494c-bb92-37d13fdfba1b', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74c736c7-e214-494c-bb92-37d13fdfba1b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3'} Body: b'{"volume": {"id": "bb68b324-6532-4fae-8e0e-d8bc181932e3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:46.000000", "updated_at": "2024-02-28T21:34:46.000000", "name": "tempest-VolumesCloneTest-Volume-972726392", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3"}], "user_id": "c83a2d85198c489886474977dc792a7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "265cbb58c0cd441382a9949c1c4f0d30"}}' 2024-02-28 21:34:47,575 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3 0.039s 2024-02-28 21:34:47,576 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7e6bf40-3cfa-4a3d-a086-ff8ce28c20da', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7e6bf40-3cfa-4a3d-a086-ff8ce28c20da', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3'} Body: b'{"volume": {"id": "bb68b324-6532-4fae-8e0e-d8bc181932e3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:46.000000", "updated_at": "2024-02-28T21:34:46.000000", "name": "tempest-VolumesCloneTest-Volume-972726392", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3"}], "user_id": "c83a2d85198c489886474977dc792a7a", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "265cbb58c0cd441382a9949c1c4f0d30"}}' 2024-02-28 21:34:47,697 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3 0.110s 2024-02-28 21:34:47,697 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': ' OpenStack-API-Version', 'x-openstack-request-id': 'req-af71bc37-7837-43cf-b55a-8c618e6907aa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3'} Body: b'' 2024-02-28 21:34:47,719 85800 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3 0.021s 2024-02-28 21:34:47,720 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-dd814c9c-6a05-4c25-ad25-89d193b839bb', 'x-openstack-request-id': 'req-dd814c9c-6a05-4c25-ad25-89d193b839bb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/265cbb58c0cd441382a9949c1c4f0d30/volumes/bb68b324-6532-4fae-8e0e-d8bc181932e3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bb68b324-6532-4fae-8e0e-d8bc181932e3 could not be found."}}' tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] ------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 123, in test_quota_usage volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 21e236a0-b5be-4e11-88d4-db08286cd984 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:48,144 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/93a5169986214e76a0606c3e2c00ce73/os-quota-sets/21ee1187e1fe49569650c726c02a5c2d?usage=True 0.041s 2024-02-28 21:34:48,145 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33994227-6b8f-4117-a959-055f7407f734', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33994227-6b8f-4117-a959-055f7407f734', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/93a5169986214e76a0606c3e2c00ce73/os-quota-sets/21ee1187e1fe49569650c726c02a5c2d?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": "21ee1187e1fe49569650c726c02a5c2d"}}' 2024-02-28 21:34:48,512 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes 0.357s 2024-02-28 21:34:48,512 85792 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-614872980"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89d9b771-0610-4393-a86e-70fd32cb2441', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89d9b771-0610-4393-a86e-70fd32cb2441', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes'} Body: b'{"volume": {"id": "21e236a0-b5be-4e11-88d4-db08286cd984", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:48.446557", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-614872980", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984"}], "user_id": "b5ff1f025fc040e7822b44f652d9df0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:34:48,576 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984 0.053s 2024-02-28 21:34:48,576 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Conten t-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a4063d6-73e5-4e33-b416-49674cb4f472', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a4063d6-73e5-4e33-b416-49674cb4f472', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984'} Body: b'{"volume": {"id": "21e236a0-b5be-4e11-88d4-db08286cd984", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:48.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-614872980", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984"}], "user_id": "b5ff1f025fc040e7822b44f652d9df0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "21ee1187e1fe49569650c726c02a5c2d"}}' 2024-02-28 21:34:49,630 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984 0.040s 2024-02-28 21:34:49,630 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fab3018-805d-4434-a7ed-a076334e1297', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fab3018-805d-4434-a7ed-a076334e1297', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984'} Body: b'{"volume": {"id": "21e236a0-b5be-4e11-88d4-db08286cd984", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:48.000000", "updated_at": "2024-02-28T21:34:49.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-614872980", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984"}], "user_id": "b5ff1f025fc040e7822b44f652d9df0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "21ee1187e1fe49569650c726c02a5c2d"}}' 2024-02-28 21:34:49,687 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984 0.044s 2024-02-28 21:34:49,688 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 're q-3494be08-6e1f-43cc-ac25-d25bd90765cd', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3494be08-6e1f-43cc-ac25-d25bd90765cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984'} Body: b'{"volume": {"id": "21e236a0-b5be-4e11-88d4-db08286cd984", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:48.000000", "updated_at": "2024-02-28T21:34:49.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-614872980", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984"}], "user_id": "b5ff1f025fc040e7822b44f652d9df0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "21ee1187e1fe49569650c726c02a5c2d"}}' 2024-02-28 21:34:49,799 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984 0.099s 2024-02-28 21:34:49,800 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9d05314f-d31a-4f68-aea9-0094070ffebc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984'} Body: b'' 2024-02-28 21:34:49,820 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984 0.020s 2024-02-28 21:34:49,820 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce8b8a9d-9616-4477-90fa-987066405cc9', 'x-openstack-request-id': 'req-ce8b8a9d-9616-4477-90fa-987066405cc9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/21e236a0-b5be-4e11-88d4-db08286cd984'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 21e236a0-b5be-4e11-88d4-db08286cd984 could not be found."}}' tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 141, in test_quota_usage_after_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 3b07a854-601e-4da0-ba95-3c477c2aa1e4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:50,008 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes 0.184s 2024-02-28 21:34:50,009 85792 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-1819211152"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-70177824-7853-4ad5-841e-8bb54912592b', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-70177824-7853-4ad5-841e-8bb54912592b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes'} Body: b'{"volume": {"id": "3b07a854-601e-4da0-ba95-3c477c2aa1e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:49.951518", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1819211152", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4"}], "user_id": "b5ff1f025fc040e7822b44f652d9df0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:34:50,121 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4 0.096s 2024-02-28 21:34:50,122 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae5456e5-2ab3-4c36-a046-785104e0a659', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae5456e5-2ab3-4c36-a046-785104e0a659', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4'} Body: b'{"volume": {"id": "3b07a854-601e-4da0-ba95-3c477c2aa1e4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:50.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1819211152", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4"}], "user_id": "b5ff1f025fc040e7822b44f652d9df0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "21ee1187e1fe49569650c726c02a5c2d"}}' 2024-02-28 21:34:51,173 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4 0.037s 2024-02-28 21:34:51,174 85792 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bd14628-e59a-41bc-bbdc-2a1c0ba0423e', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bd14628-e59a-41bc-bbdc-2a1c0ba0423e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4'} Body: b'{"volume": {"id": "3b07a854-601e-4da0-ba95-3c477c2aa1e4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:50.000000", "updated_at": "2024-02-28T21:34:50.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1819211152", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4"}], "user_id": "b5ff1f025fc040e7822b44f652d9df0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "21ee1187e1fe49569650c726c02a5c2d"}}' 2024-02-28 21:34:51,223 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4 0.037s 2024-02-28 21:34:51,223 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4b663107-799d-44e4-b713-df8a90144269', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4b663107-799d-44e4-b713-df8a90144269', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4'} Body: b'{"volume": {"id": "3b07a854-601e-4da0-ba95-3c477c2aa1e4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:50.000000", "updated_at": "2024-02-28T21:34:50.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1819211152", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4"}], "user_id": "b5ff1f025fc040e7822b44f652d9df0b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "21ee1187e1fe49569650c726c02a5c2d"}}' 2024-02-28 21:34:51,352 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4 0.117s 2024-02-28 21:34:51,353 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-75936335-c96d-4ffe-b8be-f31ff32ccc52', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4'} Body: b'' 2024-02-28 21:34:51,374 85792 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4 0.021s 2024-02-28 21:34:51,375 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-3dd8aeb6-6156-41f3-aa23-0f845eabfbf0', 'x-openstack-request-id': 'req-3dd8aeb6-6156-41f3-aa23-0f845eabfbf0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/21ee1187e1fe49569650c726c02a5c2d/volumes/3b07a854-601e-4da0-ba95-3c477c2aa1e4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 3b07a854-601e-4da0-ba95-3c477c2aa1e4 could not be found."}}' tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types.py", line 56, in test_volume_crud_with_volume_type_and_extra_specs volume = self.create_volume(**params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b2249f30-4667-459f-95d3-d2c8b4500cbf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:34:56,772 85792 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/04894be8e2bf44dea8a5f709fced6c03/types 0.176s 2024-02-28 21:34:56,772 85792 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-385055615", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8cd4b559-af03-4213-b3f5-a5ad37159ff8', 'content-length': '272', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cd4b559-af03-4213-b3f5-a5ad37159ff8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04894be8e2bf44dea8a5f709fced6c03/types'} Body: b'{"volume_type": {"id": "e0d5e779-e62a-4476-8032-f0964ef3db95", "name": "tempest-VolumeTypesTest-volume-type-385055615", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 21:34:56,814 85792 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/04894be8e2bf44dea8a5f709fced6c03/types 0.039s 2024-02-28 21:34:56,814 85792 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-1335604011", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ca2c4640-f958-4ab9-8823-99551d8304b2', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ca2c4640-f958-4ab9-8823-99551d8304b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/04894be8e2bf44dea8a5f709fced6c03/types'} Body: b'{"volume_type": {"id": "9d144a3c-bfaf-48d2-9058-d6375d481f32", "name": "tempest-VolumeTypesTest-volume-type-1335604011", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 21:34:57,107 85792 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/7ef826be81af4b93b2f19ebb345ccc55/volumes 0.289s 2024-02-28 21:34:57,107 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1713256422", "volume_type": "e0d5e779-e62a-4476-8032-f0964ef3db95", "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a30df004-3e98-4da9-a0d3-031694fba946', 'content-length': '847', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a30df004-3e98-4da9-a0d3-031694fba946', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes'} Body: b'{"volume": {"id": "b2249f30-4667-459f-95d3-d2c8b4500cbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:57.051110", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1713256422", "description": null, "vol ume_type": "tempest-VolumeTypesTest-volume-type-385055615", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf"}], "user_id": "350aab8f9a324a69839a4addfe03302c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:34:57,161 85792 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/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf 0.043s 2024-02-28 21:34:57,161 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b6bdeb8b-4b70-45b3-81fe-488c20328b7a', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b6bdeb8b-4b70-45b3-81fe-488c20328b7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf'} Body: b'{"volume": {"id": "b2249f30-4667-459f-95d3-d2c8b4500cbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:57.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1713256422", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-385055615", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf"}], "user_id": "350aab8f9a324a69839a4addfe03302c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ef826be81af4b93b2f19ebb345ccc55"}}' 2024-02-28 21:34:58,212 85792 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/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf 0.038s 2024-02-28 21:34:58,212 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-683e4ec6-225d-4b2c-80e8-77b0498403a4', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-683e4ec6-225d-4b2c-80e8-77b0498403a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf'} Body: b'{"volume": {"id": "b2249f30-4667-459f-95d3-d2c8b4500cbf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:57.000000", "updated_at": "2024-02-28T21:34:57.000000", "name": "tempest-VolumeTypesTest-volume-1713256422", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-385055615", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f -95d3-d2c8b4500cbf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf"}], "user_id": "350aab8f9a324a69839a4addfe03302c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ef826be81af4b93b2f19ebb345ccc55"}}' 2024-02-28 21:34:58,267 85792 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf 0.042s 2024-02-28 21:34:58,268 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-703cb38b-02c9-4208-8c14-a942e531de61', 'content-length': '936', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-703cb38b-02c9-4208-8c14-a942e531de61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf'} Body: b'{"volume": {"id": "b2249f30-4667-459f-95d3-d2c8b4500cbf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:57.000000", "updated_at": "2024-02-28T21:34:57.000000", "name": "tempest-VolumeTypesTest-volume-1713256422", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-385055615", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf"}], "user_id": "350aab8f9a324a69839a4addfe03302c", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7ef826be81af4b93b2f19ebb345ccc55"}}' 2024-02-28 21:34:58,391 85792 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf 0.111s 2024-02-28 21:34:58,391 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-894b1b93-3798-4700-a051-d800e5149ca2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf'} Body: b'' 2024-02-28 21:34:58,417 85792 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf 0.026s 2024-02-28 21:34:58,418 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-0a8987c1-7f5a-4a5f-9b8c-aea1b9e2d810', 'x-openstack-request-id': 'req-0a8987c1-7f5a-4a5f-9b8c-aea1b9e 2d810', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/7ef826be81af4b93b2f19ebb345ccc55/volumes/b2249f30-4667-459f-95d3-d2c8b4500cbf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b2249f30-4667-459f-95d3-d2c8b4500cbf could not be found."}}' 2024-02-28 21:34:58,473 85792 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/04894be8e2bf44dea8a5f709fced6c03/types/9d144a3c-bfaf-48d2-9058-d6375d481f32 0.054s 2024-02-28 21:34:58,473 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-ae454476-a9d0-4905-bdeb-91d98786dc81', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/04894be8e2bf44dea8a5f709fced6c03/types/9d144a3c-bfaf-48d2-9058-d6375d481f32'} Body: b'' 2024-02-28 21:34:58,494 85792 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/04894be8e2bf44dea8a5f709fced6c03/types/9d144a3c-bfaf-48d2-9058-d6375d481f32 0.020s 2024-02-28 21:34:58,494 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-afb63723-154d-4aeb-8bfe-227f68ccffa7', 'x-openstack-request-id': 'req-afb63723-154d-4aeb-8bfe-227f68ccffa7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/04894be8e2bf44dea8a5f709fced6c03/types/9d144a3c-bfaf-48d2-9058-d6375d481f32'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 9d144a3c-bfaf-48d2-9058-d6375d481f32 could not be found."}}' 2024-02-28 21:34:58,544 85792 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/04894be8e2bf44dea8a5f709fced6c03/types/e0d5e779-e62a-4476-8032-f0964ef3db95 0.049s 2024-02-28 21:34:58,545 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-2a9bc41d-cdf2-44d6-a473-d4b37f8bcde5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/04894be8e2bf44dea8a5f709fced6c03/types/e0d5e779-e62a-4476-8032-f0964ef3db95'} Body: b'' 2024-02-28 21:34:58,562 85792 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/04894be8e2bf44dea8a5f709fced6c03/types/e0d5e779-e62a-4476-8032-f0964ef3db95 0.016s 2024-02-28 21:34:58,562 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-af8cd66c-0697-4f86-bdf3-7179bf5f0c36', 'x-openstack-request-id': 'req-af8cd66c-0697-4f86-bdf3-7179bf5f0c36 ', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/04894be8e2bf44dea8a5f709fced6c03/types/e0d5e779-e62a-4476-8032-f0964ef3db95'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e0d5e779-e62a-4476-8032-f0964ef3db95 could not be found."}}' tempest.api.compute.servers.test_server_actions.ServerActionsTestOtherA.test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 491, in test_resize_volume_backed_server_confirm server = self.create_test_server(**kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 243, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 264, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 260, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 768d114b-58a6-4412-a961-ec190fd65d7b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:33:00,514 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786 0.215s 2024-02-28 21:33:00,515 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:33:00 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-738c4fd4-e549-4576-bb4f-5f5625c22d8b', 'x-compute-request-id': 'req-738c4fd4-e549-4576-bb4f-5f5625c22d8b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786'} Body: b'{"server": {"id": "8bb08f0f-2f2d-442f-bb3a-3edaf2643786", "name": "tempest-ServerActionsTestOtherA-server-8153293", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:19Z", "updated": "2024-02-28T21:26:27Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-764859778", "OS-SRV-USG:launched_at": "2024-02-28T21:26:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1710858242"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:33:00,700 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786 0.166s 2024-02-28 21:33:00,700 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:33:00 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-7de1bdf9-aeac-4e0f-8a1a-fc22d97592f6', 'x-compute-request-id': 'req-7de1bdf9-aeac-4e0f-8a1a-fc22d97592f6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786'} Body: b'{"server": {"id": "8bb08f0f-2f2d-442f-bb3a-3edaf2643786", "name": "tempest-ServerActionsTestOtherA-server-8153293", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://1 0.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:19Z", "updated": "2024-02-28T21:26:27Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-764859778", "OS-SRV-USG:launched_at": "2024-02-28T21:26:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1710858242"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:33:00,931 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786 0.216s 2024-02-28 21:33:00,931 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:33:00 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-1e33cb2a-b825-4e7b-a0b4-15616336d098', 'x-compute-request-id': 'req-1e33cb2a-b825-4e7b-a0b4-15616336d098', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786'} Body: b'{"server": {"id": "8bb08f0f-2f2d-442f-bb3a-3edaf2643786", "name": "tempest-ServerActionsTestOtherA-server-8153293", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:19Z", "updated": "2024-02-28T21:26:27Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-764859778", "OS-SRV-USG:launched_at": "2024-02-28T21:26:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1710858242"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:34:01,111 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v3/auth /tokens 0.091s 2024-02-28 21:34:01,112 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:01 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-797d52eb-da9c-4295-b2e6-37bc15eed3cb', '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": "686f6106155c4ce5a5abaf0393cc0acf", "name": "tempest-ServerActionsTestOtherA-1728800554-project-member", "password_expires_at": null}, "audit_ids": ["1OfF65kMT4OM6Fih8HYZ1Q"], "expires_at": "2024-02-28T22:34:01.000000Z", "issued_at": "2024-02-28T21:34:01.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "4ff53d443fdc4c4c923b15e86a41be5d", "name": "tempest-ServerActionsTestOtherA-1728800554"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/4ff53d443fdc4c4c923b15e86a41be5d", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:34:01,112 85784 INFO [tempest.lib.common.fixed_network] (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm) Found network {'id': 'c21d49ac-f1e0-443a-8bde-b8481fa1ef7a', 'name': 'tempest-ServerActionsTestOtherA-1816231892-network', 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30376, 'is_default': False, 'availability_zone_hints': [], ' availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:26:11Z', 'updated_at': '2024-02-28T21:26:11Z', 'revision_number': 1} available for tenant 2024-02-28 21:34:01,113 85784 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-764859778', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMFR1Cp9VEzWtp4oeBHEXdEqZmxdgg+zxs982dLmII0rkEhz+zypexNqt1Cw/cRJ3DGmpw8VJaLvk8gJa9OIS1Jwyc+b4l4R4ruBz30bWmnmJR2l+1G6Ifd4z/bGL78DQw==', 'fingerprint': 'b0:02:c3:48:2a:d5:94:4f:2f:ca:da:f7:4f:db:5d:ae', 'user_id': '686f6106155c4ce5a5abaf0393cc0acf', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAxy2dM3Xi5FE3+Qj9cWbm8ojTkhTd8TDGf8z3Nz0uDD5WtCAjiavUt\nmBRlCwKVIfugBwYFK4EEACKhZANiAATBUdQqfVRM1raeKHgRxF3RKmZsXYIPs8bP\nfNnS5iCNK5BIc/s8qXsTardQsP3ESdwxpqcPFSWi75PICWvTiEtScMnPm+JeEeK7\ngc99G1pp5iUdpftRuiH3eM/2xi+/A0M=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '49db244e-1973-41ee-b28b-078c48ec9aad', 'name': 'tempest-securitygroup--1710858242', 'stateful': True, 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'description': 'tempest-description--1488870237', 'shared': False, 'security_group_rules': [{'id': '21a3c61c-e885-4375-be29-20438e4a2b00', 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'security_group_id': '49db244e-1973-41ee-b28b-078c48ec9aad', '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': 888, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:26:17Z', 'updated_at': '2024-02-28T21:26:17Z', 'revision_number': 0}, {'id': 'dad1775f-ab34-49a4-80c2-99ad8f664ad1', 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'security_group_id': '49db244e-1973-41ee-b28b-078c48ec9aad', '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': 889, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:26:17Z', 'updated_at': '2024-02-28T21:26:17Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:26:17Z', 'updated_at': '2024-02-28T21:26:17Z', 'revision_number': 1, 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d'}, 'floating_ip': {'id': '874e29e5-a22a-488f-8762-ffe4233d2e5a', 'tenant_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'floating_ip_address': '172.24.4.122', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '4ff53d443fdc4c4c923b15e86a41be5d', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:26:18Z', 'updated_at': '2024-02-28T21:26:18Z', 'revision_number': 0, 'ip': '172.24.4.122'}} 2024-02-28 21:34:01,438 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes 0.324s 2024-02-28 21:34:01,439 85784 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-634820964", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-398921c2-9597-4495-a0ec-8a1ee80f4fda', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-398921c2-9597-4495-a0ec-8a1ee80f4fda', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes'} Body: b'{"volume": {"id": "768d114b-58a6-4412-a961-ec190fd65d7b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:01.376190", "updated_at": null, "name": "tempest-tempest.common.compute-volume-634820964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b"}], "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:34:01,512 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b 0.062s 2024-02-28 21:34:01,513 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6489c233-e3c1-40dc-83b2-652af086572c', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6489c233-e3c1-40dc-83b2-652af086572c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b'} Body: b'{"volume": {"id": "768d114b-58a6-4412-a961-ec190fd65d7b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:01.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-634820964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b"}], "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d"}}' 2024-02-28 21:34:02,568 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b 0.042s 2024-02-28 21:34:02,569 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a0c47994-0350-4f43-9759-7afe65dec916', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0c47994-0350-4f43-9759-7afe65dec916', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b'} Body: b'{"volume": {"id": "768d114b-58a6-4412-a961-ec190fd65d7b", "status": " error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:34:01.000000", "updated_at": "2024-02-28T21:34:02.000000", "name": "tempest-tempest.common.compute-volume-634820964", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b"}], "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d"}}' 2024-02-28 21:34:02,691 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b 0.098s 2024-02-28 21:34:02,692 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a11a317e-a3f5-4d11-97f7-558a4b1f5694', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b'} Body: b'' 2024-02-28 21:34:02,718 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b 0.025s 2024-02-28 21:34:02,718 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34: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-10aca269-ae8f-4a3b-9d30-e42f5079f7be', 'x-openstack-request-id': 'req-10aca269-ae8f-4a3b-9d30-e42f5079f7be', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4ff53d443fdc4c4c923b15e86a41be5d/volumes/768d114b-58a6-4412-a961-ec190fd65d7b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 768d114b-58a6-4412-a961-ec190fd65d7b could not be found."}}' 2024-02-28 21:34:02,718 85784 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1728603. The failure could be related to https://launchpad.net/bugs/1728603 2024-02-28 21:34:02,942 85784 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestOtherA:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786 0.222s 2024-02-28 21:34:02,942 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:34:02 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-cdd8406b-a99b-4ea3-81f5-dc50ec59e057', 'x-compute-request-id': 'req-cdd8406b-a99b-4ea3-81f5-dc50ec59e057', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/serv ers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786'} Body: b'{"server": {"id": "8bb08f0f-2f2d-442f-bb3a-3edaf2643786", "name": "tempest-ServerActionsTestOtherA-server-8153293", "status": "ACTIVE", "tenant_id": "4ff53d443fdc4c4c923b15e86a41be5d", "user_id": "686f6106155c4ce5a5abaf0393cc0acf", "metadata": {}, "hostId": "ed8a06a736d1ca1493d242f55870686a6564f0d7fe66bf1a5953b5ff", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:26:19Z", "updated": "2024-02-28T21:26:27Z", "addresses": {"tempest-ServerActionsTestOtherA-1816231892-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ed:6c:96"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/8bb08f0f-2f2d-442f-bb3a-3edaf2643786"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-764859778", "OS-SRV-USG:launched_at": "2024-02-28T21:26:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1710858242"}], "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 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 191fff25-7a89-44ef-b24c-648f9932a80b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:35:03,387 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes 0.441s 2024-02-28 21:35:03,388 85792 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-1416919368"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01874fc2-b2d1-482b-8511-0b9c6e291139', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01874fc2-b2d1-482b-8511-0b9c6e291139', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes'} Body: b'{"volume": {"id": "191fff25-7a89-44ef-b24c-648f9932a80b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:03.298616", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1416919368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b"}], "user_id": "37f0c945e1f84638a1b70458fe816e70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:35:03,464 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b 0.065s 2024-02-28 21:35:03,464 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d5f7c4dc-6688-48ec-bb2b-988bcf527d1e', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d5f7c4dc-6688-48ec-bb2b-988bcf527d1e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b'} Body: b'{"volume": {"id": "191fff25-7a89-44ef-b24c-648f9932a80b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:03.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1416919368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b"}], "user_id": "37f0c945e1f84638a1b70458fe816e70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f49fc104dae741eab441c42f4492a1d7"}}' 2024-02-28 21:35:04,524 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b 0.038s 2024-02-28 21:35:04,524 85792 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ea49db35-584b-4b44-9b29-6f744944b053', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ea49db35-584b-4b44-9b29-6f744944b053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b'} Body: b'{"volume": {"id": "191fff25-7a89-44ef-b24c-648f9932a80b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:03.000000", "updated_at": "2024-02-28T21:35:03.000000", "name": "tempest-VolumesTransfersTest-Volume-1416919368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b"}], "user_id": "37f0c945e1f84638a1b70458fe816e70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f49fc104dae741eab441c42f4492a1d7"}}' 2024-02-28 21:35:04,581 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b 0.045s 2024-02-28 21:35:04,582 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-009f8894-0494-42e2-8dae-bbaa17e23e78', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-009f8894-0494-42e2-8dae-bbaa17e23e78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b'} Body: b'{"volume": {"id": "191fff25-7a89-44ef-b24c-648f9932a80b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:03.000000", "updated_at": "2024-02-28T21:35:03.000000", "name": "tempest-VolumesTransfersTest-Volume-1416919368", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b"}], "user_id": "37f0c945e1f84638a1b70458fe816e70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f49fc104dae741eab441c42f4492a1d7"}}' 2024-02-28 21:35:04,707 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b 0.113s 2024-02-28 21:35:04,707 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-l ength': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5b6a4c40-e6c0-4e81-9ecc-f2af353d9bbf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b'} Body: b'' 2024-02-28 21:35:04,727 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b 0.019s 2024-02-28 21:35:04,728 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35: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-95160c87-ed0a-49b2-b738-699b83dde7ba', 'x-openstack-request-id': 'req-95160c87-ed0a-49b2-b738-699b83dde7ba', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/191fff25-7a89-44ef-b24c-648f9932a80b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 191fff25-7a89-44ef-b24c-648f9932a80b could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] ---------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 91aeaaf2-7d8f-441c-b46a-3097c12c9bcb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:35:04,943 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes 0.213s 2024-02-28 21:35:04,944 85792 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-1879795306"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a6473dc-fed4-4a42-ad25-898bd5ebb3b1', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a6473dc-fed4-4a42-ad25-898bd5ebb3b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes'} Body: b'{"volume": {"id": "91aeaaf2-7d8f-441c-b46a-3097c12c9bcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:04.876824", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1879795306", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb"}], "user_id": "37f0c945e1f84638a1b70458fe816e70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:35:05,009 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb 0.053s 2024-02-28 21:35:05,009 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-542dd9fb-d4c6-4054-8570-d71045223644', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-542dd9fb-d4c6-4054-8570-d71045223644', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb'} Body: b'{"volume": {"id": "91aeaaf2-7d8f-441c-b46a-3097c12c9bcb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:05.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1879795306", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb"}], "user_id": "37f0c945e1f84638a1b70458fe816e70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f49fc104dae741eab441c42f4492a1d7"}}' 2024-02-28 21:35:06,061 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb 0.037s 2024-02-28 21:35:06,061 85792 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a845c41-c5fb-4564-9b96-0b443078f946', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1a845c41-c5fb-4564-9b96-0b443078f946', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb'} Body: b'{"volume": {"id": "91aeaaf2-7d8f-441c-b46a-3097c12c9bcb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:05.000000", "updated_at": "2024-02-28T21:35:05.000000", "name": "tempest-VolumesTransfersTest-Volume-1879795306", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb"}], "user_id": "37f0c945e1f84638a1b70458fe816e70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f49fc104dae741eab441c42f4492a1d7"}}' 2024-02-28 21:35:06,126 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb 0.052s 2024-02-28 21:35:06,126 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d1304edc-ee2e-4009-9927-e5e0d6e2f0f1', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d1304edc-ee2e-4009-9927-e5e0d6e2f0f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb'} Body: b'{"volume": {"id": "91aeaaf2-7d8f-441c-b46a-3097c12c9bcb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:05.000000", "updated_at": "2024-02-28T21:35:05.000000", "name": "tempest-VolumesTransfersTest-Volume-1879795306", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb"}], "user_id": "37f0c945e1f84638a1b70458fe816e70", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f49fc104dae741eab441c42f4492a1d7"}}' 2024-02-28 21:35:06,243 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb 0.104s 2024-02-28 21:35:06,244 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35: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-0a662bc5-d9f6-428a-aee4-716485ac4ba3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb'} Body: b'' 2024-02-28 21:35:06,266 85792 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb 0.021s 2024-02-28 21:35:06,266 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35: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-c7c4593d-5bd3-4972-8f7e-3f5f43612d57', 'x-openstack-request-id': 'req-c7c4593d-5bd3-4972-8f7e-3f5f43612d57', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f49fc104dae741eab441c42f4492a1d7/volumes/91aeaaf2-7d8f-441c-b46a-3097c12c9bcb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 91aeaaf2-7d8f-441c-b46a-3097c12c9bcb could not be found."}}' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 202, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 489f1a58-1238-4987-88a7-dc0461e1f582 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:35:02,974 85800 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2024-02-28 21:35:03,741 85800 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.764s 2024-02-28 21:35:03,741 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--166382694", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/8cddbe91-1bf9-4d69-9d23-d0b9558605a8', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-9111bfad-9010-4fa5-86d3-dd30fb20d0bd', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--166382694", "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": "d7971109771548dbb72f8123d6383ccf", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "8cddbe91-1bf9-4d69-9d23-d0b9558605a8", "created_at": "2024-02-28T21:35:04Z", "updated_at": "2024-02-28T21:35:04Z", "tags": [], "self": "/v2/images/8cddbe91-1bf9-4d69-9d23-d0b9558605a8", "file": "/v2/images/8cddbe91-1bf9-4d69-9d23-d0b9558605a8/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:35:04,934 85800 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/8cddbe91-1bf9-4d69-9d23-d0b9558605a8/file 1.191s 2024-02-28 21:35:04,935 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-76db16f1-ec26-4dce-8476-47f1c70b7f89', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/8cddbe91-1bf9-4d69-9d23-d0b9558605a8/file'} Body: b'' 2024-02-28 21:35:04,935 85800 DEBUG [tempest.scenario.manager] image:8cddbe91-1bf9-4d69-9d23-d0b9558605a8 2024-02-28 21:35:04,990 85800 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.053s 2024-02-28 21:35:04,991 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1001511923", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJSi3GYAGhNOsM60W69HoBgrVGozQ0SGG+Usf1yysCeI2KrltO0nABCPiWyUl4K5iW4mxlUagDg0KjMj8y62TL7P8bN08VpXf77rKYM2U3JDRiCW58HKYptFxVclr6Kf6A=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:04 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-7595e03d-b3a1-487d-b133-eefe5c3c260b', 'x-compute-request-id': 'req-7595e03d-b3a1-487d-b133-eefe5c3c260b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0 .210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-1001511923", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJSi3GYAGhNOsM60W69HoBgrVGozQ0SGG+Usf1yysCeI2KrltO0nABCPiWyUl4K5iW4mxlUagDg0KjMj8y62TL7P8bN08VpXf77rKYM2U3JDRiCW58HKYptFxVclr6Kf6A==", "fingerprint": "da:b6:c1:54:3d:f6:e5:72:bd:36:f5:26:1d:7f:72:b1", "user_id": "d6ce105977454901a6a12f7c67039821"}}' 2024-02-28 21:35:05,031 85800 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.033s 2024-02-28 21:35:05,032 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:04 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-4a88b089-67ee-44c0-86fc-b4b1b1d281a5', '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": "d6ce105977454901a6a12f7c67039821", "name": "tempest-TestMinimumBasicScenario-743574631-project-member", "password_expires_at": null}, "audit_ids": ["O6pfjkAMQDGzZIIa3M2wXw"], "expires_at": "2024-02-28T22:35:05.000000Z", "issued_at": "2024-02-28T21:35:05.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d7971109771548dbb72f8123d6383ccf", "name": "tempest-TestMinimumBasicScenario-743574631"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d7971109771548dbb72f8123d6383ccf", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:35:05,032 85800 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': 'c0a00150-614c-4265-b08c-0dcf90b9d595', 'name': 'tempest-TestMinimumBasicScenario-1540493475-network', 'tenant_id': 'd7971109771548dbb72f8123d6383ccf', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd7971109771548dbb72f8123d6383ccf', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58586, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:34:49Z', 'updated_at': '2024-02-28T21:34:49Z', 'revision_number': 1} available for tenant 2024-02-28 21:35:05,621 85800 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.587s 2024-02-28 21:35:05,622 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-494032585", "imageRef": "8cddbe91-1bf9-4d69-9d23-d0b9558605a8", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1001511923", "networks": [{"uuid": "c0a00150-614c-4265-b08c-0dcf90b9d595"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-74da5a3a-7e5a-4d32-a3e9-b40ca675c658', 'x-compute-request-id': 'req-74da5a3a-7e5a-4d32-a3e9-b40ca675c658', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "17ec88df-1219-41a2-877d-4ea9332382cd", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "HwJhkQb2jFu9"}}' 2024-02-28 21:35:05,716 85800 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/17ec88df-1219-41a2-877d-4ea9332382cd 0.091s 2024-02-28 21:35:05,717 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1250', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c4c5070e-9f60-4089-9474-0e248b5fd479', 'x-compute-request-id': 'req-c4c5070e-9f60-4089-9474-0e248b5fd479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd'} Body: b'{"server": {"id": "17ec88df-1219-41a2-877d-4ea9332382cd", "name": "tempest-TestMinimumBasicScenario-server-494032585", "status": "BUILD", "tenant_id": "d7971109771548dbb72f8123d6383ccf", "user_id": "d6ce105977454901a6a12f7c67039821", "metadata": {}, "hostId": "", "image": {"id": "8cddbe91-1bf9-4d69-9d23-d0b9558605a8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/co mpute/images/8cddbe91-1bf9-4d69-9d23-d0b9558605a8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:35:06Z", "updated": "2024-02-28T21:35:05Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1001511923", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:35:56,186 85800 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/17ec88df-1219-41a2-877d-4ea9332382cd 0.407s 2024-02-28 21:35:56,187 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:55 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-6bf1a84d-3345-45d8-acaa-25e9325e16e7', 'x-compute-request-id': 'req-6bf1a84d-3345-45d8-acaa-25e9325e16e7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd'} Body: b'{"server": {"id": "17ec88df-1219-41a2-877d-4ea9332382cd", "name": "tempest-TestMinimumBasicScenario-server-494032585", "status": "ACTIVE", "tenant_id": "d7971109771548dbb72f8123d6383ccf", "user_id": "d6ce105977454901a6a12f7c67039821", "metadata": {}, "hostId": "205a668489b53b8b03e32ea98b639d9d4dceddfc447f4e1bf7efe9b9", "image": {"id": "8cddbe91-1bf9-4d69-9d23-d0b9558605a8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/8cddbe91-1bf9-4d69-9d23-d0b9558605a8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:35:05Z", "updated": "2024-02-28T21:35:13Z", "addresses": {"tempest-TestMinimumBasicScenario-1540493475-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:ce:e0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1001511923", "OS-SRV-USG:launched_at": "2024-02-28T21:35:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:35:56,200 85800 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 21:36:56,502 85800 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/17ec88df-1219-41a2-877d-4ea9332382cd 0.240s 2024-02-28 21:36:56,503 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:56 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-cef76541-3c13-4ff8-99a3-95b6d06b0a53', 'x-compute-request-id': 'req-cef76541-3c13-4ff8-99a3-95b6d06b0a53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd'} Body: b'{"server": {"id": "17ec88df-1219-41a2-877d-4ea9332382cd", "name": "tempest-TestMinimumBasicScenario-server-494032585", "status": "ACTIVE", "tenant_id": "d7971109771548dbb72f8123d6383ccf", "user_id": "d6ce105977454901a6a12f7c67039821", "metadata": {}, "hostId": "205a668489b53b8b03e32ea98b639d9d4dceddfc447f4e1bf7efe9b9", "image": {"id": "8cddbe91-1bf9-4d69-9d23-d0b9558605a8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/8cddbe91-1bf9-4d69-9d23-d0b9558605a8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:35:05Z", "updated": "2024-02-28T21:35:13Z", "addresses": {"tempest-TestMinimumBasicScenario-1540493475-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:ce:e0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1001511923", "OS-SRV-USG:launched_at": "2024-02-28T21:35:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:36:56,714 85800 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.196s 2024-02-28 21:36:56,714 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '340', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8e62778e-3e3d-42ab-b7fd-93ac8973f8d0', 'x-compute-request-id': 'req-8e62778e-3e3d-42ab-b7fd-93ac8973f8d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "17ec88df-1219-41a2-877d-4ea9332382cd", "name": "tempest-TestMinimumBasicScenario-server-494032585", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}]}]}' 2024-02-28 21:36:56,939 85800 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/17ec88df-1219-41a2-877d-4ea9332382cd 0.221s 2024-02-28 21:36:56,940 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1534', 'content-type': 'application/json', 'openst ack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb356e2f-4757-44c0-b821-4cefdd9afaa3', 'x-compute-request-id': 'req-cb356e2f-4757-44c0-b821-4cefdd9afaa3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd'} Body: b'{"server": {"id": "17ec88df-1219-41a2-877d-4ea9332382cd", "name": "tempest-TestMinimumBasicScenario-server-494032585", "status": "ACTIVE", "tenant_id": "d7971109771548dbb72f8123d6383ccf", "user_id": "d6ce105977454901a6a12f7c67039821", "metadata": {}, "hostId": "205a668489b53b8b03e32ea98b639d9d4dceddfc447f4e1bf7efe9b9", "image": {"id": "8cddbe91-1bf9-4d69-9d23-d0b9558605a8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/8cddbe91-1bf9-4d69-9d23-d0b9558605a8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:35:05Z", "updated": "2024-02-28T21:35:13Z", "addresses": {"tempest-TestMinimumBasicScenario-1540493475-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:ce:e0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1001511923", "OS-SRV-USG:launched_at": "2024-02-28T21:35:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:36:57,255 85800 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/d7971109771548dbb72f8123d6383ccf/volumes 0.300s 2024-02-28 21:36:57,255 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1672707207", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-48f29017-aa49-4df8-88de-2e13aa6f5fd3', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-48f29017-aa49-4df8-88de-2e13aa6f5fd3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes'} Body: b'{"volume": {"id": "489f1a58-1238-4987-88a7-dc0461e1f582", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:36:57.177619", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1672707207", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582"}], "user_id": "d6ce105977454901a6a12f7c67039821", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:36:57,307 85800 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/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582 0.040s 2024-02-28 21:36:57,307 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7e236d8-bb6a-4d58-81ff-3dca42dd5973', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7e236d8-bb6a-4d58-81ff-3dca42dd5973', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582'} Body: b'{"volume": {"id": "489f1a58-1238-4987-88a7-dc0461e1f582", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:36:57.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1672707207", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582"}], "user_id": "d6ce105977454901a6a12f7c67039821", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d7971109771548dbb72f8123d6383ccf"}}' 2024-02-28 21:36:58,365 85800 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/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582 0.043s 2024-02-28 21:36:58,365 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d71aaa81-ce8b-43ef-8f09-716d69e94245', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d71aaa81-ce8b-43ef-8f09-716d69e94245', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582'} Body: b'{"volume": {"id": "489f1a58-1238-4987-88a7-dc0461e1f582", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:36:57.000000", "updated_at": "2024-02-28T21:36:57.000000", "name": "tempest-TestMinimumBasicScenario-volume-1672707207", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582"}], "user_id": "d6ce105977454901a6a12f7c67039821", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d7971109771548dbb72f8123d6383ccf"}}' 2024-02-28 21:36:58,483 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582 0.105s 2024-02-28 21:36:58,484 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applic ation/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36: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-f2e130cb-c669-4d5c-8fb5-e72dd740621b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582'} Body: b'' 2024-02-28 21:36:58,504 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582 0.020s 2024-02-28 21:36:58,504 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-14403b21-ee56-4473-8aa8-03326cae9c4a', 'x-openstack-request-id': 'req-14403b21-ee56-4473-8aa8-03326cae9c4a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/489f1a58-1238-4987-88a7-dc0461e1f582'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 489f1a58-1238-4987-88a7-dc0461e1f582 could not be found."}}' 2024-02-28 21:36:58,617 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd 0.112s 2024-02-28 21:36:58,617 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bd332c06-05d0-42c3-bc0e-df3e4d0945fd', 'x-compute-request-id': 'req-bd332c06-05d0-42c3-bc0e-df3e4d0945fd', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd'} Body: b'' 2024-02-28 21:36:58,848 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd 0.229s 2024-02-28 21:36:58,848 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1540', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-484021d6-9fcf-4a08-a44a-030cedc8a147', 'x-compute-request-id': 'req-484021d6-9fcf-4a08-a44a-030cedc8a147', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd'} Body: b'{"server": {"id": "17ec88df-1219-41a2-877d-4ea9332382cd", "name": "tempest-TestMinimumBasicScenario-server-494032585", "status": "ACTIVE", "tenant_id": "d7971109771548dbb72f8123d6383ccf", "user_id": "d6ce105977454901a6a12f7c67039821", "metadata": {}, "hostId": "205a668489b53b8b03e32ea98b639d9d4dceddfc447f4e1bf7efe9b9", "image": {"id": "8cddbe91-1bf9-4d69-9d23-d0b9558605a8", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/8cddbe91-1bf9-4d69-9d23-d0b9558605a8"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:35:05Z", "updated": "2024-02-28T21:36:59Z", "addresses": {"tempest-TestMinimumBasicScenario-1540493475-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:6c:ce:e0"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/17ec88df-1219-41a2-877d-4ea9332382cd"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1001511923", "OS-SRV-USG:launched_at": "2024-02-28T21:35:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:37:48,950 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd 0.039s 2024-02-28 21:37:48,951 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-0f456e59-7d40-4da8-bbff-4c32281211cd', 'x-compute-request-id': 'req-0f456e59-7d40-4da8-bbff-4c32281211cd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/17ec88df-1219-41a2-877d-4ea9332382cd'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 17ec88df-1219-41a2-877d-4ea9332382cd could not be found."}}' 2024-02-28 21:37:48,989 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1001511923 0.036s 2024-02-28 21:37:48,989 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a3daa26-29e0-4481-9074-d51ad283f1ea', 'x-compute-request-id': 'req-7a3daa26-29e0-4481-9074-d51ad283f1ea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1001511923'} Body: b'' 2024-02-28 21:37:49,130 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/8cddbe91-1bf9-4d69-9d23-d0b9558605a8 0.140s 2024-02-28 21:37:49,131 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-104f4d44-0390-4b51-bf2f-ad3a10f886b2', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/8cddbe91-1bf9-4d6 9-9d23-d0b9558605a8'} 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 103, in test_stamp_pattern waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 76408734-6173-4cd3-9711-08ec53d2a15a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:35:23,058 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.273s 2024-02-28 21:35:23,059 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-919947276", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLAcz8IdZbZKzGUmHB8Iiat9LHMxh5eQYnvXoxH24MY8g+WtJ8S4AY0r0NyCEePur7vq5Kog48wMaKot86uhek3bUKqrMtM4QdZH+LOjukE9ETNb9XHpkhak9IZGk486wg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '394', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1cf29091-36a7-4640-84cd-c7a5da4214f8', 'x-compute-request-id': 'req-1cf29091-36a7-4640-84cd-c7a5da4214f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-919947276", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLAcz8IdZbZKzGUmHB8Iiat9LHMxh5eQYnvXoxH24MY8g+WtJ8S4AY0r0NyCEePur7vq5Kog48wMaKot86uhek3bUKqrMtM4QdZH+LOjukE9ETNb9XHpkhak9IZGk486wg==", "fingerprint": "ce:e6:f3:3b:08:10:53:fa:ca:f4:5c:d0:6c:6a:33:14", "user_id": "2f03c3faccdf48998901a9cdf4ded827"}}' 2024-02-28 21:35:23,234 85792 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.173s 2024-02-28 21:35:23,235 85792 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-1556586825", "description": "tempest-secgroup-smoke-1556586825 description", "project_id": "25849dd2484e428496506afc4e34aa5d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1677', 'x-openstack-request-id': 'req-efd0bbc8-7e42-4abd-a42b-50555ccdaa12', 'date': 'Wed, 28 Feb 2024 21:35:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "name": "tempest-secgroup-smoke-1556586825", "stateful": true, "tenant_id": "25849dd2484e428496506afc4e34aa5d", "description": "tempest-secgroup-smoke-1556586825 description", "shared": false, "security_group_rules": [{"id": "ae0c23eb-bfb6-4a38-bbd2-6f7162c947ab", "project_id": "25849dd2484e428496506afc4e34aa5d", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "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": 1125, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:35:23Z", "updated_at": "2024-02-28T21:35:23Z", "revision_number": 0}, {"id": "cc20a452-50a5-40e5-a8fb-8c11740f2c01", "project_id": "25849dd2484e428496506afc4e34aa5d", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "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": 1126, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:35:23Z", "updated_at": "2024-02-28T21:35:23Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:35:23Z", "upda ted_at": "2024-02-28T21:35:23Z", "revision_number": 1, "project_id": "25849dd2484e428496506afc4e34aa5d"}}' 2024-02-28 21:35:23,497 85792 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.262s 2024-02-28 21:35:23,498 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "project_id": "25849dd2484e428496506afc4e34aa5d", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-6640485c-d8b5-4837-b733-495becf63d1f', 'date': 'Wed, 28 Feb 2024 21:35: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": "0c032ac2-4eae-4439-82fe-291012a650f8", "project_id": "25849dd2484e428496506afc4e34aa5d", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:35:23Z", "updated_at": "2024-02-28T21:35:23Z", "revision_number": 0}}' 2024-02-28 21:35:23,715 85792 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.217s 2024-02-28 21:35:23,715 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "project_id": "25849dd2484e428496506afc4e34aa5d", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '596', 'x-openstack-request-id': 'req-fe662d3e-5dad-4872-a8a0-8790f8518334', 'date': 'Wed, 28 Feb 2024 21:35: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": "892b4be1-0d72-4375-876e-364903a7c4ae", "project_id": "25849dd2484e428496506afc4e34aa5d", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:35:23Z", "updated_at": "2024-02-28T21:35:23Z", "revision_number": 0}}' 2024-02-28 21:35:23,930 85792 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.214s 2024-02-28 21:35:23,930 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "project_id": "25849dd2484e428496506afc4e34aa5d", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-09d55654-6d75-481c-b7d8-dd2a60ed1d49', 'date': 'Wed, 28 Feb 2024 21:35:23 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/securit y-group-rules'} Body: b'{"security_group_rule": {"id": "1b315802-8d85-41c7-887b-19a71c19fab3", "project_id": "25849dd2484e428496506afc4e34aa5d", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:35:23Z", "updated_at": "2024-02-28T21:35:23Z", "revision_number": 0}}' 2024-02-28 21:35:24,173 85792 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.242s 2024-02-28 21:35:24,174 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "project_id": "25849dd2484e428496506afc4e34aa5d", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '601', 'x-openstack-request-id': 'req-674cf887-d913-4cd3-b1ca-8919f4b79c2b', 'date': 'Wed, 28 Feb 2024 21:35: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": "2f175c4d-ba38-4386-8ed7-5130506d85ec", "project_id": "25849dd2484e428496506afc4e34aa5d", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:35:24Z", "updated_at": "2024-02-28T21:35:24Z", "revision_number": 0}}' 2024-02-28 21:35:24,444 85792 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.269s 2024-02-28 21:35:24,444 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "project_id": "25849dd2484e428496506afc4e34aa5d", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '607', 'x-openstack-request-id': 'req-cdcfc84b-fed8-49fc-b4b2-45fc5d7f7210', 'date': 'Wed, 28 Feb 2024 21:35: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": "b7725678-fcee-4e84-b065-a8f621d041c8", "project_id": "25849dd2484e428496506afc4e34aa5d", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:35:24Z", "updated_at": "2024-02-28T21:35:24Z", "revision_number": 0}}' 2024-02-28 21:35:24,718 85792 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.273s 2024-02-28 21:35:24,719 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"secu rity_group_rule": {"security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "project_id": "25849dd2484e428496506afc4e34aa5d", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '606', 'x-openstack-request-id': 'req-43dc83ef-8b8b-4f24-9856-db22b1783b4e', 'date': 'Wed, 28 Feb 2024 21:35: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": "9775de14-394e-4aee-8a0e-a99a2d4bf544", "project_id": "25849dd2484e428496506afc4e34aa5d", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "security_group_id": "7ca43a1c-4cb2-4252-8b21-b074ae2f4630", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:35:24Z", "updated_at": "2024-02-28T21:35:24Z", "revision_number": 0}}' 2024-02-28 21:35:24,931 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes 0.211s 2024-02-28 21:35:24,931 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-393222641", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-054b28de-4502-41ef-9971-10b2a0651f9e', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-054b28de-4502-41ef-9971-10b2a0651f9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes'} Body: b'{"volume": {"id": "76408734-6173-4cd3-9711-08ec53d2a15a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:24.870739", "updated_at": null, "name": "tempest-TestStampPattern-volume-393222641", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a"}], "user_id": "2f03c3faccdf48998901a9cdf4ded827", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:35:24,982 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.034s 2024-02-28 21:35:24,982 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2803', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-a46b491b-2a4e-4397-8143-04a30a808201', '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": "2f03c3faccdf48998901a9cdf4ded827", "name": "tempest-TestStampPattern-115680523-project-member", "password_expires_at": null}, "audit_ids": ["nxTFSTHqQ8-txSluEZTzmw"], "expires_at": "2024-02-28T22:35:24.000000Z ", "issued_at": "2024-02-28T21:35:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "25849dd2484e428496506afc4e34aa5d", "name": "tempest-TestStampPattern-115680523"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/25849dd2484e428496506afc4e34aa5d", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:35:24,983 85792 INFO [tempest.lib.common.fixed_network] (TestStampPattern:test_stamp_pattern) Found network {'id': '92a25c75-882a-4732-904e-249df849bde2', 'name': 'tempest-TestStampPattern-462083252-network', 'tenant_id': '25849dd2484e428496506afc4e34aa5d', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '25849dd2484e428496506afc4e34aa5d', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 16989, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:35:10Z', 'updated_at': '2024-02-28T21:35:10Z', 'revision_number': 1} available for tenant 2024-02-28 21:35:26,124 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/compute/v2.1/servers 1.139s 2024-02-28 21:35:26,124 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestStampPattern-server-1665042320", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "key_name": "tempest-TestStampPattern-919947276", "security_groups": [{"name": "tempest-secgroup-smoke-1556586825"}], "networks": [{"uuid": "92a25c75-882a-4732-904e-249df849bde2"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b537f680-6295-4f77-8a2f-c86b8e0e6985', 'x-compute-request-id': 'req-b537f680-6295-4f77-8a2f-c86b8e0e6985', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "005a142d-6e15-40e7-b8e6-93d0a46718d9", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1556586825"}], "adminPass": "iQq9rtm8MjfJ"}}' 2024-02-28 21:35:26,201 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9 0.074s 2024-02-28 21:35:26,201 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:35:26 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-1e2088ef-4d6f-404a-ae23-b30a2ecc0f87', 'x-compute-request-id': 'req-1e2088ef-4d6f-404a-ae23-b30a2ecc0f87', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9'} Body: b'{"server": {"id": "005a142d-6e15-40e7-b8e6-93d0a46718d9", "name": "tempest-TestStampPattern-server-1665042320", "status": "BUILD", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "user_id": "2f03c3faccdf48998901a9cdf4ded827", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:35:26Z", "updated": "2024-02-28T21:35:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestStampPattern-919947276", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:36:16,557 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9 0.295s 2024-02-28 21:36:16,558 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-27fb53fb-1c45-4019-bc05-efdf62385f8c', 'x-compute-request-id': 'req-27fb53fb-1c45- 4019-bc05-efdf62385f8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9'} Body: b'{"server": {"id": "005a142d-6e15-40e7-b8e6-93d0a46718d9", "name": "tempest-TestStampPattern-server-1665042320", "status": "ACTIVE", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "user_id": "2f03c3faccdf48998901a9cdf4ded827", "metadata": {}, "hostId": "b64e8e5dc619413d68f7e3da8dcbe1f3e9ac4804742d601d424c3fdb", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:35:26Z", "updated": "2024-02-28T21:35:33Z", "addresses": {"tempest-TestStampPattern-462083252-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:aa:f1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-919947276", "OS-SRV-USG:launched_at": "2024-02-28T21:35:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1556586825"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:36:16,571 85792 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:37:16,875 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9 0.243s 2024-02-28 21:37:16,875 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1536', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2072511c-1cb2-4fda-b796-c6e7b3078736', 'x-compute-request-id': 'req-2072511c-1cb2-4fda-b796-c6e7b3078736', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9'} Body: b'{"server": {"id": "005a142d-6e15-40e7-b8e6-93d0a46718d9", "name": "tempest-TestStampPattern-server-1665042320", "status": "ACTIVE", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "user_id": "2f03c3faccdf48998901a9cdf4ded827", "metadata": {}, "hostId": "b64e8e5dc619413d68f7e3da8dcbe1f3e9ac4804742d601d424c3fdb", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:35:26Z", "updated": "2024-02-28T21:35:33Z", "addresses": {"tempest-TestStampPattern-462083252-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:aa:f1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPatt ern-919947276", "OS-SRV-USG:launched_at": "2024-02-28T21:35:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1556586825"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:37:17,042 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210:9696/networking/v2.0/ports?device_id=005a142d-6e15-40e7-b8e6-93d0a46718d9 0.155s 2024-02-28 21:37:17,043 85792 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': '955', 'x-openstack-request-id': 'req-96f63135-72e9-48cb-93dd-983231e21ca1', 'date': 'Wed, 28 Feb 2024 21:37:17 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports?device_id=005a142d-6e15-40e7-b8e6-93d0a46718d9'} Body: b'{"ports":[{"id":"539d9f2c-3087-4b41-b8cf-b48d5ff1a1eb","name":"","network_id":"92a25c75-882a-4732-904e-249df849bde2","tenant_id":"25849dd2484e428496506afc4e34aa5d","mac_address":"fa:16:3e:dd:aa:f1","admin_state_up":true,"status":"ACTIVE","device_id":"005a142d-6e15-40e7-b8e6-93d0a46718d9","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"1b499137-ac2f-40d0-af34-17f8fc994ab9","ip_address":"10.0.0.13"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["7ca43a1c-4cb2-4252-8b21-b074ae2f4630"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"user","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"port_security_enabled":true,"tags":[],"created_at":"2024-02-28T21:35:27Z","updated_at":"2024-02-28T21:35:30Z","revision_number":4,"project_id":"25849dd2484e428496506afc4e34aa5d"}]}' 2024-02-28 21:37:17,106 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210:9696/networking/v2.0/floatingips?floating_network_id=ffff76a6-d10b-4ce6-8a86-f2e998f12e79&port_id=539d9f2c-3087-4b41-b8cf-b48d5ff1a1eb 0.061s 2024-02-28 21:37:17,107 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'content-type': 'application/json', 'content-length': '19', 'x-openstack-request-id': 'req-952de400-bf30-4b62-8348-416707e08d87', 'date': 'Wed, 28 Feb 2024 21:37:17 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips?floating_network_id=ffff76a6-d10b-4ce6-8a86-f2e998f12e79&port_id=539d9f2c-3087-4b41-b8cf-b48d5ff1a1eb'} Body: b'{"floatingips": []}' 2024-02-28 21:37:17,151 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210:9696/networking/v2.0/ports?device_id=005a142d-6e15-40e7-b8e6-93d0a46718d9 0.043s 2024-02-28 21:37:17,151 85792 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': '955', 'x-openstack-request-id': 'req-ab92d938-0db3-4889-9765-6b54e2e299b3', 'date': 'Wed, 28 Feb 2024 21:37:17 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/ports?device_id=005a142d-6e15-40e7-b8e6-93d0a46718d9'} Body: b'{"ports":[{"id":"539d9f2c-3087-4b41-b8cf-b48d5ff1a1eb","name":"","network_id":"92a25c75-882a-4732-904e-249df849bde2","tenant_id":"25849dd2484e428496506afc4e34aa5d","mac_address":"fa:16:3e:dd:aa:f1","admin_state_up":true,"status":"ACTIVE","device_id":"005a142d-6e15-40e7-b8e6-93d0a4671 8d9","device_owner":"compute:nova","fixed_ips":[{"subnet_id":"1b499137-ac2f-40d0-af34-17f8fc994ab9","ip_address":"10.0.0.13"}],"allowed_address_pairs":[],"extra_dhcp_opts":[],"security_groups":["7ca43a1c-4cb2-4252-8b21-b074ae2f4630"],"description":"","binding:vnic_type":"normal","binding:profile":{},"binding:host_id":"user","binding:vif_type":"ovs","binding:vif_details":{"port_filter":true,"connectivity":"l2","bridge_name":"br-int","datapath_type":"system","bound_drivers":{"0":"ovn"}},"port_security_enabled":true,"tags":[],"created_at":"2024-02-28T21:35:27Z","updated_at":"2024-02-28T21:35:30Z","revision_number":4,"project_id":"25849dd2484e428496506afc4e34aa5d"}]}' 2024-02-28 21:37:18,994 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.842s 2024-02-28 21:37:18,995 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "port_id": "539d9f2c-3087-4b41-b8cf-b48d5ff1a1eb", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "fixed_ip_address": "10.0.0.13"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-e2a81e49-7d3b-4018-96fb-3bfda657bc52', 'date': 'Wed, 28 Feb 2024 21:37:18 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "cd9e7d12-3333-4bd8-8664-e292a6644b94", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "floating_ip_address": "172.24.4.88", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "63fa3d10-d1b9-460b-9188-2ccf240721eb", "port_id": "539d9f2c-3087-4b41-b8cf-b48d5ff1a1eb", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "project_id": "25849dd2484e428496506afc4e34aa5d", "description": "", "port_details": {"name": "", "network_id": "92a25c75-882a-4732-904e-249df849bde2", "mac_address": "fa:16:3e:dd:aa:f1", "admin_state_up": true, "status": "ACTIVE", "device_id": "005a142d-6e15-40e7-b8e6-93d0a46718d9", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:37:17Z", "updated_at": "2024-02-28T21:37:17Z", "revision_number": 0}}' 2024-02-28 21:37:18,996 85792 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.88:22' as 'cirros' with public key authentication 2024-02-28 21:37:19,010 85792 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:37:19,116 85792 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:37:19,116 85792 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.88 successfully created 2024-02-28 21:37:19,117 85792 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2024-02-28 21:37:19,117 85792 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.88:22' as 'cirros' with public key authentication 2024-02-28 21:37:19,119 85792 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:37:19,228 85792 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:37:19,228 85792 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.88 successfully created 2024-02-28 21:37:19,289 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a 0.051s 2024-02-28 21:37:19,289 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:19 GMT', 'server': 'Apache/2.4 .52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d468aef-e292-41bd-ba33-11e64d9beedc', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d468aef-e292-41bd-ba33-11e64d9beedc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a'} Body: b'{"volume": {"id": "76408734-6173-4cd3-9711-08ec53d2a15a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:25.000000", "updated_at": "2024-02-28T21:35:25.000000", "name": "tempest-TestStampPattern-volume-393222641", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a"}], "user_id": "2f03c3faccdf48998901a9cdf4ded827", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25849dd2484e428496506afc4e34aa5d"}}' 2024-02-28 21:37:20,343 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a 0.040s 2024-02-28 21:37:20,343 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec53d2d0-80bf-48d2-a8f1-f31b739ffb44', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec53d2d0-80bf-48d2-a8f1-f31b739ffb44', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a'} Body: b'{"volume": {"id": "76408734-6173-4cd3-9711-08ec53d2a15a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:35:25.000000", "updated_at": "2024-02-28T21:35:25.000000", "name": "tempest-TestStampPattern-volume-393222641", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a"}], "user_id": "2f03c3faccdf48998901a9cdf4ded827", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "25849dd2484e428496506afc4e34aa5d"}}' 2024-02-28 21:37:20,805 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/cd9e7d12-3333-4bd8-8664-e292a6644b94 0.448s 2024-02-28 21:37:20,805 85792 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-c1dc0a55-ff21-4b26-a98d-f1608e3544dc', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:37:20 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/cd9e7d12-3333-4bd8-8664-e292a6644b94'} Body: b'' 2024-02-28 21:37:20,918 85792 INFO [tempest.lib.common. rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9 0.112s 2024-02-28 21:37:20,919 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37: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-09b32b50-f8a2-48fe-8f21-84b07ef4eaf7', 'x-compute-request-id': 'req-09b32b50-f8a2-48fe-8f21-84b07ef4eaf7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9'} Body: b'' 2024-02-28 21:37:21,260 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9 0.341s 2024-02-28 21:37:21,260 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1660', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-164f5db9-7d94-4362-b89d-3ce9c09a755b', 'x-compute-request-id': 'req-164f5db9-7d94-4362-b89d-3ce9c09a755b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9'} Body: b'{"server": {"id": "005a142d-6e15-40e7-b8e6-93d0a46718d9", "name": "tempest-TestStampPattern-server-1665042320", "status": "ACTIVE", "tenant_id": "25849dd2484e428496506afc4e34aa5d", "user_id": "2f03c3faccdf48998901a9cdf4ded827", "metadata": {}, "hostId": "b64e8e5dc619413d68f7e3da8dcbe1f3e9ac4804742d601d424c3fdb", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:35:26Z", "updated": "2024-02-28T21:37:21Z", "addresses": {"tempest-TestStampPattern-462083252-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:aa:f1"}, {"version": 4, "addr": "172.24.4.88", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dd:aa:f1"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestStampPattern-919947276", "OS-SRV-USG:launched_at": "2024-02-28T21:35:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1556586825"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:38:11,332 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9 0.040s 2024-02-28 21:38:11,332 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38:11 GMT', 'server': 'Apache/2 .4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-924e1a8e-119d-42cd-88cd-0b11eb11e5b0', 'x-compute-request-id': 'req-924e1a8e-119d-42cd-88cd-0b11eb11e5b0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/005a142d-6e15-40e7-b8e6-93d0a46718d9'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 005a142d-6e15-40e7-b8e6-93d0a46718d9 could not be found."}}' 2024-02-28 21:38:11,429 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a 0.096s 2024-02-28 21:38:11,429 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38: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-4a962843-bfb8-419e-a7fe-626f690cfdbe', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a'} Body: b'' 2024-02-28 21:38:11,451 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a 0.021s 2024-02-28 21:38:11,451 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38: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-89157433-223a-4a8c-9b61-4aef32f2bff0', 'x-openstack-request-id': 'req-89157433-223a-4a8c-9b61-4aef32f2bff0', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/25849dd2484e428496506afc4e34aa5d/volumes/76408734-6173-4cd3-9711-08ec53d2a15a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 76408734-6173-4cd3-9711-08ec53d2a15a could not be found."}}' 2024-02-28 21:38:11,657 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/7ca43a1c-4cb2-4252-8b21-b074ae2f4630 0.205s 2024-02-28 21:38:11,658 85792 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-8295c9c6-acdd-4a09-ba28-02d64ad76fa7', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:38:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/7ca43a1c-4cb2-4252-8b21-b074ae2f4630'} Body: b'' 2024-02-28 21:38:11,697 85792 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-919947276 0.039s 2024-02-28 21:38:11,697 85792 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38: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-ver sion': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cbfe31fb-1aae-4df7-9c53-3c06bfb856af', 'x-compute-request-id': 'req-cbfe31fb-1aae-4df7-9c53-3c06bfb856af', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-919947276'} Body: b'' tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 269, in test_attach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 17c44386-54ef-45b7-a9f6-bd1f639ef070 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:36:04,590 85784 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:36:04,590 85784 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:36:04,752 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.160s 2024-02-28 21:36:04,752 85784 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-1212244376", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKXSHY/Nj1M8DYk4yu8R48opfBTfekqkeI78RkSGnvNJLBURp5Ur8fPGTz9kSfeo39yGvANLJFnXP7ppy/PR9/WAHPnHYYtFf7yfhBwJbBU9ek3NCnHM5kWjeulzuwU/Eg=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:04 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-2ac45b9f-db89-4c6e-bee2-9933cc8528b0', 'x-compute-request-id': 'req-2ac45b9f-db89-4c6e-bee2-9933cc8528b0', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1212244376", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKXSHY/Nj1M8DYk4yu8R48opfBTfekqkeI78RkSGnvNJLBURp5Ur8fPGTz9kSfeo39yGvANLJFnXP7ppy/PR9/WAHPnHYYtFf7yfhBwJbBU9ek3NCnHM5kWjeulzuwU/Eg==", "fingerprint": "74:c7:36:74:19:77:d4:ec:22:61:e0:5e:93:ca:15:9a", "user_id": "cc98895646b146b685ca85ddcd75d819"}}' 2024-02-28 21:36:04,755 85784 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1212244376 created 2024-02-28 21:36:05,001 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.245s 2024-02-28 21:36:05,001 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1102186645", "description": "tempest-description--1922983415"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1663', 'x-openstack-request-id': 'req-00754dbf-42f9-4365-b0f3-1719fa4501b4', 'date': 'Wed, 28 Feb 2024 21:36:04 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "d53a248d-9719-4957-bc47-6669b53a0df2", "name": "tempest-securitygroup--1102186645", "stateful": true, "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "description": "tempest-description--1922983415", "shared": false, "security_group_rules": [{"id": "2fe43493-9517-4e74-803a-b0459360d51a", "project_id": "2b6acc016e5144279dc6960b26b031bd", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "security_group_id": "d53a248d-9719-4957-bc47-6669b53a0df2", "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": 1148, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:36:04Z", "updated_at": "2024-02-28T21:36:04Z", "revision_number": 0}, {"id": "7ef99fb7-0e21-4cdf-9bc0-fa020d9e423c", "project_id": "2b6acc016e5144279dc6960b26b031bd", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "security_group_id": "d53a248d-9719-4957-bc47-6669b53a0df2", "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": 1147, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:36:04Z", "updated_at": "2024-02-28T21:36:04Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:36:04Z", "updated_at": "2024-02-28T21:36:04Z", "revision_number": 1, "project_id": "2b6acc016e5144279dc6960b26b031bd"}}' 2024-02-28 21:36:05,192 85784 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 2024-02-28 21:36:05,192 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d53a248d-9719-4957-bc47-6669b53a0df2", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-a13a752d-8b2c-42d1-8f79-d7de52ccf53d', 'date': 'Wed, 28 Feb 2024 21:36: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": "5912e05f-c6f3-4b49-bb08-b0f02fd63f0b", "project_id": "2b6acc016e5144279dc6960b26b031bd", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "security_group_id": "d53a248d-9719-4957-bc47-6669b53a0df2", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:36:05Z", "updated_at": "2024-02-28T21:36:05Z", "revision_number": 0}}' 2024-02-28 21:36:05,400 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.208s 2024-02-28 21:36:05,401 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "d53a248d-9719-4957-bc47-6669b53a0df2", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-2af1e747-2067-40dc-82ed-3d6d26a1d441', 'date': 'Wed, 28 Feb 2024 21:36: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": "11d7dc0b-b23d-4f7f-b77f-00f8a5f93b4a", "project_id": "2b6acc016e5144279dc6960b26b031bd", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "security_group_id": "d53a248d-9719-4957-bc47-6669b53a0df2", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:36:05Z", "updated_at": "2024-02-28T21:36:05Z", "revision_number": 0}}' 2024-02-28 21:36:05,401 85784 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1102186645 created 2024-02-28 21:36:05,999 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.597s 2024-02-28 21:36:05,999 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-4633319a-6475-4e8f-85da-fdc7a192dab5', 'date': 'Wed, 28 Feb 2024 21:36:05 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "40a88689-1d62-4634-a449-90cdfcc94a80", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "floating_ip_address": "172.24.4.21", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2b6acc016e5144279dc6960b26b031bd", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:36:05Z", "updated_at": "2024-02-28T21:36:05Z", "revision_number": 0}}' 2024-02-28 21:36:05,999 85784 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '40a88689-1d62-4634-a449-90cdfcc94a80', 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'floating_ip_address': '172.24.4.21', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b6acc016e5144279dc6960b26b031bd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:36:05Z', 'updated_at': '2024-02-28T21:36:05Z', 'revision_number': 0, 'ip': '172.24.4.21'} created 2024-02-28 21:36:06,043 85784 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.038s 2024-02-28 21:36:06,044 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-df51611b-fa74-4226-9fc0-14392a442574', '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": "cc98895646b146b685ca85ddcd75d819", "name": "tempest-AttachVolumeShelveTestJSON-1567586072-project-member", "password_expires_at": null}, "audit_ids": ["3_jK549SSSyWhhw6vzy_Vg"], "expires_at": "2024-02-28T22:36:06.000000Z", "issued_at": "2024-02-28T21:36:06.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2b6acc016e5144279dc6960b26b031bd", "name": "tempest-AttachVolumeShelveTestJSON-1567586072"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2b6acc016e5144279dc6960b26b031bd", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", " region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:36:06,044 85784 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': '2c767fd0-b8bb-41f9-b5bb-a16f8100471c', 'name': 'tempest-AttachVolumeShelveTestJSON-1261641174-network', 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2b6acc016e5144279dc6960b26b031bd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 327, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:35:59Z', 'updated_at': '2024-02-28T21:35:59Z', 'revision_number': 1} available for tenant 2024-02-28 21:36:06,045 85784 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1212244376', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKXSHY/Nj1M8DYk4yu8R48opfBTfekqkeI78RkSGnvNJLBURp5Ur8fPGTz9kSfeo39yGvANLJFnXP7ppy/PR9/WAHPnHYYtFf7yfhBwJbBU9ek3NCnHM5kWjeulzuwU/Eg==', 'fingerprint': '74:c7:36:74:19:77:d4:ec:22:61:e0:5e:93:ca:15:9a', 'user_id': 'cc98895646b146b685ca85ddcd75d819', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDOVJ68KVdTh/kRlSsccH28N0Jj9d6HEhyr3z6TiUsfHRbwYm9byRvt\n3CrQG3Y2HiugBwYFK4EEACKhZANiAASl0h2PzY9TPA2JOMrvEePKKXwU33pKpHiO\n/EZEhp7zSSwVEaeVK/Hzxk8/ZEn3qN/chrwDSyRZ1z+6acvz0ff1gBz5x2GLRX+8\nn4QcCWwVPXpNzQpxzOZFo3rpc7sFPxI=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'd53a248d-9719-4957-bc47-6669b53a0df2', 'name': 'tempest-securitygroup--1102186645', 'stateful': True, 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'description': 'tempest-description--1922983415', 'shared': False, 'security_group_rules': [{'id': '2fe43493-9517-4e74-803a-b0459360d51a', 'project_id': '2b6acc016e5144279dc6960b26b031bd', 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'security_group_id': 'd53a248d-9719-4957-bc47-6669b53a0df2', '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': 1148, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:36:04Z', 'updated_at': '2024-02-28T21:36:04Z', 'revision_number': 0}, {'id': '7ef99fb7-0e21-4cdf-9bc0-fa020d9e423c', 'project_id': '2b6acc016e5144279dc6960b26b031bd', 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'security_group_id': 'd53a248d-9719-4957-bc47-6669b53a0df2', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_i p_prefix': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1147, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:36:04Z', 'updated_at': '2024-02-28T21:36:04Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:36:04Z', 'updated_at': '2024-02-28T21:36:04Z', 'revision_number': 1, 'project_id': '2b6acc016e5144279dc6960b26b031bd'}, 'floating_ip': {'id': '40a88689-1d62-4634-a449-90cdfcc94a80', 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'floating_ip_address': '172.24.4.21', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b6acc016e5144279dc6960b26b031bd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:36:05Z', 'updated_at': '2024-02-28T21:36:05Z', 'revision_number': 0, 'ip': '172.24.4.21'}} 2024-02-28 21:36:06,720 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.675s 2024-02-28 21:36:06,721 85784 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-1767339757", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "2c767fd0-b8bb-41f9-b5bb-a16f8100471c"}], "security_groups": [{"name": "tempest-securitygroup--1102186645"}], "key_name": "tempest-keypair-1212244376", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b', '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-d1be615a-d01e-48d0-a1f5-c922e2c9f16b', 'x-compute-request-id': 'req-d1be615a-d01e-48d0-a1f5-c922e2c9f16b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "b8f4d5bb-15c2-477e-a46d-af1348c3d82b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1102186645"}], "adminPass": "password"}}' 2024-02-28 21:36:06,817 85784 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/b8f4d5bb-15c2-477e-a46d-af1348c3d82b 0.093s 2024-02-28 21:36:06,817 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:06 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-a361b696-fdaa-4e09-a83f-c358016b2eaf', 'x-compute-request-id': 'req-a361b696-fdaa-4e09-a83f-c358016b2eaf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b'} Body: b'{"serv er": {"id": "b8f4d5bb-15c2-477e-a46d-af1348c3d82b", "name": "tempest-AttachVolumeShelveTestJSON-server-1767339757", "status": "BUILD", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "user_id": "cc98895646b146b685ca85ddcd75d819", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:36:07Z", "updated": "2024-02-28T21:36:06Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1212244376", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2024-02-28 21:36:57,095 85784 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/b8f4d5bb-15c2-477e-a46d-af1348c3d82b 0.212s 2024-02-28 21:36:57,095 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:36:56 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-437b45e7-e38a-4092-96f8-14d0cf2ad4f4', 'x-compute-request-id': 'req-437b45e7-e38a-4092-96f8-14d0cf2ad4f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b'} Body: b'{"server": {"id": "b8f4d5bb-15c2-477e-a46d-af1348c3d82b", "name": "tempest-AttachVolumeShelveTestJSON-server-1767339757", "status": "ACTIVE", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "user_id": "cc98895646b146b685ca85ddcd75d819", "metadata": {}, "hostId": "3aaddbfad012711a5d25024beb2ac7130a3d41a2afde22e22fbb90a4", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:36:06Z", "updated": "2024-02-28T21:36:13Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1261641174-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:e4:c5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1212244376", "OS-SRV-USG:launched_at": "2024-02-28T21:36:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1102186645"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2024-02-28 21:36:57,111 85784 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02 -28 21:37:57,315 85784 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/b8f4d5bb-15c2-477e-a46d-af1348c3d82b/os-interface 0.143s 2024-02-28 21:37:57,316 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:57 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-9dfd6b51-d0d9-4188-ab3f-624537297d88', 'x-compute-request-id': 'req-9dfd6b51-d0d9-4188-ab3f-624537297d88', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "2c767fd0-b8bb-41f9-b5bb-a16f8100471c", "port_id": "59ccd367-6ae5-46ce-a209-c1d5ac804ee9", "mac_addr": "fa:16:3e:59:e4:c5", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "dc1e3209-62e4-49a6-b11c-8feb3498bca9", "ip_address": "10.0.0.6"}]}]}' 2024-02-28 21:37:58,071 85784 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/40a88689-1d62-4634-a449-90cdfcc94a80 0.751s 2024-02-28 21:37:58,071 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "59ccd367-6ae5-46ce-a209-c1d5ac804ee9"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-a3e3a20f-8510-4ac2-99a9-1a1c3333629a', 'date': 'Wed, 28 Feb 2024 21:37:58 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/40a88689-1d62-4634-a449-90cdfcc94a80'} Body: b'{"floatingip": {"id": "40a88689-1d62-4634-a449-90cdfcc94a80", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "floating_ip_address": "172.24.4.21", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "b2cd9e1b-a6b5-44a7-86e9-f77b0155f549", "port_id": "59ccd367-6ae5-46ce-a209-c1d5ac804ee9", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "2c767fd0-b8bb-41f9-b5bb-a16f8100471c", "mac_address": "fa:16:3e:59:e4:c5", "admin_state_up": true, "status": "ACTIVE", "device_id": "b8f4d5bb-15c2-477e-a46d-af1348c3d82b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:36:05Z", "updated_at": "2024-02-28T21:37:57Z", "revision_number": 1, "project_id": "2b6acc016e5144279dc6960b26b031bd"}}' 2024-02-28 21:37:58,073 85784 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.21:22' as 'cirros' with public key authentication 2024-02-28 21:37:58,087 85784 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:37:58,195 85784 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:37:58,195 85784 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.21 successfully created 2024-02-28 21:37:58,239 85784 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/b8f4d5bb-15c2-477e-a46d-af1348c3d82b/ips 0.043s 2024-02-28 21:37:58,240 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:58 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-aa41563a-f1a3-42ed-a286-8a39e79fb294', 'x-compute-request-id': 'req-aa41563a-f1a3-42ed-a286-8a39e79fb294', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1261641174-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2024-02-28 21:37:58,489 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes 0.246s 2024-02-28 21:37:58,490 85784 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-251382956"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41d3eebe-5023-491e-aed0-c7d5b1559202', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41d3eebe-5023-491e-aed0-c7d5b1559202', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes'} Body: b'{"volume": {"id": "17c44386-54ef-45b7-a9f6-bd1f639ef070", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:37:58.405026", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-251382956", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/17c44386-54ef-45b7-a9f6-bd1f639ef070"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2b6acc016e5144279dc6960b26b031bd/volumes/17c44386-54ef-45b7-a9f6-bd1f639ef070"}], "user_id": "cc98895646b146b685ca85ddcd75d819", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:37:58,552 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/17c44386-54ef-45b7-a9f6-bd1f639ef070 0.047s 2024-02-28 21:37:58,552 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51497cc7-8e3a-428c-a87e-dee4caf602b0', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51497cc7-8e3a-428c-a87e-dee4caf602b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/17c44386-54ef-45b7-a9f6-bd1f639ef070'} Body: b'{"volume": {"id": "17c44386-54ef-45b7-a9f6-bd1f639ef070", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:37:58.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-251382956", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/17 c44386-54ef-45b7-a9f6-bd1f639ef070"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2b6acc016e5144279dc6960b26b031bd/volumes/17c44386-54ef-45b7-a9f6-bd1f639ef070"}], "user_id": "cc98895646b146b685ca85ddcd75d819", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b6acc016e5144279dc6960b26b031bd"}}' 2024-02-28 21:37:59,614 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/17c44386-54ef-45b7-a9f6-bd1f639ef070 0.046s 2024-02-28 21:37:59,615 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ddc9ec0-974e-4c15-9986-3c2d749f258c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ddc9ec0-974e-4c15-9986-3c2d749f258c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/17c44386-54ef-45b7-a9f6-bd1f639ef070'} Body: b'{"volume": {"id": "17c44386-54ef-45b7-a9f6-bd1f639ef070", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:37:58.000000", "updated_at": "2024-02-28T21:37:59.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-251382956", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/17c44386-54ef-45b7-a9f6-bd1f639ef070"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2b6acc016e5144279dc6960b26b031bd/volumes/17c44386-54ef-45b7-a9f6-bd1f639ef070"}], "user_id": "cc98895646b146b685ca85ddcd75d819", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b6acc016e5144279dc6960b26b031bd"}}' 2024-02-28 21:37:59,744 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b 0.115s 2024-02-28 21:37:59,745 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:59 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-0cdf98c2-9d4d-4c11-8284-1a897c1dd167', 'x-compute-request-id': 'req-0cdf98c2-9d4d-4c11-8284-1a897c1dd167', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b'} Body: b'' 2024-02-28 21:38:00,110 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b 0.364s 2024-02-28 21:38:00,110 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-ope nstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-26236bab-45ba-450c-aa09-9899493bead1', 'x-compute-request-id': 'req-26236bab-45ba-450c-aa09-9899493bead1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b'} Body: b'{"server": {"id": "b8f4d5bb-15c2-477e-a46d-af1348c3d82b", "name": "tempest-AttachVolumeShelveTestJSON-server-1767339757", "status": "ACTIVE", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "user_id": "cc98895646b146b685ca85ddcd75d819", "metadata": {}, "hostId": "3aaddbfad012711a5d25024beb2ac7130a3d41a2afde22e22fbb90a4", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:36:06Z", "updated": "2024-02-28T21:38:00Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1261641174-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:e4:c5"}, {"version": 4, "addr": "172.24.4.21", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:59:e4:c5"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1212244376", "OS-SRV-USG:launched_at": "2024-02-28T21:36:12.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1102186645"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2024-02-28 21:38:50,218 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b 0.041s 2024-02-28 21:38:50,219 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38:50 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-cb6ec519-04f8-404d-81ca-21006636e214', 'x-compute-request-id': 'req-cb6ec519-04f8-404d-81ca-21006636e214', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/b8f4d5bb-15c2-477e-a46d-af1348c3d82b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance b8f4d5bb-15c2-477e-a46d-af1348c3d82b could not be found."}}' 2024-02-28 21:38:50,255 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1212244376 0.035s 2024-02-28 21:38:50,255 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38:50 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-422aa768-ebe1-44f6-b486-017a24a8deae' , 'x-compute-request-id': 'req-422aa768-ebe1-44f6-b486-017a24a8deae', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1212244376'} Body: b'' 2024-02-28 21:38:50,452 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/d53a248d-9719-4957-bc47-6669b53a0df2 0.196s 2024-02-28 21:38:50,453 85784 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-c7c9b5fd-78ef-4610-8e51-7c6edb8b9e21', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:38:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d53a248d-9719-4957-bc47-6669b53a0df2'} Body: b'' 2024-02-28 21:38:50,484 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/d53a248d-9719-4957-bc47-6669b53a0df2 0.030s 2024-02-28 21:38:50,485 85784 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-1930bb90-f60c-4af7-847e-bd3eba88c014', 'date': 'Wed, 28 Feb 2024 21:38:50 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/d53a248d-9719-4957-bc47-6669b53a0df2'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group d53a248d-9719-4957-bc47-6669b53a0df2 does not exist", "detail": ""}}' 2024-02-28 21:38:50,886 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/40a88689-1d62-4634-a449-90cdfcc94a80 0.400s 2024-02-28 21:38:50,886 85784 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-e70154e5-b3af-47ef-a972-d978b8cd2e73', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:38:50 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/40a88689-1d62-4634-a449-90cdfcc94a80'} Body: b'' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 122, in test_minimum_basic_scenario volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 403, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5fc0ba8d-d472-4cc1-ac66-014f190259c3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:37:49,134 85800 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.6.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2024-02-28 21:37:49,772 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.636s 2024-02-28 21:37:49,772 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--2005668757", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/1362d515-40d1-491d-abb2-a7b1ed820561', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-b5bef08f-d7a0-40fa-bfba-feddfbeba22c', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--2005668757", "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": "d7971109771548dbb72f8123d6383ccf", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "1362d515-40d1-491d-abb2-a7b1ed820561", "created_at": "2024-02-28T21:37:50Z", "updated_at": "2024-02-28T21:37:50Z", "tags": [], "self": "/v2/images/1362d515-40d1-491d-abb2-a7b1ed820561", "file": "/v2/images/1362d515-40d1-491d-abb2-a7b1ed820561/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:37:51,030 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/1362d515-40d1-491d-abb2-a7b1ed820561/file 1.257s 2024-02-28 21:37:51,031 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-392a2b5e-3d19-4371-819e-8f8e99b68b69', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1362d515-40d1-491d-abb2-a7b1ed820561/file'} Body: b'' 2024-02-28 21:37:51,031 85800 DEBUG [tempest.scenario.manager] image:1362d515-40d1-491d-abb2-a7b1ed820561 2024-02-28 21:37:51,086 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.054s 2024-02-28 21:37:51,087 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-1208868174", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBELlQwr4cqonzYO3jEaS/5H+MoXQ3QsFI/O+io2mDjpRHPxiHzHS98Eq4AykLR/6yE2/RmZFHXUC8DECDUpI78e9DUQ1vmj7c8a+djsEBidoi7ZMgRse3coGji4fx+k43g=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:51 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-1c9f7308-9c44-4d20-988f-39faca5e2f85', 'x-compute-request-id': 'req-1c9f7308-9c44-4d20-988f-39faca5e2f85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-120 8868174", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBELlQwr4cqonzYO3jEaS/5H+MoXQ3QsFI/O+io2mDjpRHPxiHzHS98Eq4AykLR/6yE2/RmZFHXUC8DECDUpI78e9DUQ1vmj7c8a+djsEBidoi7ZMgRse3coGji4fx+k43g==", "fingerprint": "07:97:69:d5:dc:86:5c:41:9d:39:cb:7a:85:76:28:02", "user_id": "d6ce105977454901a6a12f7c67039821"}}' 2024-02-28 21:37:51,192 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.098s 2024-02-28 21:37:51,192 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:51 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-0a301027-51b8-40d9-a047-409cf2838053', '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": "d6ce105977454901a6a12f7c67039821", "name": "tempest-TestMinimumBasicScenario-743574631-project-member", "password_expires_at": null}, "audit_ids": ["Ue-1MCFZSdm63JivlK3JfQ"], "expires_at": "2024-02-28T22:37:51.000000Z", "issued_at": "2024-02-28T21:37:51.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "d7971109771548dbb72f8123d6383ccf", "name": "tempest-TestMinimumBasicScenario-743574631"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/d7971109771548dbb72f8123d6383ccf", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:37:51,192 85800 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found networ k {'id': 'c0a00150-614c-4265-b08c-0dcf90b9d595', 'name': 'tempest-TestMinimumBasicScenario-1540493475-network', 'tenant_id': 'd7971109771548dbb72f8123d6383ccf', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'd7971109771548dbb72f8123d6383ccf', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58586, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:34:49Z', 'updated_at': '2024-02-28T21:34:49Z', 'revision_number': 1} available for tenant 2024-02-28 21:37:51,704 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.510s 2024-02-28 21:37:51,704 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1535304415", "imageRef": "1362d515-40d1-491d-abb2-a7b1ed820561", "flavorRef": "1", "key_name": "tempest-TestMinimumBasicScenario-1208868174", "networks": [{"uuid": "c0a00150-614c-4265-b08c-0dcf90b9d595"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-db762713-f69e-4d2b-a237-6891a8f621b9', 'x-compute-request-id': 'req-db762713-f69e-4d2b-a237-6891a8f621b9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "d003e5ec-0713-41b1-8473-d15b527282b3", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Vst8HhrgDGW8"}}' 2024-02-28 21:37:51,780 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3 0.073s 2024-02-28 21:37:51,780 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:37:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1251', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8b9ae4ec-00e6-4a40-b13d-81caa87e4782', 'x-compute-request-id': 'req-8b9ae4ec-00e6-4a40-b13d-81caa87e4782', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3'} Body: b'{"server": {"id": "d003e5ec-0713-41b1-8473-d15b527282b3", "name": "tempest-TestMinimumBasicScenario-server-1535304415", "status": "BUILD", "tenant_id": "d7971109771548dbb72f8123d6383ccf", "user_id": "d6ce105977454901a6a12f7c67039821", "metadata": {}, "hostId": "", "image": {"id": "1362d515-40d1-491d-abb2-a7b1ed820561", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1362d515-40d1-491d-abb2-a7b1ed820561"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:37:52Z", "updated": "2024-02-28T21:37:51Z", "addresses": {}, "acc essIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1208868174", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:38:42,063 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3 0.252s 2024-02-28 21:38:42,063 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3e946105-c63a-4fa5-ac95-a9952eb8cb9f', 'x-compute-request-id': 'req-3e946105-c63a-4fa5-ac95-a9952eb8cb9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3'} Body: b'{"server": {"id": "d003e5ec-0713-41b1-8473-d15b527282b3", "name": "tempest-TestMinimumBasicScenario-server-1535304415", "status": "ACTIVE", "tenant_id": "d7971109771548dbb72f8123d6383ccf", "user_id": "d6ce105977454901a6a12f7c67039821", "metadata": {}, "hostId": "205a668489b53b8b03e32ea98b639d9d4dceddfc447f4e1bf7efe9b9", "image": {"id": "1362d515-40d1-491d-abb2-a7b1ed820561", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1362d515-40d1-491d-abb2-a7b1ed820561"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:37:51Z", "updated": "2024-02-28T21:37:58Z", "addresses": {"tempest-TestMinimumBasicScenario-1540493475-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:00:5e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1208868174", "OS-SRV-USG:launched_at": "2024-02-28T21:37:58.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:38:42,076 85800 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2024-02-28 21:39:42,367 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3 0.230s 2024-02-28 21:39:42,368 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4c678d78-8f15-41dc-b167-a37388d1c04c', 'x-compute-request-id': 'req-4c678d78-8f15-41dc-b167-a37388d1c04c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3'} Body: b'{"server": {"id": "d003e5ec-0713-41b1-8473-d15b527282b3", "name": "tempest-TestMinimumBasicScenario-server-1535304415", "status": "ACTIVE", "tenant_id": "d7971109771548dbb72f8123d6383ccf", "user_id": "d6ce105977454901a6a12f7c67039821", "metadata": {}, "hostId": "205a668489b53b8b03e32ea98b639d9d4dceddfc447f4e1bf7efe9b9", "image": {"id": "1362d515-40d1-491d-abb2-a7b1ed820561", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1362d515-40d1-491d-abb2-a7b1ed820561"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:37:51Z", "updated": "2024-02-28T21:37:58Z", "addresses": {"tempest-TestMinimumBasicScenario-1540493475-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:00:5e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1208868174", "OS-SRV-USG:launched_at": "2024-02-28T21:37:58.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:39:42,468 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.083s 2024-02-28 21:39:42,469 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39:42 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-0aa5924f-02b2-4e67-ba50-b1c90401e777', 'x-compute-request-id': 'req-0aa5924f-02b2-4e67-ba50-b1c90401e777', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "d003e5ec-0713-41b1-8473-d15b527282b3", "name": "tempest-TestMinimumBasicScenario-server-1535304415", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}]}]}' 2024-02-28 21:39:42,724 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3 0.248s 2024-02-28 21:39:42,724 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2d724788-bffe-4b40-a1f0-c081def0ea8d', 'x-compute-request-id': 'req-2d724788-bffe-4b40-a1f0-c081def0ea8d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b 1-8473-d15b527282b3'} Body: b'{"server": {"id": "d003e5ec-0713-41b1-8473-d15b527282b3", "name": "tempest-TestMinimumBasicScenario-server-1535304415", "status": "ACTIVE", "tenant_id": "d7971109771548dbb72f8123d6383ccf", "user_id": "d6ce105977454901a6a12f7c67039821", "metadata": {}, "hostId": "205a668489b53b8b03e32ea98b639d9d4dceddfc447f4e1bf7efe9b9", "image": {"id": "1362d515-40d1-491d-abb2-a7b1ed820561", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1362d515-40d1-491d-abb2-a7b1ed820561"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:37:51Z", "updated": "2024-02-28T21:37:58Z", "addresses": {"tempest-TestMinimumBasicScenario-1540493475-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:00:5e"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1208868174", "OS-SRV-USG:launched_at": "2024-02-28T21:37:58.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:39:42,937 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes 0.199s 2024-02-28 21:39:42,937 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1801757134", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2ea8e4fb-7c2f-4808-a53c-fbca0d5f049b', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2ea8e4fb-7c2f-4808-a53c-fbca0d5f049b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes'} Body: b'{"volume": {"id": "5fc0ba8d-d472-4cc1-ac66-014f190259c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:39:42.871103", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1801757134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3"}], "user_id": "d6ce105977454901a6a12f7c67039821", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:39:42,988 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3 0.039s 2024-02-28 21:39:42,988 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-comp ute-request-id': 'req-a1bb7910-f42f-4a4a-b6e0-d856d1d14839', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a1bb7910-f42f-4a4a-b6e0-d856d1d14839', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3'} Body: b'{"volume": {"id": "5fc0ba8d-d472-4cc1-ac66-014f190259c3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:39:43.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1801757134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3"}], "user_id": "d6ce105977454901a6a12f7c67039821", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d7971109771548dbb72f8123d6383ccf"}}' 2024-02-28 21:39:44,056 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3 0.054s 2024-02-28 21:39:44,057 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b1f8ac2-c4b2-4f8f-b985-ff9bc4aac587', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b1f8ac2-c4b2-4f8f-b985-ff9bc4aac587', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3'} Body: b'{"volume": {"id": "5fc0ba8d-d472-4cc1-ac66-014f190259c3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:39:43.000000", "updated_at": "2024-02-28T21:39:43.000000", "name": "tempest-TestMinimumBasicScenario-volume-1801757134", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3"}], "user_id": "d6ce105977454901a6a12f7c67039821", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d7971109771548dbb72f8123d6383ccf"}}' 2024-02-28 21:39:44,167 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3 0.093s 2024-02-28 21:39:44,167 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39: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-2d753676-3ba0-434d-bae9-8cadcfa6b4a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d7971 109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3'} Body: b'' 2024-02-28 21:39:44,202 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3 0.034s 2024-02-28 21:39:44,202 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39: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-7ffcc4f1-2523-431b-b3f1-0c9639a1d918', 'x-openstack-request-id': 'req-7ffcc4f1-2523-431b-b3f1-0c9639a1d918', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d7971109771548dbb72f8123d6383ccf/volumes/5fc0ba8d-d472-4cc1-ac66-014f190259c3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5fc0ba8d-d472-4cc1-ac66-014f190259c3 could not be found."}}' 2024-02-28 21:39:44,349 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3 0.146s 2024-02-28 21:39:44,349 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-31734238-e794-4795-abb0-0b2ceaef046e', 'x-compute-request-id': 'req-31734238-e794-4795-abb0-0b2ceaef046e', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3'} Body: b'' 2024-02-28 21:39:44,528 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3 0.178s 2024-02-28 21:39:44,528 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1541', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-651ce021-536d-48c9-a54f-506d6ea12523', 'x-compute-request-id': 'req-651ce021-536d-48c9-a54f-506d6ea12523', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3'} Body: b'{"server": {"id": "d003e5ec-0713-41b1-8473-d15b527282b3", "name": "tempest-TestMinimumBasicScenario-server-1535304415", "status": "ACTIVE", "tenant_id": "d7971109771548dbb72f8123d6383ccf", "user_id": "d6ce105977454901a6a12f7c67039821", "metadata": {}, "hostId": "205a668489b53b8b03e32ea98b639d9d4dceddfc447f4e1bf7efe9b9", "image": {"id": "1362d515-40d1-491d-abb2-a7b1ed820561", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/1362d515-40d1-491d-abb2-a7b1ed820561"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:37:51Z", "updated": "2024-02-28T21:39:44Z", "addresses": {"tempest-TestMinimumBasicScenario-1540493475-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:50:00:5e"}]}, "accessIPv4": "", "acces sIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/d003e5ec-0713-41b1-8473-d15b527282b3"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-1208868174", "OS-SRV-USG:launched_at": "2024-02-28T21:37:58.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:40:34,792 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3 0.187s 2024-02-28 21:40:34,792 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:40:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-9736cad3-5387-497d-82c4-899760724f14', 'x-compute-request-id': 'req-9736cad3-5387-497d-82c4-899760724f14', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/d003e5ec-0713-41b1-8473-d15b527282b3'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance d003e5ec-0713-41b1-8473-d15b527282b3 could not be found."}}' 2024-02-28 21:40:34,835 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1208868174 0.042s 2024-02-28 21:40:34,836 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:40:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-864a6ed2-4b7e-472f-9b3b-b89d3a718c70', 'x-compute-request-id': 'req-864a6ed2-4b7e-472f-9b3b-b89d3a718c70', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-1208868174'} Body: b'' 2024-02-28 21:40:35,032 85800 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/1362d515-40d1-491d-abb2-a7b1ed820561 0.195s 2024-02-28 21:40:35,032 85800 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:40:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-10fd5060-643b-488d-904c-5ec011e6e2f3', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/1362d515-40d1-491d-abb2-a7b1ed820561'} Body: b'' setUpClass (cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest) ----------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 39, in resource_setup cls.volume = cls.create_volume_with_args(name=cls.volume_name) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 54, in create_volume_with_args waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6a2ef9d5-ea9b-4660-b419-4e9e36dd1e52 failed to build and is in ERROR status tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1cf2ec15-5626-4ba9-a64b-a0c656459d11 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:38:50,892 85784 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2024-02-28 21:38:50,892 85784 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2024-02-28 21:38:50,952 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.057s 2024-02-28 21:38:50,952 85784 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-1500764607", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHO16uLZ4QxKbKtw0Pu1/Kex84HFdmqe9brosYFzEB1cQ8m5pB7ljzPpajg5lvNkevUcOL9F/5HH9eqHC7GnJL2BkegCpioomipxchPx1GkSzceyhaKOXKWfMkotl1P9yA=="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38:50 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-f59ad27f-f60a-4ee6-9f59-90808aec1951', 'x-compute-request-id': 'req-f59ad27f-f60a-4ee6-9f59-90808aec1951', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1500764607", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHO16uLZ4QxKbKtw0Pu1/Kex84HFdmqe9brosYFzEB1cQ8m5pB7ljzPpajg5lvNkevUcOL9F/5HH9eqHC7GnJL2BkegCpioomipxchPx1GkSzceyhaKOXKWfMkotl1P9yA==", "fingerprint": "e0:48:26:f7:c2:77:5f:42:e5:a9:ac:00:00:5b:df:38", "user_id": "cc98895646b146b685ca85ddcd75d819"}}' 2024-02-28 21:38:50,955 85784 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1500764607 created 2024-02-28 21:38:51,118 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.163s 2024-02-28 21:38:51,119 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--929608728", "description": "tempest-description--189711783"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1661', 'x-openstack-request-id': 'req-936da02b-4da1-4674-b9fd-b72c1ba32fcb', 'date': 'Wed, 28 Feb 2024 21:38:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "870bce31-fe4f-409b-b629-3edeb9f2e097", "name": "tempest-securitygroup--929608728", "stateful": true, "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "description": "tempest-description--189711783", "shared": false, "security_group_rules": [{"id": "7b826c28-7c9e-47de-bca5-9620b738f557", "project_id": "2b6acc016e5144279dc6960b26b031bd", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "security_group_id": "870bce31-fe4f-409b-b629-3edeb9f2e097", "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": 1159, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:38:51Z", "updated_at": "2024-02-28T21:38:51Z", "revision_number": 0}, {"id": "f7122b2e-898d-4ad5-8167-9115abba5a3f", "project_id": "2b6acc016e5144279dc6960b26b031bd", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "security_group_id": "870bce31-fe4f-409b-b629-3edeb9f2e097", "ethertype": "IPv6", "direction": "e gress", "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": 1158, "belongs_to_default_sg": false, "description": null, "tags": [], "created_at": "2024-02-28T21:38:51Z", "updated_at": "2024-02-28T21:38:51Z", "revision_number": 0}], "tags": [], "created_at": "2024-02-28T21:38:51Z", "updated_at": "2024-02-28T21:38:51Z", "revision_number": 1, "project_id": "2b6acc016e5144279dc6960b26b031bd"}}' 2024-02-28 21:38:51,350 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.230s 2024-02-28 21:38:51,350 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "870bce31-fe4f-409b-b629-3edeb9f2e097", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '597', 'x-openstack-request-id': 'req-d9cfc71f-1bb6-47be-9012-b20d1722fbdb', 'date': 'Wed, 28 Feb 2024 21:38:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a7cf9ed1-a00d-4908-8284-623d6444c047", "project_id": "2b6acc016e5144279dc6960b26b031bd", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "security_group_id": "870bce31-fe4f-409b-b629-3edeb9f2e097", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:38:51Z", "updated_at": "2024-02-28T21:38:51Z", "revision_number": 0}}' 2024-02-28 21:38:51,691 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.340s 2024-02-28 21:38:51,691 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "870bce31-fe4f-409b-b629-3edeb9f2e097", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '602', 'x-openstack-request-id': 'req-c2aa9452-5356-4d4d-ad4e-1f1930d140b3', 'date': 'Wed, 28 Feb 2024 21:38:51 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a04e4902-4e17-491e-a101-519a2015ce4f", "project_id": "2b6acc016e5144279dc6960b26b031bd", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "security_group_id": "870bce31-fe4f-409b-b629-3edeb9f2e097", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "belongs_to_default_sg": false, "description": "", "created_at": "2024-02-28T21:38:51Z", "updated_at": "2024-02-28T21:38:51Z", "revision_number": 0}}' 2024-02-28 21:38:51,691 85784 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--929608728 created 2024-02-28 21:38:52,317 85784 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.625s 2024-02-28 21:38:52,318 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ' '} Body: {"floatingip": {"floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-34b03b50-189d-46ee-af8b-cf2d50d6e5f1', 'date': 'Wed, 28 Feb 2024 21:38:52 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "b5457a8d-efe7-4631-9e3c-e4094dd5e5e5", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "floating_ip_address": "172.24.4.97", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2b6acc016e5144279dc6960b26b031bd", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:38:52Z", "updated_at": "2024-02-28T21:38:52Z", "revision_number": 0}}' 2024-02-28 21:38:52,318 85784 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'b5457a8d-efe7-4631-9e3c-e4094dd5e5e5', 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'floating_ip_address': '172.24.4.97', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b6acc016e5144279dc6960b26b031bd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:38:52Z', 'updated_at': '2024-02-28T21:38:52Z', 'revision_number': 0, 'ip': '172.24.4.97'} created 2024-02-28 21:38:52,417 85784 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.094s 2024-02-28 21:38:52,418 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2825', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-fed5f225-f595-42ae-bf6b-cc4cbc6c5540', '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": "cc98895646b146b685ca85ddcd75d819", "name": "tempest-AttachVolumeShelveTestJSON-1567586072-project-member", "password_expires_at": null}, "audit_ids": ["bjcHw3w3QCC4DAFmE_aabw"], "expires_at": "2024-02-28T22:38:52.000000Z", "issued_at": "2024-02-28T21:38:52.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2b6acc016e5144279dc6960b26b031bd", "name": "tempest-AttachVolumeShelveTestJSON-1567586072"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2b6acc016e5144279dc6960b26b031bd", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "regio n": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:38:52,418 85784 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': '2c767fd0-b8bb-41f9-b5bb-a16f8100471c', 'name': 'tempest-AttachVolumeShelveTestJSON-1261641174-network', 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2b6acc016e5144279dc6960b26b031bd', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 327, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:35:59Z', 'updated_at': '2024-02-28T21:35:59Z', 'revision_number': 1} available for tenant 2024-02-28 21:38:52,419 85784 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1500764607', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHO16uLZ4QxKbKtw0Pu1/Kex84HFdmqe9brosYFzEB1cQ8m5pB7ljzPpajg5lvNkevUcOL9F/5HH9eqHC7GnJL2BkegCpioomipxchPx1GkSzceyhaKOXKWfMkotl1P9yA==', 'fingerprint': 'e0:48:26:f7:c2:77:5f:42:e5:a9:ac:00:00:5b:df:38', 'user_id': 'cc98895646b146b685ca85ddcd75d819', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBDM23IyJN5s6stTBr+bygbeJjTot2suF5DhyqCDco+g/Gk5MCj+l2i\njsah2VmGIIagBwYFK4EEACKhZANiAARzteri2eEMSmyrcND7tfynsfOBxXZqnvW6\n6LGBcxAdXEPJuaQe5Y8z6Wo4OZbzZHr1HDi/Rf+Rx/XqhwuxpyS9gZHoAqYqKJoq\ncXIT8dRpEs3HsoWijlylnzJKLZdT/cg=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '870bce31-fe4f-409b-b629-3edeb9f2e097', 'name': 'tempest-securitygroup--929608728', 'stateful': True, 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'description': 'tempest-description--189711783', 'shared': False, 'security_group_rules': [{'id': '7b826c28-7c9e-47de-bca5-9620b738f557', 'project_id': '2b6acc016e5144279dc6960b26b031bd', 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'security_group_id': '870bce31-fe4f-409b-b629-3edeb9f2e097', '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': 1159, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:38:51Z', 'updated_at': '2024-02-28T21:38:51Z', 'revision_number': 0}, {'id': 'f7122b2e-898d-4ad5-8167-9115abba5a3f', 'project_id': '2b6acc016e5144279dc6960b26b031bd', 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'security_group_id': '870bce31-fe4f-409b-b629-3edeb9f2e097', 'ethertype': 'IPv6', 'direction': 'egress', 'protocol': None, 'port_range_min': None, 'port_range_max': None, 'remote_ip_prefi x': None, 'remote_address_group_id': None, 'normalized_cidr': None, 'remote_group_id': None, 'standard_attr_id': 1158, 'belongs_to_default_sg': False, 'description': None, 'tags': [], 'created_at': '2024-02-28T21:38:51Z', 'updated_at': '2024-02-28T21:38:51Z', 'revision_number': 0}], 'tags': [], 'created_at': '2024-02-28T21:38:51Z', 'updated_at': '2024-02-28T21:38:51Z', 'revision_number': 1, 'project_id': '2b6acc016e5144279dc6960b26b031bd'}, 'floating_ip': {'id': 'b5457a8d-efe7-4631-9e3c-e4094dd5e5e5', 'tenant_id': '2b6acc016e5144279dc6960b26b031bd', 'floating_ip_address': '172.24.4.97', 'floating_network_id': 'ffff76a6-d10b-4ce6-8a86-f2e998f12e79', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2b6acc016e5144279dc6960b26b031bd', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2024-02-28T21:38:52Z', 'updated_at': '2024-02-28T21:38:52Z', 'revision_number': 0, 'ip': '172.24.4.97'}} 2024-02-28 21:38:53,200 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/compute/v2.1/servers 0.780s 2024-02-28 21:38:53,200 85784 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-1883301866", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "adminPass": "password", "networks": [{"uuid": "2c767fd0-b8bb-41f9-b5bb-a16f8100471c"}], "security_groups": [{"name": "tempest-securitygroup--929608728"}], "key_name": "tempest-keypair-1500764607", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46', '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-c7473acc-1a88-4ab4-bbbf-86ebdd078850', 'x-compute-request-id': 'req-c7473acc-1a88-4ab4-bbbf-86ebdd078850', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "c885e5d9-0826-4b3d-bc32-453bc3cfdf46", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--929608728"}], "adminPass": "password"}}' 2024-02-28 21:38:53,283 85784 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/c885e5d9-0826-4b3d-bc32-453bc3cfdf46 0.078s 2024-02-28 21:38:53,284 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:38:53 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-355f3c51-0b4e-4def-a965-7c08cd2df404', 'x-compute-request-id': 'req-355f3c51-0b4e-4def-a965-7c08cd2df404', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46'} Body: b'{"server": {"id ": "c885e5d9-0826-4b3d-bc32-453bc3cfdf46", "name": "tempest-AttachVolumeShelveTestJSON-server-1883301866", "status": "BUILD", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "user_id": "cc98895646b146b685ca85ddcd75d819", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:38:53Z", "updated": "2024-02-28T21:38:53Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1500764607", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2024-02-28 21:39:43,560 85784 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/c885e5d9-0826-4b3d-bc32-453bc3cfdf46 0.211s 2024-02-28 21:39:43,560 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:39:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1585', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fba02a27-a73a-4988-b0c1-50925863ddc7', 'x-compute-request-id': 'req-fba02a27-a73a-4988-b0c1-50925863ddc7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46'} Body: b'{"server": {"id": "c885e5d9-0826-4b3d-bc32-453bc3cfdf46", "name": "tempest-AttachVolumeShelveTestJSON-server-1883301866", "status": "ACTIVE", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "user_id": "cc98895646b146b685ca85ddcd75d819", "metadata": {}, "hostId": "3aaddbfad012711a5d25024beb2ac7130a3d41a2afde22e22fbb90a4", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:38:53Z", "updated": "2024-02-28T21:38:59Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1261641174-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:73:84"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1500764607", "OS-SRV-USG:launched_at": "2024-02-28T21:38:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--929608728"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2024-02-28 21:39:43,575 85784 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:40: 43,934 85784 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/c885e5d9-0826-4b3d-bc32-453bc3cfdf46/os-interface 0.325s 2024-02-28 21:40:43,935 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:40:43 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-eeea7527-0685-4493-ab6d-93b12cef58db', 'x-compute-request-id': 'req-eeea7527-0685-4493-ab6d-93b12cef58db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "2c767fd0-b8bb-41f9-b5bb-a16f8100471c", "port_id": "0981dc46-b2d1-4831-a564-98414d79f895", "mac_addr": "fa:16:3e:af:73:84", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "dc1e3209-62e4-49a6-b11c-8feb3498bca9", "ip_address": "10.0.0.4"}]}]}' 2024-02-28 21:40:44,702 85784 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/b5457a8d-efe7-4631-9e3c-e4094dd5e5e5 0.759s 2024-02-28 21:40:44,702 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "0981dc46-b2d1-4831-a564-98414d79f895"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-2797782f-9dc5-4859-bec4-a1be62c39b2b', 'date': 'Wed, 28 Feb 2024 21:40:44 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b5457a8d-efe7-4631-9e3c-e4094dd5e5e5'} Body: b'{"floatingip": {"id": "b5457a8d-efe7-4631-9e3c-e4094dd5e5e5", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "floating_ip_address": "172.24.4.97", "floating_network_id": "ffff76a6-d10b-4ce6-8a86-f2e998f12e79", "router_id": "b2cd9e1b-a6b5-44a7-86e9-f77b0155f549", "port_id": "0981dc46-b2d1-4831-a564-98414d79f895", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "2c767fd0-b8bb-41f9-b5bb-a16f8100471c", "mac_address": "fa:16:3e:af:73:84", "admin_state_up": true, "status": "ACTIVE", "device_id": "c885e5d9-0826-4b3d-bc32-453bc3cfdf46", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2024-02-28T21:38:52Z", "updated_at": "2024-02-28T21:40:44Z", "revision_number": 1, "project_id": "2b6acc016e5144279dc6960b26b031bd"}}' 2024-02-28 21:40:44,703 85784 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.97:22' as 'cirros' with public key authentication 2024-02-28 21:40:44,713 85784 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2020.81) 2024-02-28 21:40:44,820 85784 INFO [paramiko.transport] Authentication (publickey) successful! 2024-02-28 21:40:44,821 85784 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.97 successfully created 2024-02-28 21:40:44,865 85784 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/c885e5d9-0826-4b3d-bc32-453bc3cfdf46/ips 0.043s 2024-02-28 21:40:44,865 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:40:44 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-80afa192-9cce-4092-bf7f-aa521c9a9c5a', 'x-compute-request-id': 'req-80afa192-9cce-4092-bf7f-aa521c9a9c5a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1261641174-network": [{"version": 4, "addr": "10.0.0.4"}]}}' 2024-02-28 21:40:45,067 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes 0.199s 2024-02-28 21:40:45,067 85784 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-407090787"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:40:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5da0252f-35ec-48b4-b893-544fe9b3aa46', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5da0252f-35ec-48b4-b893-544fe9b3aa46', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes'} Body: b'{"volume": {"id": "1cf2ec15-5626-4ba9-a64b-a0c656459d11", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:40:44.999699", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-407090787", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/1cf2ec15-5626-4ba9-a64b-a0c656459d11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2b6acc016e5144279dc6960b26b031bd/volumes/1cf2ec15-5626-4ba9-a64b-a0c656459d11"}], "user_id": "cc98895646b146b685ca85ddcd75d819", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:40:45,161 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/1cf2ec15-5626-4ba9-a64b-a0c656459d11 0.083s 2024-02-28 21:40:45,161 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:40:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c60612a2-0a70-4bf5-9458-7c77fdb696c1', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c60612a2-0a70-4bf5-9458-7c77fdb696c1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/1cf2ec15-5626-4ba9-a64b-a0c656459d11'} Body: b'{"volume": {"id": "1cf2ec15-5626-4ba9-a64b-a0c656459d11", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:40:45.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-407090787", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/1cf2ec15-562 6-4ba9-a64b-a0c656459d11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2b6acc016e5144279dc6960b26b031bd/volumes/1cf2ec15-5626-4ba9-a64b-a0c656459d11"}], "user_id": "cc98895646b146b685ca85ddcd75d819", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b6acc016e5144279dc6960b26b031bd"}}' 2024-02-28 21:40:46,213 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/1cf2ec15-5626-4ba9-a64b-a0c656459d11 0.038s 2024-02-28 21:40:46,213 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:40:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e496e9b-b073-4be2-aa55-07ad70da1a67', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e496e9b-b073-4be2-aa55-07ad70da1a67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/1cf2ec15-5626-4ba9-a64b-a0c656459d11'} Body: b'{"volume": {"id": "1cf2ec15-5626-4ba9-a64b-a0c656459d11", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:40:45.000000", "updated_at": "2024-02-28T21:40:45.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-407090787", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2b6acc016e5144279dc6960b26b031bd/volumes/1cf2ec15-5626-4ba9-a64b-a0c656459d11"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2b6acc016e5144279dc6960b26b031bd/volumes/1cf2ec15-5626-4ba9-a64b-a0c656459d11"}], "user_id": "cc98895646b146b685ca85ddcd75d819", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2b6acc016e5144279dc6960b26b031bd"}}' 2024-02-28 21:40:46,349 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46 0.124s 2024-02-28 21:40:46,350 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:40:46 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-76052574-6639-48a7-b80c-28cd3202968a', 'x-compute-request-id': 'req-76052574-6639-48a7-b80c-28cd3202968a', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46'} Body: b'' 2024-02-28 21:40:46,588 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46 0.237s 2024-02-28 21:40:46,588 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:40:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1709', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nov a-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d263ff24-5198-45bb-b0fd-94e1a6f847f8', 'x-compute-request-id': 'req-d263ff24-5198-45bb-b0fd-94e1a6f847f8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46'} Body: b'{"server": {"id": "c885e5d9-0826-4b3d-bc32-453bc3cfdf46", "name": "tempest-AttachVolumeShelveTestJSON-server-1883301866", "status": "ACTIVE", "tenant_id": "2b6acc016e5144279dc6960b26b031bd", "user_id": "cc98895646b146b685ca85ddcd75d819", "metadata": {}, "hostId": "3aaddbfad012711a5d25024beb2ac7130a3d41a2afde22e22fbb90a4", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:38:53Z", "updated": "2024-02-28T21:40:46Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1261641174-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:73:84"}, {"version": 4, "addr": "172.24.4.97", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:af:73:84"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1500764607", "OS-SRV-USG:launched_at": "2024-02-28T21:38:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--929608728"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2024-02-28 21:41:36,944 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46 0.290s 2024-02-28 21:41:36,944 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:36 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-bb7d1c03-e21b-44d5-b1af-d7fae3573afd', 'x-compute-request-id': 'req-bb7d1c03-e21b-44d5-b1af-d7fae3573afd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/c885e5d9-0826-4b3d-bc32-453bc3cfdf46'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance c885e5d9-0826-4b3d-bc32-453bc3cfdf46 could not be found."}}' 2024-02-28 21:41:36,981 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1500764607 0.035s 2024-02-28 21:41:36,981 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:36 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-6863b720-a7e5-4e0a-bda2-96d12b262494', 'x-comput e-request-id': 'req-6863b720-a7e5-4e0a-bda2-96d12b262494', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1500764607'} Body: b'' 2024-02-28 21:41:37,163 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/870bce31-fe4f-409b-b629-3edeb9f2e097 0.181s 2024-02-28 21:41:37,164 85784 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-1af9c5ad-5e88-4b6c-8691-a8f9132ec85b', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:41:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/870bce31-fe4f-409b-b629-3edeb9f2e097'} Body: b'' 2024-02-28 21:41:37,189 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/870bce31-fe4f-409b-b629-3edeb9f2e097 0.025s 2024-02-28 21:41:37,190 85784 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-5b3c8a09-a781-4840-8cf6-a756d569191d', 'date': 'Wed, 28 Feb 2024 21:41:37 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/870bce31-fe4f-409b-b629-3edeb9f2e097'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 870bce31-fe4f-409b-b629-3edeb9f2e097 does not exist", "detail": ""}}' 2024-02-28 21:41:37,580 85784 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/b5457a8d-efe7-4631-9e3c-e4094dd5e5e5 0.388s 2024-02-28 21:41:37,580 85784 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-ad5f38d0-5cfb-4350-b70d-2e4528d9a5ad', 'content-length': '0', 'date': 'Wed, 28 Feb 2024 21:41:37 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/b5457a8d-efe7-4631-9e3c-e4094dd5e5e5'} Body: b'' tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 55, in test_volume_create_get_delete volume = self.create_volume(size=CONF.volume.volume_size, File "/opt/stack/tempest/tempest/api/compute/base.py", line 537, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0fa3b23c-e9a3-4a12-8aa3-e76587d06396 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:41:42,858 85784 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.465s 2024-02-28 21:41:42,858 85784 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-727591147", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '352', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/0fa3b23c-e9a3-4a12-8aa3-e76587d06396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bff1a49-1e0e-4a36-beaf-997e95f56d6b', 'x-compute-request-id': 'req-9bff1a49-1e0e-4a36-beaf-997e95f56d6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "0fa3b23c-e9a3-4a12-8aa3-e76587d06396", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-28T21:41:42.746732", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-727591147", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2024-02-28 21:41:42,932 85784 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/0fa3b23c-e9a3-4a12-8aa3-e76587d06396 0.066s 2024-02-28 21:41:42,932 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '352', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-bceb5e2c-48aa-4cae-933d-fc408971b3d0', 'x-compute-request-id': 'req-bceb5e2c-48aa-4cae-933d-fc408971b3d0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/0fa3b23c-e9a3-4a12-8aa3-e76587d06396'} Body: b'{"volume": {"id": "0fa3b23c-e9a3-4a12-8aa3-e76587d06396", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-28T21:41:43.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-727591147", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2024-02-28 21:41:44,099 85784 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/0fa3b23c-e9a3-4a12-8aa3-e76587d06396 0.160s 2024-02-28 21:41:44,099 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '349', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c9da5f33-5e96-4425-9cd7-e3ca2b3ed9bd', 'x-compute-request-id': 'req-c9da5f33-5e96-4425-9cd7-e3ca2b3ed9bd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/0fa3b23c-e9a3-4a12-8aa3-e76587d06396'} Body: b'{"volume": {"id": "0fa3b23c-e9a3-4a12-8aa3-e76587d06396", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2024-02-28T21:41:43.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-727591147", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] ---------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 293, in test_reset_group_snapshot_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 293, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 1c46e510-b540-4005-8e69-61a03346f4dd failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:41:46,796 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/fbda3c7b585740e4868c4623a01bf853/types 0.179s 2024-02-28 21:41:46,797 85784 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-1370454325"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-92765172-917d-4969-8fb5-0b64643071eb', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-92765172-917d-4969-8fb5-0b64643071eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fbda3c7b585740e4868c4623a01bf853/types'} Body: b'{"volume_type": {"id": "7518b509-6a1e-417d-823f-9a3e8677d7cb", "name": "tempest-GroupSnapshotsV319Test-volume-type-1370454325", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2024-02-28 21:41:46,840 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/fbda3c7b585740e4868c4623a01bf853/group_types 0.038s 2024-02-28 21:41:46,840 85784 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-920053557"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7adec81a-37d3-4da2-b568-e23256178773', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7adec81a-37d3-4da2-b568-e23256178773', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fbda3c7b585740e4868c4623a01bf853/group_types'} Body: b'{"group_type": {"id": "9078c6ca-751f-4477-aefd-f14a4d373108", "name": "tempest-GroupSnapshotsV319Test-group-type-920053557", "description": null, "is_public": true, "group_specs": {}}}' 2024-02-28 21:41:47,041 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/groups 0.197s 2024-02-28 21:41:47,042 85784 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": "9078c6ca-751f-4477-aefd-f14a4d373108", "volume_types": ["7518b509-6a1e-417d-823f-9a3e8677d7cb"], "name": "tempest-GroupSnapshotsV319Test-Group-1948338945"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-42ca36d1-e0f6-4732-bcea-8cd7a71ea27c', 'content-length': '116', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-42ca36d1-e0f6-4732-bcea-8cd7a71ea27c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/groups'} Body: b'{"group": {"id": "1c46e510-b540-4005-8e69-61a03346f4dd", "name": "tempest-GroupSnapshotsV319Test-Group-1948338945"}}' 2024-02-28 21:41:47,079 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/groups/1c46e510-b540-4005-8e69-61a03346f4dd 0.035s 2024-02-28 21:41:47,080 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78a7bae0-aa21-4637-9fc3-e8d175e240a6', 'content-length': '396', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78a7bae0-aa21-4637-9fc3-e8d175e240a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/groups/1c46e510-b540-4005-8e69-61a03346f4dd'} Body: b'{"group": {"id": "1c46e510-b540-4005-8e69-61a03346f4dd", "status": "creating", "availability_zone": "nova", "created_at": "2024-02-28T21:41:47.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1948338945", "description": null, "group_type": "9078c6ca-751f-4477-aefd-f14a4d373108", "volume_types": ["7518b509-6a1e-417d-823f-9a3e8677d7cb"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:41:48,127 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/groups/1c46e510-b540-4005-8e69-61a03346f4dd 0.038s 2024-02-28 21:41:48,128 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f4fc204-603f-4cba-a19c-446b047ccbf3', 'content-length': '393', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f4fc204-603f-4cba-a19c-446b047ccbf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/groups/1c46e510-b540-4005-8e69-61a03346f4dd'} Body: b'{"group": {"id": "1c46e510-b540-4005-8e69-61a03346f4dd", "status": "error", "availability_zone": "nova", "created_at": "2024-02-28T21:41:47.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1948338945", "description": null, "group_type": "9078c6ca-751f-4477-aefd-f14a4d373108", "volume_types": ["7518b509-6a1e-417d-823f-9a3e8677d7cb"], "group_snapshot_id": null, "source_group_id": null}}' 2024-02-28 21:41:48,169 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/volumes/detail 0.033s 2024-02-28 21:41:48,169 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34525507-5fd6-4fad-b959-e915dad6fc6a', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34525507-5fd6-4fad-b959-e915dad6fc6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/volumes/detail'} Body: b'{"volumes": []}' 2024-02-28 21:41:48,246 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/groups/1c46e510-b540-4005-8e69-61a03346f4dd/action 0.063s 2024-02-28 21:41:48,247 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:48 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-225f9d6a-f2cc-4b5c-ad02-e9b3bb2a0d84', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/groups/1c46e510-b540-4005-8e69-61a03346f4dd/action'} Body: b'' 2024-02-28 21:41:48,265 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/groups/1c46e510-b540-4005-8e69-61a03346f4dd 0.017s 2024-02-28 21:41:48,265 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:48 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-67ecfd40-099d-46c6-8348-d6a67aa01b88', 'x-openstack-request-id': 'req-67ecfd40-099d-46c6-8348-d6a67aa01b88', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f071524490ad4ebb8e09bc726ac61466/groups/1c46e510-b540-4005-8e69-61a03346f4dd'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 1c46e510-b540-4005-8e69-61a03346f4dd could not be found."}}' 2024-02-28 21:41:48,294 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fbda3c7b585740e4868c4623a01bf853/group_types/9078c6ca-751f-4477-aefd-f14a4d373108 0.028s 2024-02-28 21:41:48,295 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:48 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-e94403b6-a412-405b-8073-a411be47a1bc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fbda3c7b585740e4868c4623a01bf853/group_types/9078c6ca-751f-4477-aefd-f14a4d373108'} Body: b'' 2024-02-28 21:41:48,347 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fbda3c7b585740e4868c4623a01bf853/types/7518b509-6a1e-417d-823f-9a3e8677d7cb 0.051s 2024-02-28 21:41:48,347 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a0a019e9-8ee3-4917-a65c-4d011c942500', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fbda3c7b585740e4868c4623a01bf853/types/7518b509-6a1e-417d-823f-9a3e8677d7cb'} Body: b'' 2024-02-28 21:41:48,368 85784 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fbda3c7b585740e4868c4623a01bf853/types/7518b509-6a1e-417d-823f-9a3e8677d7cb 0.020s 2024-02-28 21:41:48,368 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:41:48 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-a1cbfeb9-7317-410d-85a0-b86e48926bbc', 'x-openstack-request-id': 'req-a1cbfeb9-7317-410d-85a0-b86e48926bbc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fbda3c7b585740e4868c4623a01bf853/types/7518b509-6a1e-417d-823f-9a3e8677d7cb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 7518b509-6a1e-417d-823f-9a3e8677d7cb could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] ------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 84, in test_force_detach_volume volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d1c87840-d2d5-4027-9af1-da52bab5b2b1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:42:03,515 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.084s 2024-02-28 21:42:03,515 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:42:03 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-7f952869-e391-4d88-b496-77efacfead2b', '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": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "name": "tempest-VolumesActionsTest-745035052-project-member", "password_expires_at": null}, "audit_ids": ["u6mnNBeDRQ-fnFa4FGmqwg"], "expires_at": "2024-02-28T22:42:03.000000Z", "issued_at": "2024-02-28T21:42:03.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "392c373bad254a8e81699971e503e581", "name": "tempest-VolumesActionsTest-745035052"}, "is_domain": false, "roles": [{"id": "513b25d580e24363b5d325608880028b", "name": "member"}, {"id": "99b1e32a3eb64c4fa098982a05934156", "name": "reader"}], "catalog": [{"endpoints": [{"id": "d071a93f4b25420da89863893bb41ade", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "0d5175cf0eee49cc9397e327fb0fea52", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "28c065f6a11946dd8c6bd2c5c8022825", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581", "region": "RegionOne"}], "id": "1f8ff17ee1ca4fdebba5c1a873344d41", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "f5beca346e884934b3288b25c39138a4", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/392c373bad254a8e81699971e503e581", "region": "RegionOne"}], "id": "32f6e126d03c42d08a531975dedf6fbe", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "7c243404146e4300b73fbe5f5640ac0c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "59e0e79a8a23485a93bc0136b28635fe", "type": "image", "name": "glance"}, {"endpoints": [{"id": "9f6eea4f1794440bb7cee2a29c47201b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "734e6dd231ab46509d9d8e9b99872f30", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "fbd7b24582404a628266be113554594d", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581", "region": "RegionOne"}], "id": "9c074497a423420493607848c2acdcd4", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "c2f89665f4584220827ca678e42e06a2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "ccbd54a35e7b473a9cc889647295fcec", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "2557f952b06f4e44b154114b471231a5", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "ed7f66d99be14f63baa596f36b202571", "type": "compute", "name": "nova"}]}}' 2024-02-28 21:42:03,516 85784 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '9658c1b0-3020-4fb0-a2d1-d9d5804ac394', 'name': 'tempest-VolumesActionsTest-1642909570-network', 'tenant_id': '392c373bad254a8e81699971e503e581', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '392c373bad254a8e81699971e503e581', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': ' geneve', 'provider:physical_network': None, 'provider:segmentation_id': 7669, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2024-02-28T21:41:51Z', 'updated_at': '2024-02-28T21:41:51Z', 'revision_number': 1} available for tenant 2024-02-28 21:42:04,208 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.691s 2024-02-28 21:42:04,209 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-906749175", "imageRef": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "flavorRef": "1", "networks": [{"uuid": "9658c1b0-3020-4fb0-a2d1-d9d5804ac394"}]}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:42:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-2480906f-35a3-4499-9bbb-d471f8dd0e5e', 'x-compute-request-id': 'req-2480906f-35a3-4499-9bbb-d471f8dd0e5e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "29c83a73-29b7-45ad-af5a-594f2076cc7e", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "RQifNScW4gxb"}}' 2024-02-28 21:42:04,285 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e 0.072s 2024-02-28 21:42:04,285 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:42:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1205', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-acd7551c-dd75-4815-b114-8d7adcd96b74', 'x-compute-request-id': 'req-acd7551c-dd75-4815-b114-8d7adcd96b74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e'} Body: b'{"server": {"id": "29c83a73-29b7-45ad-af5a-594f2076cc7e", "name": "tempest-VolumesActionsTest-instance-906749175", "status": "BUILD", "tenant_id": "392c373bad254a8e81699971e503e581", "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "metadata": {}, "hostId": "", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:42:04Z", "updated": "2024-02-28T21:42:04Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling ", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:42:54,653 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e 0.305s 2024-02-28 21:42:54,653 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:42:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1483', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-69d49cce-3397-4934-9260-643060f37c85', 'x-compute-request-id': 'req-69d49cce-3397-4934-9260-643060f37c85', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e'} Body: b'{"server": {"id": "29c83a73-29b7-45ad-af5a-594f2076cc7e", "name": "tempest-VolumesActionsTest-instance-906749175", "status": "ACTIVE", "tenant_id": "392c373bad254a8e81699971e503e581", "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "metadata": {}, "hostId": "9e34bbba533c4638a97ea4f17790038d390884323619437bb7d60d3e", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:42:04Z", "updated": "2024-02-28T21:42:10Z", "addresses": {"tempest-VolumesActionsTest-1642909570-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:97:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:42: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": []}}' 2024-02-28 21:42:54,666 85784 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2024-02-28 21:43:54,917 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes 0.239s 2024-02-28 21:43:54,917 85784 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-1182521470"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:43:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-085c42ab-8a82-4066-b223-1e360a13eda1', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-085c42ab-8a82-4066-b223-1e360a13eda1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes'} Body: b'{"volume": {"id": "d1c87840-d2d5-4027-9af1-da52bab5b2b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:43:54.851502", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1182521470", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_vol id": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:43:54,971 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1 0.043s 2024-02-28 21:43:54,971 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:43:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74e9ed9a-db36-4a16-bfb1-e6ed94230013', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74e9ed9a-db36-4a16-bfb1-e6ed94230013', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1'} Body: b'{"volume": {"id": "d1c87840-d2d5-4027-9af1-da52bab5b2b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:43:55.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1182521470", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:43:56,029 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1 0.041s 2024-02-28 21:43:56,029 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:43:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f5d7d32-e724-4fc8-aaf8-343761f4692f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f5d7d32-e724-4fc8-aaf8-343761f4692f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1'} Body: b'{"volume": {"id": "d1c87840-d2d5-4027-9af1-da52bab5b2b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:43:55.000000", "updated_at": "2024-02-28T21:43:55.000000", "name": "tempest-VolumesActionsTest-Volume-1182521470", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329 997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:43:56,080 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1 0.038s 2024-02-28 21:43:56,080 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:43:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c176c545-4907-4bdb-a4eb-d05f5de3f91f', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c176c545-4907-4bdb-a4eb-d05f5de3f91f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1'} Body: b'{"volume": {"id": "d1c87840-d2d5-4027-9af1-da52bab5b2b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:43:55.000000", "updated_at": "2024-02-28T21:43:55.000000", "name": "tempest-VolumesActionsTest-Volume-1182521470", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:43:56,187 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1 0.095s 2024-02-28 21:43:56,187 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:43: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-b4ec5e8b-d5c7-47b6-8d06-e46557ae8ff2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1'} Body: b'' 2024-02-28 21:43:56,208 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1 0.020s 2024-02-28 21:43:56,208 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:43:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-42e2e970-8ef3-442a-bf2c-d2fd3c56befe', 'x-openstack-request-id': 'req-42e2e970-8ef3-442a-bf2c-d2fd3c56befe', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d1c87840-d2d5-4027-9af1-da52bab5b2b1'} Body: b'{"itemNotFound": {"code": 4 04, "message": "Volume d1c87840-d2d5-4027-9af1-da52bab5b2b1 could not be found."}}' 2024-02-28 21:43:56,338 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e 0.129s 2024-02-28 21:43:56,338 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:43:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b16841ac-fef5-4ad8-93bf-91f9e8572ee6', 'x-compute-request-id': 'req-b16841ac-fef5-4ad8-93bf-91f9e8572ee6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e'} Body: b'' 2024-02-28 21:43:56,697 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e 0.358s 2024-02-28 21:43:56,697 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:43:56 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-b71b6cf1-ccc8-4332-886d-be709ae4e7a4', 'x-compute-request-id': 'req-b71b6cf1-ccc8-4332-886d-be709ae4e7a4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e'} Body: b'{"server": {"id": "29c83a73-29b7-45ad-af5a-594f2076cc7e", "name": "tempest-VolumesActionsTest-instance-906749175", "status": "ACTIVE", "tenant_id": "392c373bad254a8e81699971e503e581", "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "metadata": {}, "hostId": "9e34bbba533c4638a97ea4f17790038d390884323619437bb7d60d3e", "image": {"id": "b0c5d41f-4763-4b82-ad97-62b55632d91c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/b0c5d41f-4763-4b82-ad97-62b55632d91c"}]}, "flavor": {"id": "1", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/1"}]}, "created": "2024-02-28T21:42:04Z", "updated": "2024-02-28T21:43:56Z", "addresses": {"tempest-VolumesActionsTest-1642909570-network": [{"version": 4, "addr": "10.0.0.5", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:49:97:78"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2024-02-28T21:42:10.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2024-02-28 21:44:46,772 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e 0.042s 2024-02-28 21:44:46,772 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'open stack-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-04f39e18-e52d-41a2-a5c5-cf4555df6aeb', 'x-compute-request-id': 'req-04f39e18-e52d-41a2-a5c5-cf4555df6aeb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/29c83a73-29b7-45ad-af5a-594f2076cc7e'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 29c83a73-29b7-45ad-af5a-594f2076cc7e could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] ----------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 66, in test_volume_force_delete_when_volume_is_attaching self._create_reset_and_force_delete_temp_volume('attaching') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ca9b4b84-0b09-42fb-9ce6-4c37b9534d08 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:44:46,962 85784 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/392c373bad254a8e81699971e503e581/volumes 0.186s 2024-02-28 21:44:46,963 85784 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-1545182235"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e71dec93-bd01-4c7a-9475-2514b166589d', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e71dec93-bd01-4c7a-9475-2514b166589d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes'} Body: b'{"volume": {"id": "ca9b4b84-0b09-42fb-9ce6-4c37b9534d08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:46.902608", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1545182235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:44:47,016 85784 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/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08 0.043s 2024-02-28 21:44:47,017 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfa6340d-78ef-4ab4-8859-09dab856895d', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfa6340d-78ef-4ab4-8859-09dab856895d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08'} Body: b'{"volume": {"id": "ca9b4b84-0b09-42fb-9ce6-4c37b9534d08", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:47.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1545182235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:48,073 85784 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/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08 0.040s 2024-02-28 21:44:48,074 85784 DEBUG [tem pest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cabb4bc-1af1-4fdd-a164-2c81ce461faa', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cabb4bc-1af1-4fdd-a164-2c81ce461faa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08'} Body: b'{"volume": {"id": "ca9b4b84-0b09-42fb-9ce6-4c37b9534d08", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:47.000000", "updated_at": "2024-02-28T21:44:47.000000", "name": "tempest-VolumesActionsTest-Volume-1545182235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:48,124 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08 0.039s 2024-02-28 21:44:48,125 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bcd68ec3-39d0-4895-9c7d-e9750f1a1abc', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bcd68ec3-39d0-4895-9c7d-e9750f1a1abc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08'} Body: b'{"volume": {"id": "ca9b4b84-0b09-42fb-9ce6-4c37b9534d08", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:47.000000", "updated_at": "2024-02-28T21:44:47.000000", "name": "tempest-VolumesActionsTest-Volume-1545182235", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:48,228 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08 0.092s 2024-02-28 21:44:48,229 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:48 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-29124cfd-804a-468b-987f-a2f0a695651a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08'} Body: b'' 2024-02-28 21:44:48,248 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08 0.019s 2024-02-28 21:44:48,249 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-aea6adff-5c01-4e2f-9c09-9030c0deb9bd', 'x-openstack-request-id': 'req-aea6adff-5c01-4e2f-9c09-9030c0deb9bd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/ca9b4b84-0b09-42fb-9ce6-4c37b9534d08'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ca9b4b84-0b09-42fb-9ce6-4c37b9534d08 could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] ---------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 61, in test_volume_force_delete_when_volume_is_creating self._create_reset_and_force_delete_temp_volume('creating') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c580f2ad-0803-4102-8863-c844f933e7c6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:44:48,438 85784 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/392c373bad254a8e81699971e503e581/volumes 0.185s 2024-02-28 21:44:48,438 85784 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-181056788"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec29f1d3-95f2-41dc-8517-77f18d8d1300', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec29f1d3-95f2-41dc-8517-77f18d8d1300', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes'} Body: b'{"volume": {"id": "c580f2ad-0803-4102-8863-c844f933e7c6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:48.372915", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-181056788", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:44:48,488 85784 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/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6 0.039s 2024-02-28 21:44:48,488 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f44be39-a581-489f-b337-9286063d657e', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f44be39-a581-489f-b337-9286063d657e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6'} Body: b'{"volume": {"id": "c580f2ad-0803-4102-8863-c844f933e7c6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:48.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-181056788", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:49,541 85784 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/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6 0.039s 2024-02-28 21:44:49,542 85784 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b4bf30db-6a6b-48fd-841b-282401c0c30c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b4bf30db-6a6b-48fd-841b-282401c0c30c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6'} Body: b'{"volume": {"id": "c580f2ad-0803-4102-8863-c844f933e7c6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:48.000000", "updated_at": "2024-02-28T21:44:48.000000", "name": "tempest-VolumesActionsTest-Volume-181056788", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:49,593 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6 0.040s 2024-02-28 21:44:49,594 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6ef1c5b3-cc45-4740-8ff3-325bbbb27a1c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6ef1c5b3-cc45-4740-8ff3-325bbbb27a1c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6'} Body: b'{"volume": {"id": "c580f2ad-0803-4102-8863-c844f933e7c6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:48.000000", "updated_at": "2024-02-28T21:44:48.000000", "name": "tempest-VolumesActionsTest-Volume-181056788", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:49,698 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6 0.093s 2024-02-28 21:44:49,698 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0 ', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67305895-8e03-47a1-9615-afd3a94a825f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6'} Body: b'' 2024-02-28 21:44:49,720 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6 0.021s 2024-02-28 21:44:49,720 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c727d253-b139-4de4-ad0c-dace2516d829', 'x-openstack-request-id': 'req-c727d253-b139-4de4-ad0c-dace2516d829', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/c580f2ad-0803-4102-8863-c844f933e7c6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c580f2ad-0803-4102-8863-c844f933e7c6 could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] ------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 71, in test_volume_force_delete_when_volume_is_error self._create_reset_and_force_delete_temp_volume('error') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 37d7d441-a431-4bd5-99f3-00a0abb71a0d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:44:49,926 85784 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/392c373bad254a8e81699971e503e581/volumes 0.202s 2024-02-28 21:44:49,926 85784 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-1115320031"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad12552b-f1c2-4a6b-b704-7ef72c7ec638', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad12552b-f1c2-4a6b-b704-7ef72c7ec638', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes'} Body: b'{"volume": {"id": "37d7d441-a431-4bd5-99f3-00a0abb71a0d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:49.865065", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1115320031", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:44:49,980 85784 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/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d 0.042s 2024-02-28 21:44:49,980 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2a57b607-3588-4bdd-9fb0-628fb349bc0d', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2a57b607-3588-4bdd-9fb0-628fb349bc0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d'} Body: b'{"volume": {"id": "37d7d441-a431-4bd5-99f3-00a0abb71a0d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:50.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1115320031", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:51,037 85784 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/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d 0.043s 2024-02-28 21:44:51,037 85784 DEBUG [tempest.lib.com mon.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24a6620b-ae46-4fa0-9e4f-eb281f917b43', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24a6620b-ae46-4fa0-9e4f-eb281f917b43', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d'} Body: b'{"volume": {"id": "37d7d441-a431-4bd5-99f3-00a0abb71a0d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:50.000000", "updated_at": "2024-02-28T21:44:50.000000", "name": "tempest-VolumesActionsTest-Volume-1115320031", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:51,160 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d 0.108s 2024-02-28 21:44:51,161 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-da68924a-d76c-4859-8574-59c5f6933785', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-da68924a-d76c-4859-8574-59c5f6933785', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d'} Body: b'{"volume": {"id": "37d7d441-a431-4bd5-99f3-00a0abb71a0d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:50.000000", "updated_at": "2024-02-28T21:44:50.000000", "name": "tempest-VolumesActionsTest-Volume-1115320031", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:51,280 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d 0.107s 2024-02-28 21:44:51,280 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44: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-85ee5020-a54d-4ad5-a83a-8531183349ae', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d'} Body: b'' 2024-02-28 21:44:51,302 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d 0.022s 2024-02-28 21:44:51,303 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44: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-9e5eb9b7-1e9a-48f4-a662-2661a00d8d0c', 'x-openstack-request-id': 'req-9e5eb9b7-1e9a-48f4-a662-2661a00d8d0c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/37d7d441-a431-4bd5-99f3-00a0abb71a0d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 37d7d441-a431-4bd5-99f3-00a0abb71a0d could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 76, in test_volume_force_delete_when_volume_is_maintenance self._create_reset_and_force_delete_temp_volume('maintenance') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d752c20b-9ef4-4d9f-a5a9-6708f23e37e6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:44:51,534 85784 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/392c373bad254a8e81699971e503e581/volumes 0.229s 2024-02-28 21:44:51,535 85784 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-1760286097"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5ded03e7-acc9-42a1-82b2-17af9a64789f', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5ded03e7-acc9-42a1-82b2-17af9a64789f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes'} Body: b'{"volume": {"id": "d752c20b-9ef4-4d9f-a5a9-6708f23e37e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:51.469221", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1760286097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:44:51,584 85784 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/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6 0.038s 2024-02-28 21:44:51,584 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71bc0c98-c2ae-4998-8520-403a91481354', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71bc0c98-c2ae-4998-8520-403a91481354', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6'} Body: b'{"volume": {"id": "d752c20b-9ef4-4d9f-a5a9-6708f23e37e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:51.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1760286097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:52,708 85784 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/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6 0.111s 2024-02-28 21:44:52,709 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-102502ee-3417-40cf-8a5c-95e4be9d0407', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-102502ee-3417-40cf-8a5c-95e4be9d0407', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6'} Body: b'{"volume": {"id": "d752c20b-9ef4-4d9f-a5a9-6708f23e37e6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:51.000000", "updated_at": "2024-02-28T21:44:52.000000", "name": "tempest-VolumesActionsTest-Volume-1760286097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:52,762 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6 0.039s 2024-02-28 21:44:52,763 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-baf00e63-2ccc-4115-8bcd-fc1782d0c919', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-baf00e63-2ccc-4115-8bcd-fc1782d0c919', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6'} Body: b'{"volume": {"id": "d752c20b-9ef4-4d9f-a5a9-6708f23e37e6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:51.000000", "updated_at": "2024-02-28T21:44:52.000000", "name": "tempest-VolumesActionsTest-Volume-1760286097", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:52,880 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6 0.104s 2024-02-28 21:44:52,880 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'conte nt-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13499d7d-50e5-4fa1-a4f8-0a10490d58ca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6'} Body: b'' 2024-02-28 21:44:52,913 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6 0.032s 2024-02-28 21:44:52,913 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c9a70a08-b5f8-4af7-9da9-fb99d3e52de5', 'x-openstack-request-id': 'req-c9a70a08-b5f8-4af7-9da9-fb99d3e52de5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/d752c20b-9ef4-4d9f-a5a9-6708f23e37e6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d752c20b-9ef4-4d9f-a5a9-6708f23e37e6 could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] ---------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 47, in test_volume_reset_status volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b045a467-3efc-4e7f-81de-5dd2d92f732c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:44:53,105 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes 0.187s 2024-02-28 21:44:53,105 85784 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-1689728310"}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-41fcc316-0eb0-44c7-9ed6-6a3ef83a0150', 'content-length': '816', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-41fcc316-0eb0-44c7-9ed6-6a3ef83a0150', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes'} Body: b'{"volume": {"id": "b045a467-3efc-4e7f-81de-5dd2d92f732c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:53.047979", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1689728310", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:44:53,160 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c 0.043s 2024-02-28 21:44:53,160 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-deab6c47-de8b-42ee-9416-c33a5a3ad46e', 'content-length': '884', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-deab6c47-de8b-42ee-9416-c33a5a3ad46e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c'} Body: b'{"volume": {"id": "b045a467-3efc-4e7f-81de-5dd2d92f732c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:53.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-1689728310", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:54,220 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c 0.045s 2024-02-28 21:44:54,221 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applicati on/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-027e22ef-473f-46ce-a479-6625cfff7807', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-027e22ef-473f-46ce-a479-6625cfff7807', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c'} Body: b'{"volume": {"id": "b045a467-3efc-4e7f-81de-5dd2d92f732c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:53.000000", "updated_at": "2024-02-28T21:44:53.000000", "name": "tempest-VolumesActionsTest-Volume-1689728310", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:54,276 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c 0.038s 2024-02-28 21:44:54,276 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-225aeb96-2d37-4a31-a27f-39d3fdc47508', 'content-length': '905', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-225aeb96-2d37-4a31-a27f-39d3fdc47508', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c'} Body: b'{"volume": {"id": "b045a467-3efc-4e7f-81de-5dd2d92f732c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:44:53.000000", "updated_at": "2024-02-28T21:44:53.000000", "name": "tempest-VolumesActionsTest-Volume-1689728310", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c"}], "user_id": "ed2a4c7b5b3e4bf8b4972cf1e329997f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "392c373bad254a8e81699971e503e581"}}' 2024-02-28 21:44:54,476 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c 0.188s 2024-02-28 21:44:54,477 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-versi on': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcddb491-3807-4f7c-80d4-83d34cfe55b8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c'} Body: b'' 2024-02-28 21:44:54,505 85784 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c 0.028s 2024-02-28 21:44:54,506 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:44:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bddd8b0-4d46-431f-a01f-edfab0f9c232', 'x-openstack-request-id': 'req-2bddd8b0-4d46-431f-a01f-edfab0f9c232', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/392c373bad254a8e81699971e503e581/volumes/b045a467-3efc-4e7f-81de-5dd2d92f732c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b045a467-3efc-4e7f-81de-5dd2d92f732c could not be found."}}' setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON) --------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 32, in resource_setup volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 144, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0b039a25-3df3-4759-b6d3-f499a3f64101 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 367, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7edebc03-b33f-41d3-a915-dcd23e67ce70 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2024-02-28 21:45:06,432 85784 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/9f6aacd9caf44d279b60a7c717806e5c/types 0.193s 2024-02-28 21:45:06,433 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "os-volume-type-access:is_public": true}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:45:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2c44f0f5-1211-4a27-b6ff-b397a98320f4', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2c44f0f5-1211-4a27-b6ff-b397a98320f4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9f6aacd9caf44d279b60a7c717806e5c/types'} Body: b'{"volume_type": {"id": "e3316011-dfcf-4c5c-bd4c-50464bcd0cc7", "name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "os-volume-type-access:is_public": true}}' 2024-02-28 21:45:07,084 85784 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.648s 2024-02-28 21:45:07,084 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"disk_format": "raw", "container_format": "bare", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "visibility": "private", "cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "min_disk": 1} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:45:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-e44456d7-89cd-464c-946a-5ead3aace2dd', '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": "12ace910958742c49dfd259254010969", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "aa529632-87fb-4920-936a-9bcb154ff5d8", "created_at": "2024-02-28T21:45:07Z", "updated_at": "2024-02-28T21:45:07Z", "tags": [], "self": "/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8", "file": "/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:45:08,083 85784 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/aa529632-87fb-4920-936a-9bcb154ff5d8/file 0.997s 2024-02-28 21:45:08,083 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Wed, 28 Feb 2024 21:45:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-41db014d-9392-42cd-990d-6b5ead0ef005', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8/file'} Body: b'' 2024-02-28 21:45:08,110 85784 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/aa529632-87fb-4920-936a-9bcb154ff5d8 0.026s 2024-02-28 21:45:08,110 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:45:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ef208860-0e1d-4447-92d3-6f5728fe8a63', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8'} 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": "a6b9f37ada7b44b9a50972fe0cfba994", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "12ace910958742c49dfd259254010969", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "0174a5b21055576d0345151e448f13171d3db058fd4bbfaab486e2ad09ef4a2e781af2e657808537291b5ba6921574bd5846b2c343c431cabd82bf00338ef336", "id": "aa529632-87fb-4920-936a-9bcb154ff5d8", "created_at": "2024-02-28T21:45:07Z", "updated_at": "2024-02-28T21:45:08Z", "tags": [], "self": "/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8", "file": "/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:45:08,134 85784 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/aa529632-87fb-4920-936a-9bcb154ff5d8 0.024s 2024-02-28 21:45:08,135 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:45:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-145788a6-867b-4e9b-bece-ff0ea1143831', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8'} 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": "a6b9f37ada7b44b9a50972fe0cfba994", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "12ace910958742c49dfd259254010969", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "0174a5b21055576d0345151e448f13171d3db058fd4bbfaab486e2ad09ef4a2e781af2e657808537291b5ba6921574bd5846b2c343c431cabd82bf00338ef336", "id": "aa529632-87fb-4920-936a-9bcb154ff5d8", "created_at": "2024-02-28T21:45:07Z", "updated_at": "2024-02-28T21:45:08Z", "tags": [], "self": "/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8", "file": "/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:45:08,157 85784 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/aa529632-87fb-4920-936a-9bcb154ff5d8 0.022s 2024-02-28 21:45:08,158 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:45:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3a6508aa-8765-4430-bf36-3a668b302466', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8'} 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": "a6b9f37ada7b44b9a50972fe0cfba994", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "12ace910958742c49dfd259254010969", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "0174a5b21055576d0345151e448f13171d3db058fd4bbfaab486e2ad09ef4a2e781af2e657808537291b5ba6921574bd5846b2c343c431cabd82bf00338ef336", "id": "aa529632-87fb-4920-936a-9bcb154ff5d8", "created_at": "2024-02-28T21:45:07Z", "updated_at": "2024-02-28T21:45:08Z", "tags": [], "self": "/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8", "file": "/v2/images/aa529632-87fb-4920-936a-9bcb154ff5d8/file", "schema": "/v2/schemas/image"}' 2024-02-28 21:45:08,581 85784 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/12ace910958742c49dfd259254010969/volumes 0.422s 2024-02-28 21:45:08,581 85784 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": "aa529632-87fb-4920-936a-9bcb154ff5d8", "size": 1}} Response - Headers: {'date': 'Wed, 28 Feb 2024 21:45:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-640dc471-8c27-4382-bf63-984c168b128e', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-640dc471-8c27-4382-bf63-984c168b128e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12ace910958742c49dfd259254010969/volumes'} Body: b'{"volume": {"id": "7edebc03-b33f-41d3-a915-dcd23e67ce70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:45:08.517008", "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/12ace910958742c49dfd259254010969/volumes/7edebc03-b33f-41d3-a915-dcd23e67ce70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12ace910958742c49dfd259254010969/volumes/7edebc03-b33f-41d3-a915-dcd23e67ce70"}], "user_id": "5de3c46ab1674a27b57d0bec6388eeb6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2024-02-28 21:45:08,629 85784 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/12ace910958742c49dfd259254010969/volumes/7edebc03-b33f-41d3-a915-dcd23e67ce70 0.037s 2024-02-28 21:45:08,629 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:45:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-24f62c79-5f4b-468e-ae65-2eb51e1b1753', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-24f62c79-5f4b-468e-ae65-2eb51e1b1753', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12ace910958742c49dfd259254010969/volumes/7edebc03-b33f-41d3-a915-dcd23e67ce70'} Body: b'{"volume": {"id": "7edebc03-b33f-41d3-a915-dcd23e67ce70", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:45:09.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/12ace910958742c49dfd259254010969/volumes/7edebc03-b33f-41d3-a915-dcd23e67ce70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12ace910958742c49dfd259254010969/volumes/7edebc03-b33f-41d3-a915-dcd23e67ce70"}], "user_id": "5de3c46ab1674a27b57d0bec6388eeb6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12ace910958742c49dfd259254010969"}}' 2024-02-28 21:45:09,687 85784 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/12ace910958742c49dfd259254010969/volumes/7edebc03-b33f-41d3-a915-dcd23e67ce70 0.044s 2024-02-28 21:45:09,687 85784 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Wed, 28 Feb 2024 21:45:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4593eba1-0f9b-4d8e-99d2-e6e36130257d', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4593eba1-0f9b-4d8e-99d2-e6e36130257d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12ace910958742c49dfd259254010969/volumes/7edebc03-b33f-41d3-a915-dcd23e67ce70'} Body: b'{"volume": {"id": "7edebc03-b33f-41d3-a915-dcd23e67ce70", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2024-02-28T21:45:09.000000", "updated_at": "2024-02-28T21:45:09.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/12ace910958742c49dfd259254010969/volumes/7edebc03-b33f-41d3-a915-dcd23e67ce70"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12ace910958742c49dfd259254010969/volumes/7edebc03-b33f-41d3-a915-dcd23e67ce70"}], "user_id": "5de3c46ab1674a27b57d0bec6388eeb6", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12ace910958742c49dfd259254010969"}}' ====== Totals ====== Ran: 206 tests in 1523.7620 sec. - Passed: 75 - Skipped: 31 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 100 Sum of execute time for each test: 4523.3802 sec. ============== Worker Balance ============== - Worker 0 (27 tests) => 0:05:14.651499 - Worker 1 (12 tests) => 0:10:12.843242 - Worker 2 (18 tests) => 0:24:43.829883 - Worker 3 (19 tests) => 0:07:33.521401 - Worker 4 (16 tests) => 0:00:47.147518 - Worker 5 (23 tests) => 0:04:13.319812 - Worker 6 (24 tests) => 0:18:25.726621 - Worker 7 (15 tests) => 0:01:31.162909 - Worker 8 (17 tests) => 0:01:20.076209 - Worker 9 (10 tests) => 0:03:19.066242 - Worker 10 (15 tests) => 0:20:35.797959 - Worker 11 (10 tests) => 0:13:06.108559 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed