all develop-inst-nodeps: /opt/stack/tempest all installed: attrs==22.2.0,autopage==0.5.1,bcrypt==4.0.1,certifi==2022.12.7,cffi==1.15.1,charset-normalizer==3.1.0,cinder-tempest-plugin @ file:///opt/stack/cinder-tempest-plugin,cliff==4.2.0,cmd2==2.4.3,cryptography==40.0.1,debtcollector==2.5.0,defusedxml==0.7.1,extras==1.0.0,fasteners==0.18,fixtures==4.0.1,future==0.18.3,idna==3.4,importlib-metadata==6.0.1,iso8601==1.1.0,jsonschema==4.17.3,msgpack==1.0.5,netaddr==0.8.0,netifaces==0.11.0,oslo.concurrency==5.1.1,oslo.config==9.1.1,oslo.context==5.1.1,oslo.i18n==6.0.0,oslo.log==5.2.0,oslo.serialization==5.1.1,oslo.utils==6.1.0,packaging==23.0,paramiko==3.1.0,pbr==5.11.1,prettytable==3.6.0,pycparser==2.21,pyinotify==0.9.6,PyNaCl==1.5.0,pyparsing==3.0.9,pyperclip==1.8.2,pyrsistent==0.19.3,python-dateutil==2.8.2,python-subunit==1.4.2,pytz==2023.3,PyYAML==6.0,requests==2.28.2,rfc3986==1.5.0,six==1.16.0,stestr==4.0.1,stevedore==5.0.0,-e git+https://github.com/openstack/tempest@3c7eebaaf35c9e8a3f00c76cd1741457bdec9fab#egg=tempest,testtools==2.6.0,urllib3==1.26.15,voluptuous==0.13.1,wcwidth==0.2.6,wrapt==1.15.0,zipp==3.15.0 all run-test-pre: PYTHONHASHSEED='2832088231' all run-test: commands[0] | find . -type f -name '*.pyc' -delete all run-test: commands[1] | tempest run --regex volume {2} setUpClass (tempest.api.compute.admin.test_volume_swap.TestMultiAttachVolumeSwap) ... SKIPPED: Volume multi-attach is not available. {10} setUpClass (tempest.api.compute.admin.test_live_migration.LiveAutoBlockMigrationV225Test) ... SKIPPED: LiveAutoBlockMigrationV225Test skipped as live-migration is not available {10} setUpClass (tempest.api.compute.admin.test_volumes_negative.UpdateMultiattachVolumeNegativeTest) ... SKIPPED: Volume multi-attach is not available. {6} setUpClass (tempest.api.compute.admin.test_live_migration.LiveMigrationTest) ... SKIPPED: LiveMigrationTest skipped as live-migration is not available {10} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_create_list_update_show_delete [0.339811s] ... ok {10} tempest.api.volume.admin.test_group_types.GroupTypesTest.test_group_type_list_by_optional_params [0.267796s] ... ok {7} tempest.api.volume.admin.test_groups.GroupsTest.test_group_create_show_list_delete [2.780854s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 42, in test_group_create_show_list_delete grp1 = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 044997a6-c6fc-4516-a131-0dc6aa10a3b6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:27:58,596 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types 0.965s 2023-04-20 10:27:58,596 80095 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-617700476"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:27:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13afb0a0-fea0-4ef9-b937-a468588b3b6a', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13afb0a0-fea0-4ef9-b937-a468588b3b6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types'} Body: b'{"volume_type": {"id": "c13261f0-1512-420f-913c-eb98f5115539", "name": "tempest-GroupsTest-volume-type-617700476", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 10:27:58,637 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/group_types 0.035s 2023-04-20 10:27:58,637 80095 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-2043753251"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:27:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc715b40-eaf7-490d-915e-6caf69e23e6c', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc715b40-eaf7-490d-915e-6caf69e23e6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/group_types'} Body: b'{"group_type": {"id": "146406be-9001-4430-941f-a724c7f4844a", "name": "tempest-GroupsTest-group-type-2043753251", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 10:27:58,934 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups 0.294s 2023-04-20 10:27:58,935 80095 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": "146406be-9001-4430-941f-a724c7f4844a", "volume_types": ["c13261f0-1512-420f-913c-eb98f5115539"], "name": "tempest-Group1-316325912"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:27:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26075078-9e18-4e2a-82c1-223bfbdc3e1c', 'content-length': '93', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26075078-9e18-4e2a-82c1-223bfbdc3e1c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups'} Body: b'{"group": {"id": "044997a6-c6fc-4516-a131-0dc6aa10a3b6", "name": "tempest-Group1-316325912"}}' 2023-04-20 10:27:58,999 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/044997a6-c6fc-4516-a131-0dc6aa10a3b6 0.062s 2023-04-20 10:27:58,999 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-A pi-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:27:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1e6ee4f-0625-43bd-9dcf-4a9778129c92', 'content-length': '321', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1e6ee4f-0625-43bd-9dcf-4a9778129c92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/044997a6-c6fc-4516-a131-0dc6aa10a3b6'} Body: b'{"group": {"id": "044997a6-c6fc-4516-a131-0dc6aa10a3b6", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T10:27:59.000000", "name": "tempest-Group1-316325912", "description": null, "group_type": "146406be-9001-4430-941f-a724c7f4844a", "volume_types": ["c13261f0-1512-420f-913c-eb98f5115539"]}}' 2023-04-20 10:28:00,059 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/044997a6-c6fc-4516-a131-0dc6aa10a3b6 0.055s 2023-04-20 10:28:00,060 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01c53372-8aaf-4832-8ea6-71ab59a7deff', 'content-length': '318', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01c53372-8aaf-4832-8ea6-71ab59a7deff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/044997a6-c6fc-4516-a131-0dc6aa10a3b6'} Body: b'{"group": {"id": "044997a6-c6fc-4516-a131-0dc6aa10a3b6", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T10:27:59.000000", "name": "tempest-Group1-316325912", "description": null, "group_type": "146406be-9001-4430-941f-a724c7f4844a", "volume_types": ["c13261f0-1512-420f-913c-eb98f5115539"]}}' 2023-04-20 10:28:00,138 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/volumes/detail 0.073s 2023-04-20 10:28:00,138 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb22914d-fc98-4eb1-a614-e4d56e96bf16', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb22914d-fc98-4eb1-a614-e4d56e96bf16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 10:28:00,250 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/044997a6-c6fc-4516-a131-0dc6aa10a3b6/action 0.101s 2023-04-20 10:28:00,251 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request -id': 'req-10e13dd4-c0d8-4559-b780-06f2ebde8c8f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/044997a6-c6fc-4516-a131-0dc6aa10a3b6/action'} Body: b'' 2023-04-20 10:28:00,268 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/044997a6-c6fc-4516-a131-0dc6aa10a3b6 0.017s 2023-04-20 10:28:00,268 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9d5b862-11f9-4669-bf07-43cda9ea8186', 'x-openstack-request-id': 'req-f9d5b862-11f9-4669-bf07-43cda9ea8186', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/044997a6-c6fc-4516-a131-0dc6aa10a3b6'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 044997a6-c6fc-4516-a131-0dc6aa10a3b6 could not be found."}}' 2023-04-20 10:28:00,312 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/group_types/146406be-9001-4430-941f-a724c7f4844a 0.042s 2023-04-20 10:28:00,312 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90d00dd1-da40-4e7a-813e-f4bfb16fcd1e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/group_types/146406be-9001-4430-941f-a724c7f4844a'} Body: b'' 2023-04-20 10:28:00,394 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types/c13261f0-1512-420f-913c-eb98f5115539 0.082s 2023-04-20 10:28:00,394 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28: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-e29b81f2-82ba-42e5-a0ea-ee4f7bc0fc1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types/c13261f0-1512-420f-913c-eb98f5115539'} Body: b'' 2023-04-20 10:28:00,410 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types/c13261f0-1512-420f-913c-eb98f5115539 0.015s 2023-04-20 10:28:00,411 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-64846465-ea70-47f8-ba49-a1892ab5de59', 'x-openstack-request-id': 'req-64846465-ea70-47f8-ba49-a18 92ab5de59', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types/c13261f0-1512-420f-913c-eb98f5115539'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c13261f0-1512-420f-913c-eb98f5115539 could not be found."}}' {7} tempest.api.volume.admin.test_groups.GroupsTest.test_group_update [1.856172s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 108, in test_group_update grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group e39d52e3-45ad-4b92-9913-5301d305482f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:00,461 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types 0.045s 2023-04-20 10:28:00,462 80095 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-1995319102"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e383c57b-232d-4b53-8e00-0649656f331e', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e383c57b-232d-4b53-8e00-0649656f331e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types'} Body: b'{"volume_type": {"id": "8ec38f82-f3ee-46fb-8559-f38320ed07cf", "name": "tempest-GroupsTest-volume-type-1995319102", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 10:28:00,501 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/group_types 0.035s 2023-04-20 10:28:00,501 80095 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-780704554"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47f1bb74-2653-4225-9f2b-61c4644bd909', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47f1bb74-2653-4225-9f2b-61c4644bd909', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/group_types'} Body: b'{"group_type": {"id": "df6bb91a-c495-426f-b034-7a0204524e6c", "name": "tempest-GroupsTest-group-type-780704554", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 10:28:00,666 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups 0.162s 2023-04-20 10:28:00,666 80095 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": "df6bb91a-c495-426f-b034-7a0204524e6c", "volume_types": ["8ec38f82-f3ee-46fb-8559-f38320ed07cf"], "name": "tempest-GroupsTest-Group-1241184145"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a456da6-caf1-4f30-9818-5e25a83c560a', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a456da6-caf1-4f30-9818-5e25a83c560a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups'} Body: b'{"group": {"id": "e39d52e3-45ad-4b92-9913-5301d305482f", "name": "tempest-GroupsTest-Group-1241184145"}}' 2023-04-20 10:28:00,724 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/e39d52e3-45ad-4b92-9913-5301d305482f 0.055s 2023-04-20 10:28:00,724 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ' '} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49caee91-e6e9-4fc3-91c6-01e877fc3421', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49caee91-e6e9-4fc3-91c6-01e877fc3421', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/e39d52e3-45ad-4b92-9913-5301d305482f'} Body: b'{"group": {"id": "e39d52e3-45ad-4b92-9913-5301d305482f", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T10:28:01.000000", "name": "tempest-GroupsTest-Group-1241184145", "description": null, "group_type": "df6bb91a-c495-426f-b034-7a0204524e6c", "volume_types": ["8ec38f82-f3ee-46fb-8559-f38320ed07cf"]}}' 2023-04-20 10:28:01,760 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/e39d52e3-45ad-4b92-9913-5301d305482f 0.031s 2023-04-20 10:28:01,760 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-125db500-916a-4635-9910-4986466e7796', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-125db500-916a-4635-9910-4986466e7796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/e39d52e3-45ad-4b92-9913-5301d305482f'} Body: b'{"group": {"id": "e39d52e3-45ad-4b92-9913-5301d305482f", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T10:28:01.000000", "name": "tempest-GroupsTest-Group-1241184145", "description": null, "group_type": "df6bb91a-c495-426f-b034-7a0204524e6c", "volume_types": ["8ec38f82-f3ee-46fb-8559-f38320ed07cf"]}}' 2023-04-20 10:28:02,037 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/volumes/detail 0.272s 2023-04-20 10:28:02,037 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37c5cd8c-3951-4a02-b1bc-65d384693cea', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37c5cd8c-3951-4a02-b1bc-65d384693cea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 10:28:02,124 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/e39d52e3-45ad-4b92-9913-5301d305482f/action 0.076s 2023-04-20 10:28:02,124 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:02 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-9141e498-8385-4297-8e91-495b7 dd6bfcc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/e39d52e3-45ad-4b92-9913-5301d305482f/action'} Body: b'' 2023-04-20 10:28:02,139 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/e39d52e3-45ad-4b92-9913-5301d305482f 0.014s 2023-04-20 10:28:02,139 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:02 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-146e4e9c-446e-4377-a1e0-07e706e376bb', 'x-openstack-request-id': 'req-146e4e9c-446e-4377-a1e0-07e706e376bb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/e39d52e3-45ad-4b92-9913-5301d305482f'} Body: b'{"itemNotFound": {"code": 404, "message": "Group e39d52e3-45ad-4b92-9913-5301d305482f could not be found."}}' 2023-04-20 10:28:02,177 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/group_types/df6bb91a-c495-426f-b034-7a0204524e6c 0.037s 2023-04-20 10:28:02,178 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:02 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-a94a203b-a161-4c53-bd13-cc18d3fdd81b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/group_types/df6bb91a-c495-426f-b034-7a0204524e6c'} Body: b'' 2023-04-20 10:28:02,255 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types/8ec38f82-f3ee-46fb-8559-f38320ed07cf 0.077s 2023-04-20 10:28:02,255 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28: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-6ed1589a-b372-41d8-8003-77a2aa3211ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types/8ec38f82-f3ee-46fb-8559-f38320ed07cf'} Body: b'' 2023-04-20 10:28:02,270 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types/8ec38f82-f3ee-46fb-8559-f38320ed07cf 0.014s 2023-04-20 10:28:02,270 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:02 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-21f8b428-ab2a-461f-82c2-4555bdde55dd', 'x-openstack-request-id': 'req-21f8b428-ab2a-461f-82c2-4555bdde55dd', 'connection': 'close', 'stat us': '404', 'content-location': 'http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types/8ec38f82-f3ee-46fb-8559-f38320ed07cf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 8ec38f82-f3ee-46fb-8559-f38320ed07cf could not be found."}}' {8} setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_list.py", line 56, in resource_setup volume = cls.create_volume(metadata=metadata) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 63ea683b-3e72-455c-b457-63cbb9a5ecc6 failed to build and is in ERROR status {6} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv1 ... SKIPPED: Attached encrypted volume extend is disabled. {6} tempest.api.volume.admin.test_encrypted_volumes_extend.EncryptedVolumesExtendAttachedTest.test_extend_attached_encrypted_volume_luksv2 ... SKIPPED: Attached encrypted volume extend is disabled. {10} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_with_details [0.205546s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 44, in test_get_pools_with_details self._assert_pools(with_detail=True) File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:04,917 80101 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/72c29d4aed6c49e48bdaea1f705101bf/scheduler-stats/get_pools?detail=True 0.199s 2023-04-20 10:28:04,918 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58d7bd8b-651c-4d10-9182-a3e777ebd665', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58d7bd8b-651c-4d10-9182-a3e777ebd665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72c29d4aed6c49e48bdaea1f705101bf/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' {10} tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details [0.047489s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 39, in test_get_pools_without_details self._assert_pools() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:04,969 80101 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/72c29d4aed6c49e48bdaea1f705101bf/scheduler-stats/get_pools 0.045s 2023-04-20 10:28:04,969 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-360dbd63-0d31-4337-ab2c-5c45cb8a4aa0', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-360dbd63-0d31-4337-ab2c-5c45cb8a4aa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72c29d4aed6c49e48bdaea1f705101bf/scheduler-stats/get_pools'} Body: b'{"pools": []}' {8} tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group [2.035726s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 177, in test_create_group_from_group grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 57e01d32-6042-4ae8-8c43-54f6bcde9970 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:03,879 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/de1cc2b9531d47b0b7dfeb7fa81645f9/types 0.252s 2023-04-20 10:28:03,880 80097 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-229633503"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44712aa5-2473-47ce-ae15-246ba4ef6208', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44712aa5-2473-47ce-ae15-246ba4ef6208', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/de1cc2b9531d47b0b7dfeb7fa81645f9/types'} Body: b'{"volume_type": {"id": "4e837393-cbc3-419b-adad-475259234526", "name": "tempest-GroupsV314Test-volume-type-229633503", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 10:28:03,915 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/de1cc2b9531d47b0b7dfeb7fa81645f9/group_types 0.032s 2023-04-20 10:28:03,916 80097 DEBUG [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-1393975806"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ecd2318-35b4-4635-9df0-f21fb190138a', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ecd2318-35b4-4635-9df0-f21fb190138a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/de1cc2b9531d47b0b7dfeb7fa81645f9/group_types'} Body: b'{"group_type": {"id": "e4bcd075-144e-4dcb-8cfe-3b8c25b717ce", "name": "tempest-GroupsV314Test-group-type-1393975806", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 10:28:04,293 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/groups 0.375s 2023-04-20 10:28:04,294 80097 DEBUG [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": "e4bcd075-144e-4dcb-8cfe-3b8c25b717ce", "volume_types": ["4e837393-cbc3-419b-adad-475259234526"], "name": "tempest-GroupsV314Test-Group-1041244627"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45823043-4121-416b-af13-be03b0855eff', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45823043-4121-416b-af13-be03b0855eff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/groups'} Body: b'{"group": {"id": "57e01d32-6042-4ae8-8c43-54f6bcde9970", "name": "tempest-GroupsV314Test-Group-1041244627"}}' 2023-04-20 10:28:04,338 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/groups/57e01d32-6042-4ae8-8c43-54f6bcde9970 0.041s 2023-04-20 10:28:04,338 80097 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': 'Thu, 20 Apr 2023 10:28:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5528f106-06a1-46ef-943e-3e1bb720a75d', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5528f106-06a1-46ef-943e-3e1bb720a75d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/groups/57e01d32-6042-4ae8-8c43-54f6bcde9970'} Body: b'{"group": {"id": "57e01d32-6042-4ae8-8c43-54f6bcde9970", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T10:28:04.000000", "name": "tempest-GroupsV314Test-Group-1041244627", "description": null, "group_type": "e4bcd075-144e-4dcb-8cfe-3b8c25b717ce", "volume_types": ["4e837393-cbc3-419b-adad-475259234526"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:28:05,373 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/groups/57e01d32-6042-4ae8-8c43-54f6bcde9970 0.029s 2023-04-20 10:28:05,373 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6650985a-5a7d-4c4f-b7fd-69b7c796ddf2', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6650985a-5a7d-4c4f-b7fd-69b7c796ddf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/groups/57e01d32-6042-4ae8-8c43-54f6bcde9970'} Body: b'{"group": {"id": "57e01d32-6042-4ae8-8c43-54f6bcde9970", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T10:28:04.000000", "name": "tempest-GroupsV314Test-Group-1041244627", "description": null, "group_type": "e4bcd075-144e-4dcb-8cfe-3b8c25b717ce", "volume_types": ["4e837393-cbc3-419b-adad-475259234526"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:28:05,449 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/volumes/detail 0.071s 2023-04-20 10:28:05,449 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cf528c8-9ee0-417b-bdcc-b134ddfde46a', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cf528c8-9ee0-417b-bdcc-b134ddfde46a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 10:28:05,520 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/groups/57e01d32-6042-4ae8-8c43-54f6bcde9970/action 0.060s 2023-04-20 10:28:05,520 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:05 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-7930f33e-0668-4b17-9e76-209e9dd33d06', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/groups/57e01d32-6042-4ae8-8c43-54f6bcde9970/action'} Body: b'' 2023-04-20 10:28:05,536 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/groups/57e01d32-6042-4ae8-8c43-54f6bcde9970 0.016s 2023-04-20 10:28:05,537 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:05 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-13b439ab-5de9-4b5c-9c25-4955ed6b5556', 'x-openstack-request-id': 'req-13b439ab-5de9-4b5c-9c25-4955ed6b5556', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/groups/57e01d32-6042-4ae8-8c43-54f6bcde9970'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 57e01d32-6042-4ae8-8c43-54f6bcde9970 could not be found."}}' 2023-04-20 10:28:05,593 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/de1cc2b9531d47b0b7dfeb7fa81645f9/group_types/e4bcd075-144e-4dcb-8cfe-3b8c25b717ce 0.055s 2023-04-20 10:28:05,593 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:05 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-25b5942b-9802-4d9f-83c4-e1324bd04d00', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/de1cc2b9531d47b0b7dfeb7fa81645f9/group_types/e4bcd075-144e-4dcb-8cfe-3b8c25b717ce'} Body: b'' 2023-04-20 10:28:05,646 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/de1cc2b9531d47b0b7dfeb7fa81645f9/types/4e837393-cbc3-419b-adad-475259234526 0.052s 2023-04-20 10:28:05,646 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c28d907-23dd-4c57-b694-c4e7316a8a63', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/de1cc2b9531d47b0b7dfeb7fa81645f9/types/4e837393-cbc3-419b-adad-475259234526'} Body: b'' 2023-04-20 10:28:05,661 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/de1cc2b9531d47b0b7dfeb7fa81645f9/types/4e837393-cbc3-419b-adad-475259234526 0.014s 2023-04-20 10:28:05,661 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:05 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-dfab40e7-a05a-449c-b023-7168ddb848a5', 'x-openstack-request-id': 'req-dfab40e7-a05a-449c-b023-7168ddb848a5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/de1cc2b9531d47b0b7dfeb7fa81645f9/types/4e837393-cbc3-419b-adad-475259234526'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 4e837393-cbc3-419b-adad-475259234526 could not be found."}}' {7} setUpClass (tempest.api.volume.admin.test_multi_backend.VolumeMultiBackendTest) ... SKIPPED: Cinder multi-backend feature disabled {7} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_type_encryption_nonexistent_type_id [0.224695s] ... ok {7} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_volume_with_private_volume_type [0.244438s] ... ok {7} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_empty_name [0.012845s] ... ok {7} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_create_with_repeated_name [0.518185s] ... ok {7} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_delete_nonexistent_type_id [0.018291s] ... ok {7} tempest.api.volume.admin.test_volume_types_negative.VolumeTypesNegativeTest.test_get_nonexistent_type_id [0.016293s] ... ok {6} setUpClass (tempest.api.volume.admin.test_snapshot_manage.SnapshotManageAdminTest) ... SKIPPED: Manage snapshot tests are disabled {10} setUpClass (tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithMigrationTest) ... SKIPPED: Cinder multi-backend feature disabled {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_host_name [0.030373s] ... ok {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_and_host_name [0.023723s] ... ok {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_service_binary_name [0.024516s] ... ok {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name [1.795194s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_services.py", line 76, in test_get_service_by_volume_host_name volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 38584240-0ae5-46a3-a0b1-7009709e7cc8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:13,477 80097 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes 0.435s 2023-04-20 10:28:13,477 80097 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-1048583147"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe9c1460-1b64-45a6-a8d9-8efb1a52b08d', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe9c1460-1b64-45a6-a8d9-8efb1a52b08d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes'} Body: b'{"volume": {"id": "38584240-0ae5-46a3-a0b1-7009709e7cc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:13.412666", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1048583147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8"}], "user_id": "7f45e6ac51ce42a6b3496886a6a67aec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:28:13,524 80097 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8 0.038s 2023-04-20 10:28:13,524 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14c85865-d3fb-4dcc-9035-2011c84e242d', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14c85865-d3fb-4dcc-9035-2011c84e242d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8'} Body: b'{"volume": {"id": "38584240-0ae5-46a3-a0b1-7009709e7cc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:13.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1048583147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8"}], "user_id": "7f45e6ac51ce42a6b3496886a6a67aec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d76d88496a5445eebc3e11ae2e4c8a89"}}' 2023-04-20 10:28:14,596 80097 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8 0.060s 2023-04-20 10:28:14,596 80097 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50bf4077-70b9-4e80-b842-e09e0b2a440a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50bf4077-70b9-4e80-b842-e09e0b2a440a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8'} Body: b'{"volume": {"id": "38584240-0ae5-46a3-a0b1-7009709e7cc8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:13.000000", "updated_at": "2023-04-20T10:28:14.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1048583147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8"}], "user_id": "7f45e6ac51ce42a6b3496886a6a67aec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d76d88496a5445eebc3e11ae2e4c8a89"}}' 2023-04-20 10:28:14,645 80097 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8 0.038s 2023-04-20 10:28:14,645 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51b6fbea-eb2d-433c-95e7-d578554f00a9', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51b6fbea-eb2d-433c-95e7-d578554f00a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8'} Body: b'{"volume": {"id": "38584240-0ae5-46a3-a0b1-7009709e7cc8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:13.000000", "updated_at": "2023-04-20T10:28:14.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1048583147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8"}], "user_id": "7f45e6ac51ce42a6b3496886a6a67aec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d76d88496a5445eebc3e11ae2e4c8a89"}}' 2023-04-20 10:28:14,804 80097 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8 0.148s 2023-04-20 10:28:14,805 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', ' content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3e67866-6ec3-4a41-8586-4bfef0406e9c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8'} Body: b'' 2023-04-20 10:28:14,834 80097 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8 0.029s 2023-04-20 10:28:14,835 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd012b1c-5cf4-49b0-91a2-9f515fcfb39b', 'x-openstack-request-id': 'req-cd012b1c-5cf4-49b0-91a2-9f515fcfb39b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 38584240-0ae5-46a3-a0b1-7009709e7cc8 could not be found."}}' {8} tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_list_services [0.028162s] ... ok {6} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_delete_message [2.279184s] ... ok {7} tempest.api.volume.test_versions.VersionsTest.test_list_versions [0.013315s] ... ok {7} tempest.api.volume.test_versions.VersionsTest.test_show_version [0.137200s] ... ok {6} tempest.api.volume.admin.test_user_messages.UserMessagesTest.test_list_show_messages [1.901771s] ... ok {8} tempest.api.volume.test_availability_zone.AvailabilityZoneTestJSON.test_get_availability_zone_list [0.202066s] ... ok {6} setUpClass (tempest.api.volume.admin.test_volumes_backup.VolumesBackupsAdminTest) ... SKIPPED: Cinder backup feature disabled {6} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {10} setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f6f73e68-0972-46fa-97a4-77b802b2fd62 failed to build and is in ERROR status {7} setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_absolute_limits.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d09e52a6-d7fa-4d7f-b272-e313b062cdf2 failed to build and is in ERROR status {8} tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size [1.779080s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone_negative.py", line 40, in test_create_from_volume_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 98798dc8-e6f7-4433-abe0-a7891e884878 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:24,045 80097 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes 0.440s 2023-04-20 10:28:24,045 80097 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-1081610059"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3faa462-cac5-46c9-aaf6-456bd0cfd942', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3faa462-cac5-46c9-aaf6-456bd0cfd942', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes'} Body: b'{"volume": {"id": "98798dc8-e6f7-4433-abe0-a7891e884878", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T10:28:23.952558", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1081610059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878"}], "user_id": "ce88761deeeb4624ab95e464f6fa3e13", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:28:24,117 80097 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878 0.061s 2023-04-20 10:28:24,117 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdf61668-6746-49a3-9e65-3657d69ea300', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdf61668-6746-49a3-9e65-3657d69ea300', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878'} Body: b'{"volume": {"id": "98798dc8-e6f7-4433-abe0-a7891e884878", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T10:28:24.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1081610059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878"}], "user_id": "ce88761deeeb4624ab95e464f6fa3e13", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f563ca49fbc84701bfeb27c9aaa2bb63"}}' 2023-04-20 10:28:25,169 80097 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878 0.040s 2023-04-20 10:28:25,169 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd5795a2-a781-45f7-b774-0031829ad1e4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd5795a2-a781-45f7-b774-0031829ad1e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878'} Body: b'{"volume": {"id": "98798dc8-e6f7-4433-abe0-a7891e884878", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T10:28:24.000000", "updated_at": "2023-04-20T10:28:24.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1081610059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878"}], "user_id": "ce88761deeeb4624ab95e464f6fa3e13", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f563ca49fbc84701bfeb27c9aaa2bb63"}}' 2023-04-20 10:28:25,229 80097 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878 0.049s 2023-04-20 10:28:25,230 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6bfa4f7-afd3-4912-92bb-d72d680d5500', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6bfa4f7-afd3-4912-92bb-d72d680d5500', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878'} Body: b'{"volume": {"id": "98798dc8-e6f7-4433-abe0-a7891e884878", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T10:28:24.000000", "updated_at": "2023-04-20T10:28:24.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1081610059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878"}], "user_id": "ce88761deeeb4624ab95e464f6fa3e13", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f563ca49fbc84701bfeb27c9aaa2bb63"}}' 2023-04-20 10:28:25,360 80097 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878 0.120s 2023-04-20 10:28:25,360 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:25 GMT', 'server': 'Apache/ 2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c505893-0d0f-47cb-86c5-1e179bd48f8d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878'} Body: b'' 2023-04-20 10:28:25,382 80097 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878 0.021s 2023-04-20 10:28:25,383 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a1f7a54-f1e9-4c73-be02-311ebdfef9d7', 'x-openstack-request-id': 'req-1a1f7a54-f1e9-4c73-be02-311ebdfef9d7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 98798dc8-e6f7-4433-abe0-a7891e884878 could not be found."}}' {10} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend [1.940183s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 37, in test_volume_extend volume = self.create_volume(imageRef=self.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a508e0f2-44d8-4a83-8d3c-830ed268def7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:24,412 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41 0.143s 2023-04-20 10:28:24,413 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d0333aae-23f3-4037-a622-26932761e54c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "fda053593ca94fea8fa552c5a6c6e5d5", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "created_at": "2023-04-20T10:24:36Z", "updated_at": "2023-04-20T10:24:37Z", "tags": [], "self": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41", "file": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:28:24,827 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes 0.413s 2023-04-20 10:28:24,828 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1109559674"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be71a8e8-6bea-4468-9f0a-4c9a55685ba0', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be71a8e8-6bea-4468-9f0a-4c9a55685ba0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes'} Body: b'{"volume": {"id": "a508e0f2-44d8-4a83-8d3c-830ed268def7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:24.751161", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1109559674", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7"}], "user_id": "0e0325bbe4b24f11b513be4a82e18445", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:28:24,884 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7 0.047s 2023-04-20 10:28:24,885 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32743b79-ab91-41db-bbcb-2996bb2a9aa4', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32743b79-ab91-41db-bbcb-2996bb2a9aa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7'} Body: b'{"volume": {"id": "a508e0f2-44d8-4a83-8d3c-830ed268def7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:25.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1109559674", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7"}], "user_id": "0e0325bbe4b24f11b513be4a82e18445", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f039c8bcf6cf49adbaa7cd45fa286341"}}' 2023-04-20 10:28:25,938 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7 0.042s 2023-04-20 10:28:25,939 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98407963-f015-429a-b87b-726e2f40f936', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98407963-f015-429a-b87b-726e2f40f936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7'} Body: b'{"volume": {"id": "a508e0f2-44d8-4a83-8d3c-830ed268def7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:25.000000", "updated_at": "2023-04-20T10:28:25.000000", "name": "tempest-VolumesExtendTest-Volume-1109559674", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7"}], "user_id": "0e0325bbe4b24f11b513be4a82e18445", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f039c8bcf6cf49adbaa7cd45fa286341"}}' 2023-04-20 10:28:26,032 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7 0.082s 2023-04-20 10:28:26,033 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ac6835d-e4c7-4ec8-82bb-268702808c0c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version' , 'x-openstack-request-id': 'req-7ac6835d-e4c7-4ec8-82bb-268702808c0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7'} Body: b'{"volume": {"id": "a508e0f2-44d8-4a83-8d3c-830ed268def7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:25.000000", "updated_at": "2023-04-20T10:28:25.000000", "name": "tempest-VolumesExtendTest-Volume-1109559674", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7"}], "user_id": "0e0325bbe4b24f11b513be4a82e18445", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f039c8bcf6cf49adbaa7cd45fa286341"}}' 2023-04-20 10:28:26,174 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7 0.130s 2023-04-20 10:28:26,174 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-533f938c-2f36-4ecb-8ac3-621cf92d2720', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7'} Body: b'' 2023-04-20 10:28:26,207 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7 0.032s 2023-04-20 10:28:26,207 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a955ed15-d2d7-4c8f-b2c5-f8b64605f340', 'x-openstack-request-id': 'req-a955ed15-d2d7-4c8f-b2c5-f8b64605f340', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a508e0f2-44d8-4a83-8d3c-830ed268def7 could not be found."}}' {10} tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot [1.707337s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 51, in test_volume_extend_when_volume_has_snapshot volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume eceff273-fda2-493d-ae8f-bf54185a7964 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:26,493 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes 0.281s 2023-04-20 10:28:26,493 80101 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-42055061"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b224c0e-fc26-4b59-861d-3f92fb7bb9b7', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b224c0e-fc26-4b59-861d-3f92fb7bb9b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes'} Body: b'{"volume": {"id": "eceff273-fda2-493d-ae8f-bf54185a7964", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:26.412435", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-42055061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964"}], "user_id": "0e0325bbe4b24f11b513be4a82e18445", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:28:26,544 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964 0.041s 2023-04-20 10:28:26,544 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b146d44e-2e06-4027-bbbb-3f6f79f2a2ea', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b146d44e-2e06-4027-bbbb-3f6f79f2a2ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964'} Body: b'{"volume": {"id": "eceff273-fda2-493d-ae8f-bf54185a7964", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:26.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-42055061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964"}], "user_id": "0e0325bbe4b24f11b513be4a82e18445", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f039c8bcf6cf49adbaa7cd45fa286341"}}' 2023-04-20 10:28:27,612 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964 0.057s 2023-04-20 10:28:27,612 80101 DEBUG [tempest.lib.common.rest_client] R equest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be6efdec-bade-4874-9282-082eb5c0ac3b', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be6efdec-bade-4874-9282-082eb5c0ac3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964'} Body: b'{"volume": {"id": "eceff273-fda2-493d-ae8f-bf54185a7964", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:26.000000", "updated_at": "2023-04-20T10:28:27.000000", "name": "tempest-VolumesExtendTest-Volume-42055061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964"}], "user_id": "0e0325bbe4b24f11b513be4a82e18445", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f039c8bcf6cf49adbaa7cd45fa286341"}}' 2023-04-20 10:28:27,741 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964 0.114s 2023-04-20 10:28:27,741 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1008dc5-5ac6-4ae2-b89b-b196676ee2c4', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1008dc5-5ac6-4ae2-b89b-b196676ee2c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964'} Body: b'{"volume": {"id": "eceff273-fda2-493d-ae8f-bf54185a7964", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:26.000000", "updated_at": "2023-04-20T10:28:27.000000", "name": "tempest-VolumesExtendTest-Volume-42055061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964"}], "user_id": "0e0325bbe4b24f11b513be4a82e18445", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f039c8bcf6cf49adbaa7cd45fa286341"}}' 2023-04-20 10:28:27,886 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964 0.124s 2023-04-20 10:28:27,887 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4134ce5c-4e22-4dc0-a01f-b22355af152f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964'} Body: b'' 2023-04-20 10:28:27,918 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964 0.030s 2023-04-20 10:28:27,918 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-904466f8-014b-448d-a959-30d1830b094f', 'x-openstack-request-id': 'req-904466f8-014b-448d-a959-30d1830b094f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume eceff273-fda2-493d-ae8f-bf54185a7964 could not be found."}}' {7} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer [1.877919s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ec25b5e6-0861-47da-bdb9-3cfacf15ce79 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:27,761 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes 0.493s 2023-04-20 10:28:27,762 80095 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-741398378"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-709bad5d-b9dc-4eb4-a6bd-6aa4d507c263', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-709bad5d-b9dc-4eb4-a6bd-6aa4d507c263', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes'} Body: b'{"volume": {"id": "ec25b5e6-0861-47da-bdb9-3cfacf15ce79", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:27.692409", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-741398378", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79"}], "user_id": "0a5094c73ff946619e7f847dd6a8d60f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-20 10:28:27,842 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79 0.070s 2023-04-20 10:28:27,842 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-811f6312-fb4f-401c-8bf9-ad97734ef366', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-811f6312-fb4f-401c-8bf9-ad97734ef366', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79'} Body: b'{"volume": {"id": "ec25b5e6-0861-47da-bdb9-3cfacf15ce79", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:28.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-741398378", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79"}], "user_id": "0a5094c73ff946619e7f847dd6a8d60f", "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": "ac7e9def8f6b4031a9200041fa5752cd"}}' 2023-04-20 10:28:28,899 80095 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/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79 0.045s 2023-04-20 10:28:28,899 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a4fa207-3bfa-4669-b3a4-40eb7a21c136', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a4fa207-3bfa-4669-b3a4-40eb7a21c136', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79'} Body: b'{"volume": {"id": "ec25b5e6-0861-47da-bdb9-3cfacf15ce79", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:28.000000", "updated_at": "2023-04-20T10:28:28.000000", "name": "tempest-VolumesTransfersV355Test-Volume-741398378", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79"}], "user_id": "0a5094c73ff946619e7f847dd6a8d60f", "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": "ac7e9def8f6b4031a9200041fa5752cd"}}' 2023-04-20 10:28:28,974 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79 0.064s 2023-04-20 10:28:28,974 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69e2f8d2-0919-4373-8065-919d169f8b7d', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69e2f8d2-0919-4373-8065-919d169f8b7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79'} Body: b'{"volume": {"id": "ec25b5e6-0861-47da-bdb9-3cfacf15ce79", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:28.000000", "updated_at": "2023-04-20T10:28:28.000000", "name": "tempest-VolumesTransfersV355Test-Volume-741398378", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79"}], "user_id": "0a5094c73ff946619e7f847dd6a8d60f", "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": "ac7e9def8f6b4031a9200041fa5752cd"}}' 2023-04-20 10:28:29,113 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79 0.127s 2023-04-20 10:28:29,113 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:28 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-66eac3aa-1714-4181-8537-75669d06ecb5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79'} Body: b'' 2023-04-20 10:28:29,144 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79 0.030s 2023-04-20 10:28:29,145 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:29 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-8c2e3f80-02c2-4990-9264-f65182ac7cd9', 'x-openstack-request-id': 'req-8c2e3f80-02c2-4990-9264-f65182ac7cd9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ec25b5e6-0861-47da-bdb9-3cfacf15ce79 could not be found."}}' {10} setUpClass (cinder_tempest_plugin.scenario.test_encrypted_volume_transfer.TransferEncryptedVolumeTest) ... SKIPPED: Barbican is required {7} tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer [1.695513s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0bf9013b-4487-41e0-94c4-bc09ec0b8d72 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:29,406 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes 0.258s 2023-04-20 10:28:29,406 80095 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-1069212365"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6360b36-bd18-4e1e-aac6-0571b08e79dc', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6360b36-bd18-4e1e-aac6-0571b08e79dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes'} Body: b'{"volume": {"id": "0bf9013b-4487-41e0-94c4-bc09ec0b8d72", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:29.317113", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1069212365", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72"}], "user_id": "0a5094c73ff946619e7f847dd6a8d60f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-20 10:28:29,459 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72 0.043s 2023-04-20 10:28:29,459 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33d5f510-7984-4f55-ab6f-f59b3a818171', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33d5f510-7984-4f55-ab6f-f59b3a818171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72'} Body: b'{"volume": {"id": "0bf9013b-4487-41e0-94c4-bc09ec0b8d72", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:29.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1069212365", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72"}], "user_id": "0a5094c73ff946619e7f847dd6a8d60f", "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": "ac7e9def8f6b4031a9200041fa5752cd"}}' 2023-04-20 10:28:30,592 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72 0.122s 2023-04-20 10:28:30,593 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8302ebe-8f4e-4b50-8f26-7399f0e66de4', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8302ebe-8f4e-4b50-8f26-7399f0e66de4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72'} Body: b'{"volume": {"id": "0bf9013b-4487-41e0-94c4-bc09ec0b8d72", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:29.000000", "updated_at": "2023-04-20T10:28:30.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1069212365", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72"}], "user_id": "0a5094c73ff946619e7f847dd6a8d60f", "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": "ac7e9def8f6b4031a9200041fa5752cd"}}' 2023-04-20 10:28:30,650 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72 0.046s 2023-04-20 10:28:30,650 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07030f84-9914-4c73-a928-7885bedc06e4', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07030f84-9914-4c73-a928-7885bedc06e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72'} Body: b'{"volume": {"id": "0bf9013b-4487-41e0-94c4-bc09ec0b8d72", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:29.000000", "updated_at": "2023-04-20T10:28:30.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1069212365", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72"}], "user_id": "0a5094c73ff946619e7f847dd6a8d60f", "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": "ac7e9def8f6b4031a9200041fa5752cd"}}' 2023-04-20 10:28:30,821 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72 0.160s 2023-04-20 10:28:30,821 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:30 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-2918c339-ef98-4e35-b607-09ed8ff27763', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72'} Body: b'' 2023-04-20 10:28:30,841 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72 0.020s 2023-04-20 10:28:30,842 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:30 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-a7a7647d-a0d2-480b-b10b-66433eda4d88', 'x-openstack-request-id': 'req-a7a7647d-a0d2-480b-b10b-66433eda4d88', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0bf9013b-4487-41e0-94c4-bc09ec0b8d72 could not be found."}}' {8} setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c1bccd4e-6060-479a-8bae-bcc09f5dba55 failed to build and is in ERROR status {8} setUpClass (cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromBackupTest) ... SKIPPED: Cinder backup feature disabled {8} setUpClass (cinder_tempest_plugin.api.volume.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {2} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices [1.950987s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 34f91aa6-c105-4184-be21-43a9bdf28914 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:34,106 80085 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/e14171f17c23465c81b03a8a3d4cbcb1/volumes 0.747s 2023-04-20 10:28:34,106 80085 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-1426259429", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-926cfca8-096b-4f31-9787-8ce0f9f488db', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-926cfca8-096b-4f31-9787-8ce0f9f488db', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e14171f17c23465c81b03a8a3d4cbcb1/volumes'} Body: b'{"volume": {"id": "34f91aa6-c105-4184-be21-43a9bdf28914", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:34.022422", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1426259429", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e14171f17c23465c81b03a8a3d4cbcb1/volumes/34f91aa6-c105-4184-be21-43a9bdf28914"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e14171f17c23465c81b03a8a3d4cbcb1/volumes/34f91aa6-c105-4184-be21-43a9bdf28914"}], "user_id": "e0a52536d5ec490a8866564a525ebf7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:28:34,185 80085 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/e14171f17c23465c81b03a8a3d4cbcb1/volumes/34f91aa6-c105-4184-be21-43a9bdf28914 0.064s 2023-04-20 10:28:34,185 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78a16089-8812-4c32-a3b2-ec7f69479c6f', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78a16089-8812-4c32-a3b2-ec7f69479c6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e14171f17c23465c81b03a8a3d4cbcb1/volumes/34f91aa6-c105-4184-be21-43a9bdf28914'} Body: b'{"volume": {"id": "34f91aa6-c105-4184-be21-43a9bdf28914", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:34.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1426259429", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e14171f17c23465c81b03a8a3d4cbcb1/volumes/34f91aa6-c105-4184-be21-43a9bdf28914"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e14171f17c23465c81b03a8a3d4cbcb1/volumes/34f91aa6-c105-4184-be21-43a9bdf28914"}], "user_id": "e0a52536d5ec490a8866564a525ebf7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e14171f17c23465c81b03a8a3d4cbcb1"}}' 2023-04-20 10:28:35,282 80085 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/e14171f17c23465c81b03a8a3d4cbcb1/volumes/34f91aa6-c105-4184-be21-43a9bdf28914 0.084s 2023-04-20 10:28:35,283 80085 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a880d006-5ee2-473e-8d01-31350977772f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a880d006-5ee2-473e-8d01-31350977772f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e14171f17c23465c81b03a8a3d4cbcb1/volumes/34f91aa6-c105-4184-be21-43a9bdf28914'} Body: b'{"volume": {"id": "34f91aa6-c105-4184-be21-43a9bdf28914", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:34.000000", "updated_at": "2023-04-20T10:28:34.000000", "name": "tempest-TaggedBootDevicesTest-volume-1426259429", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e14171f17c23465c81b03a8a3d4cbcb1/volumes/34f91aa6-c105-4184-be21-43a9bdf28914"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e14171f17c23465c81b03a8a3d4cbcb1/volumes/34f91aa6-c105-4184-be21-43a9bdf28914"}], "user_id": "e0a52536d5ec490a8866564a525ebf7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e14171f17c23465c81b03a8a3d4cbcb1"}}' {6} tempest.api.volume.test_volumes_extend.VolumesExtendAttachedTest.test_extend_attached_volume ... SKIPPED: Attached volume extend is disabled. {0} tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap [1.727515s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 105, in test_volume_swap volume1 = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5d46b597-5f4b-40d6-b428-cce4389d4bb3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:38,208 80081 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/9336313a06164e4fb11903c20c86ada5/volumes 0.545s 2023-04-20 10:28:38,208 80081 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-62710696"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e272be02-ad6a-4289-be82-1e7d6b8207b1', 'content-length': '810', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e272be02-ad6a-4289-be82-1e7d6b8207b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9336313a06164e4fb11903c20c86ada5/volumes'} Body: b'{"volume": {"id": "5d46b597-5f4b-40d6-b428-cce4389d4bb3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:38.099330", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-62710696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9336313a06164e4fb11903c20c86ada5/volumes/5d46b597-5f4b-40d6-b428-cce4389d4bb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9336313a06164e4fb11903c20c86ada5/volumes/5d46b597-5f4b-40d6-b428-cce4389d4bb3"}], "user_id": "78034d1474784cd3925eb434918d35ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:28:38,299 80081 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/9336313a06164e4fb11903c20c86ada5/volumes/5d46b597-5f4b-40d6-b428-cce4389d4bb3 0.072s 2023-04-20 10:28:38,299 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0635647b-9cf9-4110-b7f0-646f2035c945', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0635647b-9cf9-4110-b7f0-646f2035c945', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9336313a06164e4fb11903c20c86ada5/volumes/5d46b597-5f4b-40d6-b428-cce4389d4bb3'} Body: b'{"volume": {"id": "5d46b597-5f4b-40d6-b428-cce4389d4bb3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:38.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-62710696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9336313a06164e4fb11903c20c86ada5/volumes/5d46b597-5f4b-40d6-b428-cce4389d4bb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9336313a06164e4fb11903c20c86ada5/volumes/5d46b597-5f4b-40d6-b428-cce4389d4bb3"}], "user_id": "78034d1474784cd3925eb434918d35ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9336313a06164e4fb11903c20c86ada5"}}' 2023-04-20 10:28:39,374 80081 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/9336313a06164e4fb11903c20c86ada5/volumes/5d46b597-5f4b-40d6-b428-cce4389d4bb3 0.060s 2023-04-20 10:28:39,375 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Aut h-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3e93ff0-10c0-4c77-abf4-88a328f485aa', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3e93ff0-10c0-4c77-abf4-88a328f485aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9336313a06164e4fb11903c20c86ada5/volumes/5d46b597-5f4b-40d6-b428-cce4389d4bb3'} Body: b'{"volume": {"id": "5d46b597-5f4b-40d6-b428-cce4389d4bb3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:38.000000", "updated_at": "2023-04-20T10:28:38.000000", "name": "tempest-TestVolumeSwap-volume-62710696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9336313a06164e4fb11903c20c86ada5/volumes/5d46b597-5f4b-40d6-b428-cce4389d4bb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9336313a06164e4fb11903c20c86ada5/volumes/5d46b597-5f4b-40d6-b428-cce4389d4bb3"}], "user_id": "78034d1474784cd3925eb434918d35ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9336313a06164e4fb11903c20c86ada5"}}' {7} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete [2.143383s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 120, in test_volume_create_get_update_delete self._volume_create_get_update_delete(size=CONF.volume.volume_size) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7c0148fa-1a59-4f5a-84f5-350d3e04677c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:41,217 80095 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes 0.632s 2023-04-20 10:28:41,218 80095 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-1332823279", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04284c29-b727-402c-a897-589418cbc68d', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04284c29-b727-402c-a897-589418cbc68d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes'} Body: b'{"volume": {"id": "7c0148fa-1a59-4f5a-84f5-350d3e04677c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:41.114392", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1332823279", "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/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c"}], "user_id": "51635dc5b2da42c1a676792f773285fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:28:41,297 80095 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c 0.067s 2023-04-20 10:28:41,298 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6e4691a-6414-4ce9-8dfd-cd12f815c17a', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6e4691a-6414-4ce9-8dfd-cd12f815c17a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c'} Body: b'{"volume": {"id": "7c0148fa-1a59-4f5a-84f5-350d3e04677c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:41.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1332823279", "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/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c"}], "user_id": "51635dc5b2da42c1a676792f773285fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aba8ba78769c441ebc141d3280544d67"}}' 2023-04-20 10:28:42,383 80095 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c 0.064s 2023-04-20 10:28:42,384 80095 DEBUG [tempest. lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4b0a776-c63a-4bb2-9e07-7ba5a8c89bef', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4b0a776-c63a-4bb2-9e07-7ba5a8c89bef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c'} Body: b'{"volume": {"id": "7c0148fa-1a59-4f5a-84f5-350d3e04677c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:41.000000", "updated_at": "2023-04-20T10:28:41.000000", "name": "tempest-VolumesGetTest-Volume-1332823279", "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/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c"}], "user_id": "51635dc5b2da42c1a676792f773285fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aba8ba78769c441ebc141d3280544d67"}}' 2023-04-20 10:28:42,690 80095 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c 0.294s 2023-04-20 10:28:42,691 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7593e01-5082-4703-9d63-0aebbbc58666', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c'} Body: b'' 2023-04-20 10:28:42,726 80095 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c 0.034s 2023-04-20 10:28:42,726 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e26d69fd-e888-4272-9f71-c2eb1165aecf', 'x-openstack-request-id': 'req-e26d69fd-e888-4272-9f71-c2eb1165aecf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7c0148fa-1a59-4f5a-84f5-350d3e04677c could not be found."}}' {7} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone [1.804071s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 138, in test_volume_create_get_update_delete_as_clone origin = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 905d7aad-5e44-4fff-92f9-97bd1d20d6df failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:43,079 80095 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/aba8ba78769c441ebc141d3280544d67/volumes 0.349s 2023-04-20 10:28:43,080 80095 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-1190270083"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4d3147d-ed69-49ab-a1fb-27be1f9e220a', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4d3147d-ed69-49ab-a1fb-27be1f9e220a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes'} Body: b'{"volume": {"id": "905d7aad-5e44-4fff-92f9-97bd1d20d6df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:42.997604", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1190270083", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df"}], "user_id": "51635dc5b2da42c1a676792f773285fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:28:43,151 80095 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/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df 0.060s 2023-04-20 10:28:43,152 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bb6174f-52fc-4b73-a0ba-3387c2afffb3', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bb6174f-52fc-4b73-a0ba-3387c2afffb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df'} Body: b'{"volume": {"id": "905d7aad-5e44-4fff-92f9-97bd1d20d6df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:43.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1190270083", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df"}], "user_id": "51635dc5b2da42c1a676792f773285fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aba8ba78769c441ebc141d3280544d67"}}' 2023-04-20 10:28:44,224 80095 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/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df 0.059s 2023-04-20 10:28:44,224 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82de5abc-f476-4884-8451-2c16d7020d8f', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82de5abc-f476-4884-8451-2c16d7020d8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df'} Body: b'{"volume": {"id": "905d7aad-5e44-4fff-92f9-97bd1d20d6df", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:43.000000", "updated_at": "2023-04-20T10:28:43.000000", "name": "tempest-VolumesGetTest-Volume-1190270083", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df"}], "user_id": "51635dc5b2da42c1a676792f773285fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aba8ba78769c441ebc141d3280544d67"}}' 2023-04-20 10:28:44,302 80095 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df 0.066s 2023-04-20 10:28:44,302 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-330372d7-4c0c-4938-b407-d5dc5e855abb', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-330372d7-4c0c-4938-b407-d5dc5e855abb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df'} Body: b'{"volume": {"id": "905d7aad-5e44-4fff-92f9-97bd1d20d6df", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:43.000000", "updated_at": "2023-04-20T10:28:43.000000", "name": "tempest-VolumesGetTest-Volume-1190270083", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df"}], "user_id": "51635dc5b2da42c1a676792f773285fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aba8ba78769c441ebc141d3280544d67"}}' 2023-04-20 10:28:44,502 80095 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df 0.182s 2023-04-20 10:28:44,502 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8 ', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cb610ff-a787-4c0b-952a-258630614aaa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df'} Body: b'' 2023-04-20 10:28:44,532 80095 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df 0.029s 2023-04-20 10:28:44,532 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-200eaed4-f62d-44e5-a240-c1a4c37ae8eb', 'x-openstack-request-id': 'req-200eaed4-f62d-44e5-a240-c1a4c37ae8eb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 905d7aad-5e44-4fff-92f9-97bd1d20d6df could not be found."}}' {6} setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_list.py", line 89, in resource_setup volume = cls.create_volume(metadata=cls.metadata) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9827babb-c5c1-4fdc-b102-ec6ccb48f62a failed to build and is in ERROR status {7} tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image [2.047429s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 130, in test_volume_create_get_update_delete_from_image self._volume_create_get_update_delete( File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5169d076-8635-4c23-a616-5e59e909a20f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:44,572 80095 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/3687b278-c2bc-46f2-9b7e-579c8d06fe41 0.035s 2023-04-20 10:28:44,572 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d8755690-c76b-46dc-8e8c-0b7d65fb7226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "fda053593ca94fea8fa552c5a6c6e5d5", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "created_at": "2023-04-20T10:24:36Z", "updated_at": "2023-04-20T10:24:37Z", "tags": [], "self": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41", "file": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:28:45,173 80095 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/aba8ba78769c441ebc141d3280544d67/volumes 0.599s 2023-04-20 10:28:45,173 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "size": 1, "name": "tempest-VolumesGetTest-Volume-976426843", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad44aa38-8945-449c-a0d3-a375d13c6334', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad44aa38-8945-449c-a0d3-a375d13c6334', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes'} Body: b'{"volume": {"id": "5169d076-8635-4c23-a616-5e59e909a20f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:45.066586", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-976426843", "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/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f"}], "user_id": "51635dc5b2da42c1a676792f773285fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:28:45,300 80095 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/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f 0.103s 2023-04-20 10:28:45,301 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cad83f4a-31d7-478c-a06f-57a93060a5f0', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cad83f4a-31d7-478c-a06f-57a93060a5f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f'} Body: b'{"volume": {"id": "5169d076-8635-4c23-a616-5e59e909a20f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:45.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-976426843", "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/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f"}], "user_id": "51635dc5b2da42c1a676792f773285fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aba8ba78769c441ebc141d3280544d67"}}' 2023-04-20 10:28:46,402 80095 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/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f 0.089s 2023-04-20 10:28:46,402 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08b4cc2d-ee69-4580-83b2-b5c6832d531c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08b4cc2d-ee69-4580-83b2-b5c6832d531c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f'} Body: b'{"volume": {"id": "5169d076-8635-4c23-a616-5e59e909a20f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:45.000000", "updated_at": "2023-04-20T10:28:45.000000", "name": "tempest-VolumesGetTest-Volume-976426843", "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/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f"}], "user_id": "51635dc5b2da42c1a676792f773285fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aba8ba78769c441ebc141d3280544d67"}}' 2023-04-20 10:28:46,557 80095 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f 0.143s 2023-04-20 10:28:46,557 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28: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-63dc1f19-4328-4270-a3e8-5c53848fe048', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f'} Body: b'' 2023-04-20 10:28:46,582 80095 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f 0.024s 2023-04-20 10:28:46,582 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28: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-1be292e3-fe08-438b-9187-bd212627775b', 'x-openstack-request-id': 'req-1be292e3-fe08-438b-9187-bd212627775b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5169d076-8635-4c23-a616-5e59e909a20f could not be found."}}' {7} setUpClass (tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {6} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot [1.846926s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_revert.py", line 47, in setUp self.volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 20ddcf07-d791-4579-8414-a2aa590d3518 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:48,450 80093 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes 0.689s 2023-04-20 10:28:48,450 80093 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-813574374"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d249268-d8ce-4b51-8abf-18bf160433ba', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d249268-d8ce-4b51-8abf-18bf160433ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes'} Body: b'{"volume": {"id": "20ddcf07-d791-4579-8414-a2aa590d3518", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:48.345084", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-813574374", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/20ddcf07-d791-4579-8414-a2aa590d3518"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3b659142e22249c6907cf8e7701b3e22/volumes/20ddcf07-d791-4579-8414-a2aa590d3518"}], "user_id": "0223f377184d4297a1e4247606dca558", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-20 10:28:48,531 80093 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/20ddcf07-d791-4579-8414-a2aa590d3518 0.070s 2023-04-20 10:28:48,531 80093 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e1b4418-d49f-4f8e-877f-6165b5266d4e', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e1b4418-d49f-4f8e-877f-6165b5266d4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/20ddcf07-d791-4579-8414-a2aa590d3518'} Body: b'{"volume": {"id": "20ddcf07-d791-4579-8414-a2aa590d3518", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:48.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-813574374", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/20ddcf07-d791-4579-8414-a2aa590d3518"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3b659142e22249c6907cf8e7701b3e22/volumes/20ddcf07-d791-4579-8414-a2aa590d3518"}], "user_id": "0223f377184d4297a1e4247606dca558", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3b659142e22249c6907cf8e7701b3e22"}}' 2023-04-20 10:28:49,594 80093 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/20ddcf07-d791-4579-8414-a2aa590d3518 0.051s 2023-04-20 10:28:49,594 80093 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': 'Thu, 20 Apr 2023 10:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ec1fb08-be5b-4b36-b20e-a8cea259f8ad', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ec1fb08-be5b-4b36-b20e-a8cea259f8ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/20ddcf07-d791-4579-8414-a2aa590d3518'} Body: b'{"volume": {"id": "20ddcf07-d791-4579-8414-a2aa590d3518", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:48.000000", "updated_at": "2023-04-20T10:28:49.000000", "name": "tempest-VolumeRevertTests-Volume-813574374", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/20ddcf07-d791-4579-8414-a2aa590d3518"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3b659142e22249c6907cf8e7701b3e22/volumes/20ddcf07-d791-4579-8414-a2aa590d3518"}], "user_id": "0223f377184d4297a1e4247606dca558", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3b659142e22249c6907cf8e7701b3e22"}}' {6} cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative [1.461822s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_revert.py", line 47, in setUp self.volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f74d690e-7a2e-4568-ae04-1cf84f7e2c09 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:49,891 80093 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes 0.280s 2023-04-20 10:28:49,891 80093 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-1626275100"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9831f8e2-70f9-4f21-a7f9-0127abfc3395', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9831f8e2-70f9-4f21-a7f9-0127abfc3395', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes'} Body: b'{"volume": {"id": "f74d690e-7a2e-4568-ae04-1cf84f7e2c09", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:49.796303", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1626275100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/f74d690e-7a2e-4568-ae04-1cf84f7e2c09"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3b659142e22249c6907cf8e7701b3e22/volumes/f74d690e-7a2e-4568-ae04-1cf84f7e2c09"}], "user_id": "0223f377184d4297a1e4247606dca558", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-20 10:28:49,975 80093 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/f74d690e-7a2e-4568-ae04-1cf84f7e2c09 0.073s 2023-04-20 10:28:49,975 80093 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdba63ae-d0f2-490d-a8ae-165335f2480f', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdba63ae-d0f2-490d-a8ae-165335f2480f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/f74d690e-7a2e-4568-ae04-1cf84f7e2c09'} Body: b'{"volume": {"id": "f74d690e-7a2e-4568-ae04-1cf84f7e2c09", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:50.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1626275100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/f74d690e-7a2e-4568-ae04-1cf84f7e2c09"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3b659142e22249c6907cf8e7701b3e22/volumes/f74d690e-7a2e-4568-ae04-1cf84f7e2c09"}], "user_id": "0223f377184d4297a1e4247606dca558", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3b659142e22249c6907cf8e7701b3e22"}}' 2023-04-20 10:28:51,059 80093 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/f74d690e-7a2e-4568-ae04-1cf84f7e2c09 0.070s 2023-04-20 10:28:51,059 80093 DEBUG [tempest.lib.common.rest _client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-144092f3-2fa2-4ae0-937b-3c444b98643a', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-144092f3-2fa2-4ae0-937b-3c444b98643a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/f74d690e-7a2e-4568-ae04-1cf84f7e2c09'} Body: b'{"volume": {"id": "f74d690e-7a2e-4568-ae04-1cf84f7e2c09", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:50.000000", "updated_at": "2023-04-20T10:28:50.000000", "name": "tempest-VolumeRevertTests-Volume-1626275100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/f74d690e-7a2e-4568-ae04-1cf84f7e2c09"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3b659142e22249c6907cf8e7701b3e22/volumes/f74d690e-7a2e-4568-ae04-1cf84f7e2c09"}], "user_id": "0223f377184d4297a1e4247606dca558", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3b659142e22249c6907cf8e7701b3e22"}}' {2} tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status [2.048532s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 221, in test_reset_group_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 2ad1dc7e-ec59-4989-9442-98c6da0f091a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:54,110 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/16bc8e3ebd7549dfb5be1d3f0a0376ab/types 0.206s 2023-04-20 10:28:54,110 80085 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-119789946"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-255b2381-95d4-463f-a3a2-712f80440459', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-255b2381-95d4-463f-a3a2-712f80440459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/16bc8e3ebd7549dfb5be1d3f0a0376ab/types'} Body: b'{"volume_type": {"id": "8bd887b5-f7ea-48b6-bc56-aafd1a2fd28a", "name": "tempest-GroupsV320Test-volume-type-119789946", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 10:28:54,146 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/16bc8e3ebd7549dfb5be1d3f0a0376ab/group_types 0.033s 2023-04-20 10:28:54,147 80085 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-926066208"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4fe8046-2a13-41d9-a0d4-60a12b494038', 'content-length': '176', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4fe8046-2a13-41d9-a0d4-60a12b494038', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/16bc8e3ebd7549dfb5be1d3f0a0376ab/group_types'} Body: b'{"group_type": {"id": "ee04d14f-e1a4-4249-a61e-38fa1833debd", "name": "tempest-GroupsV320Test-group-type-926066208", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 10:28:54,553 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/groups 0.403s 2023-04-20 10:28:54,554 80085 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": "ee04d14f-e1a4-4249-a61e-38fa1833debd", "volume_types": ["8bd887b5-f7ea-48b6-bc56-aafd1a2fd28a"], "name": "tempest-GroupsV320Test-Group-1748572606"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d012530-eec9-4206-9660-215b5f037d61', 'content-length': '108', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d012530-eec9-4206-9660-215b5f037d61', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/groups'} Body: b'{"group": {"id": "2ad1dc7e-ec59-4989-9442-98c6da0f091a", "name": "tempest-GroupsV320Test-Group-1748572606"}}' 2023-04-20 10:28:54,606 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/groups/2ad1dc7e-ec59-4989-9442-98c6da0f091a 0.046s 2023-04-20 10:28:54,607 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/js on', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71da4bac-4c80-4490-a3c8-490e63b4b41d', 'content-length': '388', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71da4bac-4c80-4490-a3c8-490e63b4b41d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/groups/2ad1dc7e-ec59-4989-9442-98c6da0f091a'} Body: b'{"group": {"id": "2ad1dc7e-ec59-4989-9442-98c6da0f091a", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T10:28:54.000000", "name": "tempest-GroupsV320Test-Group-1748572606", "description": null, "group_type": "ee04d14f-e1a4-4249-a61e-38fa1833debd", "volume_types": ["8bd887b5-f7ea-48b6-bc56-aafd1a2fd28a"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:28:55,649 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/groups/2ad1dc7e-ec59-4989-9442-98c6da0f091a 0.036s 2023-04-20 10:28:55,650 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db5a8d95-23b4-4a0b-a2dc-7fb38336fa16', 'content-length': '385', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db5a8d95-23b4-4a0b-a2dc-7fb38336fa16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/groups/2ad1dc7e-ec59-4989-9442-98c6da0f091a'} Body: b'{"group": {"id": "2ad1dc7e-ec59-4989-9442-98c6da0f091a", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T10:28:54.000000", "name": "tempest-GroupsV320Test-Group-1748572606", "description": null, "group_type": "ee04d14f-e1a4-4249-a61e-38fa1833debd", "volume_types": ["8bd887b5-f7ea-48b6-bc56-aafd1a2fd28a"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:28:55,727 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/volumes/detail 0.068s 2023-04-20 10:28:55,727 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fb596ca-cf30-4d12-b199-9086cb4e9286', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fb596ca-cf30-4d12-b199-9086cb4e9286', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 10:28:55,808 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/groups/2ad1dc7e-ec59-4989-9442-98c6da0f091a/action 0.070s 2023-04-20 10:28:55,808 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content -length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7314158e-789d-49ba-b915-5895b016b64a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/groups/2ad1dc7e-ec59-4989-9442-98c6da0f091a/action'} Body: b'' 2023-04-20 10:28:55,828 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/groups/2ad1dc7e-ec59-4989-9442-98c6da0f091a 0.018s 2023-04-20 10:28:55,829 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0b0d0f7-cabf-469d-9d8d-071806b00abc', 'x-openstack-request-id': 'req-e0b0d0f7-cabf-469d-9d8d-071806b00abc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/groups/2ad1dc7e-ec59-4989-9442-98c6da0f091a'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 2ad1dc7e-ec59-4989-9442-98c6da0f091a could not be found."}}' 2023-04-20 10:28:55,883 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/16bc8e3ebd7549dfb5be1d3f0a0376ab/group_types/ee04d14f-e1a4-4249-a61e-38fa1833debd 0.053s 2023-04-20 10:28:55,883 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58927308-8278-4fd9-ae44-c21566dacf44', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/16bc8e3ebd7549dfb5be1d3f0a0376ab/group_types/ee04d14f-e1a4-4249-a61e-38fa1833debd'} Body: b'' 2023-04-20 10:28:55,932 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/16bc8e3ebd7549dfb5be1d3f0a0376ab/types/8bd887b5-f7ea-48b6-bc56-aafd1a2fd28a 0.048s 2023-04-20 10:28:55,932 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb216ac9-0672-4a1a-aaff-ac9d1ca9a765', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/16bc8e3ebd7549dfb5be1d3f0a0376ab/types/8bd887b5-f7ea-48b6-bc56-aafd1a2fd28a'} Body: b'' 2023-04-20 10:28:55,950 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/16bc8e3ebd7549dfb5be1d3f0a0376ab/types/8bd887b5-f7ea-48b6-bc56-aafd1a2fd28a 0.017s 2023-04-20 10:28:55,951 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': ' 114', 'content-type': 'application/json', 'x-compute-request-id': 'req-778f001d-a70d-4766-a6ff-e13db1d57a8d', 'x-openstack-request-id': 'req-778f001d-a70d-4766-a6ff-e13db1d57a8d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/16bc8e3ebd7549dfb5be1d3f0a0376ab/types/8bd887b5-f7ea-48b6-bc56-aafd1a2fd28a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 8bd887b5-f7ea-48b6-bc56-aafd1a2fd28a could not be found."}}' {2} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add [2.108383s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_type_access.py", line 51, in test_volume_type_access_add volume = self.create_volume(volume_type=volume_type['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 202e26bd-e5d5-4324-9334-0be2967c9588 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:29:00,657 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/65e5f2a799704219a88470eed1edf5f2/types 0.225s 2023-04-20 10:29:00,657 80085 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-814408158", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2123ea91-c9b7-4c69-ad65-bae8a67b185c', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2123ea91-c9b7-4c69-ad65-bae8a67b185c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/65e5f2a799704219a88470eed1edf5f2/types'} Body: b'{"volume_type": {"id": "e9c908a5-0b07-44dd-8b90-46f5738409d6", "name": "tempest-VolumeTypesAccessTest-volume-type-814408158", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-20 10:29:00,794 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes 0.133s 2023-04-20 10:29:00,795 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "e9c908a5-0b07-44dd-8b90-46f5738409d6", "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-21356e78-b7ac-4311-b81a-7008a37745e4', 'x-openstack-request-id': 'req-21356e78-b7ac-4311-b81a-7008a37745e4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e9c908a5-0b07-44dd-8b90-46f5738409d6 could not be found."}}' 2023-04-20 10:29:00,795 80085 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-20 10:29:00,825 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/65e5f2a799704219a88470eed1edf5f2/types/e9c908a5-0b07-44dd-8b90-46f5738409d6/action 0.029s 2023-04-20 10:29:00,826 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "c52c73467ccd4944af97ee308f661c2b"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29: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-a285597d-0bd5-4126-b8b8-8c72a0f55e3f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/65e5f2a799704219a88470eed1edf5f2/types/e9c908a5-0b07-44dd-8b90-46f5738409d6/action'} Body: b'' 2023-04-20 10:29:01,050 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes 0.223s 2023-04-20 10:29:01,050 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "e9c908a5-0b07-44dd-8b90-46f5738409 d6", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1473391983"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9d9f1ff-629f-436c-a27b-f848f672c09d', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9d9f1ff-629f-436c-a27b-f848f672c09d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes'} Body: b'{"volume": {"id": "202e26bd-e5d5-4324-9334-0be2967c9588", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:00.974352", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1473391983", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-814408158", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588"}], "user_id": "370710a340294832ac0636f10b68b5d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:29:01,122 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588 0.061s 2023-04-20 10:29:01,122 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34aa8a14-5323-49ed-96ec-b2b162a64baa', 'content-length': '927', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34aa8a14-5323-49ed-96ec-b2b162a64baa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588'} Body: b'{"volume": {"id": "202e26bd-e5d5-4324-9334-0be2967c9588", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:01.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1473391983", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-814408158", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588"}], "user_id": "370710a340294832ac0636f10b68b5d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c52c73467ccd4944af97ee308f661c2b"}}' 2023-04-20 10:29:02,173 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588 0.039s 2023-04-20 10:29:02,174 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed1e26c4-55d5-47b9-976f-2a547fecde24', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed1e26c4-55d5-47b9-976f-2a547fecde24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588'} Body: b'{"volume": {"id": "202e26bd-e5d5-4324-9334-0be2967c9588", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:01.000000", "updated_at": "2023-04-20T10:29:01.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1473391983", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-814408158", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588"}], "user_id": "370710a340294832ac0636f10b68b5d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c52c73467ccd4944af97ee308f661c2b"}}' 2023-04-20 10:29:02,244 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588 0.048s 2023-04-20 10:29:02,245 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec875ee6-ae19-4d3f-b3c2-857ddf588a48', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec875ee6-ae19-4d3f-b3c2-857ddf588a48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588'} Body: b'{"volume": {"id": "202e26bd-e5d5-4324-9334-0be2967c9588", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:01.000000", "updated_at": "2023-04-20T10:29:01.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1473391983", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-814408158", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588"}], "user_id": "370710a340294832ac0636f10b68b5d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c52c73467ccd4944af97ee308f661c2b"}}' 2023-04-20 10:29:02,407 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588 0.151s 2023-04-20 10:29:02,408 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29: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-0554d977-7845-4a85-80c5-c61572d45830', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c52c73467ccd4944 af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588'} Body: b'' 2023-04-20 10:29:02,430 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588 0.021s 2023-04-20 10:29:02,430 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29: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-0027f914-0419-4df9-aad4-55337a068271', 'x-openstack-request-id': 'req-0027f914-0419-4df9-aad4-55337a068271', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 202e26bd-e5d5-4324-9334-0be2967c9588 could not be found."}}' 2023-04-20 10:29:02,460 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/65e5f2a799704219a88470eed1edf5f2/types/e9c908a5-0b07-44dd-8b90-46f5738409d6/action 0.029s 2023-04-20 10:29:02,460 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "c52c73467ccd4944af97ee308f661c2b"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29: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-a89b7240-26b0-406d-b612-766f6fa536f5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/65e5f2a799704219a88470eed1edf5f2/types/e9c908a5-0b07-44dd-8b90-46f5738409d6/action'} Body: b'' 2023-04-20 10:29:02,523 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/65e5f2a799704219a88470eed1edf5f2/types/e9c908a5-0b07-44dd-8b90-46f5738409d6 0.062s 2023-04-20 10:29:02,523 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29: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-8b2f3ef9-171d-4502-97e3-79b9920e3ccb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/65e5f2a799704219a88470eed1edf5f2/types/e9c908a5-0b07-44dd-8b90-46f5738409d6'} Body: b'' 2023-04-20 10:29:02,539 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/65e5f2a799704219a88470eed1edf5f2/types/e9c908a5-0b07-44dd-8b90-46f5738409d6 0.014s 2023-04-20 10:29:02,539 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:02 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-18bd1c2a-1b9a-48c7-9d4e-34c5c6ee2510', 'x-openstack-request-id': 'req-18bd1c2a-1b9a-48c7-9d4e-34c5c6ee2510', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/65e5f2a799704219a88470eed1e df5f2/types/e9c908a5-0b07-44dd-8b90-46f5738409d6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e9c908a5-0b07-44dd-8b90-46f5738409d6 could not be found."}}' {2} tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_list [0.284298s] ... ok {0} tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment [5.052376s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 392, in test_tagged_attachment volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7ee9bf23-a530-4796-b12f-86590fc5ee62 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:29:07,846 80081 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 0.810s 2023-04-20 10:29:07,847 80081 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-506987419"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-060340fc-01c8-40d7-93e2-338e47576ae8', 'date': 'Thu, 20 Apr 2023 10:29:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"00f335b4-f3f9-4365-8909-c04395708f2e","name":"tempest-tagged-attachments-test-net-506987419","tenant_id":"e3bdc636656d4ec3a1bd7c6784a1c447","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"e3bdc636656d4ec3a1bd7c6784a1c447","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-04-20T10:29:07Z","updated_at":"2023-04-20T10:29:07Z","revision_number":1}}' 2023-04-20 10:29:09,107 80081 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 1.259s 2023-04-20 10:29:09,107 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "00f335b4-f3f9-4365-8909-c04395708f2e", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-efefedb7-7916-46c0-92bb-55984b8b9bb1', 'date': 'Thu, 20 Apr 2023 10:29:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"0f945f99-5842-4050-af3c-dcd23bc5867d","name":"","tenant_id":"e3bdc636656d4ec3a1bd7c6784a1c447","network_id":"00f335b4-f3f9-4365-8909-c04395708f2e","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.10.10.1","cidr":"10.10.10.0/24","allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2023-04-20T10:29:08Z","updated_at":"2023-04-20T10:29:08Z","revision_number":0,"project_id":"e3bdc636656d4ec3a1bd7c6784a1c447"}}' 2023-04-20 10:29:09,388 80081 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/e3bdc636656d4ec3a1bd7c6784a1c447/volumes 0.281s 2023-04-20 10:29:09,389 80081 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-394404910"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80355815-4d78-442d-ad36-73653d765ae6', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80355815-4d78-442d-ad36-73653d765ae6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3bdc636656d4ec3a1bd7c6784a1c447/volumes'} Body: b'{"volume": {"id": "7ee9bf23-a530-4796-b12f-86590fc5ee62", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:09.319003", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-394404910", "description": null, "volume _type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e3bdc636656d4ec3a1bd7c6784a1c447/volumes/7ee9bf23-a530-4796-b12f-86590fc5ee62"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e3bdc636656d4ec3a1bd7c6784a1c447/volumes/7ee9bf23-a530-4796-b12f-86590fc5ee62"}], "user_id": "d10a3e1ae784457dbff7117b6f916382", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:29:09,477 80081 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/e3bdc636656d4ec3a1bd7c6784a1c447/volumes/7ee9bf23-a530-4796-b12f-86590fc5ee62 0.078s 2023-04-20 10:29:09,478 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33f7725b-0be2-495e-be5c-79e169728113', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33f7725b-0be2-495e-be5c-79e169728113', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e3bdc636656d4ec3a1bd7c6784a1c447/volumes/7ee9bf23-a530-4796-b12f-86590fc5ee62'} Body: b'{"volume": {"id": "7ee9bf23-a530-4796-b12f-86590fc5ee62", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:09.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-394404910", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e3bdc636656d4ec3a1bd7c6784a1c447/volumes/7ee9bf23-a530-4796-b12f-86590fc5ee62"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e3bdc636656d4ec3a1bd7c6784a1c447/volumes/7ee9bf23-a530-4796-b12f-86590fc5ee62"}], "user_id": "d10a3e1ae784457dbff7117b6f916382", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e3bdc636656d4ec3a1bd7c6784a1c447"}}' 2023-04-20 10:29:10,540 80081 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/e3bdc636656d4ec3a1bd7c6784a1c447/volumes/7ee9bf23-a530-4796-b12f-86590fc5ee62 0.050s 2023-04-20 10:29:10,541 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa131998-807f-4283-8238-720bcf963d2a', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa131998-807f-4283-8238-720bcf963d2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e3bdc636656d4ec3a1bd7c6784a1c447/volumes/7ee9bf23-a530-4796-b12f-86590fc5ee62'} Body: b'{"volume": {"id": "7ee9bf23-a530-4796-b12f-86590fc5ee62", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:09.000000", "updated_at": "2023-04-20T10:29:09.000000", "name": "tempest-TaggedAttachmentsTest-volume-394404910", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e3bdc636656d4ec3a1bd7c6784a1c447/volumes/7ee9bf23-a530-4796-b12f-86590fc5ee62"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e3bdc636656d4ec3a1bd7c6784a1c447/volumes/7ee9bf23-a530-4796-b 12f-86590fc5ee62"}], "user_id": "d10a3e1ae784457dbff7117b6f916382", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e3bdc636656d4ec3a1bd7c6784a1c447"}}' 2023-04-20 10:29:11,200 80081 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/0f945f99-5842-4050-af3c-dcd23bc5867d 0.649s 2023-04-20 10:29:11,201 80081 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-b7859156-1a8e-4df3-9be4-758c572c1ac3', 'date': 'Thu, 20 Apr 2023 10:29:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/0f945f99-5842-4050-af3c-dcd23bc5867d'} Body: b'' 2023-04-20 10:29:12,086 80081 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/00f335b4-f3f9-4365-8909-c04395708f2e 0.885s 2023-04-20 10:29:12,087 80081 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-81a06a58-19c9-4952-857f-afb1899c2709', 'date': 'Thu, 20 Apr 2023 10:29:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/00f335b4-f3f9-4365-8909-c04395708f2e'} Body: b'' {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_invalid_size [0.191921s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_with_size_zero [0.018662s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_create_volume_without_passing_size [0.017107s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_invalid_volume_id [0.070357s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_delete_volume_without_passing_volume_id [0.009571s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_get_volume_without_passing_volume_id [0.014814s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_delete_nonexistent_volume_id [0.047057s] ... ok {0} tempest.api.compute.volumes.test_volumes_negative.VolumesNegativeTest.test_volume_get_nonexistent_volume_id [0.086948s] ... ok {0} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade [1.656585s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 68, in test_volume_delete_cascade volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d4e5efe7-ec0b-4b0d-82cd-38750de489a4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:29:22,162 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes 0.367s 2023-04-20 10:29:22,163 80081 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-919300874"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff843db1-21ef-468c-8e30-0e89a4c98a55', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff843db1-21ef-468c-8e30-0e89a4c98a55', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes'} Body: b'{"volume": {"id": "d4e5efe7-ec0b-4b0d-82cd-38750de489a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:22.097289", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-919300874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4"}], "user_id": "7eef05e9d66c40a5b247207ed8f08e47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:29:22,212 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4 0.039s 2023-04-20 10:29:22,212 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d128f04-fd35-42af-a960-254e75f0bafa', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d128f04-fd35-42af-a960-254e75f0bafa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4'} Body: b'{"volume": {"id": "d4e5efe7-ec0b-4b0d-82cd-38750de489a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:22.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-919300874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4"}], "user_id": "7eef05e9d66c40a5b247207ed8f08e47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126269c09d1949c184bf7b238626c8ff"}}' 2023-04-20 10:29:23,262 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4 0.038s 2023-04-20 10:29:23,262 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Ty pe': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dac3b1ba-0613-4a78-b6fc-5f725117369e', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dac3b1ba-0613-4a78-b6fc-5f725117369e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4'} Body: b'{"volume": {"id": "d4e5efe7-ec0b-4b0d-82cd-38750de489a4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:22.000000", "updated_at": "2023-04-20T10:29:22.000000", "name": "tempest-VolumesDeleteCascade-Volume-919300874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4"}], "user_id": "7eef05e9d66c40a5b247207ed8f08e47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126269c09d1949c184bf7b238626c8ff"}}' 2023-04-20 10:29:23,313 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4 0.038s 2023-04-20 10:29:23,313 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce0c79cc-e372-4961-bcdf-9ad8db49407a', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce0c79cc-e372-4961-bcdf-9ad8db49407a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4'} Body: b'{"volume": {"id": "d4e5efe7-ec0b-4b0d-82cd-38750de489a4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:22.000000", "updated_at": "2023-04-20T10:29:22.000000", "name": "tempest-VolumesDeleteCascade-Volume-919300874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4"}], "user_id": "7eef05e9d66c40a5b247207ed8f08e47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126269c09d1949c184bf7b238626c8ff"}}' 2023-04-20 10:29:23,426 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4 0.103s 2023-04-20 10:29:23,427 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29: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-60628585-ac3d-41be-a2e4-a2dc3909801b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4'} Body: b'' 2023-04-20 10:29:23,450 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4 0.023s 2023-04-20 10:29:23,450 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29: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-894c0e3c-7856-42a5-b6cc-60afa87a8a98', 'x-openstack-request-id': 'req-894c0e3c-7856-42a5-b6cc-60afa87a8a98', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d4e5efe7-ec0b-4b0d-82cd-38750de489a4 could not be found."}}' {0} tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete [1.448405s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 92, in test_volume_from_snapshot_cascade_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 324eb423-6b98-4aa6-a8a7-394a1e207e2a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:29:23,621 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes 0.168s 2023-04-20 10:29:23,621 80081 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-158061174"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e49ff76-ae6d-4f86-8be6-934457043914', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e49ff76-ae6d-4f86-8be6-934457043914', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes'} Body: b'{"volume": {"id": "324eb423-6b98-4aa6-a8a7-394a1e207e2a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:23.567063", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-158061174", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a"}], "user_id": "7eef05e9d66c40a5b247207ed8f08e47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:29:23,673 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a 0.043s 2023-04-20 10:29:23,673 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c357b94-e8e0-4763-bbb9-fa599ef3be30', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c357b94-e8e0-4763-bbb9-fa599ef3be30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a'} Body: b'{"volume": {"id": "324eb423-6b98-4aa6-a8a7-394a1e207e2a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:24.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-158061174", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a"}], "user_id": "7eef05e9d66c40a5b247207ed8f08e47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126269c09d1949c184bf7b238626c8ff"}}' 2023-04-20 10:29:24,723 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a 0.038s 2023-04-20 10:29:24,723 80081 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb28d98c-4805-471a-9faf-0a396c216b93', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb28d98c-4805-471a-9faf-0a396c216b93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a'} Body: b'{"volume": {"id": "324eb423-6b98-4aa6-a8a7-394a1e207e2a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:24.000000", "updated_at": "2023-04-20T10:29:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-158061174", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a"}], "user_id": "7eef05e9d66c40a5b247207ed8f08e47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126269c09d1949c184bf7b238626c8ff"}}' 2023-04-20 10:29:24,772 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a 0.038s 2023-04-20 10:29:24,773 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b50cd143-b09f-474d-a25e-1c14d87e31b9', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b50cd143-b09f-474d-a25e-1c14d87e31b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a'} Body: b'{"volume": {"id": "324eb423-6b98-4aa6-a8a7-394a1e207e2a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:24.000000", "updated_at": "2023-04-20T10:29:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-158061174", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a"}], "user_id": "7eef05e9d66c40a5b247207ed8f08e47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126269c09d1949c184bf7b238626c8ff"}}' 2023-04-20 10:29:24,879 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a 0.096s 2023-04-20 10:29:24,879 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', ' content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed2e86d8-994a-4ece-a979-c5a705ac2acf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a'} Body: b'' 2023-04-20 10:29:24,900 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a 0.020s 2023-04-20 10:29:24,900 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29: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-02f6b7ac-f369-47c7-88c2-1dd99e2e2a5a', 'x-openstack-request-id': 'req-02f6b7ac-f369-47c7-88c2-1dd99e2e2a5a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 324eb423-6b98-4aa6-a8a7-394a1e207e2a could not be found."}}' {0} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer [1.701995s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 144, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 45744917-5747-49ff-823e-b88ee425bf54 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:29:27,912 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes 0.399s 2023-04-20 10:29:27,912 80081 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-1583875975"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a21204a4-7a9a-446c-9fa5-2f365b86c4d6', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a21204a4-7a9a-446c-9fa5-2f365b86c4d6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes'} Body: b'{"volume": {"id": "45744917-5747-49ff-823e-b88ee425bf54", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:27.852104", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1583875975", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54"}], "user_id": "0fe388cc3d00466d86f5bc41cd7317cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-20 10:29:27,967 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54 0.044s 2023-04-20 10:29:27,968 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c7030bf-bc71-4f3c-8ea1-509f06d95302', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c7030bf-bc71-4f3c-8ea1-509f06d95302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54'} Body: b'{"volume": {"id": "45744917-5747-49ff-823e-b88ee425bf54", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:28.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1583875975", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54"}], "user_id": "0fe388cc3d00466d86f5bc41cd7317cc", "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": "393524c3835a40bfb0fc54e433dd7556"}}' 2023-04-20 10:29:29,018 80081 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/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54 0.038s 2023-04-20 10:29:29,018 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e10599e-9ab1-42f6-bef3-b52ce1d350ab', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e10599e-9ab1-42f6-bef3-b52ce1d350ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54'} Body: b'{"volume": {"id": "45744917-5747-49ff-823e-b88ee425bf54", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:28.000000", "updated_at": "2023-04-20T10:29:28.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1583875975", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54"}], "user_id": "0fe388cc3d00466d86f5bc41cd7317cc", "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": "393524c3835a40bfb0fc54e433dd7556"}}' 2023-04-20 10:29:29,070 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54 0.040s 2023-04-20 10:29:29,070 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed5be060-bf96-43e5-b48f-6146192b4a33', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed5be060-bf96-43e5-b48f-6146192b4a33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54'} Body: b'{"volume": {"id": "45744917-5747-49ff-823e-b88ee425bf54", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:28.000000", "updated_at": "2023-04-20T10:29:28.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1583875975", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54"}], "user_id": "0fe388cc3d00466d86f5bc41cd7317cc", "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": "393524c3835a40bfb0fc54e433dd7556"}}' 2023-04-20 10:29:29,190 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54 0.109s 2023-04-20 10:29:29,191 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:29 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-ae6e31d3-430b-4bc3-93a8-e784f59c497f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54'} Body: b'' 2023-04-20 10:29:29,213 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54 0.021s 2023-04-20 10:29:29,213 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:29 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-9d1ce1ca-5181-42d4-80d1-39a2541b3c28', 'x-openstack-request-id': 'req-9d1ce1ca-5181-42d4-80d1-39a2541b3c28', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 45744917-5747-49ff-823e-b88ee425bf54 could not be found."}}' {0} tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer [1.461191s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 150, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:29:29,395 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes 0.178s 2023-04-20 10:29:29,395 80081 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-1042788750"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f1c1a15-1b7d-49dd-ac3c-5507e3b59b64', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f1c1a15-1b7d-49dd-ac3c-5507e3b59b64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes'} Body: b'{"volume": {"id": "e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:29.337454", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1042788750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c"}], "user_id": "0fe388cc3d00466d86f5bc41cd7317cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-20 10:29:29,448 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c 0.042s 2023-04-20 10:29:29,448 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dce26ec3-0803-4a93-a202-d37886bd5c0f', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dce26ec3-0803-4a93-a202-d37886bd5c0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c'} Body: b'{"volume": {"id": "e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:29.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1042788750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c"}], "user_id": "0fe388cc3d00466d86f5bc41cd7317cc", "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": "393524c3835a40bfb0fc54e433dd7556"}}' 2023-04-20 10:29:30,498 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c 0.039s 2023-04-20 10:29:30,499 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2708e418-b5d3-424d-a814-ef453d21deec', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2708e418-b5d3-424d-a814-ef453d21deec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c'} Body: b'{"volume": {"id": "e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:29.000000", "updated_at": "2023-04-20T10:29:29.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1042788750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c"}], "user_id": "0fe388cc3d00466d86f5bc41cd7317cc", "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": "393524c3835a40bfb0fc54e433dd7556"}}' 2023-04-20 10:29:30,546 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c 0.036s 2023-04-20 10:29:30,546 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c29f52a7-09ed-4737-95ef-79734ebdd848', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c29f52a7-09ed-4737-95ef-79734ebdd848', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c'} Body: b'{"volume": {"id": "e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:29.000000", "updated_at": "2023-04-20T10:29:29.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1042788750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c"}], "user_id": "0fe388cc3d00466d86f5bc41cd7317cc", "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": "393524c3835a40bfb0fc54e433dd7556"}}' 2023-04-20 10:29:30,655 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c 0.098s 2023-04-20 10:29:30,655 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:30 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-ba742bd6-6f56-4b86-99c9-549d3e4d7c43', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c'} Body: b'' 2023-04-20 10:29:30,676 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c 0.020s 2023-04-20 10:29:30,676 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:30 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-3abb8100-d8a9-4b86-ba10-2d4e55576b0c', 'x-openstack-request-id': 'req-3abb8100-d8a9-4b86-ba10-2d4e55576b0c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c could not be found."}}' {0} setUpClass (tempest.api.volume.test_volumes_backup.VolumesBackupsV39Test) ... SKIPPED: Cinder backup feature disabled {0} setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 32, in resource_setup volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b937073a-4e46-4bd1-85b1-f7b1b999fc72 failed to build and is in ERROR status {0} setUpClass (cinder_tempest_plugin.api.volume.admin.test_volume_backup.VolumesBackupsTest) ... SKIPPED: Cinder backup feature disabled {0} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot [1.475937s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 31, in test_create_multiple_volume_from_snapshot volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 767a330a-af7e-4927-b885-f47493839aa6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:29:37,045 80081 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/7abac10cc9b04ba2adad5ff57a023728/volumes 0.357s 2023-04-20 10:29:37,046 80081 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-986261003"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c77e7faa-c77d-4b03-aefb-b5b68af62f62', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c77e7faa-c77d-4b03-aefb-b5b68af62f62', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7abac10cc9b04ba2adad5ff57a023728/volumes'} Body: b'{"volume": {"id": "767a330a-af7e-4927-b885-f47493839aa6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:36.983473", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-986261003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7abac10cc9b04ba2adad5ff57a023728/volumes/767a330a-af7e-4927-b885-f47493839aa6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7abac10cc9b04ba2adad5ff57a023728/volumes/767a330a-af7e-4927-b885-f47493839aa6"}], "user_id": "fa5d9adf632749b7807f7efdd2b70f97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:29:37,095 80081 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/7abac10cc9b04ba2adad5ff57a023728/volumes/767a330a-af7e-4927-b885-f47493839aa6 0.039s 2023-04-20 10:29:37,095 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-321046a2-3050-4371-8091-ca035487ccec', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-321046a2-3050-4371-8091-ca035487ccec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7abac10cc9b04ba2adad5ff57a023728/volumes/767a330a-af7e-4927-b885-f47493839aa6'} Body: b'{"volume": {"id": "767a330a-af7e-4927-b885-f47493839aa6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:37.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-986261003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7abac10cc9b04ba2adad5ff57a023728/volumes/767a330a-af7e-4927-b885-f47493839aa6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7abac10cc9b04ba2adad5ff57a023728/volumes/767a330a-af7e-4927-b885-f47493839aa6"}], "user_id": "fa5d9adf632749b7807f7efdd2b70f97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7abac10cc9b04ba2adad5ff57a023728"}}' 2023-04-20 10:29:38,151 80081 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/7abac10cc9b04ba2adad5ff57a023728/volumes/767a330a-af7e-4927-b885-f47493839aa6 0.041s 2023 -04-20 10:29:38,151 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b023990c-1af5-44a8-81a7-21d4c34c0b5b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b023990c-1af5-44a8-81a7-21d4c34c0b5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7abac10cc9b04ba2adad5ff57a023728/volumes/767a330a-af7e-4927-b885-f47493839aa6'} Body: b'{"volume": {"id": "767a330a-af7e-4927-b885-f47493839aa6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:37.000000", "updated_at": "2023-04-20T10:29:37.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-986261003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7abac10cc9b04ba2adad5ff57a023728/volumes/767a330a-af7e-4927-b885-f47493839aa6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7abac10cc9b04ba2adad5ff57a023728/volumes/767a330a-af7e-4927-b885-f47493839aa6"}], "user_id": "fa5d9adf632749b7807f7efdd2b70f97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7abac10cc9b04ba2adad5ff57a023728"}}' {5} tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume [114.155427s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 114, in test_delete_server_while_in_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a4b5619d-0675-47ef-8e4d-2b17b7aeea88 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:18,761 80091 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.033s 2023-04-20 10:28:18,761 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-538680c8-bd64-4c00-a2d7-8d6f043d37bd', '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": "25f64a72e9ec4ad599a5c63bec4d092e", "name": "tempest-DeleteServersTestJSON-1091162656-project-member", "password_expires_at": null}, "audit_ids": ["R9HiV6WdRm-080f8t7p6Ug"], "expires_at": "2023-04-20T11:28:18.000000Z", "issued_at": "2023-04-20T10:28:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f986df042c594f71a4db3da582def690", "name": "tempest-DeleteServersTestJSON-1091162656"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f986df042c594f71a4db3da582def690", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:28:18,762 80091 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'bd16afd3-655a-4681-9793-21eff7495aee', 'name': 'tempest-DeleteServersTestJSON-1742457713-network', 'tenant_id': 'f986df042c594f71a4db3da582def690', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f986df042c594f71a4db3da582def690', 'port_security_enabled': Tru e, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 47022, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:27:57Z', 'updated_at': '2023-04-20T10:27:57Z', 'revision_number': 1} available for tenant 2023-04-20 10:28:20,690 80091 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.927s 2023-04-20 10:28:20,690 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-294793328", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "networks": [{"uuid": "bd16afd3-655a-4681-9793-21eff7495aee"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/cf494c03-d188-49c7-879e-29d2fa555549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f896f2b7-ea25-4649-8248-254cdf0ac136', 'x-compute-request-id': 'req-f896f2b7-ea25-4649-8248-254cdf0ac136', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "cf494c03-d188-49c7-879e-29d2fa555549", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf494c03-d188-49c7-879e-29d2fa555549"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf494c03-d188-49c7-879e-29d2fa555549"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "HaCma6idzG2e"}}' 2023-04-20 10:28:21,003 80091 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/cf494c03-d188-49c7-879e-29d2fa555549 0.307s 2023-04-20 10:28:21,004 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1208', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f336b418-7e9b-4557-9de4-f48638d56471', 'x-compute-request-id': 'req-f336b418-7e9b-4557-9de4-f48638d56471', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf494c03-d188-49c7-879e-29d2fa555549'} Body: b'{"server": {"id": "cf494c03-d188-49c7-879e-29d2fa555549", "name": "tempest-DeleteServersTestJSON-server-294793328", "status": "BUILD", "tenant_id": "f986df042c594f71a4db3da582def690", "user_id": "25f64a72e9ec4ad599a5c63bec4d092e", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:21Z", "updated": "2023-04-20T10:28:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf494c03-d188-49c7-879e-29d2fa555549"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf494c03-d188-49c7-879e-29d2fa555549"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": nul l, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:29:11,473 80091 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/cf494c03-d188-49c7-879e-29d2fa555549 0.410s 2023-04-20 10:29:11,473 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1490', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a03424f9-8ab7-4da9-9894-ca7b235c4958', 'x-compute-request-id': 'req-a03424f9-8ab7-4da9-9894-ca7b235c4958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf494c03-d188-49c7-879e-29d2fa555549'} Body: b'{"server": {"id": "cf494c03-d188-49c7-879e-29d2fa555549", "name": "tempest-DeleteServersTestJSON-server-294793328", "status": "ACTIVE", "tenant_id": "f986df042c594f71a4db3da582def690", "user_id": "25f64a72e9ec4ad599a5c63bec4d092e", "metadata": {}, "hostId": "08b5c94b4328a742313aa265465c4a1eb72cef086560772d7692482a", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:20Z", "updated": "2023-04-20T10:28:33Z", "addresses": {"tempest-DeleteServersTestJSON-1742457713-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:6a:d4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf494c03-d188-49c7-879e-29d2fa555549"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf494c03-d188-49c7-879e-29d2fa555549"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:28:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:29:11,486 80091 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:30:11,762 80091 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690/volumes 0.235s 2023-04-20 10:30:11,762 80091 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-1102657038"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f69911c-74ac-4645-8264-244d3d14ced9', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f69911c-74ac-4645-8264-244d3d14ced9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690/volumes'} Body: b'{"volume": {"id": "a4b5619d-0675-47ef-8e4d-2b17b7aeea88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:11.7 02689", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1102657038", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690/volumes/a4b5619d-0675-47ef-8e4d-2b17b7aeea88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f986df042c594f71a4db3da582def690/volumes/a4b5619d-0675-47ef-8e4d-2b17b7aeea88"}], "user_id": "25f64a72e9ec4ad599a5c63bec4d092e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:30:11,809 80091 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690/volumes/a4b5619d-0675-47ef-8e4d-2b17b7aeea88 0.036s 2023-04-20 10:30:11,809 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe13e45c-0b51-4236-a989-0ad4711edb10', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe13e45c-0b51-4236-a989-0ad4711edb10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690/volumes/a4b5619d-0675-47ef-8e4d-2b17b7aeea88'} Body: b'{"volume": {"id": "a4b5619d-0675-47ef-8e4d-2b17b7aeea88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:12.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1102657038", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690/volumes/a4b5619d-0675-47ef-8e4d-2b17b7aeea88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f986df042c594f71a4db3da582def690/volumes/a4b5619d-0675-47ef-8e4d-2b17b7aeea88"}], "user_id": "25f64a72e9ec4ad599a5c63bec4d092e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f986df042c594f71a4db3da582def690"}}' 2023-04-20 10:30:12,865 80091 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690/volumes/a4b5619d-0675-47ef-8e4d-2b17b7aeea88 0.044s 2023-04-20 10:30:12,865 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecc97e66-e097-47b7-9b1d-b6b919a8b05d', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecc97e66-e097-47b7-9b1d-b6b919a8b05d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690/volumes/a4b5619d-0675-47ef-8e4d-2b17b7aeea88'} Body: b'{"volume": {"id": "a4b5619d-0675-47ef-8e4d-2b17b7aeea88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:12.000000", "updated_at": "2023-04-20T10:30:12.000000", "name": "tempest-DeleteServersTestJSON-volume-1102657038", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690/volu mes/a4b5619d-0675-47ef-8e4d-2b17b7aeea88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f986df042c594f71a4db3da582def690/volumes/a4b5619d-0675-47ef-8e4d-2b17b7aeea88"}], "user_id": "25f64a72e9ec4ad599a5c63bec4d092e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f986df042c594f71a4db3da582def690"}}' {9} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body [119.540060s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 70, in test_update_attached_volume_with_nonexistent_volume_in_body volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2734ce22-e8f9-4908-b57b-817f352cb3f4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:27,747 80099 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 10:28:28,145 80099 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.395s 2023-04-20 10:28:28,145 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1241550354", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKo6j6WbCBGkhY+/90E7m8dSLZQNugKiG3Ze4NFSIzNr6U7x488jnMXjls3Or9lOdNpk237JBBGIDaL4rNwHM9ccpiAVRM3eozuQ2DPkyUdqXkWu62GoK7gs5ZQh/CHghQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:27 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-4fa17951-1e71-4047-9ffe-78fe14a46d53', 'x-compute-request-id': 'req-4fa17951-1e71-4047-9ffe-78fe14a46d53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1241550354", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKo6j6WbCBGkhY+/90E7m8dSLZQNugKiG3Ze4NFSIzNr6U7x488jnMXjls3Or9lOdNpk237JBBGIDaL4rNwHM9ccpiAVRM3eozuQ2DPkyUdqXkWu62GoK7gs5ZQh/CHghQ==", "fingerprint": "ca:27:5f:a4:22:85:13:aa:44:9a:4a:88:85:f0:89:72", "user_id": "712be6d6876f4b2c9d796e406a43f8bf"}}' 2023-04-20 10:28:28,150 80099 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1241550354 created 2023-04-20 10:28:28,482 80099 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.331s 2023-04-20 10:28:28,483 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1475647793", "description": "tempest-description--102253341"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-fbfceb18-a933-4d4b-8ae6-fdba538a1ddc', 'date': 'Thu, 20 Apr 2023 10:28:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a209b70b-b1f6-4a49-94e7-44224fc47e3f", "name": "tempest-securitygroup--1475647793", "stateful": true, "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "description": "tempest-description--102253341", "shared": false, "security_group_rules": [{"id": "f53670b6-52ca-4612-9b50-73930c91cde0", "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "security_group_id": "a209b70b-b1f6-4a49-94e7-44224fc47e3f", "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": 336, "description": null, "tags": [], "created_at": "2023-04-20T10:28:28Z", "updated_at": "2023-04-20T10:28:28Z", "revision_number": 0, "project_id": "7c3ecc1463ec42eea56f2890b032ef7a"}, {"id": "fd76030f-344a-4663-bbd4-95e76039bdca", "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "security_group_id": "a209b70b-b1f6-4a49-94e7-44224fc47e3f", "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": 337 , "description": null, "tags": [], "created_at": "2023-04-20T10:28:28Z", "updated_at": "2023-04-20T10:28:28Z", "revision_number": 0, "project_id": "7c3ecc1463ec42eea56f2890b032ef7a"}], "tags": [], "created_at": "2023-04-20T10:28:28Z", "updated_at": "2023-04-20T10:28:28Z", "revision_number": 1, "project_id": "7c3ecc1463ec42eea56f2890b032ef7a"}}' 2023-04-20 10:28:28,809 80099 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.325s 2023-04-20 10:28:28,809 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a209b70b-b1f6-4a49-94e7-44224fc47e3f", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-f91c04b5-098a-4a99-bc49-3a7b3f1a31c8', 'date': 'Thu, 20 Apr 2023 10:28: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": "1fc5482b-23b8-4124-9d47-ec9789835106", "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "security_group_id": "a209b70b-b1f6-4a49-94e7-44224fc47e3f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:28:28Z", "updated_at": "2023-04-20T10:28:28Z", "revision_number": 0, "project_id": "7c3ecc1463ec42eea56f2890b032ef7a"}}' 2023-04-20 10:28:29,221 80099 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.411s 2023-04-20 10:28:29,221 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a209b70b-b1f6-4a49-94e7-44224fc47e3f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-848a691d-db5a-4a45-85d5-abe502618c98', 'date': 'Thu, 20 Apr 2023 10:28:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cdf9ee32-0847-480c-9f57-fa036b9c25a7", "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "security_group_id": "a209b70b-b1f6-4a49-94e7-44224fc47e3f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:28:28Z", "updated_at": "2023-04-20T10:28:28Z", "revision_number": 0, "project_id": "7c3ecc1463ec42eea56f2890b032ef7a"}}' 2023-04-20 10:28:29,222 80099 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1475647793 created 2023-04-20 10:28:31,812 80099 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.590s 2023-04-20 10:28:31,812 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '526', 'x-openstack-request-id': 'req-80e429a9-c125-45ed-b910-0122f266d303', 'date': 'Thu, 20 Apr 2023 10:28:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1c7ba29e-17cb-4238-81ac-d71b7afed413", "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "floating_ip_address": "172.24.4.2", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7c3ecc1463ec42eea56f2890b032ef7a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:28:30Z", "updated_at": "2023-04-20T10:28:30Z", "revision_number": 0}}' 2023-04-20 10:28:31,813 80099 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1c7ba29e-17cb-4238-81ac-d71b7afed413', 'tenant_id': '7c3ecc1463ec42eea56f2890b032ef7a', 'floating_ip_address': '172.24.4.2', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7c3ecc1463ec42eea56f2890b032ef7a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:28:30Z', 'updated_at': '2023-04-20T10:28:30Z', 'revision_number': 0, 'ip': '172.24.4.2'} created 2023-04-20 10:28:31,914 80099 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.096s 2023-04-20 10:28:31,915 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28: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-d4566c4a-8c40-406b-b58a-3cb6cda083ac', '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": "712be6d6876f4b2c9d796e406a43f8bf", "name": "tempest-VolumesAdminNegativeTest-2134667240-project-member", "password_expires_at": null}, "audit_ids": ["nUzEdszYR6SS6fZh2c-B8w"], "expires_at": "2023-04-20T11:28:31.000000Z", "issued_at": "2023-04-20T10:28:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c3ecc1463ec42eea56f2890b032ef7a", "name": "tempest-VolumesAdminNegativeTest-2134667240"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7c3ecc1463ec42eea56f2890b032ef7a", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8 f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:28:31,915 80099 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '55052d2c-5064-4bd3-9b46-6e90a5ee3def', 'name': 'tempest-VolumesAdminNegativeTest-1948401123-network', 'tenant_id': '7c3ecc1463ec42eea56f2890b032ef7a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7c3ecc1463ec42eea56f2890b032ef7a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38501, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:27:57Z', 'updated_at': '2023-04-20T10:27:58Z', 'revision_number': 1} available for tenant 2023-04-20 10:28:31,916 80099 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1241550354', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKo6j6WbCBGkhY+/90E7m8dSLZQNugKiG3Ze4NFSIzNr6U7x488jnMXjls3Or9lOdNpk237JBBGIDaL4rNwHM9ccpiAVRM3eozuQ2DPkyUdqXkWu62GoK7gs5ZQh/CHghQ==', 'fingerprint': 'ca:27:5f:a4:22:85:13:aa:44:9a:4a:88:85:f0:89:72', 'user_id': '712be6d6876f4b2c9d796e406a43f8bf', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDhr1K3w2zEzyhHLi846hDJYtg7Kr+quoQlk/MaU/EzAkCWImN1jYoL\nSKGit5E6DHugBwYFK4EEACKhZANiAASqOo+lmwgRpIWPv/dBO5vHUi2UDboCoht2\nXuDRUiMza+lO8ePPI5zF45bNzq/ZTnTaZNt+yQQRiA2i+KzcBzPXHKYgFUTN3qM7\nkNgz5MlHal5FruthqCu4LOWUIfwh4IU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a209b70b-b1f6-4a49-94e7-44224fc47e3f', 'name': 'tempest-securitygroup--1475647793', 'stateful': True, 'tenant_id': '7c3ecc1463ec42eea56f2890b032ef7a', 'description': 'tempest-description--102253341', 'shared': False, 'security_group_rules': [{'id': 'f53670b6-52ca-4612-9b50-73930c91cde0', 'tenant_id': '7c3ecc1463ec42eea56f2890b032ef7a', 'security_group_id': 'a209b70b-b1f6-4a49-94e7-44224fc47e3f', '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': 336, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:28:28Z', 'updated_at': '2023-04-20T10:28:28Z', 'revision_number': 0, 'project_id': '7c3ecc1463ec42eea56f2890b032ef7a'}, {'id': 'fd76030f-344a-4663-bbd4-95e76039bdca', 'tenant_id': '7c3ecc1463ec42eea56f2890b032ef7a', 'security_group_id': 'a209b70b-b1f6-4a49-94e7-44224fc47e3f', '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': 337, 'description': None, 'tags': [], 'created_at': '2023-04- 20T10:28:28Z', 'updated_at': '2023-04-20T10:28:28Z', 'revision_number': 0, 'project_id': '7c3ecc1463ec42eea56f2890b032ef7a'}], 'tags': [], 'created_at': '2023-04-20T10:28:28Z', 'updated_at': '2023-04-20T10:28:28Z', 'revision_number': 1, 'project_id': '7c3ecc1463ec42eea56f2890b032ef7a'}, 'floating_ip': {'id': '1c7ba29e-17cb-4238-81ac-d71b7afed413', 'tenant_id': '7c3ecc1463ec42eea56f2890b032ef7a', 'floating_ip_address': '172.24.4.2', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7c3ecc1463ec42eea56f2890b032ef7a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:28:30Z', 'updated_at': '2023-04-20T10:28:30Z', 'revision_number': 0, 'ip': '172.24.4.2'}} 2023-04-20 10:28:33,941 80099 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.024s 2023-04-20 10:28:33,942 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-42507989", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "networks": [{"uuid": "55052d2c-5064-4bd3-9b46-6e90a5ee3def"}], "security_groups": [{"name": "tempest-securitygroup--1475647793"}], "key_name": "tempest-keypair-1241550354", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/9189f862-2e91-4420-ab64-54375c4f9466', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e21bbb5c-11c2-440c-b2f2-682cadd8bff7', 'x-compute-request-id': 'req-e21bbb5c-11c2-440c-b2f2-682cadd8bff7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9189f862-2e91-4420-ab64-54375c4f9466", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9189f862-2e91-4420-ab64-54375c4f9466"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9189f862-2e91-4420-ab64-54375c4f9466"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1475647793"}], "adminPass": "pZSMC4aSNebG"}}' 2023-04-20 10:28:34,086 80099 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/9189f862-2e91-4420-ab64-54375c4f9466 0.141s 2023-04-20 10:28:34,086 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28: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-eb7d8156-c8d8-42ff-89d0-1224186f6cf9', 'x-compute-request-id': 'req-eb7d8156-c8d8-42ff-89d0-1224186f6cf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9189f862-2e91-4420-ab64-54375c4f9466'} Body: b'{"server": {"id": "9189f862-2e91-4420-ab64-54375c4f9466", "name": "tempest-VolumesAdminNegativeTest-server-42507989", "status": "BUILD", "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "user_id": "712be6d6876f4b2c9d796e406a43f8bf", "metadata": {}, "host Id": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:34Z", "updated": "2023-04-20T10:28:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9189f862-2e91-4420-ab64-54375c4f9466"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9189f862-2e91-4420-ab64-54375c4f9466"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1241550354", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:29:24,367 80099 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/9189f862-2e91-4420-ab64-54375c4f9466 0.238s 2023-04-20 10:29:24,368 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:24 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-6c457f4c-71c8-4531-83c3-5f66b2e17e8a', 'x-compute-request-id': 'req-6c457f4c-71c8-4531-83c3-5f66b2e17e8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9189f862-2e91-4420-ab64-54375c4f9466'} Body: b'{"server": {"id": "9189f862-2e91-4420-ab64-54375c4f9466", "name": "tempest-VolumesAdminNegativeTest-server-42507989", "status": "ACTIVE", "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "user_id": "712be6d6876f4b2c9d796e406a43f8bf", "metadata": {}, "hostId": "f193f9e593e71f05699d9c079b4e3264fb1af8bb6cc891782727565f", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:33Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-VolumesAdminNegativeTest-1948401123-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:2f:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9189f862-2e91-4420-ab64-54375c4f9466"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9189f862-2e91-4420-ab64-54375c4f9466"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1241550354", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1475647793"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:29:24,380 80099 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:30:24,829 80099 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/9189f862-2e91-4420-ab64-54375c4f9466/os-interface 0.388s 2023-04-20 10:30:24,830 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'C ontent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30: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-7052163b-a713-4820-9c54-dcb13c500c7a', 'x-compute-request-id': 'req-7052163b-a713-4820-9c54-dcb13c500c7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9189f862-2e91-4420-ab64-54375c4f9466/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "55052d2c-5064-4bd3-9b46-6e90a5ee3def", "port_id": "ab1a6c29-6d99-4a73-b93f-4c4e3b8871bd", "mac_addr": "fa:16:3e:39:2f:ad", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "50d28919-9572-4efc-9f5d-d19117034c4b", "ip_address": "10.0.0.8"}]}]}' 2023-04-20 10:30:25,875 80099 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/1c7ba29e-17cb-4238-81ac-d71b7afed413 1.040s 2023-04-20 10:30:25,876 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ab1a6c29-6d99-4a73-b93f-4c4e3b8871bd"}} Response - Headers: {'content-type': 'application/json', 'content-length': '827', 'x-openstack-request-id': 'req-6ae111d5-41a3-4834-a635-a2731b965919', 'date': 'Thu, 20 Apr 2023 10:30:25 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1c7ba29e-17cb-4238-81ac-d71b7afed413'} Body: b'{"floatingip": {"id": "1c7ba29e-17cb-4238-81ac-d71b7afed413", "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "floating_ip_address": "172.24.4.2", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": "ce89e29f-25aa-40dc-aed2-348f1b5ed5fd", "port_id": "ab1a6c29-6d99-4a73-b93f-4c4e3b8871bd", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "55052d2c-5064-4bd3-9b46-6e90a5ee3def", "mac_address": "fa:16:3e:39:2f:ad", "admin_state_up": true, "status": "ACTIVE", "device_id": "9189f862-2e91-4420-ab64-54375c4f9466", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:28:30Z", "updated_at": "2023-04-20T10:30:25Z", "revision_number": 1, "project_id": "7c3ecc1463ec42eea56f2890b032ef7a"}}' 2023-04-20 10:30:25,878 80099 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.2:22' as 'cirros' with public key authentication 2023-04-20 10:30:25,920 80099 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:30:25,945 80099 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:30:25,945 80099 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.2 successfully created 2023-04-20 10:30:26,174 80099 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/7c3ecc1463ec42eea56f2890b032ef7a/volumes 0.228s 2023-04-20 10:30:26,175 80099 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-1869276607"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37e6bf79-c7d8-4391-b5e9-dd72ce330dfa', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': ' req-37e6bf79-c7d8-4391-b5e9-dd72ce330dfa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes'} Body: b'{"volume": {"id": "2734ce22-e8f9-4908-b57b-817f352cb3f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:26.113699", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1869276607", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes/2734ce22-e8f9-4908-b57b-817f352cb3f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7c3ecc1463ec42eea56f2890b032ef7a/volumes/2734ce22-e8f9-4908-b57b-817f352cb3f4"}], "user_id": "712be6d6876f4b2c9d796e406a43f8bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:30:26,225 80099 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/7c3ecc1463ec42eea56f2890b032ef7a/volumes/2734ce22-e8f9-4908-b57b-817f352cb3f4 0.040s 2023-04-20 10:30:26,225 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51ca093d-64a8-49f1-ac0c-ed15547fac12', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51ca093d-64a8-49f1-ac0c-ed15547fac12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes/2734ce22-e8f9-4908-b57b-817f352cb3f4'} Body: b'{"volume": {"id": "2734ce22-e8f9-4908-b57b-817f352cb3f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:26.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1869276607", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes/2734ce22-e8f9-4908-b57b-817f352cb3f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7c3ecc1463ec42eea56f2890b032ef7a/volumes/2734ce22-e8f9-4908-b57b-817f352cb3f4"}], "user_id": "712be6d6876f4b2c9d796e406a43f8bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a"}}' 2023-04-20 10:30:27,274 80099 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/7c3ecc1463ec42eea56f2890b032ef7a/volumes/2734ce22-e8f9-4908-b57b-817f352cb3f4 0.036s 2023-04-20 10:30:27,274 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05de4ccf-235d-4103-9a3c-310f95c69d55', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05de4ccf-235d-4103-9a3c-310f95c69d55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes/2734ce22-e8f9-4908-b57b-817f352cb3f4'} Body: b'{"volume": {"id": "2734ce22-e8f9-4908-b57b-817f352cb3f4", "status": "error", "size" : 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:26.000000", "updated_at": "2023-04-20T10:30:26.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1869276607", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes/2734ce22-e8f9-4908-b57b-817f352cb3f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7c3ecc1463ec42eea56f2890b032ef7a/volumes/2734ce22-e8f9-4908-b57b-817f352cb3f4"}], "user_id": "712be6d6876f4b2c9d796e406a43f8bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a"}}' {4} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume [177.033703s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 89, in test_attach_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 921fb259-f405-4f71-a52f-72d33bd06305 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:17,595 80089 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 10:28:17,595 80089 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 10:28:17,844 80089 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.246s 2023-04-20 10:28:17,844 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2096466478", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGAh9xOp+18xwLGeRalB9BZJ/w8VTQdLWJWLt/GaIgucfc2qbhwsBZgwV0eAZLo1CJ17o1m08+BmrJtQvN99qzggaLadMbVfpQ2nwEGkvh5hKNizDvlBcY5GFmW0Xmz1BQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:17 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-fd61e4fc-e671-4aa5-8ae2-0a3e67be5a28', 'x-compute-request-id': 'req-fd61e4fc-e671-4aa5-8ae2-0a3e67be5a28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2096466478", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGAh9xOp+18xwLGeRalB9BZJ/w8VTQdLWJWLt/GaIgucfc2qbhwsBZgwV0eAZLo1CJ17o1m08+BmrJtQvN99qzggaLadMbVfpQ2nwEGkvh5hKNizDvlBcY5GFmW0Xmz1BQ==", "fingerprint": "56:c6:12:39:29:84:14:02:e1:6f:17:87:b7:4d:b5:48", "user_id": "67955d2e81c04b8d8dbcbe577303e025"}}' 2023-04-20 10:28:17,848 80089 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2096466478 created 2023-04-20 10:28:19,684 80089 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.834s 2023-04-20 10:28:19,684 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1861203226", "description": "tempest-description--881312101"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-7e8bfb96-d2b2-43e2-b10f-e56a0ce40d56', 'date': 'Thu, 20 Apr 2023 10:28:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca", "name": "tempest-securitygroup--1861203226", "stateful": true, "tenant_id": "1b4a2af680394ec889b4661753658b01", "description": "tempest-description--881312101", "shared": false, "security_group_rules": [{"id": "0821b09d-67cc-4091-b89f-e1b49e2d6358", "tenant_id": "1b4a2af680394ec889b4661753658b01", "security_group_id": "0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca", "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": 274, "description": null, "tags": [], "created_at": "2023-04-20T10:28:18Z", "updated_at": "2023-04-20T10:28:18Z", "revision_number": 0, "project_id": "1b4a2af680394ec889b4661753658b01"}, {"id": "e00c0766-1b43-49e5-9a44-cd49c5ed1a38", "tenant_id": "1b4a2af680394ec889b4661753658b01", "security_group_id": "0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "norm alized_cidr": null, "remote_group_id": null, "standard_attr_id": 268, "description": null, "tags": [], "created_at": "2023-04-20T10:28:18Z", "updated_at": "2023-04-20T10:28:18Z", "revision_number": 0, "project_id": "1b4a2af680394ec889b4661753658b01"}], "tags": [], "created_at": "2023-04-20T10:28:18Z", "updated_at": "2023-04-20T10:28:18Z", "revision_number": 1, "project_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:28:20,038 80089 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.353s 2023-04-20 10:28:20,039 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-35b59863-d63d-480b-87d6-8f0aef65f066', 'date': 'Thu, 20 Apr 2023 10:28:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0c0b1709-cc6b-4b45-a37f-2fbe43fdd2bd", "tenant_id": "1b4a2af680394ec889b4661753658b01", "security_group_id": "0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:28:19Z", "updated_at": "2023-04-20T10:28:19Z", "revision_number": 0, "project_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:28:21,079 80089 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.040s 2023-04-20 10:28:21,080 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8d748126-2c06-4710-85df-86ab96ef3516', 'date': 'Thu, 20 Apr 2023 10:28:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1b5a918a-2000-4d44-97ae-d9f3eef74cb6", "tenant_id": "1b4a2af680394ec889b4661753658b01", "security_group_id": "0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:28:20Z", "updated_at": "2023-04-20T10:28:20Z", "revision_number": 0, "project_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:28:21,080 80089 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1861203226 created 2023-04-20 10:28:26,973 80089 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 5.893s 2023-04-20 10:28:26,973 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', ' x-openstack-request-id': 'req-e15aaae1-8604-401e-9822-7f2bbe4de4f1', 'date': 'Thu, 20 Apr 2023 10:28:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f18a998a-1a3d-459b-ac28-63747c001e37", "tenant_id": "1b4a2af680394ec889b4661753658b01", "floating_ip_address": "172.24.4.189", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1b4a2af680394ec889b4661753658b01", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:28:24Z", "updated_at": "2023-04-20T10:28:24Z", "revision_number": 0}}' 2023-04-20 10:28:26,974 80089 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f18a998a-1a3d-459b-ac28-63747c001e37', 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'floating_ip_address': '172.24.4.189', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1b4a2af680394ec889b4661753658b01', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:28:24Z', 'updated_at': '2023-04-20T10:28:24Z', 'revision_number': 0, 'ip': '172.24.4.189'} created 2023-04-20 10:28:27,079 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.099s 2023-04-20 10:28:27,080 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-70ba6131-23dd-4aa1-9019-f51ddd11435d', '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": "67955d2e81c04b8d8dbcbe577303e025", "name": "tempest-AttachVolumeTestJSON-1715839687-project-member", "password_expires_at": null}, "audit_ids": ["vCtIG_sNTqu46JLu_HQ9HQ"], "expires_at": "2023-04-20T11:28:27.000000Z", "issued_at": "2023-04-20T10:28:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b4a2af680394ec889b4661753658b01", "name": "tempest-AttachVolumeTestJSON-1715839687"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1b4a2af680394ec889b4661753658b01", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:28:27,080 80089 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'a64312c6-b1a8-450f-9e8d-0cf0282aef90', 'name': 'tempest-AttachVolumeTestJSON-329219891-network', 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1b4a2af680394ec889b4661753658b01', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58322, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:27:57Z', 'updated_at': '2023-04-20T10:27:57Z', 'revision_number': 1} available for tenant 2023-04-20 10:28:27,081 80089 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2096466478', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGAh9xOp+18xwLGeRalB9BZJ/w8VTQdLWJWLt/GaIgucfc2qbhwsBZgwV0eAZLo1CJ17o1m08+BmrJtQvN99qzggaLadMbVfpQ2nwEGkvh5hKNizDvlBcY5GFmW0Xmz1BQ==', 'fingerprint': '56:c6:12:39:29:84:14:02:e1:6f:17:87:b7:4d:b5:48', 'user_id': '67955d2e81c04b8d8dbcbe577303e025', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD6yo8YYeS2qvRUOu+O/bI50/+hpV25ALs0uIIfUb1mv/oAUpAdXn/a\njXjrzFgbZBugBwYFK4EEACKhZANiAARgIfcTqftfMcCxnkWpQfQWSf8PFU0HS1iV\ni7fxmiILnH3Nqm4cLAWYMFdHgGS6NQide6NZtPPgZqybULzffas4IGi2nTG1X6UN\np8BBpL4eYSjYsw75QXGORhZltF5s9QU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca', 'name': 'tempest-securitygroup--1861203226', 'stateful': True, 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'description': 'tempest-description--881312101', 'shared': False, 'security_group_rules': [{'id': '0821b09d-67cc-4091-b89f-e1b49e2d6358', 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'security_group_id': '0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca', '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': 274, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:28:18Z', 'updated_at': '2023-04-20T10:28:18Z', 'revision_number': 0, 'project_id': '1b4a2af680394ec889b4661753658b01'}, {'id': 'e00c0766-1b43-49e5-9a44-cd49c5ed1a38', 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'security_group_id': '0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca', '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': 268, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:28:18Z', 'updated_at': '2023-04-20T10:28:18Z', 'revision_number': 0, 'project_id': '1b4a2af680394ec889b4661753658b01'}], 'tags': [], 'created_at': '2023-04-20T10:28: 18Z', 'updated_at': '2023-04-20T10:28:18Z', 'revision_number': 1, 'project_id': '1b4a2af680394ec889b4661753658b01'}, 'floating_ip': {'id': 'f18a998a-1a3d-459b-ac28-63747c001e37', 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'floating_ip_address': '172.24.4.189', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1b4a2af680394ec889b4661753658b01', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:28:24Z', 'updated_at': '2023-04-20T10:28:24Z', 'revision_number': 0, 'ip': '172.24.4.189'}} 2023-04-20 10:28:28,663 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.581s 2023-04-20 10:28:28,663 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-268849146", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "a64312c6-b1a8-450f-9e8d-0cf0282aef90"}], "security_groups": [{"name": "tempest-securitygroup--1861203226"}], "key_name": "tempest-keypair-2096466478", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1e00853-89b1-4f49-8378-ca1cb6aeb820', 'x-compute-request-id': 'req-f1e00853-89b1-4f49-8378-ca1cb6aeb820', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0f7a669c-28aa-42d2-8991-5852336c0f42", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0f7a669c-28aa-42d2-8991-5852336c0f42"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1861203226"}], "adminPass": "password"}}' 2023-04-20 10:28:28,887 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42 0.220s 2023-04-20 10:28:28,887 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5778d605-ca6f-4370-aacf-48873b116de2', 'x-compute-request-id': 'req-5778d605-ca6f-4370-aacf-48873b116de2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42'} Body: b'{"server": {"id": "0f7a669c-28aa-42d2-8991-5852336c0f42", "name": "tempest-AttachVolumeTestJSON-server-268849146", "status": "BUILD", "tenant_id": "1b4a2af680394ec889b4661753658b01", "user_id": "67955d2e81c04b8d8dbcbe577303e025", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmar k", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0f7a669c-28aa-42d2-8991-5852336c0f42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2096466478", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:29:19,291 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42 0.333s 2023-04-20 10:29:19,292 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c53d6e8e-26b9-4f03-8eda-fb3688eb037a', 'x-compute-request-id': 'req-c53d6e8e-26b9-4f03-8eda-fb3688eb037a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42'} Body: b'{"server": {"id": "0f7a669c-28aa-42d2-8991-5852336c0f42", "name": "tempest-AttachVolumeTestJSON-server-268849146", "status": "ACTIVE", "tenant_id": "1b4a2af680394ec889b4661753658b01", "user_id": "67955d2e81c04b8d8dbcbe577303e025", "metadata": {}, "hostId": "147fd289b6807acc68970d4549a809617e698c5e4130cf670b237003", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:28Z", "updated": "2023-04-20T10:28:41Z", "addresses": {"tempest-AttachVolumeTestJSON-329219891-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:4f:ac"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0f7a669c-28aa-42d2-8991-5852336c0f42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2096466478", "OS-SRV-USG:launched_at": "2023-04-20T10:28:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1861203226"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:29:19,305 80089 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 10:30:19,549 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42/os-interface 0.186s 2023-04-20 10:30:19,549 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:19 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-650384c0-52ae-441b-9acf-c7b4a4a5d655', 'x-compute-request-id': 'req-650384c0-52ae-441b-9acf-c7b4a4a5d655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a64312c6-b1a8-450f-9e8d-0cf0282aef90", "port_id": "9bd8e190-3b17-470b-9274-5060f7875bba", "mac_addr": "fa:16:3e:78:4f:ac", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "a996d905-b40b-4873-8842-e8d1fcd2e543", "ip_address": "10.0.0.13"}]}]}' 2023-04-20 10:30:21,103 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/f18a998a-1a3d-459b-ac28-63747c001e37 1.548s 2023-04-20 10:30:21,103 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "9bd8e190-3b17-470b-9274-5060f7875bba"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-15c942b6-f4ed-4884-b050-71fb8ccc50a8', 'date': 'Thu, 20 Apr 2023 10:30:21 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f18a998a-1a3d-459b-ac28-63747c001e37'} Body: b'{"floatingip": {"id": "f18a998a-1a3d-459b-ac28-63747c001e37", "tenant_id": "1b4a2af680394ec889b4661753658b01", "floating_ip_address": "172.24.4.189", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": "bb521380-4c29-41e0-bfc4-7c9193e16d03", "port_id": "9bd8e190-3b17-470b-9274-5060f7875bba", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a64312c6-b1a8-450f-9e8d-0cf0282aef90", "mac_address": "fa:16:3e:78:4f:ac", "admin_state_up": true, "status": "ACTIVE", "device_id": "0f7a669c-28aa-42d2-8991-5852336c0f42", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:28:24Z", "updated_at": "2023-04-20T10:30:20Z", "revision_number": 1, "project_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:30:21,105 80089 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.189:22' as 'cirros' with public key authentication 2023-04-20 10:30:21,143 80089 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:30:21,168 80089 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:30:21,168 80089 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.189 successfully created 2023-04-20 10:30:21,209 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42/ips 0.040s 2023-04-20 10:30:21,209 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '104', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28fab35c-af91-4b0e-bf13-be496beca6f9', 'x-compute-request-id': 'req-28fab35c-af91-4b0e-bf13-be496beca6f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-329219891-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-20 10:30:21,213 80089 INFO [tempest.lib.common.ssh] Creating ssh conn ection to '172.24.4.189:22' as 'cirros' with public key authentication 2023-04-20 10:30:21,218 80089 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:30:21,234 80089 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:30:21,235 80089 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.189 successfully created 2023-04-20 10:30:21,235 80089 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2023-04-20 10:30:21,236 80089 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.189:22' as 'cirros' with public key authentication 2023-04-20 10:30:21,240 80089 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:30:21,259 80089 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:30:21,260 80089 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.189 successfully created 2023-04-20 10:30:21,559 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes 0.273s 2023-04-20 10:30:21,559 80089 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-1253405279"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4e45a8e-c2d7-4b43-b368-25281adebe76', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4e45a8e-c2d7-4b43-b368-25281adebe76', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes'} Body: b'{"volume": {"id": "921fb259-f405-4f71-a52f-72d33bd06305", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:21.464352", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1253405279", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/921fb259-f405-4f71-a52f-72d33bd06305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b4a2af680394ec889b4661753658b01/volumes/921fb259-f405-4f71-a52f-72d33bd06305"}], "user_id": "67955d2e81c04b8d8dbcbe577303e025", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:30:21,620 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/921fb259-f405-4f71-a52f-72d33bd06305 0.051s 2023-04-20 10:30:21,621 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f52bce7a-5714-4d13-b6fe-97b34ec55d32', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f52bce7a-5714-4d13-b6fe-97b34ec55d32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/921fb259-f405-4f71-a52f-72d33bd06305'} Body: b'{"volume": {"id": "921fb259-f405-4f71-a52f-72d33bd06305", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:21.000000", "updated_at": n ull, "name": "tempest-AttachVolumeTestJSON-volume-1253405279", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/921fb259-f405-4f71-a52f-72d33bd06305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b4a2af680394ec889b4661753658b01/volumes/921fb259-f405-4f71-a52f-72d33bd06305"}], "user_id": "67955d2e81c04b8d8dbcbe577303e025", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:30:22,685 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/921fb259-f405-4f71-a52f-72d33bd06305 0.044s 2023-04-20 10:30:22,685 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7547b587-2318-464c-9d8a-9f9117561cde', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7547b587-2318-464c-9d8a-9f9117561cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/921fb259-f405-4f71-a52f-72d33bd06305'} Body: b'{"volume": {"id": "921fb259-f405-4f71-a52f-72d33bd06305", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:21.000000", "updated_at": "2023-04-20T10:30:22.000000", "name": "tempest-AttachVolumeTestJSON-volume-1253405279", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/921fb259-f405-4f71-a52f-72d33bd06305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b4a2af680394ec889b4661753658b01/volumes/921fb259-f405-4f71-a52f-72d33bd06305"}], "user_id": "67955d2e81c04b8d8dbcbe577303e025", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:30:22,868 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42 0.171s 2023-04-20 10:30:22,868 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:22 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-21eb42ab-ecdf-4d6a-af9e-59fd7de86f65', 'x-compute-request-id': 'req-21eb42ab-ecdf-4d6a-af9e-59fd7de86f65', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42'} Body: b'' 2023-04-20 10:30:23,214 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42 0.345s 2023-04-20 10:30:23,215 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30 :22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1662', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1d28a3f-56dc-4ecc-a900-15dc1981ac8e', 'x-compute-request-id': 'req-b1d28a3f-56dc-4ecc-a900-15dc1981ac8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42'} Body: b'{"server": {"id": "0f7a669c-28aa-42d2-8991-5852336c0f42", "name": "tempest-AttachVolumeTestJSON-server-268849146", "status": "ACTIVE", "tenant_id": "1b4a2af680394ec889b4661753658b01", "user_id": "67955d2e81c04b8d8dbcbe577303e025", "metadata": {}, "hostId": "147fd289b6807acc68970d4549a809617e698c5e4130cf670b237003", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:28Z", "updated": "2023-04-20T10:30:23Z", "addresses": {"tempest-AttachVolumeTestJSON-329219891-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:4f:ac"}, {"version": 4, "addr": "172.24.4.189", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:4f:ac"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0f7a669c-28aa-42d2-8991-5852336c0f42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2096466478", "OS-SRV-USG:launched_at": "2023-04-20T10:28:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1861203226"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:31:13,319 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42 0.045s 2023-04-20 10:31:13,320 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-58f316ec-9a1d-4b08-b0a1-6da70440fc9e', 'x-compute-request-id': 'req-58f316ec-9a1d-4b08-b0a1-6da70440fc9e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0f7a669c-28aa-42d2-8991-5852336c0f42 could not be found."}}' 2023-04-20 10:31:13,350 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2096466478 0.030s 2023-04-20 10:31:13,351 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a22b bd1-d4db-489b-a2ed-692f61df7dd4', 'x-compute-request-id': 'req-1a22bbd1-d4db-489b-a2ed-692f61df7dd4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2096466478'} Body: b'' 2023-04-20 10:31:13,498 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca 0.146s 2023-04-20 10:31:13,499 80089 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-bd07f5b3-d4ff-4da8-b79b-b2a3a8285d61', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:31:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca'} Body: b'' 2023-04-20 10:31:13,519 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca 0.020s 2023-04-20 10:31:13,520 80089 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-f6e38389-538d-4f40-8c6a-071092ec4d6b', 'date': 'Thu, 20 Apr 2023 10:31:13 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca does not exist", "detail": ""}}' 2023-04-20 10:31:14,627 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/f18a998a-1a3d-459b-ac28-63747c001e37 1.106s 2023-04-20 10:31:14,627 80089 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-476472b1-94a4-40f2-8c6f-b4879fd4a135', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:31:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f18a998a-1a3d-459b-ac28-63747c001e37'} Body: b'' {5} tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices [1.681966s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d9298e56-ab8a-44af-92c6-bea394599100 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:31:23,409 80091 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/3e164ffd47684ecf801a678620dbf98e/volumes 0.566s 2023-04-20 10:31:23,410 80091 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-1316541037", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d6202f6-beca-40a9-ae72-2bc0d421a531', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d6202f6-beca-40a9-ae72-2bc0d421a531', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e164ffd47684ecf801a678620dbf98e/volumes'} Body: b'{"volume": {"id": "d9298e56-ab8a-44af-92c6-bea394599100", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:23.340873", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1316541037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e164ffd47684ecf801a678620dbf98e/volumes/d9298e56-ab8a-44af-92c6-bea394599100"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e164ffd47684ecf801a678620dbf98e/volumes/d9298e56-ab8a-44af-92c6-bea394599100"}], "user_id": "fe23c468802a47b08aa8146604b124dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:31:23,459 80091 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/3e164ffd47684ecf801a678620dbf98e/volumes/d9298e56-ab8a-44af-92c6-bea394599100 0.039s 2023-04-20 10:31:23,459 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aef9edc4-8cc0-477f-bcfa-2de78ae2af1d', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aef9edc4-8cc0-477f-bcfa-2de78ae2af1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e164ffd47684ecf801a678620dbf98e/volumes/d9298e56-ab8a-44af-92c6-bea394599100'} Body: b'{"volume": {"id": "d9298e56-ab8a-44af-92c6-bea394599100", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:23.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1316541037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e164ffd47684ecf801a678620dbf98e/volumes/d9298e56-ab8a-44af-92c6-bea394599100"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e164ffd47684ecf801a678620dbf98e/volumes/d9298e56-ab8a-44af-92c6-bea394599100"}], "user_id": "fe23c468802a47b08aa8146604b124dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e164ffd47684ecf801a678620dbf98e"}}' 2023-04-20 10:31:24,512 80091 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/3e164ffd47684ecf801a678620dbf98e/volumes/d9298e56-ab8a-44af-92c6-bea394599100 0.041s 2023-04-20 10:31:24,512 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-384b6b63-bb6b-4b3b-bc0f-bffac2d1eef5', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-384b6b63-bb6b-4b3b-bc0f-bffac2d1eef5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e164ffd47684ecf801a678620dbf98e/volumes/d9298e56-ab8a-44af-92c6-bea394599100'} Body: b'{"volume": {"id": "d9298e56-ab8a-44af-92c6-bea394599100", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:23.000000", "updated_at": "2023-04-20T10:31:23.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1316541037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e164ffd47684ecf801a678620dbf98e/volumes/d9298e56-ab8a-44af-92c6-bea394599100"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e164ffd47684ecf801a678620dbf98e/volumes/d9298e56-ab8a-44af-92c6-bea394599100"}], "user_id": "fe23c468802a47b08aa8146604b124dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e164ffd47684ecf801a678620dbf98e"}}' {5} setUpClass (tempest.api.compute.volumes.test_attach_volume.AttachVolumeMultiAttachTest) ... SKIPPED: Volume multi-attach is not available. {1} tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive [172.500100s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 111, in test_attach_scsi_disk_with_config_drive volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b52b2293-581b-4044-889d-6748d9a13f1b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:42,480 80083 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/3687b278-c2bc-46f2-9b7e-579c8d06fe41 0.396s 2023-04-20 10:28:42,480 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-20fac6a1-babb-4101-a5e9-5864172e6b56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "fda053593ca94fea8fa552c5a6c6e5d5", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "created_at": "2023-04-20T10:24:36Z", "updated_at": "2023-04-20T10:24:37Z", "tags": [], "self": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41", "file": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:28:44,055 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 1.544s 2023-04-20 10:28:44,056 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-41bbc6ad-49d5-408e-ad65-c4f7665a80fb', '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": "2bc21b2f5d93440aaf2b410ada266f85", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9e8cd77e-f94e-4043-a953-9fb6fa201c58", "created_at": "2023-04-20T10:28:44Z", "updated_at": "2023-04-20T10:28:44Z", "tags": [], "self": "/v2/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58", "file": "/v2/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:28:46,326 80083 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-20 10:28:46,326 80083 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/9e8cd77e-f94e-4043-a953-9fb6fa201c58/file 2.270s 2023-04-20 10:28:46,327 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-437e9b41-a6ca-4706-8729-41b49868aaab', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58/file'} Body: b'' 2023-04-20 10:28:46,327 80083 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 10:28:46,328 80083 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 10:28:46,721 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.391s 2023-04-20 10:28:46,722 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1802426226", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDbO3gWjR+kfpqealBy4YcF5JnglKkdA7HMnKPq7F8n83ZuToSao0nhpqddYS4a7HYIvtQt1kPTWohrL7u4lMFSRJRaAHMC0ISjFRgdgwi8OOridVoioARVP9cUAseOLWA=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e01f255a-8cc9-4501-84b5-e2dd76b05479', 'x-compute-request-id': 'req-e01f255a-8cc9-4501-84b5-e2dd76b05479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1802426226", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDbO3gWjR+kfpqealBy4YcF5JnglKkdA7HMnKPq7F8n83ZuToSao0nhpqddYS4a7HYIvtQt1kPTWohrL7u4lMFSRJRaAHMC0ISjFRgdgwi8OOridVoioARVP9cUAseOLWA==", "fingerprint": "3a:2b:f3:56:f4:64:1a:99:84:83:b5:ae:87:8f:27:85", "user_id": "6e5685756fe74751ad4c4fe85c30c951"}}' 2023-04-20 10:28:46,727 80083 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1802426226 created 2023-04-20 10:28:46,947 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.219s 2023-04-20 10:28:46,947 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1387046503", "description": "tempest-description--661436508"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-4494199a-baaf-40dc-ac14-9d5480562e7c', 'date': 'Thu, 20 Apr 2023 10:28:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "70249911-db71-4cb7-b8f7-564500b52ab0", "name": "tempest-securitygroup--1387046503", "stateful": true, "tenant_id": "cb0f8979fdc4456db83cc88103856510", "description": "tempest-description--661436508", "shared": false, "security_group_rules": [{"id": "52c2f20c-8f25-4a1b-b58d-b22221437226", "tenant_id": "cb0f8979fdc4456db83cc88103856510", "security_group_id": "70249911-db71-4cb7-b8f7-564500b52ab0", "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": 395, "description": null, "tags": [], "created_ at": "2023-04-20T10:28:46Z", "updated_at": "2023-04-20T10:28:46Z", "revision_number": 0, "project_id": "cb0f8979fdc4456db83cc88103856510"}, {"id": "ff8effd0-98b5-4983-85cb-c1572cbfa687", "tenant_id": "cb0f8979fdc4456db83cc88103856510", "security_group_id": "70249911-db71-4cb7-b8f7-564500b52ab0", "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": 394, "description": null, "tags": [], "created_at": "2023-04-20T10:28:46Z", "updated_at": "2023-04-20T10:28:46Z", "revision_number": 0, "project_id": "cb0f8979fdc4456db83cc88103856510"}], "tags": [], "created_at": "2023-04-20T10:28:46Z", "updated_at": "2023-04-20T10:28:46Z", "revision_number": 1, "project_id": "cb0f8979fdc4456db83cc88103856510"}}' 2023-04-20 10:28:47,223 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.275s 2023-04-20 10:28:47,223 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "70249911-db71-4cb7-b8f7-564500b52ab0", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-27d0cfcb-5e5b-4d4a-9381-8d008dfc8cd7', 'date': 'Thu, 20 Apr 2023 10:28: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": "972c40bd-44c2-4155-94fe-770615c8c0de", "tenant_id": "cb0f8979fdc4456db83cc88103856510", "security_group_id": "70249911-db71-4cb7-b8f7-564500b52ab0", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:28:47Z", "updated_at": "2023-04-20T10:28:47Z", "revision_number": 0, "project_id": "cb0f8979fdc4456db83cc88103856510"}}' 2023-04-20 10:28:47,462 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.238s 2023-04-20 10:28:47,463 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "70249911-db71-4cb7-b8f7-564500b52ab0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e6946351-01f7-4559-9ded-f6a5eb960109', 'date': 'Thu, 20 Apr 2023 10:28: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": "e051e81a-bac5-43b1-9f0c-779c7309c091", "tenant_id": "cb0f8979fdc4456db83cc88103856510", "security_group_id": "70249911-db71-4cb7-b8f7-564500b52ab0", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:28:47Z", "updated_at": "2023-04-20T10:28:47Z", "revision_number": 0, "project_id": "cb0f8979fdc4456db83cc88103856510"}}' 2023-04-20 10:28:47,463 80083 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1387046503 created 2023-04-20 10:28:48,428 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.965s 2023-04-20 10:28:48,429 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-af0bcd72-441b-4c26-94e9-80e1fd442319', 'date': 'Thu, 20 Apr 2023 10:28:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5b58acca-34ae-4fc3-82e2-15d67e355491", "tenant_id": "cb0f8979fdc4456db83cc88103856510", "floating_ip_address": "172.24.4.26", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cb0f8979fdc4456db83cc88103856510", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:28:47Z", "updated_at": "2023-04-20T10:28:47Z", "revision_number": 0}}' 2023-04-20 10:28:48,429 80083 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5b58acca-34ae-4fc3-82e2-15d67e355491', 'tenant_id': 'cb0f8979fdc4456db83cc88103856510', 'floating_ip_address': '172.24.4.26', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cb0f8979fdc4456db83cc88103856510', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:28:47Z', 'updated_at': '2023-04-20T10:28:47Z', 'revision_number': 0, 'ip': '172.24.4.26'} created 2023-04-20 10:28:48,635 80083 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.200s 2023-04-20 10:28:48,636 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:48 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-9f35c9c9-caf2-4b38-8ebf-e345fa8a5604', '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": "6e5685756fe74751ad4c4fe85c30c951", "name": "tempest-AttachSCSIVolumeTestJSON-1542709130-project-member", "password_expires_at": null}, "audit_ids": ["vBx01j-5TO2BQLHz9vEcBA"], "expires_at": "2023-04-20T11:28:48.000000Z", "issued_at": "2023-04-20T10:28:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb0f8979fdc4456db83cc88103856510", "name": "tempest-AttachSCSIVolumeTestJSON-1542709130"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compu te/v2/cb0f8979fdc4456db83cc88103856510", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:28:48,636 80083 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '5a79f1a7-4d58-42fc-9c84-6f9951485092', 'name': 'tempest-AttachSCSIVolumeTestJSON-1428889344-network', 'tenant_id': 'cb0f8979fdc4456db83cc88103856510', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cb0f8979fdc4456db83cc88103856510', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54417, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:27:56Z', 'updated_at': '2023-04-20T10:27:57Z', 'revision_number': 1} available for tenant 2023-04-20 10:28:48,637 80083 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1802426226', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDbO3gWjR+kfpqealBy4YcF5JnglKkdA7HMnKPq7F8n83ZuToSao0nhpqddYS4a7HYIvtQt1kPTWohrL7u4lMFSRJRaAHMC0ISjFRgdgwi8OOridVoioARVP9cUAseOLWA==', 'fingerprint': '3a:2b:f3:56:f4:64:1a:99:84:83:b5:ae:87:8f:27:85', 'user_id': '6e5685756fe74751ad4c4fe85c30c951', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDARPyUZf2iognuUQphr3KCFKQ0sk8un1tVH81ILqgw+OlsEazHs9yj4\nhBjQVIhzk9CgBwYFK4EEACKhZANiAAQ2zt4Fo0fpH6anmpQcuGHBeSZ4JSpHQOxz\nJyj6uxfJ/N2bk6EmqNJ4aanXWEuGux2CL7ULdZD01qIay+7uJTBUkSUWgBzAtCEo\nxUYHYMIvDjq4nVaIqAEVT/XFALHji1g=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '70249911-db71-4cb7-b8f7-564500b52ab0', 'name': 'tempest-securitygroup--1387046503', 'stateful': True, 'tenant_id': 'cb0f8979fdc4456db83cc88103856510', 'description': 'tempest-description--661436508', 'shared': False, 'security_group_rules': [{'id': '52c2f20c-8f25-4a1b-b58d-b22221437226', 'tenant_id': 'cb0f8979fdc4456db83cc88103856510', 'security_group_id': '70249911-db71-4cb7-b8f7-564500b52ab0', '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': 395, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:28:46Z', 'updated_at': '2023-04-20T10:28:46Z', 'revision_number': 0, 'project_id': 'cb0f8979fdc4456db83cc88103856510'}, {'id': 'ff8effd0-98b5-4983-85cb-c1572cbfa687', 'tenant_id': 'cb0f8979fdc4456db83cc88103856510', 'security_group _id': '70249911-db71-4cb7-b8f7-564500b52ab0', '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': 394, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:28:46Z', 'updated_at': '2023-04-20T10:28:46Z', 'revision_number': 0, 'project_id': 'cb0f8979fdc4456db83cc88103856510'}], 'tags': [], 'created_at': '2023-04-20T10:28:46Z', 'updated_at': '2023-04-20T10:28:46Z', 'revision_number': 1, 'project_id': 'cb0f8979fdc4456db83cc88103856510'}, 'floating_ip': {'id': '5b58acca-34ae-4fc3-82e2-15d67e355491', 'tenant_id': 'cb0f8979fdc4456db83cc88103856510', 'floating_ip_address': '172.24.4.26', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cb0f8979fdc4456db83cc88103856510', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:28:47Z', 'updated_at': '2023-04-20T10:28:47Z', 'revision_number': 0, 'ip': '172.24.4.26'}} 2023-04-20 10:28:50,094 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/compute/v2.1/servers 1.457s 2023-04-20 10:28:50,095 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1435500858", "imageRef": "9e8cd77e-f94e-4043-a953-9fb6fa201c58", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "5a79f1a7-4d58-42fc-9c84-6f9951485092"}], "security_groups": [{"name": "tempest-securitygroup--1387046503"}], "key_name": "tempest-keypair-1802426226", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82ea6831-a543-4805-b9d6-1e593bd502c6', 'x-compute-request-id': 'req-82ea6831-a543-4805-b9d6-1e593bd502c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "bf7d300f-b748-446b-97ce-6cae12609e7a", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bf7d300f-b748-446b-97ce-6cae12609e7a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1387046503"}], "adminPass": "X43bW25UoafL"}}' 2023-04-20 10:28:50,232 80083 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/bf7d300f-b748-446b-97ce-6cae12609e7a 0.133s 2023-04-20 10:28:50,232 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c30747c4-8621-4881-a83c-27e9804cba75', 'x-compute-request-id': 'req-c30747c4-8621-4881-a83c-27e9804cba75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.21 0/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a'} Body: b'{"server": {"id": "bf7d300f-b748-446b-97ce-6cae12609e7a", "name": "tempest-AttachSCSIVolumeTestJSON-server-1435500858", "status": "BUILD", "tenant_id": "cb0f8979fdc4456db83cc88103856510", "user_id": "6e5685756fe74751ad4c4fe85c30c951", "metadata": {}, "hostId": "", "image": {"id": "9e8cd77e-f94e-4043-a953-9fb6fa201c58", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:50Z", "updated": "2023-04-20T10:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bf7d300f-b748-446b-97ce-6cae12609e7a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1802426226", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:29:40,544 80083 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/bf7d300f-b748-446b-97ce-6cae12609e7a 0.274s 2023-04-20 10:29:40,544 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1551', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e13c8a3f-0d4f-467f-988d-a40ef16c47c6', 'x-compute-request-id': 'req-e13c8a3f-0d4f-467f-988d-a40ef16c47c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a'} Body: b'{"server": {"id": "bf7d300f-b748-446b-97ce-6cae12609e7a", "name": "tempest-AttachSCSIVolumeTestJSON-server-1435500858", "status": "ACTIVE", "tenant_id": "cb0f8979fdc4456db83cc88103856510", "user_id": "6e5685756fe74751ad4c4fe85c30c951", "metadata": {}, "hostId": "84520974952f28ace9d9e1912f69ab43818a45def593273b1b19c5bb", "image": {"id": "9e8cd77e-f94e-4043-a953-9fb6fa201c58", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:50Z", "updated": "2023-04-20T10:28:59Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1428889344-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:9f:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bf7d300f-b748-446b-97ce-6cae12609e7a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1802426226", "OS-SRV-USG:launched_at": "2023-04-20T10:28:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1387046503"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:29:40,556 80083 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:30:40,798 80083 INFO [t empest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a/os-interface 0.181s 2023-04-20 10:30:40,798 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10: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-bccbf7b8-935b-4389-a02a-24443c374dda', 'x-compute-request-id': 'req-bccbf7b8-935b-4389-a02a-24443c374dda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5a79f1a7-4d58-42fc-9c84-6f9951485092", "port_id": "ffe07547-7e1b-4f9e-afa9-31ccb5dca61d", "mac_addr": "fa:16:3e:5d:9f:5d", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "308910ab-25f5-4ca5-becf-95edf4d6f907", "ip_address": "10.0.0.12"}]}]}' 2023-04-20 10:30:41,515 80083 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/5b58acca-34ae-4fc3-82e2-15d67e355491 0.713s 2023-04-20 10:30:41,516 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ffe07547-7e1b-4f9e-afa9-31ccb5dca61d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c2a64cc7-95bc-42f2-bc76-57478e524195', 'date': 'Thu, 20 Apr 2023 10:30:41 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5b58acca-34ae-4fc3-82e2-15d67e355491'} Body: b'{"floatingip": {"id": "5b58acca-34ae-4fc3-82e2-15d67e355491", "tenant_id": "cb0f8979fdc4456db83cc88103856510", "floating_ip_address": "172.24.4.26", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": "8a90a160-e581-4e1a-afcf-3084d7a26035", "port_id": "ffe07547-7e1b-4f9e-afa9-31ccb5dca61d", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5a79f1a7-4d58-42fc-9c84-6f9951485092", "mac_address": "fa:16:3e:5d:9f:5d", "admin_state_up": true, "status": "ACTIVE", "device_id": "bf7d300f-b748-446b-97ce-6cae12609e7a", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:28:47Z", "updated_at": "2023-04-20T10:30:41Z", "revision_number": 1, "project_id": "cb0f8979fdc4456db83cc88103856510"}}' 2023-04-20 10:30:41,518 80083 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.26:22' as 'cirros' with public key authentication 2023-04-20 10:30:41,581 80083 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:30:41,606 80083 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:30:41,607 80083 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.26 successfully created 2023-04-20 10:30:41,824 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510/volumes 0.216s 2023-04-20 10:30:41,824 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-AttachSCSIVolumeTestJSON-volume-1422799564"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae09abb2-7319-4012-b84a-7d745dc70bb0', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae09abb2-7319-4012-b84a-7d745dc70bb0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510/volumes'} Body: b'{"volume": {"id": "b52b2293-581b-4044-889d-6748d9a13f1b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:41.764576", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1422799564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510/volumes/b52b2293-581b-4044-889d-6748d9a13f1b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb0f8979fdc4456db83cc88103856510/volumes/b52b2293-581b-4044-889d-6748d9a13f1b"}], "user_id": "6e5685756fe74751ad4c4fe85c30c951", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:30:41,876 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510/volumes/b52b2293-581b-4044-889d-6748d9a13f1b 0.041s 2023-04-20 10:30:41,876 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4d1acca-5bc6-43b1-9634-7f12c8c1d449', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4d1acca-5bc6-43b1-9634-7f12c8c1d449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510/volumes/b52b2293-581b-4044-889d-6748d9a13f1b'} Body: b'{"volume": {"id": "b52b2293-581b-4044-889d-6748d9a13f1b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:42.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1422799564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510/volumes/b52b2293-581b-4044-889d-6748d9a13f1b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb0f8979fdc4456db83cc88103856510/volumes/b52b2293-581b-4044-889d-6748d9a13f1b"}], "user_id": "6e5685756fe74751ad4c4fe85c30c951", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb0f8979fdc4456db83cc88103856510"}}' 2023-04-20 10:30:42,926 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510/volumes/b52b2293-581b-4044-889d-6748d9a13f1b 0.038s 2023-04-20 10:30:42,926 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-804189c6-6e81-415e-95d8-1ae113f54095', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-804189c6-6e81-415e-95d8-1ae113f54095', 'connection': 'close', 'status': '200' , 'content-location': 'http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510/volumes/b52b2293-581b-4044-889d-6748d9a13f1b'} Body: b'{"volume": {"id": "b52b2293-581b-4044-889d-6748d9a13f1b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:42.000000", "updated_at": "2023-04-20T10:30:42.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-1422799564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510/volumes/b52b2293-581b-4044-889d-6748d9a13f1b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb0f8979fdc4456db83cc88103856510/volumes/b52b2293-581b-4044-889d-6748d9a13f1b"}], "user_id": "6e5685756fe74751ad4c4fe85c30c951", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb0f8979fdc4456db83cc88103856510"}}' 2023-04-20 10:30:43,061 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a 0.123s 2023-04-20 10:30:43,062 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10: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-bc830912-9819-4265-a5f0-79890d07adea', 'x-compute-request-id': 'req-bc830912-9819-4265-a5f0-79890d07adea', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a'} Body: b'' 2023-04-20 10:30:43,339 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a 0.276s 2023-04-20 10:30:43,339 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1675', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50818b15-b06a-48e3-a0a9-c39984890f60', 'x-compute-request-id': 'req-50818b15-b06a-48e3-a0a9-c39984890f60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a'} Body: b'{"server": {"id": "bf7d300f-b748-446b-97ce-6cae12609e7a", "name": "tempest-AttachSCSIVolumeTestJSON-server-1435500858", "status": "ACTIVE", "tenant_id": "cb0f8979fdc4456db83cc88103856510", "user_id": "6e5685756fe74751ad4c4fe85c30c951", "metadata": {}, "hostId": "84520974952f28ace9d9e1912f69ab43818a45def593273b1b19c5bb", "image": {"id": "9e8cd77e-f94e-4043-a953-9fb6fa201c58", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:50Z", "updated": "2023-04-20T10:30:43Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1428889344-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:9f:5d"}, {"version": 4, "addr": "172.24.4.26", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:9f:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bf7d300f-b748-446b-97ce-6cae12609e7a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1802426226", "OS-SRV-USG:launched_at": "2023-04-20T10:28:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1387046503"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:31:33,484 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a 0.084s 2023-04-20 10:31:33,484 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10: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-932520f4-b78e-466d-a8ae-9bda072695b9', 'x-compute-request-id': 'req-932520f4-b78e-466d-a8ae-9bda072695b9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance bf7d300f-b748-446b-97ce-6cae12609e7a could not be found."}}' 2023-04-20 10:31:33,537 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1802426226 0.052s 2023-04-20 10:31:33,537 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10: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-2857f7e8-2d43-4dcd-8468-8c6fa52176ce', 'x-compute-request-id': 'req-2857f7e8-2d43-4dcd-8468-8c6fa52176ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1802426226'} Body: b'' 2023-04-20 10:31:33,731 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/70249911-db71-4cb7-b8f7-564500b52ab0 0.193s 2023-04-20 10:31:33,732 80083 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-e0c140c4-956b-4be3-8193-5e9b505346c0', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:31:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/70249911-db71-4cb7-b8f7-564500b52ab0'} Body: b'' 2023-04-20 10:31:33,756 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/70249911-db71-4cb7-b8f7-564500b52ab0 0.024s 2023-04-20 10:31:33,757 80083 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-3baa6d29-1ce8-4d0b-82a0-fcd69b7e2e65', 'date': 'Thu, 20 Apr 2023 10:31:33 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/70249911-db71-4cb7-b8f7-564500b52ab0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 70249911-db71-4cb7-b8f7-564500b52ab0 does not exist", "detail": ""}}' 2023-04-20 10:31:34,424 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/5b58acca-34ae-4fc3-82e2-15d67e355491 0.667s 2023-04-20 10:31:34,425 80083 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-c9b60d63-cbeb-47d5-b2d9-16e17b8f2e16', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:31:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5b58acca-34ae-4fc3-82e2-15d67e355491'} Body: b'' 2023-04-20 10:31:34,566 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58 0.140s 2023-04-20 10:31:34,566 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-adbf52bf-7511-426b-ac99-ef116aed7c1c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58'} Body: b'' 2023-04-20 10:31:34,581 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58 0.015s 2023-04-20 10:31:34,582 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cea1f8f2-697a-4a57-a7bf-f20ab5e87e2a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58'} Body: b'{"message": "No image found with ID 9e8cd77e-f94e-4043-a953-9fb6fa201c58

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume [163.416479s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 84, in test_force_detach_volume volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:29:09,472 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.096s 2023-04-20 10:29:09,473 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:09 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-f89f711a-b785-4866-a42c-fd6c0260d8f1', '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": "8355ed1609024bc1a30cbc422d8f90c2", "name": "tempest-VolumesActionsTest-640305762-project-member", "password_expires_at": null}, "audit_ids": ["GWzKYF0fTuecX8pOy0Siyw"], "expires_at": "2023-04-20T11:29:09.000000Z", "issued_at": "2023-04-20T10:29:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d65a1127ac04ac8976d9fbb08197248", "name": "tempest-VolumesActionsTest-640305762"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3d65a1127ac04ac8976d9fbb08197248", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:29:09,473 80085 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '324b6a85-3443-483c-bd8e-4a128c9daf02', 'name': 'tempest-VolumesActionsTest-627525662-network', 'tenant_id': '3d65a1127ac04ac8976d9fbb08197248', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3d65a1127ac04ac8976d9fbb08197248', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'g eneve', 'provider:physical_network': None, 'provider:segmentation_id': 63842, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:29:06Z', 'updated_at': '2023-04-20T10:29:06Z', 'revision_number': 1} available for tenant 2023-04-20 10:29:10,229 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.755s 2023-04-20 10:29:10,230 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-304888933", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "networks": [{"uuid": "324b6a85-3443-483c-bd8e-4a128c9daf02"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4197410-cb17-4a9a-adaa-d7a2d2de32ec', 'x-compute-request-id': 'req-d4197410-cb17-4a9a-adaa-d7a2d2de32ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "23940921-698b-4e96-8aed-2d1c8c12299f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/23940921-698b-4e96-8aed-2d1c8c12299f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "hFU9HX5fptcn"}}' 2023-04-20 10:29:10,321 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f 0.086s 2023-04-20 10:29:10,321 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1207', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3edf39b3-d733-43e6-8c01-44dc174b9242', 'x-compute-request-id': 'req-3edf39b3-d733-43e6-8c01-44dc174b9242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f'} Body: b'{"server": {"id": "23940921-698b-4e96-8aed-2d1c8c12299f", "name": "tempest-VolumesActionsTest-instance-304888933", "status": "BUILD", "tenant_id": "3d65a1127ac04ac8976d9fbb08197248", "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:29:10Z", "updated": "2023-04-20T10:29:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/23940921-698b-4e96-8aed-2d1c8c12299f"}], "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": "schedul ing", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:30:00,659 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f 0.279s 2023-04-20 10:30:00,659 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1485', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ce22405-6080-4f9d-8eb4-cfaebd3fd8a8', 'x-compute-request-id': 'req-9ce22405-6080-4f9d-8eb4-cfaebd3fd8a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f'} Body: b'{"server": {"id": "23940921-698b-4e96-8aed-2d1c8c12299f", "name": "tempest-VolumesActionsTest-instance-304888933", "status": "ACTIVE", "tenant_id": "3d65a1127ac04ac8976d9fbb08197248", "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "metadata": {}, "hostId": "37123ed369eda026a302dc342d0be387032fff0d434909c3450c4dc7", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:29:10Z", "updated": "2023-04-20T10:29:18Z", "addresses": {"tempest-VolumesActionsTest-627525662-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:4d:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/23940921-698b-4e96-8aed-2d1c8c12299f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:29:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:30:00,671 80085 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:31:00,929 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes 0.196s 2023-04-20 10:31:00,930 80085 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-137436579"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab5ecc61-9258-40ed-8672-9822adb4c4b6', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab5ecc61-9258-40ed-8672-9822adb4c4b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes'} Body: b'{"volume": {"id": "5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:00.874332", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-137436579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_ volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:31:00,982 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc 0.043s 2023-04-20 10:31:00,983 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f081ce15-79ed-4414-bc80-b1ae696a9035', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f081ce15-79ed-4414-bc80-b1ae696a9035', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc'} Body: b'{"volume": {"id": "5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:01.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-137436579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:02,036 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc 0.041s 2023-04-20 10:31:02,036 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b1c8a62-f9a6-4c1e-8c5a-579db4c1583c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b1c8a62-f9a6-4c1e-8c5a-579db4c1583c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc'} Body: b'{"volume": {"id": "5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:01.000000", "updated_at": "2023-04-20T10:31:01.000000", "name": "tempest-VolumesActionsTest-Volume-137436579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc"}], "user_id": "8355ed1609024bc1a30cbc422d8 f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:02,086 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc 0.038s 2023-04-20 10:31:02,087 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b737e041-b503-4df8-89af-7b1952bf4995', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b737e041-b503-4df8-89af-7b1952bf4995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc'} Body: b'{"volume": {"id": "5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:01.000000", "updated_at": "2023-04-20T10:31:01.000000", "name": "tempest-VolumesActionsTest-Volume-137436579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:02,211 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc 0.111s 2023-04-20 10:31:02,211 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7be01ae8-c205-4b74-b214-e76fd2b4c242', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc'} Body: b'' 2023-04-20 10:31:02,231 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc 0.019s 2023-04-20 10:31:02,232 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-396d3f59-74fe-46f2-be55-0190e775ac21', 'x-openstack-request-id': 'req-396d3f59-74fe-46f2-be55-0190e775ac21', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc'} Body: b'{"itemNotFound": {"code": 4 04, "message": "Volume 5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc could not be found."}}' 2023-04-20 10:31:02,359 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f 0.127s 2023-04-20 10:31:02,359 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0bd887b-7684-4f2a-b350-11faf6884902', 'x-compute-request-id': 'req-c0bd887b-7684-4f2a-b350-11faf6884902', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f'} Body: b'' 2023-04-20 10:31:02,681 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f 0.321s 2023-04-20 10:31:02,682 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96a5c8ff-9223-404c-a28a-f3e909097308', 'x-compute-request-id': 'req-96a5c8ff-9223-404c-a28a-f3e909097308', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f'} Body: b'{"server": {"id": "23940921-698b-4e96-8aed-2d1c8c12299f", "name": "tempest-VolumesActionsTest-instance-304888933", "status": "ACTIVE", "tenant_id": "3d65a1127ac04ac8976d9fbb08197248", "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "metadata": {}, "hostId": "37123ed369eda026a302dc342d0be387032fff0d434909c3450c4dc7", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:29:10Z", "updated": "2023-04-20T10:31:02Z", "addresses": {"tempest-VolumesActionsTest-627525662-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:4d:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/23940921-698b-4e96-8aed-2d1c8c12299f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:29:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:31:52,782 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f 0.039s 2023-04-20 10:31:52,782 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'op enstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-8a8a1083-c2e0-4b49-97b1-31be0155f1dc', 'x-compute-request-id': 'req-8a8a1083-c2e0-4b49-97b1-31be0155f1dc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 23940921-698b-4e96-8aed-2d1c8c12299f could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching [1.584803s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 66, in test_volume_force_delete_when_volume_is_attaching self._create_reset_and_force_delete_temp_volume('attaching') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 27910a17-37ff-4cfe-812a-03fa3a5c42b1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:31:53,037 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes 0.250s 2023-04-20 10:31:53,038 80085 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-324334366"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c28a9392-f230-421a-9cf3-9d15e77f0c8c', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c28a9392-f230-421a-9cf3-9d15e77f0c8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes'} Body: b'{"volume": {"id": "27910a17-37ff-4cfe-812a-03fa3a5c42b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:52.952591", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-324334366", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:31:53,094 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1 0.047s 2023-04-20 10:31:53,094 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e30c0fca-0dbe-4e5b-a80a-e01138f609fd', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e30c0fca-0dbe-4e5b-a80a-e01138f609fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1'} Body: b'{"volume": {"id": "27910a17-37ff-4cfe-812a-03fa3a5c42b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:53.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-324334366", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:54,148 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1 0.042s 2023-04-20 10:31:54,148 80085 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f1c422e-cb75-4918-972d-733c897ac778', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f1c422e-cb75-4918-972d-733c897ac778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1'} Body: b'{"volume": {"id": "27910a17-37ff-4cfe-812a-03fa3a5c42b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:53.000000", "updated_at": "2023-04-20T10:31:53.000000", "name": "tempest-VolumesActionsTest-Volume-324334366", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:54,207 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1 0.048s 2023-04-20 10:31:54,207 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba60c973-4fec-4e0b-b066-7c0558549389', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba60c973-4fec-4e0b-b066-7c0558549389', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1'} Body: b'{"volume": {"id": "27910a17-37ff-4cfe-812a-03fa3a5c42b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:53.000000", "updated_at": "2023-04-20T10:31:53.000000", "name": "tempest-VolumesActionsTest-Volume-324334366", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:54,322 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1 0.104s 2023-04-20 10:31:54,322 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f27e93a-8696-4b13-9fda-4a4258216d92', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1'} Body: b'' 2023-04-20 10:31:54,370 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1 0.047s 2023-04-20 10:31:54,370 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31: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-d82f1320-0429-4c5b-afa6-feb96338ebae', 'x-openstack-request-id': 'req-d82f1320-0429-4c5b-afa6-feb96338ebae', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 27910a17-37ff-4cfe-812a-03fa3a5c42b1 could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating [1.717496s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 61, in test_volume_force_delete_when_volume_is_creating self._create_reset_and_force_delete_temp_volume('creating') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d28c8357-5337-487f-8d68-f3b9d46fcced failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:31:54,700 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes 0.327s 2023-04-20 10:31:54,701 80085 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-788746422"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27ab7cea-9344-4348-b241-c3dedddf4255', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27ab7cea-9344-4348-b241-c3dedddf4255', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes'} Body: b'{"volume": {"id": "d28c8357-5337-487f-8d68-f3b9d46fcced", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:54.511753", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-788746422", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:31:54,751 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced 0.041s 2023-04-20 10:31:54,751 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d12e094-e05a-476a-802d-3377328bb718', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d12e094-e05a-476a-802d-3377328bb718', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced'} Body: b'{"volume": {"id": "d28c8357-5337-487f-8d68-f3b9d46fcced", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:55.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-788746422", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:55,810 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced 0.048s 2023-04-20 10:31:55,811 80085 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c947459-cec4-4cc4-b2d2-1b5830f2c32c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c947459-cec4-4cc4-b2d2-1b5830f2c32c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced'} Body: b'{"volume": {"id": "d28c8357-5337-487f-8d68-f3b9d46fcced", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:55.000000", "updated_at": "2023-04-20T10:31:55.000000", "name": "tempest-VolumesActionsTest-Volume-788746422", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:55,861 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced 0.038s 2023-04-20 10:31:55,861 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17c06a54-c6fa-4d56-96ea-f0d666e8ee13', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17c06a54-c6fa-4d56-96ea-f0d666e8ee13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced'} Body: b'{"volume": {"id": "d28c8357-5337-487f-8d68-f3b9d46fcced", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:55.000000", "updated_at": "2023-04-20T10:31:55.000000", "name": "tempest-VolumesActionsTest-Volume-788746422", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:56,068 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced 0.194s 2023-04-20 10:31:56,068 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0 ', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a53ff395-100a-4f88-aba6-7f9ace7de5c3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced'} Body: b'' 2023-04-20 10:31:56,089 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced 0.020s 2023-04-20 10:31:56,089 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31: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-5850424d-d89a-4dd2-b590-62e4905bc358', 'x-openstack-request-id': 'req-5850424d-d89a-4dd2-b590-62e4905bc358', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d28c8357-5337-487f-8d68-f3b9d46fcced could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error [1.537661s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 71, in test_volume_force_delete_when_volume_is_error self._create_reset_and_force_delete_temp_volume('error') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:31:56,279 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes 0.186s 2023-04-20 10:31:56,280 80085 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-578098381"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c69e87c-c0da-4dd6-9dab-d0d1d1ce85b4', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c69e87c-c0da-4dd6-9dab-d0d1d1ce85b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes'} Body: b'{"volume": {"id": "59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:56.223556", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-578098381", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:31:56,348 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36 0.059s 2023-04-20 10:31:56,348 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68ef0f48-30c4-4544-b85a-00db22d92a37', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68ef0f48-30c4-4544-b85a-00db22d92a37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36'} Body: b'{"volume": {"id": "59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:56.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-578098381", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:57,420 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36 0.058s 2023-04-20 10:31:57,420 80085 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcbef196-2386-4a4f-af0c-b09c748dc5fe', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcbef196-2386-4a4f-af0c-b09c748dc5fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36'} Body: b'{"volume": {"id": "59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:56.000000", "updated_at": "2023-04-20T10:31:56.000000", "name": "tempest-VolumesActionsTest-Volume-578098381", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:57,482 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36 0.051s 2023-04-20 10:31:57,483 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43856b16-e68e-4994-afa9-ebdc40cd93db', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43856b16-e68e-4994-afa9-ebdc40cd93db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36'} Body: b'{"volume": {"id": "59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:56.000000", "updated_at": "2023-04-20T10:31:56.000000", "name": "tempest-VolumesActionsTest-Volume-578098381", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:57,605 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36 0.112s 2023-04-20 10:31:57,605 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'conte nt-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7f2e0a8-d008-43fc-b16b-97e549863fad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36'} Body: b'' 2023-04-20 10:31:57,629 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36 0.022s 2023-04-20 10:31:57,629 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6b2f9fd-a288-4200-901e-924aa25cd3bf', 'x-openstack-request-id': 'req-e6b2f9fd-a288-4200-901e-924aa25cd3bf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36 could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance [1.715906s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 76, in test_volume_force_delete_when_volume_is_maintenance self._create_reset_and_force_delete_temp_volume('maintenance') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 06f47d7d-499e-4860-a8d2-b4ec34fafa98 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:31:57,995 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes 0.361s 2023-04-20 10:31:57,996 80085 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-729188768"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43ec7434-e4d8-49bd-baa4-4bfb27538b1e', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43ec7434-e4d8-49bd-baa4-4bfb27538b1e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes'} Body: b'{"volume": {"id": "06f47d7d-499e-4860-a8d2-b4ec34fafa98", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:57.773020", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-729188768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:31:58,067 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98 0.057s 2023-04-20 10:31:58,068 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61fc87ae-c5b0-4cf6-b35f-03144b87ebe7', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61fc87ae-c5b0-4cf6-b35f-03144b87ebe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98'} Body: b'{"volume": {"id": "06f47d7d-499e-4860-a8d2-b4ec34fafa98", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:58.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-729188768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:59,133 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98 0.054s 2023-04-20 10:31:59,133 80085 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f84652b4-50eb-41e8-b139-b3682f2b3413', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f84652b4-50eb-41e8-b139-b3682f2b3413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98'} Body: b'{"volume": {"id": "06f47d7d-499e-4860-a8d2-b4ec34fafa98", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:58.000000", "updated_at": "2023-04-20T10:31:58.000000", "name": "tempest-VolumesActionsTest-Volume-729188768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:59,187 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98 0.042s 2023-04-20 10:31:59,187 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de476159-4d0f-4935-8c3e-374f01a7332c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de476159-4d0f-4935-8c3e-374f01a7332c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98'} Body: b'{"volume": {"id": "06f47d7d-499e-4860-a8d2-b4ec34fafa98", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:58.000000", "updated_at": "2023-04-20T10:31:58.000000", "name": "tempest-VolumesActionsTest-Volume-729188768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:59,320 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98 0.121s 2023-04-20 10:31:59,320 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-le ngth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45d408a9-76d6-4742-a85a-c8d06889a400', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98'} Body: b'' 2023-04-20 10:31:59,348 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98 0.027s 2023-04-20 10:31:59,349 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31: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-375bb5cc-1f17-4e93-8377-0c0f55547c6e', 'x-openstack-request-id': 'req-375bb5cc-1f17-4e93-8377-0c0f55547c6e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 06f47d7d-499e-4860-a8d2-b4ec34fafa98 could not be found."}}' {2} tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status [1.555860s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 47, in test_volume_reset_status volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 381ffc50-37d5-4b66-8725-3749bbce5b4a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:31:59,567 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes 0.215s 2023-04-20 10:31:59,567 80085 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-554773322"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-264150a4-a579-40b4-aec7-3519000bbb57', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-264150a4-a579-40b4-aec7-3519000bbb57', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes'} Body: b'{"volume": {"id": "381ffc50-37d5-4b66-8725-3749bbce5b4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:59.484650", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-554773322", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:31:59,617 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a 0.041s 2023-04-20 10:31:59,618 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02fe7204-4cdc-4046-bdb2-5b567abff189', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02fe7204-4cdc-4046-bdb2-5b567abff189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a'} Body: b'{"volume": {"id": "381ffc50-37d5-4b66-8725-3749bbce5b4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:59.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-554773322", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:32:00,674 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a 0.045s 2023-04-20 10:32:00,675 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b54d147-61c1-4670-82a4-dc3fcff0f1c7', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b54d147-61c1-4670-82a4-dc3fcff0f1c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a'} Body: b'{"volume": {"id": "381ffc50-37d5-4b66-8725-3749bbce5b4a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:59.000000", "updated_at": "2023-04-20T10:32:00.000000", "name": "tempest-VolumesActionsTest-Volume-554773322", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:32:00,727 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a 0.040s 2023-04-20 10:32:00,727 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eadaa4e6-6985-4619-a936-702f91148f12', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eadaa4e6-6985-4619-a936-702f91148f12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a'} Body: b'{"volume": {"id": "381ffc50-37d5-4b66-8725-3749bbce5b4a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:59.000000", "updated_at": "2023-04-20T10:32:00.000000", "name": "tempest-VolumesActionsTest-Volume-554773322", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:32:00,883 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a 0.144s 2023-04-20 10:32:00,883 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32: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-35d5e28e-ceaf-4fd8-b041-63f814f01aca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a'} Body: b'' 2023-04-20 10:32:00,906 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a 0.022s 2023-04-20 10:32:00,906 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32: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-43535d01-f371-4892-9d4f-5d2bd4ff98e6', 'x-openstack-request-id': 'req-43535d01-f371-4892-9d4f-5d2bd4ff98e6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 381ffc50-37d5-4b66-8725-3749bbce5b4a could not be found."}}' {2} setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_metadata.py", line 29, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f65fe9e6-e58b-4cb0-bcf5-b7565a12d763 failed to build and is in ERROR status {11} tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached [234.345386s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 248, in test_stable_device_rescue_disk_virtio_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c65e8205-b8f1-4786-bef9-3110daa97a63 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:19,098 80103 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 10:28:19,339 80103 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.238s 2023-04-20 10:28:19,340 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-314135284", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPer3atuApOKAbOrxgU77C03uvd3ClFPy3FRncu+A4hBfn7+Ligr5c8zlC1kkZihqe2/A/t/d8AFp1mDAF+J+oDrvVOTMmcabgcsFyIy7gKcmM4pBHM2RndymuOvmh30Q=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:19 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-2c045502-5077-4e93-86d4-b61b2b9117f2', 'x-compute-request-id': 'req-2c045502-5077-4e93-86d4-b61b2b9117f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-314135284", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPer3atuApOKAbOrxgU77C03uvd3ClFPy3FRncu+A4hBfn7+Ligr5c8zlC1kkZihqe2/A/t/d8AFp1mDAF+J+oDrvVOTMmcabgcsFyIy7gKcmM4pBHM2RndymuOvmh30Q==", "fingerprint": "9f:a4:1b:14:6d:37:78:a1:a7:d1:7d:3a:d2:da:58:06", "user_id": "2aef9efd33b946709d8f01f41b79f382"}}' 2023-04-20 10:28:19,348 80103 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-314135284 created 2023-04-20 10:28:19,559 80103 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.210s 2023-04-20 10:28:19,559 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1045725567", "description": "tempest-description--492109705"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-f0cdb3f3-a66d-4bb2-9b1f-b5f5dc720299', 'date': 'Thu, 20 Apr 2023 10:28:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2bbbe8c5-ff37-4d5a-a13b-a13bfc897595", "name": "tempest-securitygroup--1045725567", "stateful": true, "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "description": "tempest-description--492109705", "shared": false, "security_group_rules": [{"id": "669001ec-d531-4ccb-adf7-73ddb533b6f4", "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "security_group_id": "2bbbe8c5-ff37-4d5a-a13b-a13bfc897595", "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": 277, "description": null, "tags": [], "created_at": "2023-04-20T10:28:19Z", "updated_at": "2023-04-20T10:28:19Z", "revision_number": 0, "project_id": "2d1545b79af0497497e960cbd68aa8f2"}, {"id": "a92aa2fc-cdd7-4992-a301-6cd7096eb990", "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "security_group_id": "2bbbe8c5-ff37-4d5a-a13b-a13bfc897595", "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": 278, "description": null, "tags": [], "created_at": "2023-04-20T10:28:19Z", "updated_at": "2023-04-20T10:28:19Z", "revision_number": 0, "project_id": "2d1545b79af0497497e960cbd68aa8f2"}], "tags": [], "created_at": "2023-04-20T10:28:19Z", "updated_at": "2023-04-20T10:28:19Z", "revision_number": 1, "project_id": "2d1545b79af0497497e960cbd68aa8f2"}}' 2023-04-20 10:28:19,933 80103 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.373s 2023-04-20 10:28:19,933 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2bbbe8c5-ff37-4d5a-a13b-a13bfc897595", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-aebdac72-db08-4193-87f5-a112ad473278', 'date': 'Thu, 20 Apr 2023 10:28:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d436a3e1-ff13-439d-842f-ccabc21d2b4d", "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "security_group_id": "2bbbe8c5-ff37-4d5a-a13b-a13bfc897595", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:28:19Z", "updated_at": "2023-04-20T10:28:19Z", "revision_number": 0, "project_id": "2d1545b79af0497497e960cbd68aa8f2"}}' 2023-04-20 10:28:20,673 80103 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.739s 2023-04-20 10:28:20,673 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2bbbe8c5-ff37-4d5a-a13b-a13bfc897595", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b2d007ea-0980-4a27-bb3c-222a97b0ee12', 'date': 'Thu, 20 Apr 2023 10:28:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "622ed4e0-288c-433e-95aa-1550cdf52c20", "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "security_group_id": "2bbbe8c5-ff37-4d5a-a13b-a13bfc897595", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:28:20Z", "updated_at": "2023-04-20T10:28:20Z", "revision_number": 0, "project_id": "2d1545b79af0497497e960cbd68aa8f2"}}' 2023-04-20 10:28:20,674 80103 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1045725567 created 2023-04-20 10:28:24,046 80103 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.372s 2023-04-20 10:28:24,047 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "61406e6a-8ff8-4ffa-ada6-987 0364db87e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-6e4ecdb8-1243-45c5-9a36-76902fe9130c', 'date': 'Thu, 20 Apr 2023 10:28:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "41f1bff6-672d-48c7-a623-7edfe62bbbad", "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "floating_ip_address": "172.24.4.122", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2d1545b79af0497497e960cbd68aa8f2", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:28:22Z", "updated_at": "2023-04-20T10:28:22Z", "revision_number": 0}}' 2023-04-20 10:28:24,047 80103 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '41f1bff6-672d-48c7-a623-7edfe62bbbad', 'tenant_id': '2d1545b79af0497497e960cbd68aa8f2', 'floating_ip_address': '172.24.4.122', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2d1545b79af0497497e960cbd68aa8f2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:28:22Z', 'updated_at': '2023-04-20T10:28:22Z', 'revision_number': 0, 'ip': '172.24.4.122'} created 2023-04-20 10:28:24,154 80103 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.101s 2023-04-20 10:28:24,155 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2829', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-06f20f1e-775c-4646-b48e-9dd0ae021ff9', '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": "2aef9efd33b946709d8f01f41b79f382", "name": "tempest-ServerStableDeviceRescueTest-1071968675-project-member", "password_expires_at": null}, "audit_ids": ["HlhW1euDReeKaoq7EWLm5A"], "expires_at": "2023-04-20T11:28:24.000000Z", "issued_at": "2023-04-20T10:28:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d1545b79af0497497e960cbd68aa8f2", "name": "tempest-ServerStableDeviceRescueTest-1071968675"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d1545b79af0497497e960cbd68aa8f2", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d1545b79af0497497e960cbd68aa8f2", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2d1545b79af0497497e960cbd68aa8f2", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "90 76ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:28:24,155 80103 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '06131689-128d-43da-b721-a9dda3f2e19f', 'name': 'tempest-ServerStableDeviceRescueTest-1783672421-network', 'tenant_id': '2d1545b79af0497497e960cbd68aa8f2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2d1545b79af0497497e960cbd68aa8f2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8510, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:27:57Z', 'updated_at': '2023-04-20T10:27:58Z', 'revision_number': 1} available for tenant 2023-04-20 10:28:24,156 80103 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-314135284', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPer3atuApOKAbOrxgU77C03uvd3ClFPy3FRncu+A4hBfn7+Ligr5c8zlC1kkZihqe2/A/t/d8AFp1mDAF+J+oDrvVOTMmcabgcsFyIy7gKcmM4pBHM2RndymuOvmh30Q==', 'fingerprint': '9f:a4:1b:14:6d:37:78:a1:a7:d1:7d:3a:d2:da:58:06', 'user_id': '2aef9efd33b946709d8f01f41b79f382', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD+HY0RHhHef/cW6JMxyAOi1jPxW4XrJU2R6cx/XTC+wWQ5rWbcoWA4\nK+1qjRmSLKqgBwYFK4EEACKhZANiAART3q92rbgKTigGzq8YFO+wtN7r3dwpRT8t\nxUZ3LvgOIQX5+/i4oK+XPM5QtZJGYoantvwP7f3fABadZgwBfifqA671TkzJnGm4\nHLBciMu4CnJjOKQRzNkZ3cprjr5od9E=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2bbbe8c5-ff37-4d5a-a13b-a13bfc897595', 'name': 'tempest-securitygroup--1045725567', 'stateful': True, 'tenant_id': '2d1545b79af0497497e960cbd68aa8f2', 'description': 'tempest-description--492109705', 'shared': False, 'security_group_rules': [{'id': '669001ec-d531-4ccb-adf7-73ddb533b6f4', 'tenant_id': '2d1545b79af0497497e960cbd68aa8f2', 'security_group_id': '2bbbe8c5-ff37-4d5a-a13b-a13bfc897595', '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': 277, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:28:19Z', 'updated_at': '2023-04-20T10:28:19Z', 'revision_number': 0, 'project_id': '2d1545b79af0497497e960cbd68aa8f2'}, {'id': 'a92aa2fc-cdd7-4992-a301-6cd7096eb990', 'tenant_id': '2d1545b79af0497497e960cbd68aa8f2', 'security_group_id': '2bbbe8c5-ff37-4d5a-a13b-a13bfc897595', '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': 278, 'description': None, ' tags': [], 'created_at': '2023-04-20T10:28:19Z', 'updated_at': '2023-04-20T10:28:19Z', 'revision_number': 0, 'project_id': '2d1545b79af0497497e960cbd68aa8f2'}], 'tags': [], 'created_at': '2023-04-20T10:28:19Z', 'updated_at': '2023-04-20T10:28:19Z', 'revision_number': 1, 'project_id': '2d1545b79af0497497e960cbd68aa8f2'}, 'floating_ip': {'id': '41f1bff6-672d-48c7-a623-7edfe62bbbad', 'tenant_id': '2d1545b79af0497497e960cbd68aa8f2', 'floating_ip_address': '172.24.4.122', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2d1545b79af0497497e960cbd68aa8f2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:28:22Z', 'updated_at': '2023-04-20T10:28:22Z', 'revision_number': 0, 'ip': '172.24.4.122'}} 2023-04-20 10:28:27,519 80103 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 3.363s 2023-04-20 10:28:27,521 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1817883104", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "networks": [{"uuid": "06131689-128d-43da-b721-a9dda3f2e19f"}], "security_groups": [{"name": "tempest-securitygroup--1045725567"}], "key_name": "tempest-keypair-314135284", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fc55f6a-1391-41bd-95c5-5cce87886a29', 'x-compute-request-id': 'req-1fc55f6a-1391-41bd-95c5-5cce87886a29', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1045725567"}], "adminPass": "wqqJv48Cb2TG"}}' 2023-04-20 10:28:27,747 80103 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/f48e6aa1-dd33-42a4-89c9-20691b628c70 0.223s 2023-04-20 10:28:27,747 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40d38b4c-36b1-43bc-b1cd-1fa443904667', 'x-compute-request-id': 'req-40d38b4c-36b1-43bc-b1cd-1fa443904667', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70'} Body: b'{"server": {"id": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "name": "tempest-ServerStableDeviceRescueTest-server-1817883104", "status": "BUILD", "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "user_id": "2 aef9efd33b946709d8f01f41b79f382", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:27Z", "updated": "2023-04-20T10:28:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-314135284", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:29:18,107 80103 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/f48e6aa1-dd33-42a4-89c9-20691b628c70 0.300s 2023-04-20 10:29:18,108 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1553', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19c1245c-1c95-4709-933e-202d18de7bf4', 'x-compute-request-id': 'req-19c1245c-1c95-4709-933e-202d18de7bf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70'} Body: b'{"server": {"id": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "name": "tempest-ServerStableDeviceRescueTest-server-1817883104", "status": "ACTIVE", "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "user_id": "2aef9efd33b946709d8f01f41b79f382", "metadata": {}, "hostId": "8ead691aebaa6dadb39c09e5d208809e0f620a67a05cb66e4c409dcb", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:27Z", "updated": "2023-04-20T10:28:39Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1783672421-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:a8:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-314135284", "OS-SRV-USG:launched_at": "2023-04-20T10:28:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1045725567"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:29:18,121 80103 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 10:30:18,393 80103 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/f48e6aa1-dd33-42a4-89c9-20691b628c70/os-interface 0.211s 2023-04-20 10:30:18,394 8 0103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:18 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-a1fe538d-872d-4cc8-85bb-6d2795f01285', 'x-compute-request-id': 'req-a1fe538d-872d-4cc8-85bb-6d2795f01285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "06131689-128d-43da-b721-a9dda3f2e19f", "port_id": "0954983e-5cb4-4486-9816-67f4f5f78b35", "mac_addr": "fa:16:3e:dc:a8:8c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "edd0cb99-1aac-4036-a9a1-791dc413beec", "ip_address": "10.0.0.8"}]}]}' 2023-04-20 10:30:19,658 80103 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/41f1bff6-672d-48c7-a623-7edfe62bbbad 1.260s 2023-04-20 10:30:19,659 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "0954983e-5cb4-4486-9816-67f4f5f78b35"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-054606ea-4e4b-404b-9571-e9c61c5701d2', 'date': 'Thu, 20 Apr 2023 10:30:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/41f1bff6-672d-48c7-a623-7edfe62bbbad'} Body: b'{"floatingip": {"id": "41f1bff6-672d-48c7-a623-7edfe62bbbad", "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "floating_ip_address": "172.24.4.122", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": "9a2bdafe-6a21-4600-a245-2b61a9eb8756", "port_id": "0954983e-5cb4-4486-9816-67f4f5f78b35", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "06131689-128d-43da-b721-a9dda3f2e19f", "mac_address": "fa:16:3e:dc:a8:8c", "admin_state_up": true, "status": "ACTIVE", "device_id": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:28:22Z", "updated_at": "2023-04-20T10:30:18Z", "revision_number": 1, "project_id": "2d1545b79af0497497e960cbd68aa8f2"}}' 2023-04-20 10:30:19,660 80103 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.122:22' as 'cirros' with public key authentication 2023-04-20 10:30:19,705 80103 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:30:19,763 80103 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:30:19,763 80103 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.122 successfully created 2023-04-20 10:30:20,678 80103 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/f48e6aa1-dd33-42a4-89c9-20691b628c70/action 0.914s 2023-04-20 10:30:20,679 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-135359299"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:19 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/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab 445', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1af01c94-409a-4baf-a932-856bdef9d019', 'x-compute-request-id': 'req-1af01c94-409a-4baf-a932-856bdef9d019', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70/action'} Body: b'' 2023-04-20 10:30:20,739 80103 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/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445 0.058s 2023-04-20 10:30:20,740 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:20 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-260276b3-12c7-44e7-b065-c4461c40debf', 'x-compute-request-id': 'req-260276b3-12c7-44e7-b065-c4461c40debf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445'} Body: b'{"image": {"id": "5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445", "name": "tempest-ServerStableDeviceRescueTest-image-135359299", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1071968675", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1071968675-project-member", "user_id": "2aef9efd33b946709d8f01f41b79f382"}, "created": "2023-04-20T10:30:21Z", "updated": "2023-04-20T10:30:21Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445"}], "server": {"id": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}]}}}' 2023-04-20 10:31:10,817 80103 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/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445 0.058s 2023-04-20 10:31:10,817 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:10 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-dfdff17e-c603-41c7-a2f6-adc25910d4a9', 'x-compute-request-id': 'req-dfdff17e-c603-41c7-a2f6-adc25910d4a9', 'connection': 'close', 'status': '200', 'content-location': ' http://10.0.0.210/compute/v2.1/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445'} Body: b'{"image": {"id": "5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445", "name": "tempest-ServerStableDeviceRescueTest-image-135359299", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "owner_id": "2d1545b79af0497497e960cbd68aa8f2", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1071968675", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1071968675-project-member", "user_id": "2aef9efd33b946709d8f01f41b79f382"}, "created": "2023-04-20T10:30:21Z", "updated": "2023-04-20T10:30:25Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445"}], "server": {"id": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}]}}}' 2023-04-20 10:31:10,876 80103 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/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445 0.054s 2023-04-20 10:31:10,877 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:10 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-54d6ab6d-8baf-47d7-a2e3-af7a0dd6013d', 'x-compute-request-id': 'req-54d6ab6d-8baf-47d7-a2e3-af7a0dd6013d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445'} Body: b'{"image": {"id": "5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445", "name": "tempest-ServerStableDeviceRescueTest-image-135359299", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "owner_id": "2d1545b79af0497497e960cbd68aa8f2", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1071968675", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1071968675-project-member", "user_id": "2aef9efd33b946709d8f01f41b79f382"}, "created": "2023-04-20T10:30:21Z", "updated": "2023-04-20T10:30:25Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445"}, {"rel": "book mark", "href": "http://10.0.0.210/compute/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445"}], "server": {"id": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}]}}}' 2023-04-20 10:31:11,175 80103 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/f48e6aa1-dd33-42a4-89c9-20691b628c70 0.289s 2023-04-20 10:31:11,176 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11494eb3-6da5-458f-be56-a6fac1dfd7be', 'x-compute-request-id': 'req-11494eb3-6da5-458f-be56-a6fac1dfd7be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70'} Body: b'{"server": {"id": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "name": "tempest-ServerStableDeviceRescueTest-server-1817883104", "status": "ACTIVE", "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "user_id": "2aef9efd33b946709d8f01f41b79f382", "metadata": {}, "hostId": "8ead691aebaa6dadb39c09e5d208809e0f620a67a05cb66e4c409dcb", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:27Z", "updated": "2023-04-20T10:30:26Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1783672421-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:a8:8c"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:a8:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-314135284", "OS-SRV-USG:launched_at": "2023-04-20T10:28:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1045725567"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:32:11,423 80103 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/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445 0.174s 2023-04-20 10:32:11,423 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_bus", "value": "virtio"}] Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1643', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5711c0f4-eb7a-4851-8a72-5253d435a809', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5b0ba2e0- a8e5-42fb-8f5f-33bbf1aab445'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "owner_id": "2d1545b79af0497497e960cbd68aa8f2", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1071968675", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1071968675-project-member", "user_id": "2aef9efd33b946709d8f01f41b79f382", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-135359299", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "fd9363ab0d406db9e967adce6078a295", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2d1545b79af0497497e960cbd68aa8f2", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "da90b8ef298733c3c66bd69a5343f70b2ecb52ca610bffb526e353c7870e24677a748252e4d39a50b5c5ec4b4e6b4be1b2b852394ca1003760e528f072302b62", "id": "5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445", "created_at": "2023-04-20T10:30:21Z", "updated_at": "2023-04-20T10:32:11Z", "tags": [], "self": "/v2/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445", "file": "/v2/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:32:11,574 80103 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/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445 0.150s 2023-04-20 10:32:11,574 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c6157fbb-41c4-4b0e-b04d-1281bb730959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "owner_id": "2d1545b79af0497497e960cbd68aa8f2", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1071968675", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1071968675-project-member", "user_id": "2aef9efd33b946709d8f01f41b79f382", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-135359299", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "fd9363ab0d406db9e967adce6078a295", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2d1545b79af0497497e960cbd68aa8f2", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "da90b8ef298733c3c66bd69a5343f70b2ecb52ca610bffb526e353c7870e24677a748252e4d39a50b5c5ec4b4e6b4be1b2b852394ca1003760e528f072302b62", "id": "5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445", "created_at": "2023-04-20T10:30:21Z", "updated_at": "2023-04-20T10:32:12Z", "tags": [ ], "self": "/v2/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445", "file": "/v2/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:32:12,071 80103 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/f48e6aa1-dd33-42a4-89c9-20691b628c70 0.496s 2023-04-20 10:32:12,071 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0658dc10-83ed-4f8b-ac6e-202412ed2a7c', 'x-compute-request-id': 'req-0658dc10-83ed-4f8b-ac6e-202412ed2a7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70'} Body: b'{"server": {"id": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "name": "tempest-ServerStableDeviceRescueTest-server-1817883104", "status": "ACTIVE", "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "user_id": "2aef9efd33b946709d8f01f41b79f382", "metadata": {}, "hostId": "8ead691aebaa6dadb39c09e5d208809e0f620a67a05cb66e4c409dcb", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:27Z", "updated": "2023-04-20T10:30:26Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1783672421-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:a8:8c"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:a8:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-314135284", "OS-SRV-USG:launched_at": "2023-04-20T10:28:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1045725567"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:32:12,316 80103 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/2d1545b79af0497497e960cbd68aa8f2/volumes 0.233s 2023-04-20 10:32:12,316 80103 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-4998308"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7d6d5b2-3ed2-4fe3-babf-548fe5adf41b', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7d6d5b2-3ed2-4fe3-babf-548fe5adf41b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2d1545b79af0497497e960cbd68aa8f2/volumes'} Body: b'{"volume": {"id": "c65e8205-b8f1-4786-bef9-3110daa97a63", "status": "creating", "size": 1, "availability_zone": "nova", "crea ted_at": "2023-04-20T10:32:12.253857", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-4998308", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d1545b79af0497497e960cbd68aa8f2/volumes/c65e8205-b8f1-4786-bef9-3110daa97a63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d1545b79af0497497e960cbd68aa8f2/volumes/c65e8205-b8f1-4786-bef9-3110daa97a63"}], "user_id": "2aef9efd33b946709d8f01f41b79f382", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:32:12,370 80103 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/2d1545b79af0497497e960cbd68aa8f2/volumes/c65e8205-b8f1-4786-bef9-3110daa97a63 0.044s 2023-04-20 10:32:12,370 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ae349fd-415b-45af-9187-e7717ee66563', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ae349fd-415b-45af-9187-e7717ee66563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d1545b79af0497497e960cbd68aa8f2/volumes/c65e8205-b8f1-4786-bef9-3110daa97a63'} Body: b'{"volume": {"id": "c65e8205-b8f1-4786-bef9-3110daa97a63", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:12.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-4998308", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d1545b79af0497497e960cbd68aa8f2/volumes/c65e8205-b8f1-4786-bef9-3110daa97a63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d1545b79af0497497e960cbd68aa8f2/volumes/c65e8205-b8f1-4786-bef9-3110daa97a63"}], "user_id": "2aef9efd33b946709d8f01f41b79f382", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d1545b79af0497497e960cbd68aa8f2"}}' 2023-04-20 10:32:13,431 80103 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/2d1545b79af0497497e960cbd68aa8f2/volumes/c65e8205-b8f1-4786-bef9-3110daa97a63 0.049s 2023-04-20 10:32:13,432 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11357c8d-bdf5-47d7-9172-c5fec4429988', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11357c8d-bdf5-47d7-9172-c5fec4429988', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d1545b79af0497497e960cbd68aa8f2/volumes/c65e8205-b8f1-4786-bef9-3110daa97a63'} Body: b'{"volume": {"id": "c65e8205-b8f1-4786-bef9-3110daa97a63", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:12.000000", "updated_at": "2023-04-20T10:32:12.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-4998308", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"r el": "self", "href": "http://10.0.0.210/volume/v3/2d1545b79af0497497e960cbd68aa8f2/volumes/c65e8205-b8f1-4786-bef9-3110daa97a63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d1545b79af0497497e960cbd68aa8f2/volumes/c65e8205-b8f1-4786-bef9-3110daa97a63"}], "user_id": "2aef9efd33b946709d8f01f41b79f382", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d1545b79af0497497e960cbd68aa8f2"}}' {9} tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri [112.490638s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 47, in test_update_attached_volume_with_nonexistent_volume_in_uri volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fc1b8385-abd4-4fae-acea-be5a8f4d074e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:30:27,392 80099 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.096s 2023-04-20 10:30:27,392 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30: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-7adac9df-8dc0-4b55-9c65-699f2af0fea9', '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": "712be6d6876f4b2c9d796e406a43f8bf", "name": "tempest-VolumesAdminNegativeTest-2134667240-project-member", "password_expires_at": null}, "audit_ids": ["YwbpIc7vTSCYG3aRpOPYmg"], "expires_at": "2023-04-20T11:30:27.000000Z", "issued_at": "2023-04-20T10:30:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c3ecc1463ec42eea56f2890b032ef7a", "name": "tempest-VolumesAdminNegativeTest-2134667240"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7c3ecc1463ec42eea56f2890b032ef7a", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:30:27,393 80099 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '55052d2c-5064-4bd3-9b46-6e90a5ee3def', 'name': 'tempest-VolumesAdminNegativeTest-1948401123-network', 'tenant_id': '7c3ecc1463ec42eea56f2890b032ef7a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7c3ecc1463ec42eea5 6f2890b032ef7a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38501, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:27:57Z', 'updated_at': '2023-04-20T10:27:58Z', 'revision_number': 1} available for tenant 2023-04-20 10:30:27,979 80099 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.584s 2023-04-20 10:30:27,980 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1784158863", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "networks": [{"uuid": "55052d2c-5064-4bd3-9b46-6e90a5ee3def"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/db38a0ab-0165-480d-bddb-cab50bcd22e4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0c6203c-6eda-4bf3-862e-277dfbb8f9c7', 'x-compute-request-id': 'req-c0c6203c-6eda-4bf3-862e-277dfbb8f9c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "db38a0ab-0165-480d-bddb-cab50bcd22e4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/db38a0ab-0165-480d-bddb-cab50bcd22e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/db38a0ab-0165-480d-bddb-cab50bcd22e4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "EfdRjCpjRBM6"}}' 2023-04-20 10:30:28,083 80099 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/db38a0ab-0165-480d-bddb-cab50bcd22e4 0.097s 2023-04-20 10:30:28,084 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1212', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91b2a475-92d1-47c0-a7c5-3eb8ae33cff7', 'x-compute-request-id': 'req-91b2a475-92d1-47c0-a7c5-3eb8ae33cff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/db38a0ab-0165-480d-bddb-cab50bcd22e4'} Body: b'{"server": {"id": "db38a0ab-0165-480d-bddb-cab50bcd22e4", "name": "tempest-VolumesAdminNegativeTest-server-1784158863", "status": "BUILD", "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "user_id": "712be6d6876f4b2c9d796e406a43f8bf", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:30:28Z", "updated": "2023-04-20T10:30:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/db38a0ab-0165-480d-bddb-cab50bcd22e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/db38a0ab-0165-480d-bddb-cab50bcd22e4"}], "OS-DCF:diskConfig": "MANUA L", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:31:18,392 80099 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/db38a0ab-0165-480d-bddb-cab50bcd22e4 0.248s 2023-04-20 10:31:18,392 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1496', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-585f0c79-50fd-41c1-a08c-55a2488fb401', 'x-compute-request-id': 'req-585f0c79-50fd-41c1-a08c-55a2488fb401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/db38a0ab-0165-480d-bddb-cab50bcd22e4'} Body: b'{"server": {"id": "db38a0ab-0165-480d-bddb-cab50bcd22e4", "name": "tempest-VolumesAdminNegativeTest-server-1784158863", "status": "ACTIVE", "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "user_id": "712be6d6876f4b2c9d796e406a43f8bf", "metadata": {}, "hostId": "f193f9e593e71f05699d9c079b4e3264fb1af8bb6cc891782727565f", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:30:27Z", "updated": "2023-04-20T10:30:34Z", "addresses": {"tempest-VolumesAdminNegativeTest-1948401123-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:d2:da"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/db38a0ab-0165-480d-bddb-cab50bcd22e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/db38a0ab-0165-480d-bddb-cab50bcd22e4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:30: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": []}}' 2023-04-20 10:31:18,403 80099 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:32:18,669 80099 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/7c3ecc1463ec42eea56f2890b032ef7a/volumes 0.205s 2023-04-20 10:32:18,670 80099 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-601523716"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c0ed1b6-7f67-43e1-9232-2ca00f31f411', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c0ed1b6-7f67-43e1-9232-2ca00f31f411', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes'} Body: b'{"volume": {"id": "fc1b 8385-abd4-4fae-acea-be5a8f4d074e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:18.607014", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-601523716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes/fc1b8385-abd4-4fae-acea-be5a8f4d074e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7c3ecc1463ec42eea56f2890b032ef7a/volumes/fc1b8385-abd4-4fae-acea-be5a8f4d074e"}], "user_id": "712be6d6876f4b2c9d796e406a43f8bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:32:18,719 80099 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/7c3ecc1463ec42eea56f2890b032ef7a/volumes/fc1b8385-abd4-4fae-acea-be5a8f4d074e 0.040s 2023-04-20 10:32:18,719 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b49cbd2-4eb4-48d4-8e20-835d369e7d21', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b49cbd2-4eb4-48d4-8e20-835d369e7d21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes/fc1b8385-abd4-4fae-acea-be5a8f4d074e'} Body: b'{"volume": {"id": "fc1b8385-abd4-4fae-acea-be5a8f4d074e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:19.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-601523716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes/fc1b8385-abd4-4fae-acea-be5a8f4d074e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7c3ecc1463ec42eea56f2890b032ef7a/volumes/fc1b8385-abd4-4fae-acea-be5a8f4d074e"}], "user_id": "712be6d6876f4b2c9d796e406a43f8bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a"}}' 2023-04-20 10:32:19,768 80099 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/7c3ecc1463ec42eea56f2890b032ef7a/volumes/fc1b8385-abd4-4fae-acea-be5a8f4d074e 0.038s 2023-04-20 10:32:19,769 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-520a1b86-7cce-4668-b900-d2b4caace0f1', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-520a1b86-7cce-4668-b900-d2b4caace0f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes/fc1b8385-abd4-4fae-acea-be5a8f4d074e'} Body: b'{"volume": {"id": "fc1b8385-abd4-4fae-acea-be5a8f4d074e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:19.000000", "updated_at": "2023-04-20T10:32:19.000000", "name": "tempest-VolumesAdminNegativeTest-volume-601523716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes/fc1b8385-abd4-4fae-acea-be5a8f4d074e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7c3ecc1463ec42eea56f2890b032ef7a/volumes/fc1b8385-abd4-4fae-acea-be5a8f4d074e"}], "user_id": "712be6d6876f4b2c9d796e406a43f8bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a"}}' {2} tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance [3.430033s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 312, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 262, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 258, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1991814c-2539-4f75-beaf-940662eb2592 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:32:21,389 80085 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.368s 2023-04-20 10:32:21,389 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-298744614", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEMbWXIBT8lnezUVZ24hEHrBmhZNkKzqrWBz1glErBkT2U80uPLf/H8bhxWmAg6cHfVMJaqRiyfoPQW1duLVG+VNZv9F2J906lsB89vqxtNyd6f+cb9xMIgxYSn1OG52rw=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6392a502-579d-4365-bdfc-24877462d17b', 'x-compute-request-id': 'req-6392a502-579d-4365-bdfc-24877462d17b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-298744614", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEMbWXIBT8lnezUVZ24hEHrBmhZNkKzqrWBz1glErBkT2U80uPLf/H8bhxWmAg6cHfVMJaqRiyfoPQW1duLVG+VNZv9F2J906lsB89vqxtNyd6f+cb9xMIgxYSn1OG52rw==", "fingerprint": "3e:e8:05:24:23:df:96:42:a0:3c:b9:2f:61:3a:d8:ca", "user_id": "eff2d09e6d3441ef85f46203856a6839"}}' 2023-04-20 10:32:21,556 80085 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.164s 2023-04-20 10:32:21,557 80085 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-1432453508", "description": "tempest-secgroup-smoke-1432453508 description", "project_id": "a3ac1e4ef304472cba1faa176bdb2c63"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-37ee3c40-09da-4955-b2a6-aeec99c154a5', 'date': 'Thu, 20 Apr 2023 10:32:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "name": "tempest-secgroup-smoke-1432453508", "stateful": true, "tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63", "description": "tempest-secgroup-smoke-1432453508 description", "shared": false, "security_group_rules": [{"id": "4b243751-82c0-46dd-9edd-b13350f34784", "tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63", "security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "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": 616, "description": null, "tags": [], "created_at": "2023-04-20T10:32:21Z", "updated_at": "2023-04-20T10:32:21Z", "revision_number": 0, "project_id": "a3ac1e4ef304472cba1faa176bdb2c63"}, {"id": "8b9b608e-cc8b-434c-b9aa-dd3a23fd367b", "tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63", "security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "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": 615, "description": null, "tags": [], "created_at": "2023-04-20T10:32:21Z", "updated_at": "2023-04-20T10:32:21Z", "revision_number": 0, "project_id": "a3ac1e4ef304472cba1faa176bdb2c63"}], "tags": [], "created_at": "2023-04-20T10:32:21Z", "updated_at": "2023-04-20T10:32 :21Z", "revision_number": 1, "project_id": "a3ac1e4ef304472cba1faa176bdb2c63"}}' 2023-04-20 10:32:21,732 80085 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.174s 2023-04-20 10:32:21,732 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "project_id": "a3ac1e4ef304472cba1faa176bdb2c63", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-2a5732ed-8b12-4bca-ba51-763e943c5559', 'date': 'Thu, 20 Apr 2023 10:32:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9571e9da-2564-4e64-bd30-4088668ae2cf", "tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63", "security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:21Z", "updated_at": "2023-04-20T10:32:21Z", "revision_number": 0, "project_id": "a3ac1e4ef304472cba1faa176bdb2c63"}}' 2023-04-20 10:32:21,903 80085 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.170s 2023-04-20 10:32:21,903 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "project_id": "a3ac1e4ef304472cba1faa176bdb2c63", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-52935fae-bbad-4cae-b8f8-7575c56423ba', 'date': 'Thu, 20 Apr 2023 10:32:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "58dd1039-fe21-40a1-83ce-33b8d9821ea7", "tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63", "security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:21Z", "updated_at": "2023-04-20T10:32:21Z", "revision_number": 0, "project_id": "a3ac1e4ef304472cba1faa176bdb2c63"}}' 2023-04-20 10:32:22,080 80085 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-20 10:32:22,080 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "project_id": "a3ac1e4ef304472cba1faa176bdb2c63", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a4ee1f83-939d-46d1-a8b3-dd43721bc2ff', 'date': 'Thu, 20 Apr 2023 10:32:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"se curity_group_rule": {"id": "44286ecc-cadf-4d47-bf3e-73788a3ea590", "tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63", "security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:21Z", "updated_at": "2023-04-20T10:32:21Z", "revision_number": 0, "project_id": "a3ac1e4ef304472cba1faa176bdb2c63"}}' 2023-04-20 10:32:22,281 80085 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.200s 2023-04-20 10:32:22,281 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "project_id": "a3ac1e4ef304472cba1faa176bdb2c63", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-aa9d95fd-67ac-4f57-b125-9bf27d1e8f31', 'date': 'Thu, 20 Apr 2023 10:32:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a7f3f1fb-aabe-4b4f-ae44-7fdc1db2aaf6", "tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63", "security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:22Z", "updated_at": "2023-04-20T10:32:22Z", "revision_number": 0, "project_id": "a3ac1e4ef304472cba1faa176bdb2c63"}}' 2023-04-20 10:32:22,458 80085 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-20 10:32:22,458 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "project_id": "a3ac1e4ef304472cba1faa176bdb2c63", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-8c71cc11-b708-41ca-aa19-fa6e0ad6880e', 'date': 'Thu, 20 Apr 2023 10:32:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "dc930e92-b19d-4be0-b2e4-ab4f09f9f969", "tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63", "security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:22Z", "updated_at": "2023-04-20T10:32:22Z", "revision_number": 0, "project_id": "a3ac1e4ef304472cba1faa176bdb2c63"}}' 2023-04-20 10:32:22,624 80085 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.165s 2023-04-20 10:32:22,624 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9" , "project_id": "a3ac1e4ef304472cba1faa176bdb2c63", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-55b12770-40bb-4705-a395-db998457bf31', 'date': 'Thu, 20 Apr 2023 10:32:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "36202ee9-534b-4046-bcb6-6408d113ee17", "tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63", "security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:22Z", "updated_at": "2023-04-20T10:32:22Z", "revision_number": 0, "project_id": "a3ac1e4ef304472cba1faa176bdb2c63"}}' 2023-04-20 10:32:22,669 80085 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.038s 2023-04-20 10:32:22,669 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:22 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-0d0f11e2-770c-4efd-8c84-1fc8dea7f118', '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": "eff2d09e6d3441ef85f46203856a6839", "name": "tempest-TestShelveInstance-1436033123-project-member", "password_expires_at": null}, "audit_ids": ["_EH38yyYQCSH7QOEh1JBpA"], "expires_at": "2023-04-20T11:32:22.000000Z", "issued_at": "2023-04-20T10:32:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3ac1e4ef304472cba1faa176bdb2c63", "name": "tempest-TestShelveInstance-1436033123"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a3ac1e4ef304472cba1faa176bdb2c63", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type" : "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:32:22,670 80085 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '27c2c509-0a40-45dd-ac2a-84b9132549af', 'name': 'tempest-TestShelveInstance-2067980199-network', 'tenant_id': 'a3ac1e4ef304472cba1faa176bdb2c63', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a3ac1e4ef304472cba1faa176bdb2c63', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30855, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:32:07Z', 'updated_at': '2023-04-20T10:32:07Z', 'revision_number': 1} available for tenant 2023-04-20 10:32:23,013 80085 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes 0.341s 2023-04-20 10:32:23,013 80085 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-1737639474", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67e31928-4c7d-41b1-b437-1440edf32e28', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67e31928-4c7d-41b1-b437-1440edf32e28', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes'} Body: b'{"volume": {"id": "1991814c-2539-4f75-beaf-940662eb2592", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:22.952893", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1737639474", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592"}], "user_id": "eff2d09e6d3441ef85f46203856a6839", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:32:23,063 80085 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592 0.041s 2023-04-20 10:32:23,064 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-390e8636-a72a-4418-947b-1cdb0cb08a47', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack- request-id': 'req-390e8636-a72a-4418-947b-1cdb0cb08a47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592'} Body: b'{"volume": {"id": "1991814c-2539-4f75-beaf-940662eb2592", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:23.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1737639474", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592"}], "user_id": "eff2d09e6d3441ef85f46203856a6839", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63"}}' 2023-04-20 10:32:24,113 80085 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592 0.038s 2023-04-20 10:32:24,114 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb074b89-5fb2-4ebc-beef-6f4aa3705b4b', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb074b89-5fb2-4ebc-beef-6f4aa3705b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592'} Body: b'{"volume": {"id": "1991814c-2539-4f75-beaf-940662eb2592", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:23.000000", "updated_at": "2023-04-20T10:32:23.000000", "name": "tempest-tempest.common.compute-volume-1737639474", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592"}], "user_id": "eff2d09e6d3441ef85f46203856a6839", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63"}}' 2023-04-20 10:32:24,229 80085 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592 0.105s 2023-04-20 10:32:24,230 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91bb254c-d9e6-4ef6-bbbd-ac0ed567aca5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592'} Body: b'' 2023-04-20 10:32:24,252 80085 INFO [tempest.lib.common.rest_cl ient] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592 0.022s 2023-04-20 10:32:24,252 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32: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-077eb288-b3a9-4005-a10c-6267ba790878', 'x-openstack-request-id': 'req-077eb288-b3a9-4005-a10c-6267ba790878', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1991814c-2539-4f75-beaf-940662eb2592 could not be found."}}' 2023-04-20 10:32:24,408 80085 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/13c8045d-7787-46c7-9a03-0102fb27bdf9 0.153s 2023-04-20 10:32:24,409 80085 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-43ba2d49-4a06-4775-bdd2-ff898cffe071', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:32:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/13c8045d-7787-46c7-9a03-0102fb27bdf9'} Body: b'' 2023-04-20 10:32:24,441 80085 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-298744614 0.031s 2023-04-20 10:32:24,442 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32: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-f493e327-67cc-4bdd-991d-26518539ccb6', 'x-compute-request-id': 'req-f493e327-67cc-4bdd-991d-26518539ccb6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-298744614'} Body: b'' {2} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luks ... SKIPPED: Encrypted volume attach is not supported {2} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_boot_server_from_encrypted_volume_luksv2 ... SKIPPED: Encrypted volume attach is not supported {2} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot [1.900687s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 138, in test_create_server_from_volume_snapshot boot_volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 13e9c0d2-3a2c-460b-9cdc-cde1f66c4790 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:32:45,071 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41 0.215s 2023-04-20 10:32:45,071 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1f00d3f3-6705-4769-84df-2040e21b3ee2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "fda053593ca94fea8fa552c5a6c6e5d5", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "created_at": "2023-04-20T10:24:36Z", "updated_at": "2023-04-20T10:24:37Z", "tags": [], "self": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41", "file": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:32:45,504 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes 0.432s 2023-04-20 10:32:45,505 80085 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-1964228186", "snapshot_id": null, "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1ec810b-7b91-4f87-ae93-d1afe86f9a5d', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1ec810b-7b91-4f87-ae93-d1afe86f9a5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes'} Body: b'{"volume": {"id": "13e9c0d2-3a2c-460b-9cdc-cde1f66c4790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:45.428590", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1964228186", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790"}], "user_id": "5176c0932371497cae260e45dc67499b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:32:45,562 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790 0.043s 2023-04-20 10:32:45,562 80085 DEBUG [tempest.lib.common.rest_clie nt] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de13e364-bcdc-45ca-be7b-3fbd5ee22639', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de13e364-bcdc-45ca-be7b-3fbd5ee22639', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790'} Body: b'{"volume": {"id": "13e9c0d2-3a2c-460b-9cdc-cde1f66c4790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:45.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1964228186", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790"}], "user_id": "5176c0932371497cae260e45dc67499b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:46,616 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790 0.042s 2023-04-20 10:32:46,617 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b27fc64-820d-4626-909b-f7a17170b2af', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b27fc64-820d-4626-909b-f7a17170b2af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790'} Body: b'{"volume": {"id": "13e9c0d2-3a2c-460b-9cdc-cde1f66c4790", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:45.000000", "updated_at": "2023-04-20T10:32:46.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1964228186", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790"}], "user_id": "5176c0932371497cae260e45dc67499b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:46,732 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790 0.103s 2023-04-20 10:32:46,732 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:46 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-d4959f83-e0f6-4c3b-a57e-6941f1883ccc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790'} Body: b'' 2023-04-20 10:32:46,754 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790 0.021s 2023-04-20 10:32:46,754 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32: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-4c6b7374-f2a1-4149-8e09-0a83a7f25585', 'x-openstack-request-id': 'req-4c6b7374-f2a1-4149-8e09-0a83a7f25585', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 13e9c0d2-3a2c-460b-9cdc-cde1f66c4790 could not be found."}}' {2} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume [1.622306s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 183, in test_image_defined_boot_from_volume volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bbbee90b-2d25-433b-9521-f1fdeabcebed failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:32:46,776 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41 0.019s 2023-04-20 10:32:46,777 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-93e68aa5-ccf2-4d83-9d90-0b28bded2f67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "fda053593ca94fea8fa552c5a6c6e5d5", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "created_at": "2023-04-20T10:24:36Z", "updated_at": "2023-04-20T10:24:37Z", "tags": [], "self": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41", "file": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:32:47,117 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes 0.340s 2023-04-20 10:32:47,118 80085 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-361721135", "snapshot_id": null, "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82750e40-77d0-41aa-8778-a6b00ff77131', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82750e40-77d0-41aa-8778-a6b00ff77131', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes'} Body: b'{"volume": {"id": "bbbee90b-2d25-433b-9521-f1fdeabcebed", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:47.013103", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-361721135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed"}], "user_id": "5176c0932371497cae260e45dc67499b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:32:47,172 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed 0.045s 2023-04-20 10:32:47,173 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc24c346-d36a-4bba-ba5a-fe2500c7c4fc', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc24c346-d36a-4bba-ba5a-fe2500c7c4fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed'} Body: b'{"volume": {"id": "bbbee90b-2d25-433b-9521-f1fdeabcebed", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:47.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-361721135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed"}], "user_id": "5176c0932371497cae260e45dc67499b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:48,225 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed 0.041s 2023-04-20 10:32:48,226 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60531dea-35f6-4a84-910e-bdd372544516', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60531dea-35f6-4a84-910e-bdd372544516', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed'} Body: b'{"volume": {"id": "bbbee90b-2d25-433b-9521-f1fdeabcebed", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:47.000000", "updated_at": "2023-04-20T10:32:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-361721135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed"}], "user_id": "5176c0932371497cae260e45dc67499b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:48,352 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed 0.115s 2023-04-20 10:32:48,352 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'co ntent-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-326db5f2-a740-4e32-a4ed-693d70962eb9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed'} Body: b'' 2023-04-20 10:32:48,378 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed 0.025s 2023-04-20 10:32:48,378 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32: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-900f2ca7-31b0-4295-92d0-b1dee3c9a1cb', 'x-openstack-request-id': 'req-900f2ca7-31b0-4295-92d0-b1dee3c9a1cb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bbbee90b-2d25-433b-9521-f1fdeabcebed could not be found."}}' {2} tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern [3.403629s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 71, in test_volume_boot_pattern volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6ae4a4bb-de12-4286-8280-b1e4d9950977 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:32:48,381 80085 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-20 10:32:48,439 80085 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.055s 2023-04-20 10:32:48,440 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-145410284", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD3cjtVuh5CSyskSLlM7wehflwTTaFS+neFxixeAvJ+P9POfb9O36foK/mkpgEeW26g57n8moxvDHuE39roWoFyjeJvs0xfXmFT2uBt16yQCn3WJKnhH0wtIfbcbtk1eKQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:48 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-8831c249-5ccf-4403-8eec-98edfec23ab6', 'x-compute-request-id': 'req-8831c249-5ccf-4403-8eec-98edfec23ab6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-145410284", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD3cjtVuh5CSyskSLlM7wehflwTTaFS+neFxixeAvJ+P9POfb9O36foK/mkpgEeW26g57n8moxvDHuE39roWoFyjeJvs0xfXmFT2uBt16yQCn3WJKnhH0wtIfbcbtk1eKQ==", "fingerprint": "68:e8:8c:51:bf:a4:83:f0:f8:af:b5:89:bc:e6:fd:4c", "user_id": "5176c0932371497cae260e45dc67499b"}}' 2023-04-20 10:32:48,600 80085 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.157s 2023-04-20 10:32:48,600 80085 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-2013894530", "description": "tempest-secgroup-smoke-2013894530 description", "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-05ceae73-198f-4a34-ba05-6d82a03c92e7', 'date': 'Thu, 20 Apr 2023 10:32:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "name": "tempest-secgroup-smoke-2013894530", "stateful": true, "tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "description": "tempest-secgroup-smoke-2013894530 description", "shared": false, "security_group_rules": [{"id": "22fc6274-4d62-43f1-a538-086865f33c2f", "tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "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": 649, "description": null, "tags": [], "created_at": "2023-04-20T10:32:48Z", "updated_at": "2023-04-20T10:32:48Z", "revision_number": 0, "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}, {"id": "c380f217-d3fa-4ad4-b3a7-0c161c009db0", "tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "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": 648, "description": null, "tags": [], "created_at": "2023-04-20T10:32:48Z", "updated_at": "2023-04-20T10:32:48Z", "revision_number": 0, "project_id": "681dd9c dc82d41cbb5ce16bfde7e5416"}], "tags": [], "created_at": "2023-04-20T10:32:48Z", "updated_at": "2023-04-20T10:32:48Z", "revision_number": 1, "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:48,776 80085 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.175s 2023-04-20 10:32:48,777 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-fd29ea00-22e7-47ae-9539-e97c0f535cea', 'date': 'Thu, 20 Apr 2023 10:32: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": "578ab272-561b-4b60-88d6-c99cda811b17", "tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:48Z", "updated_at": "2023-04-20T10:32:48Z", "revision_number": 0, "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:48,984 80085 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.206s 2023-04-20 10:32:48,984 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-b0631193-fc39-436d-91e0-318c9ad9277e', 'date': 'Thu, 20 Apr 2023 10:32: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": "4d30964a-92c5-44cd-8919-c9c2f9f5234b", "tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:48Z", "updated_at": "2023-04-20T10:32:48Z", "revision_number": 0, "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:49,154 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.169s 2023-04-20 10:32:49,155 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3646748b-25ac-4398-9bc4-f77b39164e9a', 'date': 'Thu, 20 Apr 2023 10:32:49 GMT', 'connection': 'close', 'status': '201', 'content-loca tion': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b197e35c-fa2d-49dd-9a97-005bb40d69ec", "tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:49Z", "updated_at": "2023-04-20T10:32:49Z", "revision_number": 0, "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:49,334 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.179s 2023-04-20 10:32:49,335 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-62a33621-8409-4f79-b297-3cccbb6e2c2b', 'date': 'Thu, 20 Apr 2023 10:32:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bc5cef21-edc6-4d52-8a75-319aa7caf524", "tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:49Z", "updated_at": "2023-04-20T10:32:49Z", "revision_number": 0, "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:49,503 80085 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.168s 2023-04-20 10:32:49,503 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-979ee0cf-e268-4af8-9dfb-4487df6ea19b', 'date': 'Thu, 20 Apr 2023 10:32:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6d690886-6a73-4164-a8c0-5b3694f32e43", "tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:49Z", "updated_at": "2023-04-20T10:32:49Z", "revision_number": 0, "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:49,668 80085 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.164s 2023-04-20 10:32:49,669 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_grou p_rule": {"security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-3697bc8f-4726-40bc-bec7-6415740b2b63', 'date': 'Thu, 20 Apr 2023 10:32:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d5492150-d1e2-4d6d-9286-55d0b07b5b7f", "tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:49Z", "updated_at": "2023-04-20T10:32:49Z", "revision_number": 0, "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:49,669 80085 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-20 10:32:49,688 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41 0.019s 2023-04-20 10:32:49,689 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6b0a7666-37b1-4f8c-9a3f-4b23621caa20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "fda053593ca94fea8fa552c5a6c6e5d5", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "created_at": "2023-04-20T10:24:36Z", "updated_at": "2023-04-20T10:24:37Z", "tags": [], "self": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41", "file": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:32:50,256 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes 0.565s 2023-04-20 10:32:50,256 80085 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-1696822125", "snapshot_id": null, "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f4694e9-7297-4bf3-b36c-454a54d5e481', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f4694e9-7297-4bf3-b36c-454a54d5e481', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volume s'} Body: b'{"volume": {"id": "6ae4a4bb-de12-4286-8280-b1e4d9950977", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:50.000681", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1696822125", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977"}], "user_id": "5176c0932371497cae260e45dc67499b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:32:50,332 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977 0.058s 2023-04-20 10:32:50,333 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d1e3851-c083-49b9-86cc-3d4e2ab67f30', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d1e3851-c083-49b9-86cc-3d4e2ab67f30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977'} Body: b'{"volume": {"id": "6ae4a4bb-de12-4286-8280-b1e4d9950977", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:50.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1696822125", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977"}], "user_id": "5176c0932371497cae260e45dc67499b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:51,385 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977 0.041s 2023-04-20 10:32:51,385 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e241b5ba-a10a-43bc-adea-c917c53052c4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e241b5ba-a10a-43bc-adea-c917c53052c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977'} Body: b'{"volume": {"id": "6ae4a4bb-de12-4286-8280-b1e4d9950977", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:50.000000", "updated_at": "2023-04-20T10:32:50.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1696822125", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977"}], "user_id": "5176c0932371497cae260e45dc67499b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:51,533 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977 0.136s 2023-04-20 10:32:51,533 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32: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-0c95279c-894b-4fdf-9e89-c27480bb446d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977'} Body: b'' 2023-04-20 10:32:51,562 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977 0.028s 2023-04-20 10:32:51,563 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32: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-5c37754a-5e5d-4448-96de-61d74ec4dd3a', 'x-openstack-request-id': 'req-5c37754a-5e5d-4448-96de-61d74ec4dd3a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6ae4a4bb-de12-4286-8280-b1e4d9950977 could not be found."}}' 2023-04-20 10:32:51,743 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/348df89c-c4c8-4924-9e12-e16b7bbe5700 0.180s 2023-04-20 10:32:51,743 80085 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-d006259b-dda8-4553-8bef-c97fcb4747e1', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:32:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/348df89c-c4c8-4924-9e12-e16b7bbe5700'} Body: b'' 2023-04-20 10:32:51,783 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-145410284 0.039s 2023-04-20 10:32:51,784 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary' : 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adf9c2b0-920b-4acc-8b57-afde82347707', 'x-compute-request-id': 'req-adf9c2b0-920b-4acc-8b57-afde82347707', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-145410284'} Body: b'' {2} setUpClass (cinder_tempest_plugin.scenario.test_volume_multiattach.VolumeMultiattachTests) ... SKIPPED: Volume multi-attach is not available. {11} setUpClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas_negative.py", line 51, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 45ff324f-af5a-4979-a6e1-aeca39a6d680 failed to build and is in ERROR status {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached [172.937501s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 309, in test_rebuild_server_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:30:22,366 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.267s 2023-04-20 10:30:22,366 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75100357-58e0-4001-be9e-b24a719dc204', 'x-compute-request-id': 'req-75100357-58e0-4001-be9e-b24a719dc204', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:30:22,542 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.164s 2023-04-20 10:30:22,543 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba22b4be-c11a-42f5-82f1-45d1f6c91cb4', 'x-compute-request-id': 'req-ba22b4be-c11a-42f5-82f1-45d1f6c91cb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", " href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:31:12,834 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.231s 2023-04-20 10:31:12,835 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:12 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-bc284f6c-1c02-42eb-9fd4-197183d00ba3', 'x-compute-request-id': 'req-bc284f6c-1c02-42eb-9fd4-197183d00ba3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:31:13,255 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.409s 2023-04-20 10:31:13,256 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:12 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-5cdd62f1-13eb-447f-bb15-b160a8931522', 'x-compute-request-id': 'req-5cdd62f1-13eb-447f-bb15-b160a8931522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:32:13,593 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes 0.265s 2023-04-20 10:32:13,593 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestJSON-volume-1106547013"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36828193-3cdf-472e-a2aa-aed7c8c36ea2', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36828193-3cdf-472e-a2aa-aed7c8c36ea2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes'} Body: b'{"volume": {"id": "8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:13.521218", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1106547013", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a"}], "user_id": "bc5470a076e14c218cf04fad713ce074", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []} }' 2023-04-20 10:32:13,645 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a 0.040s 2023-04-20 10:32:13,646 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-062c10ee-0cbc-4c5f-a1e9-4df663a05f57', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-062c10ee-0cbc-4c5f-a1e9-4df663a05f57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a'} Body: b'{"volume": {"id": "8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:14.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1106547013", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a"}], "user_id": "bc5470a076e14c218cf04fad713ce074", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727"}}' 2023-04-20 10:32:14,697 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a 0.039s 2023-04-20 10:32:14,698 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88b79cf5-0893-4fa3-8ac7-07edd4b2bab3', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88b79cf5-0893-4fa3-8ac7-07edd4b2bab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a'} Body: b'{"volume": {"id": "8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:14.000000", "updated_at": "2023-04-20T10:32:14.000000", "name": "tempest-ServerActionsTestJSON-volume-1106547013", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a"}], "user_id": "bc5470a076e14c218cf04fad713ce074", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727"}}' 2023-04-20 10:32:14,963 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.252s 2023-04-20 10:32:14,963 800 87 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:14 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-5eb6715c-99d9-4b12-a842-dbb8ead28d5e', 'x-compute-request-id': 'req-5eb6715c-99d9-4b12-a842-dbb8ead28d5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {11} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_log_reason_with_no_reason [0.017729s] ... ok {11} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_disable_service_with_invalid_binary [0.031258s] ... ok {11} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_enable_service_with_invalid_host [0.030375s] ... ok {11} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_freeze_host_with_invalid_host [0.025016s] ... ok {11} tempest.api.volume.admin.test_volume_services_negative.VolumeServicesNegativeTest.test_thaw_host_with_invalid_host [0.025423s] ... ok {11} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer [1.720000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:33:19,351 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes 0.394s 2023-04-20 10:33:19,352 80103 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-1410679371"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-820a95b3-5b5b-4c82-9877-cfe210f68ac9', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-820a95b3-5b5b-4c82-9877-cfe210f68ac9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes'} Body: b'{"volume": {"id": "a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:19.296758", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1410679371", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3"}], "user_id": "413546f2c8b8498eb4d981dfc842c39e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:33:19,400 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3 0.039s 2023-04-20 10:33:19,400 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3985624c-ebd3-49bc-80e9-ca04eaec937d', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3985624c-ebd3-49bc-80e9-ca04eaec937d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3'} Body: b'{"volume": {"id": "a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:19.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1410679371", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3"}], "user_id": "413546f2c8b8498eb4d981dfc842c39e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8611a5c2be043aba7c86f0d67cf3848"}}' 2023-04-20 10:33:20,480 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3 0.047s 2023-04-20 10:33:20,484 80103 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3bfaaff-f58c-4c35-8d5d-8a284b243dd5', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3bfaaff-f58c-4c35-8d5d-8a284b243dd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3'} Body: b'{"volume": {"id": "a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:19.000000", "updated_at": "2023-04-20T10:33:19.000000", "name": "tempest-VolumesTransfersTest-Volume-1410679371", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3"}], "user_id": "413546f2c8b8498eb4d981dfc842c39e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8611a5c2be043aba7c86f0d67cf3848"}}' 2023-04-20 10:33:20,543 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3 0.042s 2023-04-20 10:33:20,543 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4a709a4-29a0-453b-b991-a7d2334bcec7', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4a709a4-29a0-453b-b991-a7d2334bcec7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3'} Body: b'{"volume": {"id": "a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:19.000000", "updated_at": "2023-04-20T10:33:19.000000", "name": "tempest-VolumesTransfersTest-Volume-1410679371", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3"}], "user_id": "413546f2c8b8498eb4d981dfc842c39e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8611a5c2be043aba7c86f0d67cf3848"}}' 2023-04-20 10:33:20,651 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3 0.097s 2023-04-20 10:33:20,651 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:20 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-6c4b4527-ffc6-40e8-ab69-99d1b43c32f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3'} Body: b'' 2023-04-20 10:33:20,674 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3 0.022s 2023-04-20 10:33:20,674 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a375ae76-bde2-45cf-9122-a7e50983a855', 'x-openstack-request-id': 'req-a375ae76-bde2-45cf-9122-a7e50983a855', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3 could not be found."}}' {11} tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer [1.620748s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2b2831c5-02c3-4761-8e85-fe3d0cccc4eb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:33:20,947 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes 0.263s 2023-04-20 10:33:20,948 80103 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-1990761086"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fcc95b6-888e-4705-a10a-5ec2d45a0cd6', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fcc95b6-888e-4705-a10a-5ec2d45a0cd6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes'} Body: b'{"volume": {"id": "2b2831c5-02c3-4761-8e85-fe3d0cccc4eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:20.873859", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1990761086", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb"}], "user_id": "413546f2c8b8498eb4d981dfc842c39e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:33:21,003 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb 0.045s 2023-04-20 10:33:21,003 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e76f88d-fbb0-408b-9c21-5ca72fb097ab', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e76f88d-fbb0-408b-9c21-5ca72fb097ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb'} Body: b'{"volume": {"id": "2b2831c5-02c3-4761-8e85-fe3d0cccc4eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:21.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1990761086", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb"}], "user_id": "413546f2c8b8498eb4d981dfc842c39e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8611a5c2be043aba7c86f0d67cf3848"}}' 2023-04-20 10:33:22,062 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb 0.047s 2023-04-20 10:33:22,063 80103 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a78c841-17a9-4f01-8dd0-6c91a2905ee4', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a78c841-17a9-4f01-8dd0-6c91a2905ee4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb'} Body: b'{"volume": {"id": "2b2831c5-02c3-4761-8e85-fe3d0cccc4eb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:21.000000", "updated_at": "2023-04-20T10:33:21.000000", "name": "tempest-VolumesTransfersTest-Volume-1990761086", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb"}], "user_id": "413546f2c8b8498eb4d981dfc842c39e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8611a5c2be043aba7c86f0d67cf3848"}}' 2023-04-20 10:33:22,119 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb 0.046s 2023-04-20 10:33:22,119 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1d87800-c86e-4435-b81c-355bc6cd203b', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1d87800-c86e-4435-b81c-355bc6cd203b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb'} Body: b'{"volume": {"id": "2b2831c5-02c3-4761-8e85-fe3d0cccc4eb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:21.000000", "updated_at": "2023-04-20T10:33:21.000000", "name": "tempest-VolumesTransfersTest-Volume-1990761086", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb"}], "user_id": "413546f2c8b8498eb4d981dfc842c39e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8611a5c2be043aba7c86f0d67cf3848"}}' 2023-04-20 10:33:22,281 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb 0.150s 2023-04-20 10:33:22,281 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33: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-86886457-96e9-422a-9168-2ed07aab45f4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb'} Body: b'' 2023-04-20 10:33:22,303 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb 0.021s 2023-04-20 10:33:22,303 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33: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-8148df38-f47f-4dcf-9b67-0c6d608fdc13', 'x-openstack-request-id': 'req-8148df38-f47f-4dcf-9b67-0c6d608fdc13', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2b2831c5-02c3-4761-8e85-fe3d0cccc4eb could not be found."}}' {11} tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern [2.961389s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 87, in test_stamp_pattern volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fdb386eb-21cf-4ada-93a5-9d461bbc2ec3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:33:40,387 80103 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.150s 2023-04-20 10:33:40,387 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1748663185", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC7Skv0yRxdznt/kuWSGsskSaOBwc8XGaTDxa8/x5o+7gXjDQZ1saeAFq37fOCpr+f+vmqeZq8Vaz8Bz36vFwG0Hr27QWK0lSk6PhHIfcsBlv6txOFhuKVnbHPVGCiaXjA=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-832cee89-131b-448f-ade5-e97ba9ead9b7', 'x-compute-request-id': 'req-832cee89-131b-448f-ade5-e97ba9ead9b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1748663185", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC7Skv0yRxdznt/kuWSGsskSaOBwc8XGaTDxa8/x5o+7gXjDQZ1saeAFq37fOCpr+f+vmqeZq8Vaz8Bz36vFwG0Hr27QWK0lSk6PhHIfcsBlv6txOFhuKVnbHPVGCiaXjA==", "fingerprint": "6a:85:75:4c:8b:42:a1:a6:7c:fa:56:af:24:50:42:9f", "user_id": "beae23b5738e4e84b5f8b28c8d57a9b9"}}' 2023-04-20 10:33:40,575 80103 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.185s 2023-04-20 10:33:40,576 80103 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-1435816789", "description": "tempest-secgroup-smoke-1435816789 description", "project_id": "a9ee9a816ac5445bbaca19e27b0e867f"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-06f10574-960f-4f31-9bfc-2ebae6af4f6e', 'date': 'Thu, 20 Apr 2023 10:33:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "name": "tempest-secgroup-smoke-1435816789", "stateful": true, "tenant_id": "a9ee9a816ac5445bbaca19e27b0e867f", "description": "tempest-secgroup-smoke-1435816789 description", "shared": false, "security_group_rules": [{"id": "5c15d1dc-5196-40ca-92a4-daa2b52b9d1a", "tenant_id": "a9ee9a816ac5445bbaca19e27b0e867f", "security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "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": 717, "description": null, "tags": [], "created_at": "2023-04-20T10:33:40Z", "updated_at": "2023-04-20T10:33:40Z", "revision_number": 0, "project_id": "a9ee9a816ac5445bbaca19e27b0e867f"}, {"id": "83806ca9-52f9-45c1-81d5-362d87e2eb1b", "tenant_id": "a9ee9a816ac5445bbaca19e27b0e867f", "security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "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": 716, "description": null, "tags": [], "created_at": "2023-04-20T10:33:40Z", "updated_at": "2023-04-20T10:33:40Z", "revision_number": 0, "project_id": "a9ee9a816ac5445bbaca19e27b0e867f"}], "tags": [], "created_at": "2023-04-20T10:33:40Z", "updated_at": "2023-04-20T10:33:40Z", "revision_number": 1, "project_ id": "a9ee9a816ac5445bbaca19e27b0e867f"}}' 2023-04-20 10:33:40,733 80103 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.157s 2023-04-20 10:33:40,734 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "project_id": "a9ee9a816ac5445bbaca19e27b0e867f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-85d4f49a-6f06-48d4-b9b7-9de7d76d9af1', 'date': 'Thu, 20 Apr 2023 10:33:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a3bce4ef-2d70-42fb-a9d9-3a328d834a3a", "tenant_id": "a9ee9a816ac5445bbaca19e27b0e867f", "security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:33:40Z", "updated_at": "2023-04-20T10:33:40Z", "revision_number": 0, "project_id": "a9ee9a816ac5445bbaca19e27b0e867f"}}' 2023-04-20 10:33:40,883 80103 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.148s 2023-04-20 10:33:40,883 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "project_id": "a9ee9a816ac5445bbaca19e27b0e867f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-85af0084-c299-41f0-b354-48365501a08d', 'date': 'Thu, 20 Apr 2023 10:33:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "afb8f268-9b87-42e5-aa02-1aea7bc25866", "tenant_id": "a9ee9a816ac5445bbaca19e27b0e867f", "security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:33:40Z", "updated_at": "2023-04-20T10:33:40Z", "revision_number": 0, "project_id": "a9ee9a816ac5445bbaca19e27b0e867f"}}' 2023-04-20 10:33:41,045 80103 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.162s 2023-04-20 10:33:41,046 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "project_id": "a9ee9a816ac5445bbaca19e27b0e867f", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f597d6fc-96db-404b-8529-3918355afa51', 'date': 'Thu, 20 Apr 2023 10:33:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b9c7ea5b-c75c-4554-a395-8bfd754d1b8b", "tenant_id": "a9ee9a816ac 5445bbaca19e27b0e867f", "security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:33:40Z", "updated_at": "2023-04-20T10:33:40Z", "revision_number": 0, "project_id": "a9ee9a816ac5445bbaca19e27b0e867f"}}' 2023-04-20 10:33:41,202 80103 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.155s 2023-04-20 10:33:41,202 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "project_id": "a9ee9a816ac5445bbaca19e27b0e867f", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-00d83a31-951f-438f-a21d-cfc5e215a81a', 'date': 'Thu, 20 Apr 2023 10:33:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "de6f2519-0bcd-46b6-afcf-f82a1bafbe85", "tenant_id": "a9ee9a816ac5445bbaca19e27b0e867f", "security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:33:41Z", "updated_at": "2023-04-20T10:33:41Z", "revision_number": 0, "project_id": "a9ee9a816ac5445bbaca19e27b0e867f"}}' 2023-04-20 10:33:41,379 80103 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-20 10:33:41,380 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "project_id": "a9ee9a816ac5445bbaca19e27b0e867f", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-811f11fa-6d3c-4f05-a1ba-581000cae87b', 'date': 'Thu, 20 Apr 2023 10:33:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2020a681-080c-41c0-9a1a-963ba5a6bf9b", "tenant_id": "a9ee9a816ac5445bbaca19e27b0e867f", "security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:33:41Z", "updated_at": "2023-04-20T10:33:41Z", "revision_number": 0, "project_id": "a9ee9a816ac5445bbaca19e27b0e867f"}}' 2023-04-20 10:33:41,548 80103 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.167s 2023-04-20 10:33:41,548 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "project_id": "a9ee9a816ac5445bbaca19e27b0e867f", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'con tent-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-1448c2e6-ebde-4c01-920b-8d747b8925c2', 'date': 'Thu, 20 Apr 2023 10:33:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c8e92e89-fa03-4fa8-8bc5-f48282e3c3a8", "tenant_id": "a9ee9a816ac5445bbaca19e27b0e867f", "security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:33:41Z", "updated_at": "2023-04-20T10:33:41Z", "revision_number": 0, "project_id": "a9ee9a816ac5445bbaca19e27b0e867f"}}' 2023-04-20 10:33:41,757 80103 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes 0.208s 2023-04-20 10:33:41,758 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-875254317", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a600d632-e158-4c4d-9c6d-a0c4aab14bd0', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a600d632-e158-4c4d-9c6d-a0c4aab14bd0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes'} Body: b'{"volume": {"id": "fdb386eb-21cf-4ada-93a5-9d461bbc2ec3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:41.701721", "updated_at": null, "name": "tempest-TestStampPattern-volume-875254317", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3"}], "user_id": "beae23b5738e4e84b5f8b28c8d57a9b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:33:41,805 80103 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3 0.038s 2023-04-20 10:33:41,805 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-993a93a8-3e2a-494a-aa64-948f0821d1ab', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-993a93a8-3e2a-494a-aa64-948f0821d1ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3'} Body: b'{"volume": {"id": "fdb386eb-21cf-4ada-93a5-9d461bbc2ec3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:42.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-875254317", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3"}], "user_id": "beae23b5738e4e84b5f8b28c8d57a9b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a9ee9a816ac5445bbaca19e27b0e867f"}}' 2023-04-20 10:33:42,857 80103 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3 0.040s 2023-04-20 10:33:42,858 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21a399c6-b1b1-4857-a35d-6ba1edf9c4e3', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21a399c6-b1b1-4857-a35d-6ba1edf9c4e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3'} Body: b'{"volume": {"id": "fdb386eb-21cf-4ada-93a5-9d461bbc2ec3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:42.000000", "updated_at": "2023-04-20T10:33:42.000000", "name": "tempest-TestStampPattern-volume-875254317", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3"}], "user_id": "beae23b5738e4e84b5f8b28c8d57a9b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a9ee9a816ac5445bbaca19e27b0e867f"}}' 2023-04-20 10:33:42,985 80103 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3 0.113s 2023-04-20 10:33:42,985 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-653e9794-fa5a-4717-99f5-64fbcdfb1efa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3'} Body: b'' 2023-04-20 10:33:43,008 80103 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3 0.022s 2023-04-20 10:33:43,008 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request -id': 'req-0e202fc7-1325-4645-8aec-dd1e1140fb25', 'x-openstack-request-id': 'req-0e202fc7-1325-4645-8aec-dd1e1140fb25', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fdb386eb-21cf-4ada-93a5-9d461bbc2ec3 could not be found."}}' 2023-04-20 10:33:43,163 80103 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/609bc02e-998c-4bec-89b6-eda2ddf1871d 0.154s 2023-04-20 10:33:43,163 80103 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-9866a69d-9790-4322-9b0c-bc7d79054580', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:33:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/609bc02e-998c-4bec-89b6-eda2ddf1871d'} Body: b'' 2023-04-20 10:33:43,192 80103 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1748663185 0.028s 2023-04-20 10:33:43,193 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:43 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-6bd41018-3428-421f-a307-8e50d10f0a05', 'x-compute-request-id': 'req-6bd41018-3428-421f-a307-8e50d10f0a05', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1748663185'} Body: b'' {11} setUpClass (tempest.scenario.test_volume_backup_restore.TestVolumeBackupRestore) ... SKIPPED: Backup is not enable. {11} setUpClass (cinder_tempest_plugin.api.volume.admin.test_consistencygroups.ConsistencyGroupsV2Test) ... SKIPPED: Cinder consistency group feature disabled {11} setUpClass (cinder_tempest_plugin.scenario.test_volume_encrypted.TestEncryptedCinderVolumes) ... SKIPPED: Encrypted volume attach is not supported {4} tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments [167.763775s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 141, in test_list_get_volume_attachments volume_1st = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e13ec530-344d-4629-8823-d407a935b9c4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:31:14,632 80089 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 10:31:14,632 80089 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 10:31:14,700 80089 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.065s 2023-04-20 10:31:14,700 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-262941358", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCJ5hWqMeQoiTjX1acBo0XOFkMSjsm4q8qCy1ebdaywrtaD1l+xT9hnnoXuRjhZSD6F7eyAs+ruYJLSMyK+7gGsfIukb8brNhWiGX5TJye8A1hd9hjeQcPgsM9lbt6bNyw=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:14 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-f2a3365b-8ff0-424c-8e30-5a451203866f', 'x-compute-request-id': 'req-f2a3365b-8ff0-424c-8e30-5a451203866f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-262941358", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCJ5hWqMeQoiTjX1acBo0XOFkMSjsm4q8qCy1ebdaywrtaD1l+xT9hnnoXuRjhZSD6F7eyAs+ruYJLSMyK+7gGsfIukb8brNhWiGX5TJye8A1hd9hjeQcPgsM9lbt6bNyw==", "fingerprint": "da:d9:5c:12:78:ca:66:22:91:94:01:ad:c8:b2:d1:b3", "user_id": "67955d2e81c04b8d8dbcbe577303e025"}}' 2023-04-20 10:31:14,703 80089 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-262941358 created 2023-04-20 10:31:14,888 80089 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.184s 2023-04-20 10:31:14,889 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--958558230", "description": "tempest-description--1454813960"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-60609614-7538-4b76-b3db-c7ff1175a1f1', 'date': 'Thu, 20 Apr 2023 10:31:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "966c678b-a48b-462b-acf0-b6a76b43dc53", "name": "tempest-securitygroup--958558230", "stateful": true, "tenant_id": "1b4a2af680394ec889b4661753658b01", "description": "tempest-description--1454813960", "shared": false, "security_group_rules": [{"id": "1f110962-84d3-4a52-a46b-457168eac67d", "tenant_id": "1b4a2af680394ec889b4661753658b01", "security_group_id": "966c678b-a48b-462b-acf0-b6a76b43dc53", "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": 532, "description": null, "tags": [], "created_at": "2023-04-20T10:31:14Z", "updated_at": "2023-04-20T10:31:14Z", "revision_number": 0, "project_id": "1b4a2af680394ec889b4661753658b01"}, {"id": "5c223b66-0867-4fae-b926-bcba6772bc98", "tenant_id": "1b4a2af680394ec889b4661753658b01", "security_group_id": "966c678b-a48b-462b-acf0-b6a76b43dc53", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normali zed_cidr": null, "remote_group_id": null, "standard_attr_id": 533, "description": null, "tags": [], "created_at": "2023-04-20T10:31:14Z", "updated_at": "2023-04-20T10:31:14Z", "revision_number": 0, "project_id": "1b4a2af680394ec889b4661753658b01"}], "tags": [], "created_at": "2023-04-20T10:31:14Z", "updated_at": "2023-04-20T10:31:14Z", "revision_number": 1, "project_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:31:15,069 80089 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.180s 2023-04-20 10:31:15,070 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "966c678b-a48b-462b-acf0-b6a76b43dc53", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-3924771a-e8fd-4777-9a1e-3b1925fe21e2', 'date': 'Thu, 20 Apr 2023 10:31:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "386318a0-2c3f-4dc8-afda-70b8d1924d69", "tenant_id": "1b4a2af680394ec889b4661753658b01", "security_group_id": "966c678b-a48b-462b-acf0-b6a76b43dc53", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:31:14Z", "updated_at": "2023-04-20T10:31:14Z", "revision_number": 0, "project_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:31:15,247 80089 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-20 10:31:15,247 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "966c678b-a48b-462b-acf0-b6a76b43dc53", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8453c6b5-58f2-4690-8880-861e8efc3505', 'date': 'Thu, 20 Apr 2023 10:31:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "900c7207-2d5f-4b2a-9515-34537ea18aec", "tenant_id": "1b4a2af680394ec889b4661753658b01", "security_group_id": "966c678b-a48b-462b-acf0-b6a76b43dc53", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:31:15Z", "updated_at": "2023-04-20T10:31:15Z", "revision_number": 0, "project_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:31:15,248 80089 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--958558230 created 2023-04-20 10:31:16,705 80089 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.457s 2023-04-20 10:31:16,706 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '526', 'x-op enstack-request-id': 'req-395ff038-6dcf-4606-9750-12bc017a6e6d', 'date': 'Thu, 20 Apr 2023 10:31:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c971621c-2194-4568-92e4-ca9ac4ce3e65", "tenant_id": "1b4a2af680394ec889b4661753658b01", "floating_ip_address": "172.24.4.7", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1b4a2af680394ec889b4661753658b01", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:31:16Z", "updated_at": "2023-04-20T10:31:16Z", "revision_number": 0}}' 2023-04-20 10:31:16,706 80089 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c971621c-2194-4568-92e4-ca9ac4ce3e65', 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'floating_ip_address': '172.24.4.7', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1b4a2af680394ec889b4661753658b01', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:31:16Z', 'updated_at': '2023-04-20T10:31:16Z', 'revision_number': 0, 'ip': '172.24.4.7'} created 2023-04-20 10:31:16,794 80089 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.083s 2023-04-20 10:31:16,795 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6b02ac41-5f28-4437-bf89-71ac9d3c33c5', '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": "67955d2e81c04b8d8dbcbe577303e025", "name": "tempest-AttachVolumeTestJSON-1715839687-project-member", "password_expires_at": null}, "audit_ids": ["iyOUoxE0RCmVmlIc0hVSaQ"], "expires_at": "2023-04-20T11:31:16.000000Z", "issued_at": "2023-04-20T10:31:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b4a2af680394ec889b4661753658b01", "name": "tempest-AttachVolumeTestJSON-1715839687"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1b4a2af680394ec889b4661753658b01", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "re gion_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:31:16,795 80089 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'a64312c6-b1a8-450f-9e8d-0cf0282aef90', 'name': 'tempest-AttachVolumeTestJSON-329219891-network', 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1b4a2af680394ec889b4661753658b01', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58322, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:27:57Z', 'updated_at': '2023-04-20T10:27:57Z', 'revision_number': 1} available for tenant 2023-04-20 10:31:16,796 80089 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-262941358', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCJ5hWqMeQoiTjX1acBo0XOFkMSjsm4q8qCy1ebdaywrtaD1l+xT9hnnoXuRjhZSD6F7eyAs+ruYJLSMyK+7gGsfIukb8brNhWiGX5TJye8A1hd9hjeQcPgsM9lbt6bNyw==', 'fingerprint': 'da:d9:5c:12:78:ca:66:22:91:94:01:ad:c8:b2:d1:b3', 'user_id': '67955d2e81c04b8d8dbcbe577303e025', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAF2NUJqUy27pkTDMonAuj1N3Kpb2o+QE08GWKDWvok37QtQwexY1QE\nOnwKR5RtIoOgBwYFK4EEACKhZANiAAQieYVqjHkKIk419WnAaNFzhZDEo7JuKvKg\nstXm3WssK7Wg9ZfsU/YZ56F7kY4WUg+he3sgLPq7mCS0jMivu4BrHyLpG/G6zYVo\nhl+UycnvANYXfYY3kHD4LDPZW7emzcs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '966c678b-a48b-462b-acf0-b6a76b43dc53', 'name': 'tempest-securitygroup--958558230', 'stateful': True, 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'description': 'tempest-description--1454813960', 'shared': False, 'security_group_rules': [{'id': '1f110962-84d3-4a52-a46b-457168eac67d', 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'security_group_id': '966c678b-a48b-462b-acf0-b6a76b43dc53', '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': 532, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:31:14Z', 'updated_at': '2023-04-20T10:31:14Z', 'revision_number': 0, 'project_id': '1b4a2af680394ec889b4661753658b01'}, {'id': '5c223b66-0867-4fae-b926-bcba6772bc98', 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'security_group_id': '966c678b-a48b-462b-acf0-b6a76b43dc53', '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': 533, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:31:14Z', 'updated_at': '2023-04-20T10:31:14Z', 'revision_number': 0, 'project_id': '1b4a2af680394ec889b4661753658b01'}], 'tags': [], 'created_at': '2023-04-20T10: 31:14Z', 'updated_at': '2023-04-20T10:31:14Z', 'revision_number': 1, 'project_id': '1b4a2af680394ec889b4661753658b01'}, 'floating_ip': {'id': 'c971621c-2194-4568-92e4-ca9ac4ce3e65', 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'floating_ip_address': '172.24.4.7', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1b4a2af680394ec889b4661753658b01', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:31:16Z', 'updated_at': '2023-04-20T10:31:16Z', 'revision_number': 0, 'ip': '172.24.4.7'}} 2023-04-20 10:31:17,490 80089 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.693s 2023-04-20 10:31:17,490 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1492863401", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "a64312c6-b1a8-450f-9e8d-0cf0282aef90"}], "security_groups": [{"name": "tempest-securitygroup--958558230"}], "key_name": "tempest-keypair-262941358", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa17d251-e31e-465b-88bb-b227c0b8ca6c', 'x-compute-request-id': 'req-aa17d251-e31e-465b-88bb-b227c0b8ca6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--958558230"}], "adminPass": "password"}}' 2023-04-20 10:31:17,632 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af 0.139s 2023-04-20 10:31:17,633 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-909b5ed8-7c22-4039-a283-0b51d1be331c', 'x-compute-request-id': 'req-909b5ed8-7c22-4039-a283-0b51d1be331c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af'} Body: b'{"server": {"id": "afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af", "name": "tempest-AttachVolumeTestJSON-server-1492863401", "status": "BUILD", "tenant_id": "1b4a2af680394ec889b4661753658b01", "user_id": "67955d2e81c04b8d8dbcbe577303e025", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"re l": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:31:17Z", "updated": "2023-04-20T10:31:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-262941358", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:32:08,128 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af 0.426s 2023-04-20 10:32:08,129 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:07 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-fd52f638-9366-4ed2-94a2-73699bfd0357', 'x-compute-request-id': 'req-fd52f638-9366-4ed2-94a2-73699bfd0357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af'} Body: b'{"server": {"id": "afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af", "name": "tempest-AttachVolumeTestJSON-server-1492863401", "status": "ACTIVE", "tenant_id": "1b4a2af680394ec889b4661753658b01", "user_id": "67955d2e81c04b8d8dbcbe577303e025", "metadata": {}, "hostId": "147fd289b6807acc68970d4549a809617e698c5e4130cf670b237003", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:31:17Z", "updated": "2023-04-20T10:31:26Z", "addresses": {"tempest-AttachVolumeTestJSON-329219891-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:f8:4f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-262941358", "OS-SRV-USG:launched_at": "2023-04-20T10:31:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--958558230"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:32:08,140 80089 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 10:33:08,543 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af/os-interface 0.345s 2023-04-20 10:33:08,544 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-a pi-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4508070d-6f1e-4955-9926-6ae4a0ff3e7b', 'x-compute-request-id': 'req-4508070d-6f1e-4955-9926-6ae4a0ff3e7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a64312c6-b1a8-450f-9e8d-0cf0282aef90", "port_id": "3a9efede-078b-4adc-9b72-465253f4444d", "mac_addr": "fa:16:3e:9b:f8:4f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "a996d905-b40b-4873-8842-e8d1fcd2e543", "ip_address": "10.0.0.11"}]}]}' 2023-04-20 10:33:09,503 80089 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/c971621c-2194-4568-92e4-ca9ac4ce3e65 0.955s 2023-04-20 10:33:09,504 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "3a9efede-078b-4adc-9b72-465253f4444d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-54e2015c-01b0-429a-8263-271dc84a0301', 'date': 'Thu, 20 Apr 2023 10:33:09 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c971621c-2194-4568-92e4-ca9ac4ce3e65'} Body: b'{"floatingip": {"id": "c971621c-2194-4568-92e4-ca9ac4ce3e65", "tenant_id": "1b4a2af680394ec889b4661753658b01", "floating_ip_address": "172.24.4.7", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": "bb521380-4c29-41e0-bfc4-7c9193e16d03", "port_id": "3a9efede-078b-4adc-9b72-465253f4444d", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a64312c6-b1a8-450f-9e8d-0cf0282aef90", "mac_address": "fa:16:3e:9b:f8:4f", "admin_state_up": true, "status": "ACTIVE", "device_id": "afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:31:16Z", "updated_at": "2023-04-20T10:33:08Z", "revision_number": 1, "project_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:33:09,507 80089 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.7:22' as 'cirros' with public key authentication 2023-04-20 10:33:09,539 80089 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:33:09,560 80089 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:33:09,561 80089 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.7 successfully created 2023-04-20 10:33:09,607 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af/ips 0.046s 2023-04-20 10:33:09,607 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '104', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fb3fc76-c287-4406-b5fa-383c7953049a', 'x-compute-request-id': 'req-3fb3fc76-c287-4406-b5fa-383c7953049a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-329219891-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2023-04-20 10:33:09,835 80089 INFO [tempest.l ib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes 0.224s 2023-04-20 10:33:09,835 80089 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-2015491887"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c771aac-58fa-4550-81cb-d47a0c81917c', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c771aac-58fa-4550-81cb-d47a0c81917c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes'} Body: b'{"volume": {"id": "e13ec530-344d-4629-8823-d407a935b9c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:09.753440", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-2015491887", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/e13ec530-344d-4629-8823-d407a935b9c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b4a2af680394ec889b4661753658b01/volumes/e13ec530-344d-4629-8823-d407a935b9c4"}], "user_id": "67955d2e81c04b8d8dbcbe577303e025", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:33:09,894 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/e13ec530-344d-4629-8823-d407a935b9c4 0.045s 2023-04-20 10:33:09,895 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7913de0-6132-4857-b471-629aaf688c1d', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7913de0-6132-4857-b471-629aaf688c1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/e13ec530-344d-4629-8823-d407a935b9c4'} Body: b'{"volume": {"id": "e13ec530-344d-4629-8823-d407a935b9c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:10.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-2015491887", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/e13ec530-344d-4629-8823-d407a935b9c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b4a2af680394ec889b4661753658b01/volumes/e13ec530-344d-4629-8823-d407a935b9c4"}], "user_id": "67955d2e81c04b8d8dbcbe577303e025", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:33:10,948 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/e13ec530-344d-4629-8823-d407a935b9c4 0.042s 2023-04-20 10:33:10,948 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/js on', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97c09de5-a33f-4f49-9c8b-783f24002258', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97c09de5-a33f-4f49-9c8b-783f24002258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/e13ec530-344d-4629-8823-d407a935b9c4'} Body: b'{"volume": {"id": "e13ec530-344d-4629-8823-d407a935b9c4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:10.000000", "updated_at": "2023-04-20T10:33:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-2015491887", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/e13ec530-344d-4629-8823-d407a935b9c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b4a2af680394ec889b4661753658b01/volumes/e13ec530-344d-4629-8823-d407a935b9c4"}], "user_id": "67955d2e81c04b8d8dbcbe577303e025", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:33:11,090 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af 0.131s 2023-04-20 10:33:11,091 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02a2ac9a-bd67-41d0-ad1f-a5e23263c635', 'x-compute-request-id': 'req-02a2ac9a-bd67-41d0-ad1f-a5e23263c635', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af'} Body: b'' 2023-04-20 10:33:11,415 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af 0.324s 2023-04-20 10:33:11,416 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:11 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-aaac96bb-250c-4e88-aa54-b012f7f01b36', 'x-compute-request-id': 'req-aaac96bb-250c-4e88-aa54-b012f7f01b36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af'} Body: b'{"server": {"id": "afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af", "name": "tempest-AttachVolumeTestJSON-server-1492863401", "status": "ACTIVE", "tenant_id": "1b4a2af680394ec889b4661753658b01", "user_id": "67955d2e81c04b8d8dbcbe577303e025", "metadata": {}, "hostId": "147fd289b6807acc68970d4549a809617e698c5e4130cf670b237003", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:31:17Z", "updated": "2023-04-20T10:33:11Z", "addresses": {"tempest-AttachVolumeTestJSON-329219891-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:f8:4f"}, {"version": 4, "addr": "172.24.4.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:f8:4f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-262941358", "OS-SRV-USG:launched_at": "2023-04-20T10:31:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--958558230"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:34:01,724 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af 0.247s 2023-04-20 10:34:01,725 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-cef4d409-6ff5-43af-8306-b272e557460e', 'x-compute-request-id': 'req-cef4d409-6ff5-43af-8306-b272e557460e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af could not be found."}}' 2023-04-20 10:34:01,761 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-262941358 0.035s 2023-04-20 10:34:01,761 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4db3b431-e807-4459-9728-5e0f2adbb2d9', 'x-compute-request-id': 'req-4db3b431-e807-4459-9728-5e0f2adbb2d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-262941358'} Body: b'' 2023-04-20 10:34:01,911 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/966c678b-a48b-462b-acf0-b6a76b43dc53 0.149s 2023-04-20 10:34:01,912 80089 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-a2ce103c-26b5-4b24-9003-7e07ffdea66c', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:34:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/966c678b-a48b-462b-acf0-b6a76b43dc53'} Body: b'' 2023-04-20 10:34:01,927 80089 INFO [tempest.lib.common.rest_clien t] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/966c678b-a48b-462b-acf0-b6a76b43dc53 0.015s 2023-04-20 10:34:01,928 80089 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-02546eec-b17f-42c9-806f-cc0eb1af02ee', 'date': 'Thu, 20 Apr 2023 10:34:01 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/966c678b-a48b-462b-acf0-b6a76b43dc53'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 966c678b-a48b-462b-acf0-b6a76b43dc53 does not exist", "detail": ""}}' 2023-04-20 10:34:02,394 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/c971621c-2194-4568-92e4-ca9ac4ce3e65 0.466s 2023-04-20 10:34:02,395 80089 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-a1c25541-68a7-4600-8c72-04706c2280c0', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:34:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c971621c-2194-4568-92e4-ca9ac4ce3e65'} Body: b'' {4} tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete [1.815056s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volume_snapshots.py", line 53, in test_volume_snapshot_create_get_list_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e31d8e21-034f-4211-9e89-60d6626709c5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:34:08,001 80089 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.571s 2023-04-20 10:34:08,001 80089 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-945337698"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '344', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/e31d8e21-034f-4211-9e89-60d6626709c5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ebaa872-fd72-4f81-b491-f3104d849215', 'x-compute-request-id': 'req-0ebaa872-fd72-4f81-b491-f3104d849215', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "e31d8e21-034f-4211-9e89-60d6626709c5", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T10:34:07.882000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-945337698", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-20 10:34:08,167 80089 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/e31d8e21-034f-4211-9e89-60d6626709c5 0.161s 2023-04-20 10:34:08,168 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:08 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-20a255c4-057c-43c8-afe1-e357b8b03cd8', 'x-compute-request-id': 'req-20a255c4-057c-43c8-afe1-e357b8b03cd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/e31d8e21-034f-4211-9e89-60d6626709c5'} Body: b'{"volume": {"id": "e31d8e21-034f-4211-9e89-60d6626709c5", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T10:34:08.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-945337698", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-20 10:34:09,237 80089 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/e31d8e21-034f-4211-9e89-60d6626709c5 0.063s 2023-04-20 10:34:09,238 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:09 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-3b4f5015-e785-4731-a784-ab34499d6958', 'x-compute-request-id': 'req-3b4f5015-e785-4731-a784-ab34499d6958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/e31d8e21-034f-4211-9e89-60d6626709c5'} Body: b'{"volume": {"id": "e31d8e21-034f-4211-9e89-60d6626709c5", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T1 0:34:08.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-945337698", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' {9} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_compare_volume_stats_values [0.031740s] ... ok {9} tempest.api.volume.admin.test_backends_capabilities.BackendsCapabilitiesAdminTestsJSON.test_get_capabilities_backend [0.000795s] ... 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 {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_associate_disassociate_qos [0.849282s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_back_end_consumer [0.173935s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_both_consumer [0.166014s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_create_delete_qos_with_front_end_consumer [0.194393s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_get_qos [0.026095s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_list_qos [0.037596s] ... ok {4} tempest.api.volume.admin.test_qos.QosSpecsTestJSON.test_set_unset_qos_key [0.174858s] ... ok {9} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot [1.980223s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 159, in test_create_group_from_group_snapshot grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 3072e4b1-7fd5-42dd-bce3-0d763aaafeba failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:34:14,259 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types 0.230s 2023-04-20 10:34:14,259 80099 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-797157099"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c699034-12ee-4083-9bfe-7721351c0feb', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c699034-12ee-4083-9bfe-7721351c0feb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types'} Body: b'{"volume_type": {"id": "0408d825-d46b-4473-b120-b00c4dddc0b2", "name": "tempest-GroupSnapshotsTest-volume-type-797157099", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 10:34:14,297 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types 0.034s 2023-04-20 10:34:14,297 80099 DEBUG [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-42076881"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3976fb5-71c3-4f01-a8df-846cb092ffa2', 'content-length': '179', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3976fb5-71c3-4f01-a8df-846cb092ffa2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types'} Body: b'{"group_type": {"id": "20b4ff3e-d50c-4c64-a6cf-2524aa57ba2d", "name": "tempest-GroupSnapshotsTest-group-type-42076881", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 10:34:14,519 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups 0.219s 2023-04-20 10:34:14,520 80099 DEBUG [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": "20b4ff3e-d50c-4c64-a6cf-2524aa57ba2d", "volume_types": ["0408d825-d46b-4473-b120-b00c4dddc0b2"], "name": "tempest-GroupSnapshotsTest-Group-1321040378"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93b591e9-b7d2-4348-954e-7cf0ae5fa1a2', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93b591e9-b7d2-4348-954e-7cf0ae5fa1a2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups'} Body: b'{"group": {"id": "3072e4b1-7fd5-42dd-bce3-0d763aaafeba", "name": "tempest-GroupSnapshotsTest-Group-1321040378"}}' 2023-04-20 10:34:14,555 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/3072e4b1-7fd5-42dd-bce3-0d763aaafeba 0.033s 2023-04-20 10:34:14,555 80099 DEBUG [tempest.lib.common. rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e409b7f-3c36-4144-8a39-c9ed69e237a3', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e409b7f-3c36-4144-8a39-c9ed69e237a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/3072e4b1-7fd5-42dd-bce3-0d763aaafeba'} Body: b'{"group": {"id": "3072e4b1-7fd5-42dd-bce3-0d763aaafeba", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T10:34:14.000000", "name": "tempest-GroupSnapshotsTest-Group-1321040378", "description": null, "group_type": "20b4ff3e-d50c-4c64-a6cf-2524aa57ba2d", "volume_types": ["0408d825-d46b-4473-b120-b00c4dddc0b2"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:34:15,692 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/3072e4b1-7fd5-42dd-bce3-0d763aaafeba 0.131s 2023-04-20 10:34:15,692 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-510e38e0-8901-449f-a33e-7b13929af28f', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-510e38e0-8901-449f-a33e-7b13929af28f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/3072e4b1-7fd5-42dd-bce3-0d763aaafeba'} Body: b'{"group": {"id": "3072e4b1-7fd5-42dd-bce3-0d763aaafeba", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T10:34:14.000000", "name": "tempest-GroupSnapshotsTest-Group-1321040378", "description": null, "group_type": "20b4ff3e-d50c-4c64-a6cf-2524aa57ba2d", "volume_types": ["0408d825-d46b-4473-b120-b00c4dddc0b2"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:34:15,768 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/volumes/detail 0.070s 2023-04-20 10:34:15,769 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2d3c0b0-57df-4313-94e1-5943020659ac', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2d3c0b0-57df-4313-94e1-5943020659ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 10:34:15,847 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/3072e4b1-7fd5-42dd-bce3-0d763aaafeba/action 0.068s 2023-04-20 10:34:15,848 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete -volumes": true}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:15 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-97e8749d-9e87-4c06-a454-1d83d1b88c6f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/3072e4b1-7fd5-42dd-bce3-0d763aaafeba/action'} Body: b'' 2023-04-20 10:34:15,864 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/3072e4b1-7fd5-42dd-bce3-0d763aaafeba 0.016s 2023-04-20 10:34:15,865 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:15 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-4163d11b-10a5-48e6-bf8d-d939af000bd7', 'x-openstack-request-id': 'req-4163d11b-10a5-48e6-bf8d-d939af000bd7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/3072e4b1-7fd5-42dd-bce3-0d763aaafeba'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 3072e4b1-7fd5-42dd-bce3-0d763aaafeba could not be found."}}' 2023-04-20 10:34:15,912 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types/20b4ff3e-d50c-4c64-a6cf-2524aa57ba2d 0.047s 2023-04-20 10:34:15,913 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:15 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-82ebd64d-04c7-4947-8fb9-7123c3c9e5d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types/20b4ff3e-d50c-4c64-a6cf-2524aa57ba2d'} Body: b'' 2023-04-20 10:34:15,988 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/0408d825-d46b-4473-b120-b00c4dddc0b2 0.074s 2023-04-20 10:34:15,988 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3707b42d-9512-40a8-9111-3ae2eb8ab488', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/0408d825-d46b-4473-b120-b00c4dddc0b2'} Body: b'' 2023-04-20 10:34:16,007 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/0408d825-d46b-4473-b120-b00c4dddc0b2 0.018s 2023-04-20 10:34:16,007 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 202 3 10:34:15 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-3bb36bf3-4e79-4e73-9c52-190d6c16e5a9', 'x-openstack-request-id': 'req-3bb36bf3-4e79-4e73-9c52-190d6c16e5a9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/0408d825-d46b-4473-b120-b00c4dddc0b2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 0408d825-d46b-4473-b120-b00c4dddc0b2 could not be found."}}' {9} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes [1.592409s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 220, in test_delete_group_snapshots_following_updated_volumes grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:34:16,041 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types 0.030s 2023-04-20 10:34:16,041 80099 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-2085228648"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebf49345-9685-4d24-b694-105159490b6b', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebf49345-9685-4d24-b694-105159490b6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types'} Body: b'{"volume_type": {"id": "55148f65-a30e-458e-ab6c-2af38af08a52", "name": "tempest-GroupSnapshotsTest-volume-type-2085228648", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 10:34:16,082 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types 0.037s 2023-04-20 10:34:16,082 80099 DEBUG [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-35060304"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c53491e-a7ac-46c4-b646-a0949de62e05', 'content-length': '179', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c53491e-a7ac-46c4-b646-a0949de62e05', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types'} Body: b'{"group_type": {"id": "7c9dcdd7-3477-4f3c-90b0-acb9d80b0d60", "name": "tempest-GroupSnapshotsTest-group-type-35060304", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 10:34:16,188 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups 0.102s 2023-04-20 10:34:16,189 80099 DEBUG [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": "7c9dcdd7-3477-4f3c-90b0-acb9d80b0d60", "volume_types": ["55148f65-a30e-458e-ab6c-2af38af08a52"], "name": "tempest-GroupSnapshotsTest-Group-749951776"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a1d6191-ce90-4c5c-adfd-59571e566fbf', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a1d6191-ce90-4c5c-adfd-59571e566fbf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups'} Body: b'{"group": {"id": "52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2", "name": "tempest-GroupSnapshotsTest-Group-749951776"}}' 2023-04-20 10:34:16,258 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2 0. 067s 2023-04-20 10:34:16,259 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efc40184-64ab-42e2-9bde-72b964baf5b7', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efc40184-64ab-42e2-9bde-72b964baf5b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2'} Body: b'{"group": {"id": "52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T10:34:16.000000", "name": "tempest-GroupSnapshotsTest-Group-749951776", "description": null, "group_type": "7c9dcdd7-3477-4f3c-90b0-acb9d80b0d60", "volume_types": ["55148f65-a30e-458e-ab6c-2af38af08a52"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:34:17,296 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2 0.032s 2023-04-20 10:34:17,297 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76a73549-5b4e-43da-8190-b0bdfc9b25ef', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76a73549-5b4e-43da-8190-b0bdfc9b25ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2'} Body: b'{"group": {"id": "52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T10:34:16.000000", "name": "tempest-GroupSnapshotsTest-Group-749951776", "description": null, "group_type": "7c9dcdd7-3477-4f3c-90b0-acb9d80b0d60", "volume_types": ["55148f65-a30e-458e-ab6c-2af38af08a52"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:34:17,301 80099 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1739031. The failure could be related to https://launchpad.net/bugs/1739031 2023-04-20 10:34:17,368 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/volumes/detail 0.066s 2023-04-20 10:34:17,368 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e3741e8-97b4-4f5e-a126-45d82f1ba30a', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e3741e8-97b4-4f5e-a126-45d82f1ba30a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 10:34:17,452 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2/action 0.073s 2023-04-20 10:34:17,453 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 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-fe5ac593-a72f-4ab1-96d7-62554f56b535', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2/action'} Body: b'' 2023-04-20 10:34:17,470 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2 0.016s 2023-04-20 10:34:17,470 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 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-0891ba92-7f56-4b4c-93b0-539fc7feb970', 'x-openstack-request-id': 'req-0891ba92-7f56-4b4c-93b0-539fc7feb970', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2 could not be found."}}' 2023-04-20 10:34:17,517 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types/7c9dcdd7-3477-4f3c-90b0-acb9d80b0d60 0.046s 2023-04-20 10:34:17,518 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 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-6a1aa5c7-74ae-4117-b373-39bf8f70ede4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types/7c9dcdd7-3477-4f3c-90b0-acb9d80b0d60'} Body: b'' 2023-04-20 10:34:17,583 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/55148f65-a30e-458e-ab6c-2af38af08a52 0.064s 2023-04-20 10:34:17,583 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efe51895-58a0-4ad4-aa08-adeb6047657b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/55148f65-a30e-458e-ab6c-2af38af08a52'} Body: b'' 2023-04-20 10:34:17,601 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/55148f65-a30e-458e-ab6c-2af38af08a52 0 .017s 2023-04-20 10:34:17,602 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 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-f0db965a-7a2c-49f7-a5ee-66cb38e5f053', 'x-openstack-request-id': 'req-f0db965a-7a2c-49f7-a5ee-66cb38e5f053', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/55148f65-a30e-458e-ab6c-2af38af08a52'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 55148f65-a30e-458e-ab6c-2af38af08a52 could not be found."}}' {9} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete [1.487520s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 91, in test_group_snapshot_create_show_list_delete grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 4c19795c-f2d1-4aef-b8c9-b8e389cacd9d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:34:17,635 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types 0.030s 2023-04-20 10:34:17,635 80099 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-1336224592"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64339d6e-6b31-4823-9e59-c7acafbe6a41', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64339d6e-6b31-4823-9e59-c7acafbe6a41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types'} Body: b'{"volume_type": {"id": "ac8eb79e-b3ea-4972-90dc-afb4133738b1", "name": "tempest-GroupSnapshotsTest-volume-type-1336224592", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 10:34:17,670 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types 0.032s 2023-04-20 10:34:17,671 80099 DEBUG [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-82160234"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9282562-b996-410f-b27e-caa092ac7bde', 'content-length': '179', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9282562-b996-410f-b27e-caa092ac7bde', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types'} Body: b'{"group_type": {"id": "689c1eb6-eb4c-4536-95a5-380476ff921e", "name": "tempest-GroupSnapshotsTest-group-type-82160234", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 10:34:17,758 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups 0.084s 2023-04-20 10:34:17,758 80099 DEBUG [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": "689c1eb6-eb4c-4536-95a5-380476ff921e", "volume_types": ["ac8eb79e-b3ea-4972-90dc-afb4133738b1"], "name": "tempest-GroupSnapshotsTest-Group-1537882149"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-655dbcb4-941c-4d0e-994b-44cffb825782', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-655dbcb4-941c-4d0e-994b-44cffb825782', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups'} Body: b'{"group": {"id": "4c19795c-f2d1-4aef-b8c9-b8e389cacd9d", "name": "tempest-GroupSnapshotsTest-Group-1537882149"}}' 2023-04-20 10:34:17,795 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/4c19795c-f2d1-4aef-b8c9-b8e389cacd9d 0.035s 2023-04-20 10:34:17,796 80099 DEB UG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb1e8dce-a3e5-465b-a9e0-f3c4c12f819a', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb1e8dce-a3e5-465b-a9e0-f3c4c12f819a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/4c19795c-f2d1-4aef-b8c9-b8e389cacd9d'} Body: b'{"group": {"id": "4c19795c-f2d1-4aef-b8c9-b8e389cacd9d", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T10:34:18.000000", "name": "tempest-GroupSnapshotsTest-Group-1537882149", "description": null, "group_type": "689c1eb6-eb4c-4536-95a5-380476ff921e", "volume_types": ["ac8eb79e-b3ea-4972-90dc-afb4133738b1"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:34:18,830 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/4c19795c-f2d1-4aef-b8c9-b8e389cacd9d 0.029s 2023-04-20 10:34:18,831 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d23ceb86-fb03-47cf-857e-54f84b7d5aee', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d23ceb86-fb03-47cf-857e-54f84b7d5aee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/4c19795c-f2d1-4aef-b8c9-b8e389cacd9d'} Body: b'{"group": {"id": "4c19795c-f2d1-4aef-b8c9-b8e389cacd9d", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T10:34:18.000000", "name": "tempest-GroupSnapshotsTest-Group-1537882149", "description": null, "group_type": "689c1eb6-eb4c-4536-95a5-380476ff921e", "volume_types": ["ac8eb79e-b3ea-4972-90dc-afb4133738b1"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:34:18,900 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/volumes/detail 0.065s 2023-04-20 10:34:18,900 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39c29ae2-b8d2-4057-a264-7fa5e7cfe815', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39c29ae2-b8d2-4057-a264-7fa5e7cfe815', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 10:34:18,981 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/4c19795c-f2d1-4aef-b8c9-b8e389cacd9d/action 0.068s 2023-04-20 10:34:18,981 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:18 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-90721442-21c5-4397-843d-a73d5ebddd39', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/4c19795c-f2d1-4aef-b8c9-b8e389cacd9d/action'} Body: b'' 2023-04-20 10:34:18,997 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/4c19795c-f2d1-4aef-b8c9-b8e389cacd9d 0.015s 2023-04-20 10:34:18,997 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:18 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-05743477-e23d-4328-9952-e50ea9970a2e', 'x-openstack-request-id': 'req-05743477-e23d-4328-9952-e50ea9970a2e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/4c19795c-f2d1-4aef-b8c9-b8e389cacd9d'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4c19795c-f2d1-4aef-b8c9-b8e389cacd9d could not be found."}}' 2023-04-20 10:34:19,026 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types/689c1eb6-eb4c-4536-95a5-380476ff921e 0.028s 2023-04-20 10:34:19,026 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:18 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-be87df06-1c83-491c-864b-0829a4b88deb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types/689c1eb6-eb4c-4536-95a5-380476ff921e'} Body: b'' 2023-04-20 10:34:19,073 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/ac8eb79e-b3ea-4972-90dc-afb4133738b1 0.046s 2023-04-20 10:34:19,073 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f932f705-9fc4-4893-8870-1d055fa21c24', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/ac8eb79e-b3ea-4972-90dc-afb4133738b1'} Body: b'' 2023-04-20 10:34:19,091 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/ac8eb79e-b3ea-4972-90dc-afb4133738b1 0.017s 2023-04-20 10:34:19,091 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - He aders: {'date': 'Thu, 20 Apr 2023 10:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-cde055e9-0dc8-476f-80a1-3f6d914fc943', 'x-openstack-request-id': 'req-cde055e9-0dc8-476f-80a1-3f6d914fc943', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/ac8eb79e-b3ea-4972-90dc-afb4133738b1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ac8eb79e-b3ea-4972-90dc-afb4133738b1 could not be found."}}' {4} setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 65, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 969aaeec-76ce-43d0-a1b8-eaefdbb38af9 failed to build and is in ERROR status {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_delete_quota [0.402311s] ... ok {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_default_quotas [0.033556s] ... ok {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_list_quotas [0.041406s] ... ok {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage [1.689540s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 123, in test_quota_usage volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 22a77674-ced8-4f1f-92de-fc8adbae87cf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:34:23,375 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/fb7668ecc1244ba083f67a82e5b86d6f/os-quota-sets/4a47ef08a22e447ea590acd9fd782850?usage=True 0.045s 2023-04-20 10:34:23,376 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f809b3e7-6956-4eb8-a696-ab9ca3d16ed0', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f809b3e7-6956-4eb8-a696-ab9ca3d16ed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb7668ecc1244ba083f67a82e5b86d6f/os-quota-sets/4a47ef08a22e447ea590acd9fd782850?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": "4a47ef08a22e447ea590acd9fd782850"}}' 2023-04-20 10:34:23,718 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes 0.334s 2023-04-20 10:34:23,718 80099 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-1893376741"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-201c5755-6eb6-4f4a-a35e-fad0fa140285', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-201c5755-6eb6-4f4a-a35e-fad0fa140285', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes'} Body: b'{"volume": {"id": "22a77674-ced8-4f1f-92de-fc8adbae87cf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:23.657143", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1893376741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf"}], "user_id": "50f77d81b91e4cac98de92bd506d66e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:34:23,770 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf 0.042s 2023-04-20 10:34:23,771 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Cont ent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a1a753b-3e02-4fe2-8971-d95d94b37495', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a1a753b-3e02-4fe2-8971-d95d94b37495', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf'} Body: b'{"volume": {"id": "22a77674-ced8-4f1f-92de-fc8adbae87cf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:24.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1893376741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf"}], "user_id": "50f77d81b91e4cac98de92bd506d66e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a47ef08a22e447ea590acd9fd782850"}}' 2023-04-20 10:34:24,822 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf 0.039s 2023-04-20 10:34:24,822 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1476ddbb-0f25-4431-8b3d-607ef94496d7', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1476ddbb-0f25-4431-8b3d-607ef94496d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf'} Body: b'{"volume": {"id": "22a77674-ced8-4f1f-92de-fc8adbae87cf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:24.000000", "updated_at": "2023-04-20T10:34:24.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1893376741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf"}], "user_id": "50f77d81b91e4cac98de92bd506d66e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a47ef08a22e447ea590acd9fd782850"}}' 2023-04-20 10:34:24,879 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf 0.046s 2023-04-20 10:34:24,879 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6be0ac26-b538-453c-8486-70e7278a0794', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6be0ac26-b538-453c-8486-70e7278a0794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf'} Body: b'{"volume": {"id": "22a77674-ced8-4f1f-92de-fc8adbae87cf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:24.000000", "updated_at": "2023-04-20T10:34:24.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1893376741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf"}], "user_id": "50f77d81b91e4cac98de92bd506d66e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a47ef08a22e447ea590acd9fd782850"}}' 2023-04-20 10:34:24,996 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf 0.107s 2023-04-20 10:34:24,997 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4960a15f-b133-4331-9e6d-12d98e196c10', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf'} Body: b'' 2023-04-20 10:34:25,017 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf 0.020s 2023-04-20 10:34:25,018 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34: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-c077157f-e356-4f73-9a63-9cd199c9a71e', 'x-openstack-request-id': 'req-c077157f-e356-4f73-9a63-9cd199c9a71e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 22a77674-ced8-4f1f-92de-fc8adbae87cf could not be found."}}' {4} setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_list.py", line 37, in resource_setup volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1ff70707-2565-4f7c-b648-60710b4ecca8 failed to build and is in ERROR status {5} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server [167.724124s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 61, in test_attach_attached_volume_to_different_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 24253240-72ee-4167-a41d-370d3de17219 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:31:38,450 80091 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 10:31:38,450 80091 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 10:31:38,620 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.167s 2023-04-20 10:31:38,620 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-859145494", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD+9jK7t3ClieA+FSlSLflLYtwuLOAFMxwNPVMQvmnWXsj1kwhJZoZbs5/2/0cGkEuG79cH7XZnatiE6eDZhPpV+eOa2IU0p9RSwsraobttdhAQWALDgd6b3pAqIqOw/YA=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31: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-ad2f1581-5ede-4303-b1cf-48b30b93c4bf', 'x-compute-request-id': 'req-ad2f1581-5ede-4303-b1cf-48b30b93c4bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-859145494", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD+9jK7t3ClieA+FSlSLflLYtwuLOAFMxwNPVMQvmnWXsj1kwhJZoZbs5/2/0cGkEuG79cH7XZnatiE6eDZhPpV+eOa2IU0p9RSwsraobttdhAQWALDgd6b3pAqIqOw/YA==", "fingerprint": "35:6b:a4:4c:59:85:7e:ce:73:f2:83:40:45:3c:3b:6f", "user_id": "2a04be58cd354d508616edd9d5eeff54"}}' 2023-04-20 10:31:38,623 80091 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-859145494 created 2023-04-20 10:31:38,797 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.174s 2023-04-20 10:31:38,797 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2036776141", "description": "tempest-description--1712161347"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-56c42b7c-b5ad-439b-b28c-ce2ad24640a5', 'date': 'Thu, 20 Apr 2023 10:31:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f468f7e0-aeea-488f-afbf-92c9d2098ac5", "name": "tempest-securitygroup--2036776141", "stateful": true, "tenant_id": "12e621999b00481c839affc4e83ce37c", "description": "tempest-description--1712161347", "shared": false, "security_group_rules": [{"id": "22947fb9-ef41-41aa-a2e9-cd8240a0e4f0", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "f468f7e0-aeea-488f-afbf-92c9d2098ac5", "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": 565, "description": null, "tags": [], "created_at": "2023-04-20T10:31:38Z", "updated_at": "2023-04-20T10:31:38Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}, {"id": "e57f8237-7bfc-4581-be85-815abdd9a0b3", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "f468f7e0-aeea-488f-afbf-92c9d2098ac5", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "norma lized_cidr": null, "remote_group_id": null, "standard_attr_id": 564, "description": null, "tags": [], "created_at": "2023-04-20T10:31:38Z", "updated_at": "2023-04-20T10:31:38Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}], "tags": [], "created_at": "2023-04-20T10:31:38Z", "updated_at": "2023-04-20T10:31:38Z", "revision_number": 1, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:31:38,965 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.167s 2023-04-20 10:31:38,966 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f468f7e0-aeea-488f-afbf-92c9d2098ac5", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-f8c8097c-08ca-4ab2-afbf-f6710bece7b4', 'date': 'Thu, 20 Apr 2023 10:31: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": "4c930b47-a02c-4405-9cfd-c1c33db0d7f1", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "f468f7e0-aeea-488f-afbf-92c9d2098ac5", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:31:38Z", "updated_at": "2023-04-20T10:31:38Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:31:39,141 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.174s 2023-04-20 10:31:39,141 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f468f7e0-aeea-488f-afbf-92c9d2098ac5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f90e65a5-3bd4-4b2e-b98d-f10854871503', 'date': 'Thu, 20 Apr 2023 10:31: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": "bd644cc8-2465-4632-ad23-59be0b9e2e21", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "f468f7e0-aeea-488f-afbf-92c9d2098ac5", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:31:39Z", "updated_at": "2023-04-20T10:31:39Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:31:39,141 80091 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2036776141 created 2023-04-20 10:31:40,358 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.216s 2023-04-20 10:31:40,359 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-211ae9ef-e4db-4fc2-a8c1-2d94adb5e153', 'date': 'Thu, 20 Apr 2023 10:31:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2ccf57c3-f7fd-4b99-bab6-5c383a1ba8c7", "tenant_id": "12e621999b00481c839affc4e83ce37c", "floating_ip_address": "172.24.4.127", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "12e621999b00481c839affc4e83ce37c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:31:39Z", "updated_at": "2023-04-20T10:31:39Z", "revision_number": 0}}' 2023-04-20 10:31:40,359 80091 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2ccf57c3-f7fd-4b99-bab6-5c383a1ba8c7', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'floating_ip_address': '172.24.4.127', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '12e621999b00481c839affc4e83ce37c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:31:39Z', 'updated_at': '2023-04-20T10:31:39Z', 'revision_number': 0, 'ip': '172.24.4.127'} created 2023-04-20 10:31:40,425 80091 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.060s 2023-04-20 10:31:40,425 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:40 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-1d406047-c216-426e-a3a6-ad8a22ae8fc9', '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": "2a04be58cd354d508616edd9d5eeff54", "name": "tempest-AttachVolumeNegativeTest-1619866573-project-member", "password_expires_at": null}, "audit_ids": ["U2q4dDmoQU6mR29QflI6ow"], "expires_at": "2023-04-20T11:31:40.000000Z", "issued_at": "2023-04-20T10:31:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "12e621999b00481c839affc4e83ce37c", "name": "tempest-AttachVolumeNegativeTest-1619866573"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/12e621999b00481c839affc4e83ce37c", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf199 8dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:31:40,426 80091 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '51b24d7b-a37b-453a-a335-3ba809f26953', 'name': 'tempest-AttachVolumeNegativeTest-453356843-network', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '12e621999b00481c839affc4e83ce37c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27865, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:31:32Z', 'updated_at': '2023-04-20T10:31:32Z', 'revision_number': 1} available for tenant 2023-04-20 10:31:40,427 80091 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-859145494', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD+9jK7t3ClieA+FSlSLflLYtwuLOAFMxwNPVMQvmnWXsj1kwhJZoZbs5/2/0cGkEuG79cH7XZnatiE6eDZhPpV+eOa2IU0p9RSwsraobttdhAQWALDgd6b3pAqIqOw/YA==', 'fingerprint': '35:6b:a4:4c:59:85:7e:ce:73:f2:83:40:45:3c:3b:6f', 'user_id': '2a04be58cd354d508616edd9d5eeff54', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB4z1eLkNNlr/EVYhU4jWuJcNK8+LGlwDZPR+dOckVuK7UfdSyiUHUQ\n3XAEK+2U4+CgBwYFK4EEACKhZANiAAQ/vYyu7dwpYngPhUpUi35S2LcLizgBTMcD\nT1TEL5p1l7I9ZMISWaGW7Of9v9HBpBLhu/XB+12Z2rYhOng2YT6VfnjmtiFNKfUU\nsLK2qG7bXYQEFgCw4Hem96QKiKjsP2A=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f468f7e0-aeea-488f-afbf-92c9d2098ac5', 'name': 'tempest-securitygroup--2036776141', 'stateful': True, 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'description': 'tempest-description--1712161347', 'shared': False, 'security_group_rules': [{'id': '22947fb9-ef41-41aa-a2e9-cd8240a0e4f0', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'security_group_id': 'f468f7e0-aeea-488f-afbf-92c9d2098ac5', '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': 565, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:31:38Z', 'updated_at': '2023-04-20T10:31:38Z', 'revision_number': 0, 'project_id': '12e621999b00481c839affc4e83ce37c'}, {'id': 'e57f8237-7bfc-4581-be85-815abdd9a0b3', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'security_group_id': 'f468f7e0-aeea-488f-afbf-92c9d2098ac5', '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': 564, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:31:38Z', 'updated_at': '2023-04-20T10:31:38Z', 'revision_number': 0, 'project_id': '12e621999b00481c83 9affc4e83ce37c'}], 'tags': [], 'created_at': '2023-04-20T10:31:38Z', 'updated_at': '2023-04-20T10:31:38Z', 'revision_number': 1, 'project_id': '12e621999b00481c839affc4e83ce37c'}, 'floating_ip': {'id': '2ccf57c3-f7fd-4b99-bab6-5c383a1ba8c7', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'floating_ip_address': '172.24.4.127', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '12e621999b00481c839affc4e83ce37c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:31:39Z', 'updated_at': '2023-04-20T10:31:39Z', 'revision_number': 0, 'ip': '172.24.4.127'}} 2023-04-20 10:31:41,089 80091 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.661s 2023-04-20 10:31:41,089 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1210707222", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "51b24d7b-a37b-453a-a335-3ba809f26953"}], "security_groups": [{"name": "tempest-securitygroup--2036776141"}], "key_name": "tempest-keypair-859145494", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-127ac422-29a9-4056-8c18-5a36adcaab5d', 'x-compute-request-id': 'req-127ac422-29a9-4056-8c18-5a36adcaab5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "319eafd3-e6ac-4fcc-92b1-a5f4e60952e8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2036776141"}], "adminPass": "password"}}' 2023-04-20 10:31:41,237 80091 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/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8 0.144s 2023-04-20 10:31:41,237 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:41 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-51971f98-06e3-4359-9eb9-b74a05486443', 'x-compute-request-id': 'req-51971f98-06e3-4359-9eb9-b74a05486443', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8'} Body: b'{"server": {"id": "319eafd3-e6ac-4fcc-92b1-a5f4e60952e8", "name": "tempest-AttachVolumeNegativeTest-server-1210707222", "status": "BUILD", "tenant_id": "12e621999b00481c839affc4e83ce37c", "user_id": "2a04be58cd354d508616edd9d5eeff54", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": " http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:31:41Z", "updated": "2023-04-20T10:31:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-859145494", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:32:31,568 80091 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/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8 0.281s 2023-04-20 10:32:31,568 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3002f954-33f9-49d8-812a-391311be1631', 'x-compute-request-id': 'req-3002f954-33f9-49d8-812a-391311be1631', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8'} Body: b'{"server": {"id": "319eafd3-e6ac-4fcc-92b1-a5f4e60952e8", "name": "tempest-AttachVolumeNegativeTest-server-1210707222", "status": "ACTIVE", "tenant_id": "12e621999b00481c839affc4e83ce37c", "user_id": "2a04be58cd354d508616edd9d5eeff54", "metadata": {}, "hostId": "df37db3011ea9b95f2e431c706696a8e652363da797ae275e5ed4c96", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:31:41Z", "updated": "2023-04-20T10:31:48Z", "addresses": {"tempest-AttachVolumeNegativeTest-453356843-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:ca:12"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-859145494", "OS-SRV-USG:launched_at": "2023-04-20T10:31:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2036776141"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:32:31,579 80091 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:33:31,968 80091 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/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8/os-interface 0.329s 2023-04-20 10:33:31,968 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - H eaders: {'date': 'Thu, 20 Apr 2023 10:33:31 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-b81e44d0-686d-4c95-88cc-6fed760c239e', 'x-compute-request-id': 'req-b81e44d0-686d-4c95-88cc-6fed760c239e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "51b24d7b-a37b-453a-a335-3ba809f26953", "port_id": "f6cef929-1703-4207-bef4-18cfa6e9f6fc", "mac_addr": "fa:16:3e:cd:ca:12", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c373d534-db14-4963-a5cf-9cd209cad2fc", "ip_address": "10.0.0.11"}]}]}' 2023-04-20 10:33:33,473 80091 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/2ccf57c3-f7fd-4b99-bab6-5c383a1ba8c7 1.501s 2023-04-20 10:33:33,474 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "f6cef929-1703-4207-bef4-18cfa6e9f6fc"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-1874cefc-acbf-4590-881c-dabae87a24c4', 'date': 'Thu, 20 Apr 2023 10:33:33 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2ccf57c3-f7fd-4b99-bab6-5c383a1ba8c7'} Body: b'{"floatingip": {"id": "2ccf57c3-f7fd-4b99-bab6-5c383a1ba8c7", "tenant_id": "12e621999b00481c839affc4e83ce37c", "floating_ip_address": "172.24.4.127", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": "0516f25e-4b87-460f-b901-162d2f7ee313", "port_id": "f6cef929-1703-4207-bef4-18cfa6e9f6fc", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "51b24d7b-a37b-453a-a335-3ba809f26953", "mac_address": "fa:16:3e:cd:ca:12", "admin_state_up": true, "status": "ACTIVE", "device_id": "319eafd3-e6ac-4fcc-92b1-a5f4e60952e8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:31:39Z", "updated_at": "2023-04-20T10:33:32Z", "revision_number": 1, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:33:33,477 80091 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.127:22' as 'cirros' with public key authentication 2023-04-20 10:33:33,519 80091 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:33:33,541 80091 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:33:33,541 80091 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.127 successfully created 2023-04-20 10:33:33,590 80091 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/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8/ips 0.047s 2023-04-20 10:33:33,590 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '108', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbc69bf5-fb3c-48c0-a243-12a0f7f43b9c', 'x-compute-request-id': 'req-fbc69bf5-fb3c-48c0-a243-12a0f7f43b9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/319eafd3-e6 ac-4fcc-92b1-a5f4e60952e8/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-453356843-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2023-04-20 10:33:33,834 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes 0.240s 2023-04-20 10:33:33,835 80091 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-108554507"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c440816-7070-429f-ac2e-b561b81e6961', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c440816-7070-429f-ac2e-b561b81e6961', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes'} Body: b'{"volume": {"id": "24253240-72ee-4167-a41d-370d3de17219", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:33.740232", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-108554507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/24253240-72ee-4167-a41d-370d3de17219"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12e621999b00481c839affc4e83ce37c/volumes/24253240-72ee-4167-a41d-370d3de17219"}], "user_id": "2a04be58cd354d508616edd9d5eeff54", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:33:33,907 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/24253240-72ee-4167-a41d-370d3de17219 0.057s 2023-04-20 10:33:33,907 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b78f7d83-2c19-4cc5-8f78-c03c57e99d86', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b78f7d83-2c19-4cc5-8f78-c03c57e99d86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/24253240-72ee-4167-a41d-370d3de17219'} Body: b'{"volume": {"id": "24253240-72ee-4167-a41d-370d3de17219", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:34.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-108554507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/24253240-72ee-4167-a41d-370d3de17219"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12e621999b00481c839affc4e83ce37c/volumes/24253240-72ee-4167-a41d-370d3de17219"}], "user_id": "2a04be58cd354d508616edd9d5eeff54", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:33:34,957 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_ volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/24253240-72ee-4167-a41d-370d3de17219 0.039s 2023-04-20 10:33:34,957 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90c88489-e08d-416c-a021-b1640677be4a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90c88489-e08d-416c-a021-b1640677be4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/24253240-72ee-4167-a41d-370d3de17219'} Body: b'{"volume": {"id": "24253240-72ee-4167-a41d-370d3de17219", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:34.000000", "updated_at": "2023-04-20T10:33:34.000000", "name": "tempest-AttachVolumeNegativeTest-volume-108554507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/24253240-72ee-4167-a41d-370d3de17219"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12e621999b00481c839affc4e83ce37c/volumes/24253240-72ee-4167-a41d-370d3de17219"}], "user_id": "2a04be58cd354d508616edd9d5eeff54", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:33:35,078 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8 0.110s 2023-04-20 10:33:35,078 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:34 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-fcaf0e4c-85d2-4045-ba1e-2511d88972ef', 'x-compute-request-id': 'req-fcaf0e4c-85d2-4045-ba1e-2511d88972ef', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8'} Body: b'' 2023-04-20 10:33:35,363 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8 0.284s 2023-04-20 10:33:35,363 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54a8e027-a825-406a-a03c-bd8ce91ad8ce', 'x-compute-request-id': 'req-54a8e027-a825-406a-a03c-bd8ce91ad8ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8'} Body: b'{"server": {"id": "319eafd3-e6ac-4fcc-92b1-a5f4e60952e8", "name": "tempest-AttachVolumeNegativeTest-server-1210707222", "status": "ACTIVE", "tenant_id": "12e621999b00481c839affc4e83ce37c", "user_id": "2a04be58cd354d508616edd9d5eeff54", "metadata": {}, "host Id": "df37db3011ea9b95f2e431c706696a8e652363da797ae275e5ed4c96", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:31:41Z", "updated": "2023-04-20T10:33:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-453356843-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:ca:12"}, {"version": 4, "addr": "172.24.4.127", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:ca:12"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-859145494", "OS-SRV-USG:launched_at": "2023-04-20T10:31:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2036776141"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:34:25,462 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8 0.037s 2023-04-20 10:34:25,463 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:25 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-f1d403ac-da6f-4a46-a162-78d29d75cfcd', 'x-compute-request-id': 'req-f1d403ac-da6f-4a46-a162-78d29d75cfcd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 319eafd3-e6ac-4fcc-92b1-a5f4e60952e8 could not be found."}}' 2023-04-20 10:34:25,492 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-859145494 0.029s 2023-04-20 10:34:25,493 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a517f2b7-6628-48a9-9b81-aaeffb48822c', 'x-compute-request-id': 'req-a517f2b7-6628-48a9-9b81-aaeffb48822c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-859145494'} Body: b'' 2023-04-20 10:34:25,639 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f468f7e0-aeea-488f-afbf-92c9d2098ac5 0.145s 2023-04-20 10:34:25,639 80091 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-f20920a3-eb59-4acf-8a93-a94e29de3747', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:34:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f468f7e0-aeea-488f-afbf-92c9d2098ac5'} Body: b'' 2023-04-20 10:34:25,660 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f468f7e0-aeea-488f-afbf-92c9d2098ac5 0.021s 2023-04-20 10:34:25,661 80091 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-3b3aa516-8ea8-45f3-9eb3-c32079429c28', 'date': 'Thu, 20 Apr 2023 10:34:25 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f468f7e0-aeea-488f-afbf-92c9d2098ac5'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f468f7e0-aeea-488f-afbf-92c9d2098ac5 does not exist", "detail": ""}}' 2023-04-20 10:34:26,171 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/2ccf57c3-f7fd-4b99-bab6-5c383a1ba8c7 0.510s 2023-04-20 10:34:26,172 80091 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-1c60aa92-1e3c-4520-b389-9317aeb5d26c', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:34:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2ccf57c3-f7fd-4b99-bab6-5c383a1ba8c7'} Body: b'' {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer [1.510961s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 141, in test_quota_usage_after_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume eeb3643a-1ac4-4e4b-8e47-5538964195d1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:34:25,206 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes 0.184s 2023-04-20 10:34:25,206 80099 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-1913983922"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91607136-3966-48cb-85d4-db2fba7b78b5', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91607136-3966-48cb-85d4-db2fba7b78b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes'} Body: b'{"volume": {"id": "eeb3643a-1ac4-4e4b-8e47-5538964195d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:25.143177", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1913983922", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1"}], "user_id": "50f77d81b91e4cac98de92bd506d66e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:34:25,259 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1 0.043s 2023-04-20 10:34:25,260 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3db5b196-5f66-4a94-b394-d5f1b0ccc628', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3db5b196-5f66-4a94-b394-d5f1b0ccc628', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1'} Body: b'{"volume": {"id": "eeb3643a-1ac4-4e4b-8e47-5538964195d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:25.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1913983922", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1"}], "user_id": "50f77d81b91e4cac98de92bd506d66e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a47ef08a22e447ea590acd9fd782850"}}' 2023-04-20 10:34:26,323 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1 0.052s 2023-04-20 10:34:26,323 80099 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e69e20d2-dd45-4c70-b943-b97e7f28b801', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e69e20d2-dd45-4c70-b943-b97e7f28b801', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1'} Body: b'{"volume": {"id": "eeb3643a-1ac4-4e4b-8e47-5538964195d1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:25.000000", "updated_at": "2023-04-20T10:34:25.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1913983922", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1"}], "user_id": "50f77d81b91e4cac98de92bd506d66e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a47ef08a22e447ea590acd9fd782850"}}' 2023-04-20 10:34:26,375 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1 0.041s 2023-04-20 10:34:26,375 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a848a7c-a5bf-450d-b440-ca8e3f6b786c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a848a7c-a5bf-450d-b440-ca8e3f6b786c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1'} Body: b'{"volume": {"id": "eeb3643a-1ac4-4e4b-8e47-5538964195d1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:25.000000", "updated_at": "2023-04-20T10:34:25.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1913983922", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1"}], "user_id": "50f77d81b91e4cac98de92bd506d66e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a47ef08a22e447ea590acd9fd782850"}}' 2023-04-20 10:34:26,508 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1 0.123s 2023-04-20 10:34:26,509 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:26 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2b05e79-8d66-4ed6-b71e-77c7c82eb09b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1'} Body: b'' 2023-04-20 10:34:26,530 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1 0.020s 2023-04-20 10:34:26,530 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0802d40-7dc1-4205-b74b-a54efdaac750', 'x-openstack-request-id': 'req-c0802d40-7dc1-4205-b74b-a54efdaac750', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume eeb3643a-1ac4-4e4b-8e47-5538964195d1 could not be found."}}' {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_show_quota_usage [0.057147s] ... ok {4} tempest.api.volume.test_extensions.ExtensionsTestJSON.test_list_extensions [0.163651s] ... ok {9} tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_update_all_quota_resources_for_tenant [0.267320s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_invalid_body [0.016558s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_none_body [0.014302s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_create_nonexistent_type_id [0.074564s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_delete_nonexistent_volume_type_id [0.019380s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_extra_spec_name [0.026855s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_get_nonexistent_volume_type_id [0.033014s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_list_nonexistent_volume_type_id [0.019207s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_multiple_extra_spec [0.015342s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_no_body [0.015418s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_none_extra_spec_id [0.070023s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_extra_spec_id [0.033375s] ... ok {9} tempest.api.volume.admin.test_volume_types_extra_specs_negative.ExtraSpecsNegativeTest.test_update_nonexistent_type_id [0.033534s] ... ok {4} setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 41, in resource_setup cls.volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 33c1463d-3250-422b-b8a3-5b5b67965ad1 failed to build and is in ERROR status {9} setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_snapshot_metadata.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f1ea1493-1116-4cbc-806b-651936caabdf failed to build and is in ERROR status {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_with_nonexistent_volume_id [0.160138s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_create_snapshot_without_passing_volume_id [0.063391s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshot_invalid_param_limit [0.016404s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_marker [0.058578s] ... ok {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_list_snapshots_invalid_param_sort [0.015320s] ... ok {4} cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property [4.189825s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_create_from_image.py", line 101, in test_create_from_image_with_volume_type_image_property volume = self.create_volume(**kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c43aa9e8-de75-4516-9d8f-0f604dff7b3f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:34:35,081 80089 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/08a266f99fba4f499f5fbe74234c37b7/types 0.180s 2023-04-20 10:34:35,082 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "os-volume-type-access:is_public": true}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9aacaab-efe1-47d2-b847-7a6e341c99fc', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9aacaab-efe1-47d2-b847-7a6e341c99fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/08a266f99fba4f499f5fbe74234c37b7/types'} Body: b'{"volume_type": {"id": "54a8c718-f12a-421f-9798-b944aaf49470", "name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "os-volume-type-access:is_public": true}}' 2023-04-20 10:34:36,015 80089 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.928s 2023-04-20 10:34:36,015 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"disk_format": "raw", "container_format": "bare", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "visibility": "private", "cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "min_disk": 1} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-9e146fd5-c620-40d5-91ac-73daf6641366', '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": "b5a1f18b285b4cc1a06e8253b6edc367", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9427e3fc-e179-45af-b654-1db7dc938d34", "created_at": "2023-04-20T10:34:36Z", "updated_at": "2023-04-20T10:34:36Z", "tags": [], "self": "/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34", "file": "/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:34:37,426 80089 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/9427e3fc-e179-45af-b654-1db7dc938d34/file 1.408s 2023-04-20 10:34:37,426 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-dd466e98-f492-4658-896d-7456c1ed8cfc', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34/file'} Body: b'' 2023-04-20 10:34:37,445 80089 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/9427e3fc-e179-45af-b654-1db7dc938d34 0.018s 2023-04-20 10:34:37,445 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-582d7717-bdd9-4edd-9450-6d27fe10cf5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34'} 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": "b09a7870163bfdd8ffcfa605e3df25bc", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "b5a1f18b285b4cc1a06e8253b6edc367", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4cbb58105f63e45caff04e18a2f753db21a6048cf6aed2ec4105c30e7cad9a327c160866963de1a41216c06313dcf4c056daed47bb80d511453f2b4f0a42ea35", "id": "9427e3fc-e179-45af-b654-1db7dc938d34", "created_at": "2023-04-20T10:34:36Z", "updated_at": "2023-04-20T10:34:37Z", "tags": [], "self": "/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34", "file": "/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:34:37,465 80089 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/9427e3fc-e179-45af-b654-1db7dc938d34 0.019s 2023-04-20 10:34:37,465 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3386d06d-0343-4826-95a9-0e2882d338f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34'} 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": "b09a7870163bfdd8ffcfa605e3df25bc", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "b5a1f18b285b4cc1a06e8253b6edc367", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4cbb58105f63e45caff04e18a2f753db21a6048cf6aed2ec4105c30e7cad9a327c160866963de1a41216c06313dcf4c056daed47bb80d511453f2b4f0a42ea35", "id": "9427e3fc-e179-45af-b654-1db7dc938d34", "created_at": "2023-04-20T10:34:36Z", "updated_at": "2023-04-20T10:34:37Z", "tags": [], "self": "/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34", "file": "/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:34:37,489 80089 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/9427e3fc-e179-45af-b654-1db7dc938d34 0.023s 2023-04-20 10:34:37,489 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-95fd16d4-4737-4897-8390-1551bafd28b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34'} 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": "b09a7870163bfdd8ffcfa605e3df25bc", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "b5a1f18b285b4cc1a06e8253b6edc367", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4cbb58105f63e45caff04e18a2f753db21a6048cf6aed2ec4105c30e7cad9a327c160866963de1a41216c06313dcf4c056daed47bb80d511453f2b4f0a42ea35", "id": "9427e3fc-e179-45af-b654-1db7dc938d34", "created_at": "2023-04-20T10:34:36Z", "updated_at": "2023-04-20T10:34:37Z", "tags": [], "self": "/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34", "file": "/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:34:37,957 80089 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/b5a1f18b285b4cc1a06e8253b6edc367/volumes 0.467s 2023-04-20 10:34:37,957 80089 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": "9427e3fc-e179-45af-b654-1db7dc938d34", "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d56ba96-afa1-4b43-b59e-da671264c602', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d56ba96-afa1-4b43-b59e-da671264c602', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b5a1f18b285b4cc1a06e8253b6edc367/volumes'} Body: b'{"volume": {"id": "c43aa9e8-de75-4516-9d8f-0f604dff7b3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:37.868910", "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/b5a1f18b285b4cc1a06e8253b6edc367/volumes/c43aa9e8-de75-4516-9d8f-0f604dff7b3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5a1f18b285b4cc1a06e8253b6edc367/volumes/c43aa9e8-de75-4516-9d8f-0f604dff7b3f"}], "user_id": "711cb27ca9e645808c40949b2e758ce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:34:38,012 80089 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/b5a1f18b285b4cc1a06e8253b6edc367/volumes/c43aa9e8-de75-4516-9d8f-0f604dff7b3f 0.045s 2023-04-20 10:34:38,013 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2966ff67-95f8-4d52-9da8-bd9397f65a18', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2966ff67-95f8-4d52-9da8-bd9397f65a18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5a1f18b285b4cc1a06e8253b6edc367/volumes/c43aa9e8-de75-4516-9d8f-0f604dff7b3f'} Body: b'{"volume": {"id": "c43aa9e8-de75-4516-9d8f-0f604dff7b3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:38.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/b5a1f18b285b4cc1a06e8253b6edc367/volumes/c43aa9e8-de75-4516-9d8f-0f604dff7b3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5a1f18b285b4cc1a06e8253b6edc367/volumes/c43aa9e8-de75-4516-9d8f-0f604dff7b3f"}], "user_id": "711cb27ca9e645808c40949b2e758ce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b5a1f18b285b4cc1a06e8253b6edc367"}}' 2023-04-20 10:34:39,072 80089 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/b5a1f18b285b4cc1a06e8253b6edc367/volumes/c43aa9e8-de75-4516-9d8f-0f604dff7b3f 0.045s 2023-04-20 10:34:39,074 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2e018bc-4627-40d8-abd5-19db268a477f', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2e018bc-4627-40d8-abd5-19db268a477f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5a1f18b285b4cc1a06e8253b6edc367/volumes/c43aa9e8-de75-4516-9d8f-0f604dff7b3f'} Body: b'{"volume": {"id": "c43aa9e8-de75-4516-9d8f-0f604dff7b3f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:38.000000", "updated_at": "2023-04-20T10:34:38.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/b5a1f18b285b4cc1a06e8253b6edc367/volumes/c43aa9e8-de75-4516-9d8f-0f604dff7b3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5a1f18b285b4cc1a06e8253b6edc367/volumes/c43aa9e8-de75-4516-9d8f-0f604dff7b3f"}], "user_id": "711cb27ca9e645808c40949b2e758ce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b5a1f18b285b4cc1a06e8253b6edc367"}}' {9} tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size [1.545614s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 61, in test_volume_from_snapshot_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume edaa81df-dc91-404f-ac2e-1cc4ce413227 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:34:37,957 80099 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes 0.232s 2023-04-20 10:34:37,957 80099 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-1278576759"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff88a995-c63d-4aaa-9f58-fa0730e8c562', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff88a995-c63d-4aaa-9f58-fa0730e8c562', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes'} Body: b'{"volume": {"id": "edaa81df-dc91-404f-ac2e-1cc4ce413227", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T10:34:37.888193", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1278576759", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227"}], "user_id": "63a41e6b566b4642841dad1c7edcb363", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:34:38,010 80099 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227 0.043s 2023-04-20 10:34:38,011 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d237b096-781f-41ae-b34d-1250e9ad4df4', 'content-length': '897', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d237b096-781f-41ae-b34d-1250e9ad4df4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227'} Body: b'{"volume": {"id": "edaa81df-dc91-404f-ac2e-1cc4ce413227", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T10:34:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1278576759", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227"}], "user_id": "63a41e6b566b4642841dad1c7edcb363", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c0a7a1f21195495f911d5c3c301918ca"}}' 2023-04-20 10:34:39,078 80099 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413 227 0.056s 2023-04-20 10:34:39,079 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bac99d0-7961-4dbe-be61-d6b4900cd0ea', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bac99d0-7961-4dbe-be61-d6b4900cd0ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227'} Body: b'{"volume": {"id": "edaa81df-dc91-404f-ac2e-1cc4ce413227", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T10:34:38.000000", "updated_at": "2023-04-20T10:34:38.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1278576759", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227"}], "user_id": "63a41e6b566b4642841dad1c7edcb363", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c0a7a1f21195495f911d5c3c301918ca"}}' 2023-04-20 10:34:39,128 80099 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227 0.038s 2023-04-20 10:34:39,128 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0bdaf87-2a59-4082-a09e-80fcb58c0bd1', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0bdaf87-2a59-4082-a09e-80fcb58c0bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227'} Body: b'{"volume": {"id": "edaa81df-dc91-404f-ac2e-1cc4ce413227", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T10:34:38.000000", "updated_at": "2023-04-20T10:34:38.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1278576759", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227"}], "user_id": "63a41e6b566b4642841dad1c7edcb363", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c0a7a1f21195495f911d5c3c301918ca"}}' 2023-04-20 10:34:39,242 80099 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227 0.103s 2023-04-20 10:34:39,243 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Resp onse - Headers: {'date': 'Thu, 20 Apr 2023 10:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cfa5642-ed2d-4d41-b357-43e4bf10f43f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227'} Body: b'' 2023-04-20 10:34:39,268 80099 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227 0.025s 2023-04-20 10:34:39,269 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-588e8e5b-bc4c-47d8-be5d-751f798e2942', 'x-openstack-request-id': 'req-588e8e5b-bc4c-47d8-be5d-751f798e2942', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume edaa81df-dc91-404f-ac2e-1cc4ce413227 could not be found."}}' {4} setUpClass (cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 39, in resource_setup cls.volume = cls.create_volume_with_args(name=cls.volume_name) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 54, in create_volume_with_args waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6a2ed9c3-9eff-4252-89e9-07dcc616b526 failed to build and is in ERROR status {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached [122.680229s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 450, in test_resize_server_revert_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2164bd3d-516b-403d-8574-7a78872ca386 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:33:15,270 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.231s 2023-04-20 10:33:15,270 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:15 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-9fb34922-b9da-4eb6-acfa-655e4ff9cc8c', 'x-compute-request-id': 'req-9fb34922-b9da-4eb6-acfa-655e4ff9cc8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:33:15,506 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.224s 2023-04-20 10:33:15,507 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:15 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-f3114ade-a93d-4923-9caf-67c993f4bfa4', 'x-compute-request-id': 'req-f3114ade-a93d-4923-9caf-67c993f4bfa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10. 0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:33:15,672 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.154s 2023-04-20 10:33:15,673 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:15 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-f5fbeab7-3812-4f5c-933a-2ea4892e6976', 'x-compute-request-id': 'req-f5fbeab7-3812-4f5c-933a-2ea4892e6976', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:34:16,180 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/8d9c5 dd66fd0496a8e92b41d98fe1727/volumes 0.465s 2023-04-20 10:34:16,180 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestJSON-volume-656614430"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c52fb79-a405-4f42-95e6-81c57f33b4fa', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c52fb79-a405-4f42-95e6-81c57f33b4fa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes'} Body: b'{"volume": {"id": "2164bd3d-516b-403d-8574-7a78872ca386", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:16.105654", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-656614430", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/2164bd3d-516b-403d-8574-7a78872ca386"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/2164bd3d-516b-403d-8574-7a78872ca386"}], "user_id": "bc5470a076e14c218cf04fad713ce074", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:34:16,276 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/2164bd3d-516b-403d-8574-7a78872ca386 0.077s 2023-04-20 10:34:16,277 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d94c3c72-c737-470b-862f-a10ac2bfbc66', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d94c3c72-c737-470b-862f-a10ac2bfbc66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/2164bd3d-516b-403d-8574-7a78872ca386'} Body: b'{"volume": {"id": "2164bd3d-516b-403d-8574-7a78872ca386", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:16.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-656614430", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/2164bd3d-516b-403d-8574-7a78872ca386"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/2164bd3d-516b-403d-8574-7a78872ca386"}], "user_id": "bc5470a076e14c218cf04fad713ce074", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727"}}' 2023-04-20 10:34:17,349 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/2164bd3d-516b-403d-8574-7a78872ca386 0.057s 2023-04-20 10:34:17,349 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - He aders: {'date': 'Thu, 20 Apr 2023 10:34:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e1eb760-ef5b-4c30-a051-0ced9682047d', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e1eb760-ef5b-4c30-a051-0ced9682047d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/2164bd3d-516b-403d-8574-7a78872ca386'} Body: b'{"volume": {"id": "2164bd3d-516b-403d-8574-7a78872ca386", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:16.000000", "updated_at": "2023-04-20T10:34:16.000000", "name": "tempest-ServerActionsTestJSON-volume-656614430", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/2164bd3d-516b-403d-8574-7a78872ca386"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/2164bd3d-516b-403d-8574-7a78872ca386"}], "user_id": "bc5470a076e14c218cf04fad713ce074", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727"}}' 2023-04-20 10:34:17,362 80087 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1737599. The failure could be related to https://launchpad.net/bugs/1737599 2023-04-20 10:34:17,646 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.283s 2023-04-20 10:34:17,646 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 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-5ea0a7e1-dab5-4225-b60b-a35c2073770f', 'x-compute-request-id': 'req-5ea0a7e1-dab5-4225-b60b-a35c2073770f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, " security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {1} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_attach_volume [1.317435s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 120, in test_rescued_vm_attach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 21527d83-1271-48fc-901b-f60e6cbd5092 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:36:34,459 80083 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes 0.203s 2023-04-20 10:36:34,460 80083 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-563609137"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2b1946a-edcc-4d5a-9f0b-ca320e993e02', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2b1946a-edcc-4d5a-9f0b-ca320e993e02', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes'} Body: b'{"volume": {"id": "21527d83-1271-48fc-901b-f60e6cbd5092", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:34.405037", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-563609137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/21527d83-1271-48fc-901b-f60e6cbd5092"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d6d8880a9263444cba94725a83974403/volumes/21527d83-1271-48fc-901b-f60e6cbd5092"}], "user_id": "729f2fdafa8e471e8f0de0c8323c36b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:36:34,508 80083 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/21527d83-1271-48fc-901b-f60e6cbd5092 0.038s 2023-04-20 10:36:34,508 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96fc5ac8-755c-413c-b016-cfc6495556a7', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96fc5ac8-755c-413c-b016-cfc6495556a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/21527d83-1271-48fc-901b-f60e6cbd5092'} Body: b'{"volume": {"id": "21527d83-1271-48fc-901b-f60e6cbd5092", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:34.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-563609137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/21527d83-1271-48fc-901b-f60e6cbd5092"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d6d8880a9263444cba94725a83974403/volumes/21527d83-1271-48fc-901b-f60e6cbd5092"}], "user_id": "729f2fdafa8e471e8f0de0c8323c36b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6d8880a9263444cba94725a83974403"}}' 2023-04-20 10:36:35,560 80083 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/21527d83-1271-48fc-901b-f60e6cbd5092 0.040s 2023-04-20 10:36:35,561 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f490116-a331-42b6-9baf-12ae19049a3a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f490116-a331-42b6-9baf-12ae19049a3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/21527d83-1271-48fc-901b-f60e6cbd5092'} Body: b'{"volume": {"id": "21527d83-1271-48fc-901b-f60e6cbd5092", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:34.000000", "updated_at": "2023-04-20T10:36:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-563609137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/21527d83-1271-48fc-901b-f60e6cbd5092"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d6d8880a9263444cba94725a83974403/volumes/21527d83-1271-48fc-901b-f60e6cbd5092"}], "user_id": "729f2fdafa8e471e8f0de0c8323c36b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6d8880a9263444cba94725a83974403"}}' {1} tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume [1.326094s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 140, in test_rescued_vm_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 988c47e8-a22d-4e4b-8104-5f5b7b732b8a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:36:35,783 80083 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes 0.209s 2023-04-20 10:36:35,784 80083 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-681026047"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89f5fcf7-e484-431b-9737-f741a5f08d9e', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89f5fcf7-e484-431b-9737-f741a5f08d9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes'} Body: b'{"volume": {"id": "988c47e8-a22d-4e4b-8104-5f5b7b732b8a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:35.693845", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-681026047", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/988c47e8-a22d-4e4b-8104-5f5b7b732b8a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d6d8880a9263444cba94725a83974403/volumes/988c47e8-a22d-4e4b-8104-5f5b7b732b8a"}], "user_id": "729f2fdafa8e471e8f0de0c8323c36b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:36:35,831 80083 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/988c47e8-a22d-4e4b-8104-5f5b7b732b8a 0.038s 2023-04-20 10:36:35,832 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8a8c7ae-635c-4f45-a940-44c471acdf23', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8a8c7ae-635c-4f45-a940-44c471acdf23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/988c47e8-a22d-4e4b-8104-5f5b7b732b8a'} Body: b'{"volume": {"id": "988c47e8-a22d-4e4b-8104-5f5b7b732b8a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:36.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-681026047", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/988c47e8-a22d-4e4b-8104-5f5b7b732b8a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d6d8880a9263444cba94725a83974403/volumes/988c47e8-a22d-4e4b-8104-5f5b7b732b8a"}], "user_id": "729f2fdafa8e471e8f0de0c8323c36b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6d8880a9263444cba94725a83974403"}}' 2023-04-20 10:36:36,887 80083 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/988c47e8-a22d-4e4b-8104-5f5b7b732b8a 0.044s 2023-04-20 10:36:36,888 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc6b2fc2-0d9b-4f19-86de-59c50c11e5e3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc6b2fc2-0d9b-4f19-86de-59c50c11e5e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/988c47e8-a22d-4e4b-8104-5f5b7b732b8a'} Body: b'{"volume": {"id": "988c47e8-a22d-4e4b-8104-5f5b7b732b8a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:36.000000", "updated_at": "2023-04-20T10:36:36.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-681026047", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/988c47e8-a22d-4e4b-8104-5f5b7b732b8a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d6d8880a9263444cba94725a83974403/volumes/988c47e8-a22d-4e4b-8104-5f5b7b732b8a"}], "user_id": "729f2fdafa8e471e8f0de0c8323c36b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6d8880a9263444cba94725a83974403"}}' {5} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server [166.986591s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 49, in test_attach_attached_volume_to_same_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5a59f6f2-fd15-4809-bc63-8aa4a9dda587 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:34:26,176 80091 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 10:34:26,176 80091 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 10:34:26,230 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.051s 2023-04-20 10:34:26,230 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1070174971", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHlXb2fBMUpwjWcMzz3zehln+ROLLyuvx1FKwns94rOIHkQii3UgvuVBxZIQ5wQRDDXLv5B8P3RJ3QpXQC3Ze1OezsE+YLGNFce+g2+NCB+C/troUPUvbU32x8whbZGnag=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:26 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-c82fb12d-0566-4360-b66b-ca4b01fe796f', 'x-compute-request-id': 'req-c82fb12d-0566-4360-b66b-ca4b01fe796f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1070174971", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHlXb2fBMUpwjWcMzz3zehln+ROLLyuvx1FKwns94rOIHkQii3UgvuVBxZIQ5wQRDDXLv5B8P3RJ3QpXQC3Ze1OezsE+YLGNFce+g2+NCB+C/troUPUvbU32x8whbZGnag==", "fingerprint": "e2:f3:b5:a1:8b:80:d3:c0:f7:f8:4c:f7:e4:a9:3c:08", "user_id": "2a04be58cd354d508616edd9d5eeff54"}}' 2023-04-20 10:34:26,233 80091 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1070174971 created 2023-04-20 10:34:26,390 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.156s 2023-04-20 10:34:26,390 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1841382343", "description": "tempest-description--1686088067"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-5a4d53d6-85ed-4146-855b-40d57012eff1', 'date': 'Thu, 20 Apr 2023 10:34:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b147d532-8df1-4cd1-af61-6686136cacf6", "name": "tempest-securitygroup--1841382343", "stateful": true, "tenant_id": "12e621999b00481c839affc4e83ce37c", "description": "tempest-description--1686088067", "shared": false, "security_group_rules": [{"id": "854141a8-c4b8-46b8-a9c9-11267afad3e2", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "b147d532-8df1-4cd1-af61-6686136cacf6", "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": 780, "description": null, "tags": [], "created_at": "2023-04-20T10:34:26Z", "updated_at": "2023-04-20T10:34:26Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}, {"id": "fb83bc31-808a-4eef-9e36-833caa6fa373", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "b147d532-8df1-4cd1-af61-6686136cacf6", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "no rmalized_cidr": null, "remote_group_id": null, "standard_attr_id": 781, "description": null, "tags": [], "created_at": "2023-04-20T10:34:26Z", "updated_at": "2023-04-20T10:34:26Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}], "tags": [], "created_at": "2023-04-20T10:34:26Z", "updated_at": "2023-04-20T10:34:26Z", "revision_number": 1, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:34:26,551 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.160s 2023-04-20 10:34:26,551 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b147d532-8df1-4cd1-af61-6686136cacf6", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-f45673c1-a63f-4a8e-b1e4-0b855343ba33', 'date': 'Thu, 20 Apr 2023 10:34:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "227f743f-b7f8-4e05-be45-e7eec1eb4242", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "b147d532-8df1-4cd1-af61-6686136cacf6", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:34:26Z", "updated_at": "2023-04-20T10:34:26Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:34:26,722 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.170s 2023-04-20 10:34:26,723 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b147d532-8df1-4cd1-af61-6686136cacf6", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-377caea4-d731-4b32-9fef-15978fdacf88', 'date': 'Thu, 20 Apr 2023 10:34:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "02f1e9e3-b441-4b38-aed5-d5a963cdca8b", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "b147d532-8df1-4cd1-af61-6686136cacf6", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:34:26Z", "updated_at": "2023-04-20T10:34:26Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:34:26,723 80091 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1841382343 created 2023-04-20 10:34:27,868 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.144s 2023-04-20 10:34:27,868 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-45fa2bb7-52ba-4f87-bf3d-bbb91bbbb4f9', 'date': 'Thu, 20 Apr 2023 10:34:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4ed5da26-23d1-4ed0-863e-6aa478ca6e04", "tenant_id": "12e621999b00481c839affc4e83ce37c", "floating_ip_address": "172.24.4.114", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "12e621999b00481c839affc4e83ce37c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:34:27Z", "updated_at": "2023-04-20T10:34:27Z", "revision_number": 0}}' 2023-04-20 10:34:27,868 80091 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4ed5da26-23d1-4ed0-863e-6aa478ca6e04', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'floating_ip_address': '172.24.4.114', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '12e621999b00481c839affc4e83ce37c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:34:27Z', 'updated_at': '2023-04-20T10:34:27Z', 'revision_number': 0, 'ip': '172.24.4.114'} created 2023-04-20 10:34:27,957 80091 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.083s 2023-04-20 10:34:27,957 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34: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-51ccd344-bcbe-4de1-8aa9-2de3005dd7b7', '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": "2a04be58cd354d508616edd9d5eeff54", "name": "tempest-AttachVolumeNegativeTest-1619866573-project-member", "password_expires_at": null}, "audit_ids": ["Olh7SxbjTeGnP8CALHO9Uw"], "expires_at": "2023-04-20T11:34:27.000000Z", "issued_at": "2023-04-20T10:34:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "12e621999b00481c839affc4e83ce37c", "name": "tempest-AttachVolumeNegativeTest-1619866573"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/12e621999b00481c839affc4e83ce37c", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998d afe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:34:27,958 80091 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '51b24d7b-a37b-453a-a335-3ba809f26953', 'name': 'tempest-AttachVolumeNegativeTest-453356843-network', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '12e621999b00481c839affc4e83ce37c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27865, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:31:32Z', 'updated_at': '2023-04-20T10:31:32Z', 'revision_number': 1} available for tenant 2023-04-20 10:34:27,958 80091 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1070174971', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHlXb2fBMUpwjWcMzz3zehln+ROLLyuvx1FKwns94rOIHkQii3UgvuVBxZIQ5wQRDDXLv5B8P3RJ3QpXQC3Ze1OezsE+YLGNFce+g2+NCB+C/troUPUvbU32x8whbZGnag==', 'fingerprint': 'e2:f3:b5:a1:8b:80:d3:c0:f7:f8:4c:f7:e4:a9:3c:08', 'user_id': '2a04be58cd354d508616edd9d5eeff54', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBwDeDffYr78buNWLkLzkNdvzt1NqCxNNx+KqQyy+hLjr6sygJtKmSd\nAem7LJeq866gBwYFK4EEACKhZANiAAR5V29nwTFKcI1nDM8983oZZ/kTiy8rr8dR\nSsJ7PeKziB5EIot1IL7lQcWSEOcEEQw1y7+QfD90Sd0KV0At2XtTns7BPmCxjRXH\nvoNvjQgfgv7a6FD1L21N9sfMIW2Rp2o=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b147d532-8df1-4cd1-af61-6686136cacf6', 'name': 'tempest-securitygroup--1841382343', 'stateful': True, 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'description': 'tempest-description--1686088067', 'shared': False, 'security_group_rules': [{'id': '854141a8-c4b8-46b8-a9c9-11267afad3e2', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'security_group_id': 'b147d532-8df1-4cd1-af61-6686136cacf6', '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': 780, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:34:26Z', 'updated_at': '2023-04-20T10:34:26Z', 'revision_number': 0, 'project_id': '12e621999b00481c839affc4e83ce37c'}, {'id': 'fb83bc31-808a-4eef-9e36-833caa6fa373', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'security_group_id': 'b147d532-8df1-4cd1-af61-6686136cacf6', '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': 781, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:34:26Z', 'updated_at': '2023-04-20T10:34:26Z', 'revision_number': 0, 'project_id': '12e621999b00481c839affc4 e83ce37c'}], 'tags': [], 'created_at': '2023-04-20T10:34:26Z', 'updated_at': '2023-04-20T10:34:26Z', 'revision_number': 1, 'project_id': '12e621999b00481c839affc4e83ce37c'}, 'floating_ip': {'id': '4ed5da26-23d1-4ed0-863e-6aa478ca6e04', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'floating_ip_address': '172.24.4.114', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '12e621999b00481c839affc4e83ce37c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:34:27Z', 'updated_at': '2023-04-20T10:34:27Z', 'revision_number': 0, 'ip': '172.24.4.114'}} 2023-04-20 10:34:28,796 80091 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.837s 2023-04-20 10:34:28,797 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1225264902", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "51b24d7b-a37b-453a-a335-3ba809f26953"}], "security_groups": [{"name": "tempest-securitygroup--1841382343"}], "key_name": "tempest-keypair-1070174971", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e63bb7f-2b15-44e0-8add-32b00a109f18', 'x-compute-request-id': 'req-1e63bb7f-2b15-44e0-8add-32b00a109f18', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5d73c323-31d8-4695-b8e2-5826c73ebb6b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1841382343"}], "adminPass": "password"}}' 2023-04-20 10:34:28,878 80091 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/5d73c323-31d8-4695-b8e2-5826c73ebb6b 0.076s 2023-04-20 10:34:28,878 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:28 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-928d1ce6-4cd0-4992-8aba-5a150bca8220', 'x-compute-request-id': 'req-928d1ce6-4cd0-4992-8aba-5a150bca8220', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b'} Body: b'{"server": {"id": "5d73c323-31d8-4695-b8e2-5826c73ebb6b", "name": "tempest-AttachVolumeNegativeTest-server-1225264902", "status": "BUILD", "tenant_id": "12e621999b00481c839affc4e83ce37c", "user_id": "2a04be58cd354d508616edd9d5eeff54", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.2 10/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:34:29Z", "updated": "2023-04-20T10:34:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1070174971", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:35:19,162 80091 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/5d73c323-31d8-4695-b8e2-5826c73ebb6b 0.224s 2023-04-20 10:35:19,163 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:35:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6f97481-6dbb-4578-aaf9-c69b1c354525', 'x-compute-request-id': 'req-d6f97481-6dbb-4578-aaf9-c69b1c354525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b'} Body: b'{"server": {"id": "5d73c323-31d8-4695-b8e2-5826c73ebb6b", "name": "tempest-AttachVolumeNegativeTest-server-1225264902", "status": "ACTIVE", "tenant_id": "12e621999b00481c839affc4e83ce37c", "user_id": "2a04be58cd354d508616edd9d5eeff54", "metadata": {}, "hostId": "df37db3011ea9b95f2e431c706696a8e652363da797ae275e5ed4c96", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:34:28Z", "updated": "2023-04-20T10:34:36Z", "addresses": {"tempest-AttachVolumeNegativeTest-453356843-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4b:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1070174971", "OS-SRV-USG:launched_at": "2023-04-20T10:34:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1841382343"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:35:19,174 80091 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 10:36:19,418 80091 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/5d73c323-31d8-4695-b8e2-5826c73ebb6b/os-interface 0.190s 2023-04-20 10:36:19,419 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 2 0 Apr 2023 10:36:19 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-5bde452a-9514-4fe2-9e29-0244893527de', 'x-compute-request-id': 'req-5bde452a-9514-4fe2-9e29-0244893527de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "51b24d7b-a37b-453a-a335-3ba809f26953", "port_id": "a9863408-9295-4836-b0a6-b785f76c092a", "mac_addr": "fa:16:3e:3f:4b:ee", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c373d534-db14-4963-a5cf-9cd209cad2fc", "ip_address": "10.0.0.6"}]}]}' 2023-04-20 10:36:20,234 80091 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/4ed5da26-23d1-4ed0-863e-6aa478ca6e04 0.810s 2023-04-20 10:36:20,235 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "a9863408-9295-4836-b0a6-b785f76c092a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-ce217a2d-0997-4ee1-8f32-1289a724f4cb', 'date': 'Thu, 20 Apr 2023 10:36:20 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4ed5da26-23d1-4ed0-863e-6aa478ca6e04'} Body: b'{"floatingip": {"id": "4ed5da26-23d1-4ed0-863e-6aa478ca6e04", "tenant_id": "12e621999b00481c839affc4e83ce37c", "floating_ip_address": "172.24.4.114", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": "0516f25e-4b87-460f-b901-162d2f7ee313", "port_id": "a9863408-9295-4836-b0a6-b785f76c092a", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "51b24d7b-a37b-453a-a335-3ba809f26953", "mac_address": "fa:16:3e:3f:4b:ee", "admin_state_up": true, "status": "ACTIVE", "device_id": "5d73c323-31d8-4695-b8e2-5826c73ebb6b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:34:27Z", "updated_at": "2023-04-20T10:36:19Z", "revision_number": 1, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:36:20,237 80091 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.114:22' as 'cirros' with public key authentication 2023-04-20 10:36:20,268 80091 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:36:20,289 80091 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:36:20,290 80091 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.114 successfully created 2023-04-20 10:36:20,368 80091 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/5d73c323-31d8-4695-b8e2-5826c73ebb6b/ips 0.077s 2023-04-20 10:36:20,369 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a0af87e-4ef0-4d6a-9a6d-693b8d4b7189', 'x-compute-request-id': 'req-7a0af87e-4ef0-4d6a-9a6d-693b8d4b7189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-453356843-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2023-04-20 10:36:20,612 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes 0.240s 2023-04-20 10:36:20,613 80091 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-1674235622"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe80e3d8-3c90-417f-99b0-e3e36e7ba776', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe80e3d8-3c90-417f-99b0-e3e36e7ba776', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes'} Body: b'{"volume": {"id": "5a59f6f2-fd15-4809-bc63-8aa4a9dda587", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:20.542388", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1674235622", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/5a59f6f2-fd15-4809-bc63-8aa4a9dda587"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12e621999b00481c839affc4e83ce37c/volumes/5a59f6f2-fd15-4809-bc63-8aa4a9dda587"}], "user_id": "2a04be58cd354d508616edd9d5eeff54", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:36:20,679 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/5a59f6f2-fd15-4809-bc63-8aa4a9dda587 0.055s 2023-04-20 10:36:20,679 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d17f804-72e4-4e32-b6c6-5ff977c8f4a5', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d17f804-72e4-4e32-b6c6-5ff977c8f4a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/5a59f6f2-fd15-4809-bc63-8aa4a9dda587'} Body: b'{"volume": {"id": "5a59f6f2-fd15-4809-bc63-8aa4a9dda587", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:21.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1674235622", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/5a59f6f2-fd15-4809-bc63-8aa4a9dda587"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12e621999b00481c839affc4e83ce37c/volumes/5a59f6f2-fd15-4809-bc63-8aa4a9dda587"}], "user_id": "2a04be58cd354d508616edd9d5eeff54", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:36:21,733 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0. 0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/5a59f6f2-fd15-4809-bc63-8aa4a9dda587 0.042s 2023-04-20 10:36:21,734 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74a351a2-15f7-44a7-9090-c3f7528e8cd6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74a351a2-15f7-44a7-9090-c3f7528e8cd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/5a59f6f2-fd15-4809-bc63-8aa4a9dda587'} Body: b'{"volume": {"id": "5a59f6f2-fd15-4809-bc63-8aa4a9dda587", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:21.000000", "updated_at": "2023-04-20T10:36:21.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1674235622", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/5a59f6f2-fd15-4809-bc63-8aa4a9dda587"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12e621999b00481c839affc4e83ce37c/volumes/5a59f6f2-fd15-4809-bc63-8aa4a9dda587"}], "user_id": "2a04be58cd354d508616edd9d5eeff54", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:36:21,864 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b 0.120s 2023-04-20 10:36:21,864 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6efdec39-8296-466f-98eb-3273b652a0e5', 'x-compute-request-id': 'req-6efdec39-8296-466f-98eb-3273b652a0e5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b'} Body: b'' 2023-04-20 10:36:22,127 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b 0.262s 2023-04-20 10:36:22,127 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9cbabdf-0fc9-4f20-8259-fcff1d3733d9', 'x-compute-request-id': 'req-e9cbabdf-0fc9-4f20-8259-fcff1d3733d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b'} Body: b'{"server": {"id": "5d73c323-31d8-4695-b8e2-5826c73ebb6b", "name": "tempest-AttachVolumeNegativeTest-server-1225264902", "status": "ACTIVE", "tenant_id": "12e621999b00481c839affc4e83ce37c", "user_id": "2a04be58cd354d508616edd9d5eeff54", "metadata": {}, "hostId": "df37db3011ea9b95f2e431c706696a8e652363da79 7ae275e5ed4c96", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:34:28Z", "updated": "2023-04-20T10:36:22Z", "addresses": {"tempest-AttachVolumeNegativeTest-453356843-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4b:ee"}, {"version": 4, "addr": "172.24.4.114", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4b:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1070174971", "OS-SRV-USG:launched_at": "2023-04-20T10:34:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1841382343"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:37:12,449 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b 0.260s 2023-04-20 10:37:12,450 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:12 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-6ce6c991-8cfa-4e94-8ece-d6f2c5215e6d', 'x-compute-request-id': 'req-6ce6c991-8cfa-4e94-8ece-d6f2c5215e6d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5d73c323-31d8-4695-b8e2-5826c73ebb6b could not be found."}}' 2023-04-20 10:37:12,485 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1070174971 0.034s 2023-04-20 10:37:12,486 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cd0d7bf-4116-4eb0-89ff-08330b3b2f87', 'x-compute-request-id': 'req-8cd0d7bf-4116-4eb0-89ff-08330b3b2f87', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1070174971'} Body: b'' 2023-04-20 10:37:12,638 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b147d532-8df1-4cd1-af61-6686136cacf6 0.152s 2023-04-20 10:37:12,639 80091 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-765835d0-2f94-4271-8c4a-96a4678050ff', 'content-length': '0', 'date': 'Thu, 20 Apr 2 023 10:37:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b147d532-8df1-4cd1-af61-6686136cacf6'} Body: b'' 2023-04-20 10:37:12,657 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/b147d532-8df1-4cd1-af61-6686136cacf6 0.017s 2023-04-20 10:37:12,657 80091 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-7abde23b-2674-41f8-9a9f-a6e5aff39957', 'date': 'Thu, 20 Apr 2023 10:37:12 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b147d532-8df1-4cd1-af61-6686136cacf6'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b147d532-8df1-4cd1-af61-6686136cacf6 does not exist", "detail": ""}}' 2023-04-20 10:37:13,161 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/4ed5da26-23d1-4ed0-863e-6aa478ca6e04 0.503s 2023-04-20 10:37:13,162 80091 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-d24d94ad-6656-47dd-b2a8-e7f44d011391', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:37:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4ed5da26-23d1-4ed0-863e-6aa478ca6e04'} Body: b'' {3} tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm [123.113260s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 382, in test_resize_volume_backed_server_confirm server = self.create_test_server(**kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 262, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 258, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c8b6eb4c-3f35-41eb-a573-ba489535d37b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:35:17,963 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.242s 2023-04-20 10:35:17,964 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:35:17 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-a073b42f-0f79-43a4-8373-ba70f06d9847', 'x-compute-request-id': 'req-a073b42f-0f79-43a4-8373-ba70f06d9847', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:35:18,438 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.457s 2023-04-20 10:35:18,438 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:35:17 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-e0afe379-92b4-460d-a8d8-ac05a19e4abb', 'x-compute-request-id': 'req-e0afe379-92b4-460d-a8d8-ac05a19e4abb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10. 0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:35:18,618 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.167s 2023-04-20 10:35:18,619 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:35:18 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-9a90f6b1-b0ae-4df6-9285-4aca0e797bca', 'x-compute-request-id': 'req-9a90f6b1-b0ae-4df6-9285-4aca0e797bca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:36:18,792 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v3/auth/toke ns 0.091s 2023-04-20 10:36:18,793 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ee8c9a7f-2a80-4a42-b97f-86851f7308e8', '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": "bc5470a076e14c218cf04fad713ce074", "name": "tempest-ServerActionsTestJSON-692026271-project-member", "password_expires_at": null}, "audit_ids": ["K9WvYR99STSLLABiu4kQyA"], "expires_at": "2023-04-20T11:36:18.000000Z", "issued_at": "2023-04-20T10:36:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d9c5dd66fd0496a8e92b41d98fe1727", "name": "tempest-ServerActionsTestJSON-692026271"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8d9c5dd66fd0496a8e92b41d98fe1727", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:36:18,793 80087 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': 'e68379ef-0781-4af6-be68-a311cdded61e', 'name': 'tempest-ServerActionsTestJSON-509902278-network', 'tenant_id': '8d9c5dd66fd0496a8e92b41d98fe1727', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8d9c5dd66fd0496a8e92b41d98fe1727', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45607, 'is_default': False, 'availability_zone_hints': [], 'availability_zon es': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:27:57Z', 'updated_at': '2023-04-20T10:27:57Z', 'revision_number': 1} available for tenant 2023-04-20 10:36:18,794 80087 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-748576161', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJHK0F1a8yp8Xvld+jR/l8lxpwDFkBJKvOkeodCIMdNIsy3rZb2cz1b4Lbds32NZ3fZXZBlAND7bKaMCernVFVPVOsJFwYkZamLCbeIJtO4ahR/NTi6fJvZoUyyvCYQG3g==', 'fingerprint': 'c1:3b:94:70:09:ea:20:36:e9:7a:af:cd:12:ec:d7:87', 'user_id': 'bc5470a076e14c218cf04fad713ce074', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB9IF7tpdUtuVYuDq2rosBGbvJDRI+inF1/tKxE0VHcOCFgE2WePYTW\nVP6G9kYzru+gBwYFK4EEACKhZANiAASRytBdWvMqfF75Xfo0f5fJcacAxZASSrzp\nHqHQiDHTSLMt62W9nM9W+C23bN9jWd32V2QZQDQ+2ymjAnq51RVT1TrCRcGJGWpi\nwm3iCbTuGoUfzU4unyb2aFMsrwmEBt4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '961bdc00-61d2-445a-8b34-41b6dd0e3fd7', 'name': 'tempest-securitygroup--1636518546', 'stateful': True, 'tenant_id': '8d9c5dd66fd0496a8e92b41d98fe1727', 'description': 'tempest-description--1664115954', 'shared': False, 'security_group_rules': [{'id': '9e7d52ac-8f6a-40af-bc86-3935a9af4ab9', 'tenant_id': '8d9c5dd66fd0496a8e92b41d98fe1727', 'security_group_id': '961bdc00-61d2-445a-8b34-41b6dd0e3fd7', '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': 296, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:28:21Z', 'updated_at': '2023-04-20T10:28:21Z', 'revision_number': 0, 'project_id': '8d9c5dd66fd0496a8e92b41d98fe1727'}, {'id': 'a34a6a7c-9ca5-4b07-90b7-7f680e730dff', 'tenant_id': '8d9c5dd66fd0496a8e92b41d98fe1727', 'security_group_id': '961bdc00-61d2-445a-8b34-41b6dd0e3fd7', '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': 297, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:28:21Z', 'updated_at': '2023-04-20T10:28:21Z', 'revision_number': 0, 'project_id': '8d9c5dd66fd0496a8e92b41d98fe1727'}], 'tags': [], 'created_at': '2023-04-20T10:28:21Z', 'updated_at': '2023-04-20T10:28:21Z', 'revision_number': 1, 'project_id': '8d9c5dd66fd0496a8e92b41d98fe1727'}, 'floating_ip': {'id': 'b6030f53-e979-48b8-a00d-e48435ab6f18', 'tenant_id': '8d9c5dd66fd0496a8e92b41d98fe1727', 'floating_ip_address': '172.24.4.180', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8d9c5dd66fd0496a8e92b41d98fe1727', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:28:25Z', 'updated_at': '2023-04-20T10:28:25Z', 'revision_number': 0, 'ip': '172.24.4.180'}} 2023-04-20 10:36:19,126 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes 0.331s 2023-04-20 10:36:19,126 80087 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-15808597", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0126db23-f932-4517-b17b-f5d9ee4c994e', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0126db23-f932-4517- b17b-f5d9ee4c994e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes'} Body: b'{"volume": {"id": "c8b6eb4c-3f35-41eb-a573-ba489535d37b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:19.059870", "updated_at": null, "name": "tempest-tempest.common.compute-volume-15808597", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b"}], "user_id": "bc5470a076e14c218cf04fad713ce074", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:36:19,182 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b 0.046s 2023-04-20 10:36:19,182 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44203cb6-a4ce-4acd-bebd-7d6583e5e56c', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44203cb6-a4ce-4acd-bebd-7d6583e5e56c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b'} Body: b'{"volume": {"id": "c8b6eb4c-3f35-41eb-a573-ba489535d37b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:19.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-15808597", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b"}], "user_id": "bc5470a076e14c218cf04fad713ce074", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727"}}' 2023-04-20 10:36:20,249 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b 0.056s 2023-04-20 10:36:20,249 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11038d08-5a8e-4458-91e2-d94b4a7c5bdc', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11038d08-5a8e-4458-91e2-d94b4a7c5bdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b'} Body: b'{"volume": {"id": "c8b6eb4c-3f35-41eb-a573-ba489535d37b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:19.000000 ", "updated_at": "2023-04-20T10:36:19.000000", "name": "tempest-tempest.common.compute-volume-15808597", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b"}], "user_id": "bc5470a076e14c218cf04fad713ce074", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727"}}' 2023-04-20 10:36:20,359 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b 0.100s 2023-04-20 10:36:20,359 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4255a95-a429-4154-97e6-98913d8801a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b'} Body: b'' 2023-04-20 10:36:20,382 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b 0.021s 2023-04-20 10:36:20,382 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c839d5e-a96d-4da3-a636-b7de74ed52f1', 'x-openstack-request-id': 'req-7c839d5e-a96d-4da3-a636-b7de74ed52f1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c8b6eb4c-3f35-41eb-a573-ba489535d37b could not be found."}}' 2023-04-20 10:36:20,382 80087 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1728603. The failure could be related to https://launchpad.net/bugs/1728603 2023-04-20 10:36:20,762 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.379s 2023-04-20 10:36:20,763 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:20 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-3c3a891e-fb61-412e-9904-fb59ee435f6a', 'x-compute-request-id': 'req-3c3a891e-fb61-412e-9904-fb59ee435f6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386 -86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {9} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion [166.216895s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 196, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ff01fdef-2740-46d0-b7e6-78fb51cc0ea7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:34:53,569 80099 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-20 10:34:54,329 80099 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.759s 2023-04-20 10:34:54,330 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1177728255", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/121cb977-6d50-466e-b474-423e6e1e40c7', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-94029c6e-58ef-4b8b-b94b-8b1fbe0a2231', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1177728255", "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": "3e5913ed7eb944ddae4b38e1d746e7b9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "121cb977-6d50-466e-b474-423e6e1e40c7", "created_at": "2023-04-20T10:34:54Z", "updated_at": "2023-04-20T10:34:54Z", "tags": [], "self": "/v2/images/121cb977-6d50-466e-b474-423e6e1e40c7", "file": "/v2/images/121cb977-6d50-466e-b474-423e6e1e40c7/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:34:55,762 80099 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/121cb977-6d50-466e-b474-423e6e1e40c7/file 1.431s 2023-04-20 10:34:55,762 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d9045124-45e0-4fdb-a0a4-7e3473452ded', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/121cb977-6d50-466e-b474-423e6e1e40c7/file'} Body: b'' 2023-04-20 10:34:55,763 80099 DEBUG [tempest.scenario.manager] image:121cb977-6d50-466e-b474-423e6e1e40c7 2023-04-20 10:34:55,828 80099 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.062s 2023-04-20 10:34:55,828 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-693580580", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPha8UTs+y6zQwYiHYJU8S3tkn97JtlaaAeIMql6mOiK4l9+Zu9OIlPQG4QaIz4bSwaRtyjprIcWT35a8BtT0jDPIeyBy776x5V6SLLxayNSY8lG5hkGVg+EEmbLws1bHQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06c829ed-f2b1-4e6f-bb2d-2bd3d64ecb10', 'x-compute-request-id': 'req-06c829ed-f2b1-4e6f-bb2d-2bd3d64ecb10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0. 0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-693580580", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPha8UTs+y6zQwYiHYJU8S3tkn97JtlaaAeIMql6mOiK4l9+Zu9OIlPQG4QaIz4bSwaRtyjprIcWT35a8BtT0jDPIeyBy776x5V6SLLxayNSY8lG5hkGVg+EEmbLws1bHQ==", "fingerprint": "74:52:80:7f:3e:05:bd:9e:9a:f7:56:7c:55:fd:60:e5", "user_id": "878178b690704d048c37c79d596e953b"}}' 2023-04-20 10:34:55,879 80099 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.042s 2023-04-20 10:34:55,879 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:55 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-ed1f644e-fd21-4298-a182-5b89a6b3ffe3', '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": "878178b690704d048c37c79d596e953b", "name": "tempest-TestMinimumBasicScenario-244367270-project-member", "password_expires_at": null}, "audit_ids": ["yuaGNAEPSNSTdlOXNFhkvQ"], "expires_at": "2023-04-20T11:34:55.000000Z", "issued_at": "2023-04-20T10:34:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e5913ed7eb944ddae4b38e1d746e7b9", "name": "tempest-TestMinimumBasicScenario-244367270"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3e5913ed7eb944ddae4b38e1d746e7b9", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:34:55,880 80099 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '0ebbf38f-49de-48cb-ab19-2af234cb93fc', 'name': 'tempest-TestMinimumBasicScenario-649679020-network', 'tenant_id': '3e5913ed7eb944ddae4b38e1d746e7b9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3e5913ed7eb944ddae4b38e1d746e7b9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 40342, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:34:41Z', 'updated_at': '2023-04-20T10:34:41Z', 'revision_number': 1} available for tenant 2023-04-20 10:34:56,592 80099 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.711s 2023-04-20 10:34:56,593 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1531913966", "imageRef": "121cb977-6d50-466e-b474-423e6e1e40c7", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-693580580", "networks": [{"uuid": "0ebbf38f-49de-48cb-ab19-2af234cb93fc"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-433c3dc1-4f10-4eec-80a7-a203dca1d6a5', 'x-compute-request-id': 'req-433c3dc1-4f10-4eec-80a7-a203dca1d6a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "50181cb3-e752-4b72-a09d-e7fdae1edd8f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Cx2eZ4uCj3GP"}}' 2023-04-20 10:34:56,670 80099 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/50181cb3-e752-4b72-a09d-e7fdae1edd8f 0.074s 2023-04-20 10:34:56,671 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b0578c7-d25c-4fd9-b7b0-be07fdc2d3b9', 'x-compute-request-id': 'req-0b0578c7-d25c-4fd9-b7b0-be07fdc2d3b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f'} Body: b'{"server": {"id": "50181cb3-e752-4b72-a09d-e7fdae1edd8f", "name": "tempest-TestMinimumBasicScenario-server-1531913966", "status": "BUILD", "tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9", "user_id": "878178b690704d048c37c79d596e953b", "metadata": {}, "hostId": "", "image": {"id": "121cb977-6d50-466e-b474-423e6e1e40c7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/c ompute/images/121cb977-6d50-466e-b474-423e6e1e40c7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:34:57Z", "updated": "2023-04-20T10:34:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-693580580", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:35:46,950 80099 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/50181cb3-e752-4b72-a09d-e7fdae1edd8f 0.226s 2023-04-20 10:35:46,951 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:35:46 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-27bb3aa7-7407-4254-9abd-418039fa0849', 'x-compute-request-id': 'req-27bb3aa7-7407-4254-9abd-418039fa0849', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f'} Body: b'{"server": {"id": "50181cb3-e752-4b72-a09d-e7fdae1edd8f", "name": "tempest-TestMinimumBasicScenario-server-1531913966", "status": "ACTIVE", "tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9", "user_id": "878178b690704d048c37c79d596e953b", "metadata": {}, "hostId": "d90f591735ecc37c5aae4c5c882f174042c24adae35035d25b74562b", "image": {"id": "121cb977-6d50-466e-b474-423e6e1e40c7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/121cb977-6d50-466e-b474-423e6e1e40c7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:34:56Z", "updated": "2023-04-20T10:35:03Z", "addresses": {"tempest-TestMinimumBasicScenario-649679020-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:69:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-693580580", "OS-SRV-USG:launched_at": "2023-04-20T10:35:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:35:46,963 80099 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:36:47,249 80099 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/50181cb3-e752-4b72-a09d-e7fdae1edd8f 0.225s 2023-04-20 10:36:47,250 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Respo nse - Headers: {'date': 'Thu, 20 Apr 2023 10:36:47 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-a6a25675-47b9-4be4-84ac-b7e2d3cc3ba6', 'x-compute-request-id': 'req-a6a25675-47b9-4be4-84ac-b7e2d3cc3ba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f'} Body: b'{"server": {"id": "50181cb3-e752-4b72-a09d-e7fdae1edd8f", "name": "tempest-TestMinimumBasicScenario-server-1531913966", "status": "ACTIVE", "tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9", "user_id": "878178b690704d048c37c79d596e953b", "metadata": {}, "hostId": "d90f591735ecc37c5aae4c5c882f174042c24adae35035d25b74562b", "image": {"id": "121cb977-6d50-466e-b474-423e6e1e40c7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/121cb977-6d50-466e-b474-423e6e1e40c7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:34:56Z", "updated": "2023-04-20T10:35:03Z", "addresses": {"tempest-TestMinimumBasicScenario-649679020-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:69:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-693580580", "OS-SRV-USG:launched_at": "2023-04-20T10:35:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:36:47,472 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.0.0.210/compute/v2.1/servers 0.206s 2023-04-20 10:36:47,472 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6e811d6-d70a-4612-8fb7-9c2fc76908f2', 'x-compute-request-id': 'req-c6e811d6-d70a-4612-8fb7-9c2fc76908f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "50181cb3-e752-4b72-a09d-e7fdae1edd8f", "name": "tempest-TestMinimumBasicScenario-server-1531913966", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}]}]}' 2023-04-20 10:36:47,698 80099 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/50181cb3-e752-4b72-a09d-e7fdae1edd8f 0.222s 2023-04-20 10:36:47,699 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'o penstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90c81823-9d69-49ef-9ec0-305852621895', 'x-compute-request-id': 'req-90c81823-9d69-49ef-9ec0-305852621895', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f'} Body: b'{"server": {"id": "50181cb3-e752-4b72-a09d-e7fdae1edd8f", "name": "tempest-TestMinimumBasicScenario-server-1531913966", "status": "ACTIVE", "tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9", "user_id": "878178b690704d048c37c79d596e953b", "metadata": {}, "hostId": "d90f591735ecc37c5aae4c5c882f174042c24adae35035d25b74562b", "image": {"id": "121cb977-6d50-466e-b474-423e6e1e40c7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/121cb977-6d50-466e-b474-423e6e1e40c7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:34:56Z", "updated": "2023-04-20T10:35:03Z", "addresses": {"tempest-TestMinimumBasicScenario-649679020-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:69:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-693580580", "OS-SRV-USG:launched_at": "2023-04-20T10:35:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:36:47,959 80099 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/3e5913ed7eb944ddae4b38e1d746e7b9/volumes 0.249s 2023-04-20 10:36:47,959 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-754205085", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f7a9cfc-e662-4796-83f1-116c08c4e818', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f7a9cfc-e662-4796-83f1-116c08c4e818', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes'} Body: b'{"volume": {"id": "ff01fdef-2740-46d0-b7e6-78fb51cc0ea7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:47.863284", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-754205085", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7"}], "user_id": "878178b690704d048c37c79d596e953b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:36:48,009 80099 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/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7 0.040s 2023-04-20 10:36:48,009 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d2a655e-fbba-4353-9850-76d3f96908bb', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d2a655e-fbba-4353-9850-76d3f96908bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7'} Body: b'{"volume": {"id": "ff01fdef-2740-46d0-b7e6-78fb51cc0ea7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:48.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-754205085", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7"}], "user_id": "878178b690704d048c37c79d596e953b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9"}}' 2023-04-20 10:36:49,063 80099 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/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7 0.042s 2023-04-20 10:36:49,064 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-021d3c53-0d8d-4aab-ae07-576ab0083026', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-021d3c53-0d8d-4aab-ae07-576ab0083026', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7'} Body: b'{"volume": {"id": "ff01fdef-2740-46d0-b7e6-78fb51cc0ea7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:48.000000", "updated_at": "2023-04-20T10:36:48.000000", "name": "tempest-TestMinimumBasicScenario-volume-754205085", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7"}], "user_id": "878178b690704d048c37c79d596e953b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9"}}' 2023-04-20 10:36:49,196 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7 0.120s 2023-04-20 10:36:49,197 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'appl ication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36: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-74cb89df-72ca-47d4-a128-734345175f06', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7'} Body: b'' 2023-04-20 10:36:49,220 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7 0.023s 2023-04-20 10:36:49,221 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36: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-0f38988d-ae1c-443d-adc4-789962115650', 'x-openstack-request-id': 'req-0f38988d-ae1c-443d-adc4-789962115650', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ff01fdef-2740-46d0-b7e6-78fb51cc0ea7 could not be found."}}' 2023-04-20 10:36:49,347 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f 0.125s 2023-04-20 10:36:49,347 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7347785-a9f8-43cb-9e2f-e4102f828b07', 'x-compute-request-id': 'req-f7347785-a9f8-43cb-9e2f-e4102f828b07', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f'} Body: b'' 2023-04-20 10:36:49,553 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f 0.205s 2023-04-20 10:36:49,553 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:49 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-8e418bc5-eeed-46d1-b2e6-d2195ab7108b', 'x-compute-request-id': 'req-8e418bc5-eeed-46d1-b2e6-d2195ab7108b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f'} Body: b'{"server": {"id": "50181cb3-e752-4b72-a09d-e7fdae1edd8f", "name": "tempest-TestMinimumBasicScenario-server-1531913966", "status": "ACTIVE", "tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9", "user_id": "878178b690704d048c37c79d596e953b", "metadata": {}, "hostId": "d90f591735ecc37c5aae4c5c882f174042c24adae35035d25b74562b", "image": {"id": "121cb977-6d50-466e-b474-423e6e1e40c 7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/121cb977-6d50-466e-b474-423e6e1e40c7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:34:56Z", "updated": "2023-04-20T10:36:49Z", "addresses": {"tempest-TestMinimumBasicScenario-649679020-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:69:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-693580580", "OS-SRV-USG:launched_at": "2023-04-20T10:35:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:37:39,648 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f 0.037s 2023-04-20 10:37:39,649 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:39 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-85e25b00-4bda-409b-aaac-bade7f78c811', 'x-compute-request-id': 'req-85e25b00-4bda-409b-aaac-bade7f78c811', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 50181cb3-e752-4b72-a09d-e7fdae1edd8f could not be found."}}' 2023-04-20 10:37:39,682 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-693580580 0.032s 2023-04-20 10:37:39,683 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:39 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-a3aad642-7d38-40c1-ba1e-881f7d68f292', 'x-compute-request-id': 'req-a3aad642-7d38-40c1-ba1e-881f7d68f292', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-693580580'} Body: b'' 2023-04-20 10:37:39,784 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/121cb977-6d50-466e-b474-423e6e1e40c7 0.100s 2023-04-20 10:37:39,785 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a8b4b5bb-25a1-4cd5-b2c2-8194c2db07d7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/121cb977-6d50-46 6e-b474-423e6e1e40c7'} Body: b'' {5} tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume [166.162528s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 61ecae41-6979-4482-8412-38ae11af1a7d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:37:13,165 80091 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 10:37:13,165 80091 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 10:37:13,241 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.074s 2023-04-20 10:37:13,242 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-58831496", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJsFZ6zFqNNpK8NNtdhopwc6Wl3+Dy9fVkPXioOSVb5zIBlsJr3Vfpw4JSmE38Ewd24wugKZHZWDCHIcSgnyz2KZEoYLhZutGGub8KFvP0CYywEgGYJIN+RHNtlh3mNweQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '384', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88c92c81-db97-4fdf-a907-c1ae70aba373', 'x-compute-request-id': 'req-88c92c81-db97-4fdf-a907-c1ae70aba373', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-58831496", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJsFZ6zFqNNpK8NNtdhopwc6Wl3+Dy9fVkPXioOSVb5zIBlsJr3Vfpw4JSmE38Ewd24wugKZHZWDCHIcSgnyz2KZEoYLhZutGGub8KFvP0CYywEgGYJIN+RHNtlh3mNweQ==", "fingerprint": "b7:8b:b1:63:4f:48:e3:e0:da:b9:62:15:7e:62:7d:72", "user_id": "2a04be58cd354d508616edd9d5eeff54"}}' 2023-04-20 10:37:13,244 80091 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-58831496 created 2023-04-20 10:37:13,403 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.158s 2023-04-20 10:37:13,404 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1982426905", "description": "tempest-description--440264419"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-03bee2fb-63d9-4d34-a5db-5cf3f8d50b5e', 'date': 'Thu, 20 Apr 2023 10:37:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "47c98d07-d37b-4526-b492-fb710ed06de7", "name": "tempest-securitygroup--1982426905", "stateful": true, "tenant_id": "12e621999b00481c839affc4e83ce37c", "description": "tempest-description--440264419", "shared": false, "security_group_rules": [{"id": "70c2c649-1e66-4143-b858-c82ebb510bfa", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "47c98d07-d37b-4526-b492-fb710ed06de7", "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": 878, "description": null, "tags": [], "created_at": "2023-04-20T10:37:13Z", "updated_at": "2023-04-20T10:37:13Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}, {"id": "d3e03aa9-caa6-4f68-a86e-4d770054405e", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "47c98d07-d37b-4526-b492-fb710ed06de7", "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": 877, "description": null, "tags": [], "created_at": "2023-04-20T10:37:13Z", "updated_at": "2023-04-20T10:37:13Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}], "tags": [], "created_at": "2023-04-20T10:37:13Z", "updated_at": "2023-04-20T10:37:13Z", "revision_number": 1, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:37:13,562 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-04-20 10:37:13,563 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "47c98d07-d37b-4526-b492-fb710ed06de7", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-4448337e-1596-4be4-8073-448288874fc0', 'date': 'Thu, 20 Apr 2023 10:37: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": "1d06c687-c8b2-43ce-ab66-204a9d4c8e27", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "47c98d07-d37b-4526-b492-fb710ed06de7", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:37:13Z", "updated_at": "2023-04-20T10:37:13Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:37:13,710 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.147s 2023-04-20 10:37:13,711 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "47c98d07-d37b-4526-b492-fb710ed06de7", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b485ce25-80fc-4146-a270-4fd4ee86d0a1', 'date': 'Thu, 20 Apr 2023 10:37: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": "d50bf74a-9463-4c18-9a8e-19154103dbfb", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "47c98d07-d37b-4526-b492-fb710ed06de7", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:37:13Z", "updated_at": "2023-04-20T10:37:13Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:37:13,711 80091 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1982426905 created 2023-04-20 10:37:14,515 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.803s 2023-04-20 10:37:14,515 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-open stack-request-id': 'req-4e541d77-d12f-412f-8267-04df59764401', 'date': 'Thu, 20 Apr 2023 10:37:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6581eff8-8c21-4c9b-82e9-b53d6a66ed44", "tenant_id": "12e621999b00481c839affc4e83ce37c", "floating_ip_address": "172.24.4.17", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "12e621999b00481c839affc4e83ce37c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:37:14Z", "updated_at": "2023-04-20T10:37:14Z", "revision_number": 0}}' 2023-04-20 10:37:14,515 80091 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6581eff8-8c21-4c9b-82e9-b53d6a66ed44', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'floating_ip_address': '172.24.4.17', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '12e621999b00481c839affc4e83ce37c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:37:14Z', 'updated_at': '2023-04-20T10:37:14Z', 'revision_number': 0, 'ip': '172.24.4.17'} created 2023-04-20 10:37:14,557 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.037s 2023-04-20 10:37:14,558 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:14 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-915fae6c-665e-41a5-b055-af90f089a361', '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": "2a04be58cd354d508616edd9d5eeff54", "name": "tempest-AttachVolumeNegativeTest-1619866573-project-member", "password_expires_at": null}, "audit_ids": ["ZWSvVWYWS0WClBFb8SNIEw"], "expires_at": "2023-04-20T11:37:14.000000Z", "issued_at": "2023-04-20T10:37:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "12e621999b00481c839affc4e83ce37c", "name": "tempest-AttachVolumeNegativeTest-1619866573"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/12e621999b00481c839affc4e83ce37c", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "publ ic", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:37:14,558 80091 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '51b24d7b-a37b-453a-a335-3ba809f26953', 'name': 'tempest-AttachVolumeNegativeTest-453356843-network', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '12e621999b00481c839affc4e83ce37c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27865, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:31:32Z', 'updated_at': '2023-04-20T10:31:32Z', 'revision_number': 1} available for tenant 2023-04-20 10:37:14,558 80091 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-58831496', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJsFZ6zFqNNpK8NNtdhopwc6Wl3+Dy9fVkPXioOSVb5zIBlsJr3Vfpw4JSmE38Ewd24wugKZHZWDCHIcSgnyz2KZEoYLhZutGGub8KFvP0CYywEgGYJIN+RHNtlh3mNweQ==', 'fingerprint': 'b7:8b:b1:63:4f:48:e3:e0:da:b9:62:15:7e:62:7d:72', 'user_id': '2a04be58cd354d508616edd9d5eeff54', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCJM370I8eoVVoYHqQr/irT+wdZUIRtQKaMOy+Yn6cKuI2KZL6NMVFb\n2iLmbMkdNHCgBwYFK4EEACKhZANiAASbBWesxajTaSvDTbXYaKcHOlpd/g8vX1ZD\n14qDklW+cyAZbCa91X6cOCUphN/BMHduMLoCmR2VgwhyHEoJ8s9imRKGC4WbrRhr\nm/Chbz9AmMsBIBmCSDfkRzbZYd5jcHk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '47c98d07-d37b-4526-b492-fb710ed06de7', 'name': 'tempest-securitygroup--1982426905', 'stateful': True, 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'description': 'tempest-description--440264419', 'shared': False, 'security_group_rules': [{'id': '70c2c649-1e66-4143-b858-c82ebb510bfa', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'security_group_id': '47c98d07-d37b-4526-b492-fb710ed06de7', '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': 878, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:37:13Z', 'updated_at': '2023-04-20T10:37:13Z', 'revision_number': 0, 'project_id': '12e621999b00481c839affc4e83ce37c'}, {'id': 'd3e03aa9-caa6-4f68-a86e-4d770054405e', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'security_group_id': '47c98d07-d37b-4526-b492-fb710ed06de7', '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': 877, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:37:13Z', 'updated_at': '2023-04-20T10:37:13Z', 'revision_number': 0, 'project_id': '12e621999b00481c839affc4e83ce37c'}], 'tags': [], 'created_at': '2023 -04-20T10:37:13Z', 'updated_at': '2023-04-20T10:37:13Z', 'revision_number': 1, 'project_id': '12e621999b00481c839affc4e83ce37c'}, 'floating_ip': {'id': '6581eff8-8c21-4c9b-82e9-b53d6a66ed44', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'floating_ip_address': '172.24.4.17', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '12e621999b00481c839affc4e83ce37c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:37:14Z', 'updated_at': '2023-04-20T10:37:14Z', 'revision_number': 0, 'ip': '172.24.4.17'}} 2023-04-20 10:37:15,199 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.639s 2023-04-20 10:37:15,199 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1283873387", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "51b24d7b-a37b-453a-a335-3ba809f26953"}], "security_groups": [{"name": "tempest-securitygroup--1982426905"}], "key_name": "tempest-keypair-58831496", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f736c356-5d06-4c49-ac43-efd99cde0dc7', 'x-compute-request-id': 'req-f736c356-5d06-4c49-ac43-efd99cde0dc7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "baecb573-a3f1-42db-bc1b-788220753a7d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/baecb573-a3f1-42db-bc1b-788220753a7d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1982426905"}], "adminPass": "password"}}' 2023-04-20 10:37:15,269 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d 0.067s 2023-04-20 10:37:15,270 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:15 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-fd77daae-5f13-401a-b9ff-6750db77248c', 'x-compute-request-id': 'req-fd77daae-5f13-401a-b9ff-6750db77248c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d'} Body: b'{"server": {"id": "baecb573-a3f1-42db-bc1b-788220753a7d", "name": "tempest-AttachVolumeNegativeTest-server-1283873387", "status": "BUILD", "tenant_id": "12e621999b00481c839affc4e83ce37c", "user_id": "2a04be58cd354d508616edd9d5eeff54", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": " 42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:37:15Z", "updated": "2023-04-20T10:37:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/baecb573-a3f1-42db-bc1b-788220753a7d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-58831496", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:38:05,600 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d 0.269s 2023-04-20 10:38:05,600 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:38:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1543', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddeaae45-784d-4f30-aa04-77618d4d7298', 'x-compute-request-id': 'req-ddeaae45-784d-4f30-aa04-77618d4d7298', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d'} Body: b'{"server": {"id": "baecb573-a3f1-42db-bc1b-788220753a7d", "name": "tempest-AttachVolumeNegativeTest-server-1283873387", "status": "ACTIVE", "tenant_id": "12e621999b00481c839affc4e83ce37c", "user_id": "2a04be58cd354d508616edd9d5eeff54", "metadata": {}, "hostId": "df37db3011ea9b95f2e431c706696a8e652363da797ae275e5ed4c96", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:37:15Z", "updated": "2023-04-20T10:37:22Z", "addresses": {"tempest-AttachVolumeNegativeTest-453356843-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:9b:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/baecb573-a3f1-42db-bc1b-788220753a7d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-58831496", "OS-SRV-USG:launched_at": "2023-04-20T10:37:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1982426905"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:38:05,611 80091 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:39:05,935 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d/os-interface 0.263s 2023-04-20 10:39:05,935 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'applicat ion/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c4c5949-b1b3-46fb-ab3c-fec6a349a60c', 'x-compute-request-id': 'req-3c4c5949-b1b3-46fb-ab3c-fec6a349a60c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "51b24d7b-a37b-453a-a335-3ba809f26953", "port_id": "79499d87-7e81-458e-ac87-ddde51eaefc6", "mac_addr": "fa:16:3e:21:9b:f7", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c373d534-db14-4963-a5cf-9cd209cad2fc", "ip_address": "10.0.0.7"}]}]}' 2023-04-20 10:39:06,750 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/6581eff8-8c21-4c9b-82e9-b53d6a66ed44 0.810s 2023-04-20 10:39:06,750 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "79499d87-7e81-458e-ac87-ddde51eaefc6"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-a5a20aa0-86d8-47d5-ba90-e73bf013bdf0', 'date': 'Thu, 20 Apr 2023 10:39:06 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/6581eff8-8c21-4c9b-82e9-b53d6a66ed44'} Body: b'{"floatingip": {"id": "6581eff8-8c21-4c9b-82e9-b53d6a66ed44", "tenant_id": "12e621999b00481c839affc4e83ce37c", "floating_ip_address": "172.24.4.17", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": "0516f25e-4b87-460f-b901-162d2f7ee313", "port_id": "79499d87-7e81-458e-ac87-ddde51eaefc6", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "51b24d7b-a37b-453a-a335-3ba809f26953", "mac_address": "fa:16:3e:21:9b:f7", "admin_state_up": true, "status": "ACTIVE", "device_id": "baecb573-a3f1-42db-bc1b-788220753a7d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:37:14Z", "updated_at": "2023-04-20T10:39:06Z", "revision_number": 1, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:39:06,753 80091 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.17:22' as 'cirros' with public key authentication 2023-04-20 10:39:06,791 80091 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:39:06,813 80091 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:39:06,813 80091 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.17 successfully created 2023-04-20 10:39:06,870 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d/ips 0.056s 2023-04-20 10:39:06,871 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1d0cabc-1a03-4222-9795-a097db25494e', 'x-compute-request-id': 'req-e1d0cabc-1a03-4222-9795-a097db25494e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-453356843-network": [{"version": 4, "addr": "10.0.0.7"}]}}' 2023-04-20 10:39:07,070 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes 0.195s 2023-04-20 10:39:07,070 80091 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-149389275"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e8f9d3b-ed0a-4853-b2d6-eb27f8487825', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e8f9d3b-ed0a-4853-b2d6-eb27f8487825', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes'} Body: b'{"volume": {"id": "61ecae41-6979-4482-8412-38ae11af1a7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:39:07.006990", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-149389275", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/61ecae41-6979-4482-8412-38ae11af1a7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12e621999b00481c839affc4e83ce37c/volumes/61ecae41-6979-4482-8412-38ae11af1a7d"}], "user_id": "2a04be58cd354d508616edd9d5eeff54", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:39:07,121 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/61ecae41-6979-4482-8412-38ae11af1a7d 0.042s 2023-04-20 10:39:07,121 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-361df3a5-c688-4a82-9130-8f3faef4dfa1', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-361df3a5-c688-4a82-9130-8f3faef4dfa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/61ecae41-6979-4482-8412-38ae11af1a7d'} Body: b'{"volume": {"id": "61ecae41-6979-4482-8412-38ae11af1a7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:39:07.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-149389275", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/61ecae41-6979-4482-8412-38ae11af1a7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12e621999b00481c839affc4e83ce37c/volumes/61ecae41-6979-4482-8412-38ae11af1a7d"}], "user_id": "2a04be58cd354d508616edd9d5eeff54", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:39:08,179 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/61ecae41-6979-4482-8412-38ae11af1a7d 0.046s 2023-04-20 10:39:08,179 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: { 'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7f0886a-d685-4839-9c78-59c8f9d59cf3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7f0886a-d685-4839-9c78-59c8f9d59cf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/61ecae41-6979-4482-8412-38ae11af1a7d'} Body: b'{"volume": {"id": "61ecae41-6979-4482-8412-38ae11af1a7d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:39:07.000000", "updated_at": "2023-04-20T10:39:07.000000", "name": "tempest-AttachVolumeNegativeTest-volume-149389275", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/61ecae41-6979-4482-8412-38ae11af1a7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12e621999b00481c839affc4e83ce37c/volumes/61ecae41-6979-4482-8412-38ae11af1a7d"}], "user_id": "2a04be58cd354d508616edd9d5eeff54", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:39:08,306 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d 0.116s 2023-04-20 10:39:08,306 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e07e4309-287e-4134-bb8d-87606aed676f', 'x-compute-request-id': 'req-e07e4309-287e-4134-bb8d-87606aed676f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d'} Body: b'' 2023-04-20 10:39:08,564 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d 0.257s 2023-04-20 10:39:08,564 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:08 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-4defc330-80dc-4067-a4de-83662e3f8c94', 'x-compute-request-id': 'req-4defc330-80dc-4067-a4de-83662e3f8c94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d'} Body: b'{"server": {"id": "baecb573-a3f1-42db-bc1b-788220753a7d", "name": "tempest-AttachVolumeNegativeTest-server-1283873387", "status": "ACTIVE", "tenant_id": "12e621999b00481c839affc4e83ce37c", "user_id": "2a04be58cd354d508616edd9d5eeff54", "metadata": {}, "hostId": "df37db3011ea9b95f2e431c706696a8e652363da797ae275e5ed4c96", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor ": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:37:15Z", "updated": "2023-04-20T10:39:08Z", "addresses": {"tempest-AttachVolumeNegativeTest-453356843-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:9b:f7"}, {"version": 4, "addr": "172.24.4.17", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:9b:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/baecb573-a3f1-42db-bc1b-788220753a7d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-58831496", "OS-SRV-USG:launched_at": "2023-04-20T10:37:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1982426905"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:39:58,664 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d 0.040s 2023-04-20 10:39:58,664 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-11a9a40c-738f-4a04-8ff6-da9d72451476', 'x-compute-request-id': 'req-11a9a40c-738f-4a04-8ff6-da9d72451476', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance baecb573-a3f1-42db-bc1b-788220753a7d could not be found."}}' 2023-04-20 10:39:58,706 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-58831496 0.041s 2023-04-20 10:39:58,707 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c05de3d3-2e1c-4a09-a4ee-f74dae5e300e', 'x-compute-request-id': 'req-c05de3d3-2e1c-4a09-a4ee-f74dae5e300e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-58831496'} Body: b'' 2023-04-20 10:39:58,852 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/47c98d07-d37b-4526-b492-fb710ed06de7 0.145s 2023-04-20 10:39:58,853 80091 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-75ca8a5c-3e5f-4d13-8c0b-a1137ede86d5', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:39:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/47c98d07-d37b-4526-b492-fb710ed06de7'} Body: b'' 2023-04-2 0 10:39:58,872 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/47c98d07-d37b-4526-b492-fb710ed06de7 0.018s 2023-04-20 10:39:58,872 80091 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-0a3e4150-9adf-4796-adf5-cdcb2cf40c31', 'date': 'Thu, 20 Apr 2023 10:39:58 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/47c98d07-d37b-4526-b492-fb710ed06de7'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 47c98d07-d37b-4526-b492-fb710ed06de7 does not exist", "detail": ""}}' 2023-04-20 10:39:59,325 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/6581eff8-8c21-4c9b-82e9-b53d6a66ed44 0.453s 2023-04-20 10:39:59,326 80091 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-2dee85d2-b05d-4e6f-a557-f276b02e7525', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:39:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/6581eff8-8c21-4c9b-82e9-b53d6a66ed44'} Body: b'' {5} tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status [1.732870s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 287, in test_reset_group_snapshot_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:40:04,986 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/ee33660ffe534a689f40e42c260ed2aa/types 0.190s 2023-04-20 10:40:04,987 80091 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-1647551185"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-483228b6-d565-4e36-ab21-fa9bb0e9b612', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-483228b6-d565-4e36-ab21-fa9bb0e9b612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ee33660ffe534a689f40e42c260ed2aa/types'} Body: b'{"volume_type": {"id": "5a3ffb33-29c1-4f3a-ae71-c0ff7d3a9dcd", "name": "tempest-GroupSnapshotsV319Test-volume-type-1647551185", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 10:40:05,028 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/ee33660ffe534a689f40e42c260ed2aa/group_types 0.038s 2023-04-20 10:40:05,028 80091 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-592299331"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be3c3d59-b765-4993-98fe-24a325b1962d', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be3c3d59-b765-4993-98fe-24a325b1962d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ee33660ffe534a689f40e42c260ed2aa/group_types'} Body: b'{"group_type": {"id": "c0de0f8f-330c-4531-bdba-a9678d346612", "name": "tempest-GroupSnapshotsV319Test-group-type-592299331", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 10:40:05,201 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/groups 0.170s 2023-04-20 10:40:05,202 80091 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": "c0de0f8f-330c-4531-bdba-a9678d346612", "volume_types": ["5a3ffb33-29c1-4f3a-ae71-c0ff7d3a9dcd"], "name": "tempest-GroupSnapshotsV319Test-Group-1678244631"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c6a63d7-a6cf-433a-803b-02db0e09edce', 'content-length': '116', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c6a63d7-a6cf-433a-803b-02db0e09edce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/groups'} Body: b'{"group": {"id": "328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c", "name": "tempest-GroupSnapshotsV319Test-Group-1678244631"}}' 2023-04-20 10:40:05,237 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/groups/328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c 0.033s 2023-04-20 10:40:05,238 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5c62662-b408-4ba2-9db2-c02480f4cde7', 'content-length': '396', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5c62662-b408-4ba2-9db2-c02480f4cde7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/groups/328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c'} Body: b'{"group": {"id": "328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T10:40:05.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1678244631", "description": null, "group_type": "c0de0f8f-330c-4531-bdba-a9678d346612", "volume_types": ["5a3ffb33-29c1-4f3a-ae71-c0ff7d3a9dcd"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:40:06,272 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/groups/328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c 0.029s 2023-04-20 10:40:06,272 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f99b8cd-bcd7-4324-9de5-14c1d358ab1f', 'content-length': '393', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f99b8cd-bcd7-4324-9de5-14c1d358ab1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/groups/328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c'} Body: b'{"group": {"id": "328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T10:40:05.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1678244631", "description": null, "group_type": "c0de0f8f-330c-4531-bdba-a9678d346612", "volume_types": ["5a3ffb33-29c1-4f3a-ae71-c0ff7d3a9dcd"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:40:06,335 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/volumes/detail 0.058s 2023-04-20 10:40:06,335 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6505c76-1e27-4c11-b136-dc19f9919b6d', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6505c76-1e27-4c11-b136-dc19f9919b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 10:40:06,411 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/groups/328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c/action 0.066s 2023-04-20 10:40:06,411 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:06 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-5fdc0b7b-ffa7-46ae-b304-0ca1fcaa358e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/groups/328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c/action'} Body: b'' 2023-04-20 10:40:06,427 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/groups/328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c 0.015s 2023-04-20 10:40:06,427 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:06 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-f5b47902-b335-4c1a-b331-eb4e8fa4f558', 'x-openstack-request-id': 'req-f5b47902-b335-4c1a-b331-eb4e8fa4f558', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/groups/328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c could not be found."}}' 2023-04-20 10:40:06,456 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ee33660ffe534a689f40e42c260ed2aa/group_types/c0de0f8f-330c-4531-bdba-a9678d346612 0.028s 2023-04-20 10:40:06,456 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:06 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-65f1ab36-be20-456a-a3d7-1238d034eb14', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ee33660ffe534a689f40e42c260ed2aa/group_types/c0de0f8f-330c-4531-bdba-a9678d346612'} Body: b'' 2023-04-20 10:40:06,510 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ee33660ffe534a689f40e42c260ed2aa/types/5a3ffb33-29c1-4f3a-ae71-c0ff7d3a9dcd 0.053s 2023-04-20 10:40:06,510 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40: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-49f48bac-2750-4e14-b47c-ac4e05062b9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ee33660ffe534a689f40e42c260ed2aa/types/5a3ffb33-29c1-4f3a-ae71-c0ff7d3a9dcd'} Body: b'' 2023-04-20 10:40:06,527 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ee33660ffe534a689f40e42c260ed2aa/types/5a3ffb33-29c1-4f3a-ae71-c0ff7d3a9dcd 0.016s 2023-04-20 10:40:06,528 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-3046b833-4e7f-4805-bd59-13c01c11df79', 'x-openstack-request-id': 'req-3046b833-4e7f-4805-bd59-13c01c11df79', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ee33660ffe534a689f40e42c260ed2aa/types/5a3ffb33-29c1-4f3a-ae71-c0ff7d3a9dcd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5a3ffb33-29c1-4f3a-ae71-c0ff7d3a9dcd could not be found."}}' {5} setUpClass (tempest.api.volume.admin.test_volume_manage.VolumeManageAdminTest) ... SKIPPED: Manage volume tests are disabled {5} tempest.api.volume.admin.test_volume_retype.VolumeRetypeWithoutMigrationTest.test_available_volume_retype [1.637886s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_retype.py", line 203, in test_available_volume_retype src_vol = self.create_volume(volume_type=self.src_vol_type['name']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cd422edf-5cdb-4829-9196-54bc9d882e77 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:40:09,744 80091 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes 0.298s 2023-04-20 10:40:09,744 80091 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-1552524920"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7916354d-8c94-4389-817b-d19b16b75ebd', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7916354d-8c94-4389-817b-d19b16b75ebd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes'} Body: b'{"volume": {"id": "cd422edf-5cdb-4829-9196-54bc9d882e77", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:09.684722", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1552524920", "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/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77"}], "user_id": "6a8a6be78ad944acb00d6afcfc78b972", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:40:09,819 80091 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77 0.065s 2023-04-20 10:40:09,819 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b93629e-e7f9-495b-9aa5-5190af65c162', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b93629e-e7f9-495b-9aa5-5190af65c162', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77'} Body: b'{"volume": {"id": "cd422edf-5cdb-4829-9196-54bc9d882e77", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:10.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1552524920", "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/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77"}], "user_id": "6a8a6be78ad944acb00d6afcfc78b972", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fae15ca5cf0f4186b06d40841aafc85e"}}' 2023-04-20 10:40:10,879 80091 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d 882e77 0.044s 2023-04-20 10:40:10,879 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c97edda2-165f-4293-ab39-5fec1e791ea5', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c97edda2-165f-4293-ab39-5fec1e791ea5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77'} Body: b'{"volume": {"id": "cd422edf-5cdb-4829-9196-54bc9d882e77", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:10.000000", "updated_at": "2023-04-20T10:40:10.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1552524920", "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/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77"}], "user_id": "6a8a6be78ad944acb00d6afcfc78b972", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fae15ca5cf0f4186b06d40841aafc85e"}}' 2023-04-20 10:40:10,928 80091 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77 0.038s 2023-04-20 10:40:10,928 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-938d87d0-a571-4216-9819-a277ea33c581', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-938d87d0-a571-4216-9819-a277ea33c581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77'} Body: b'{"volume": {"id": "cd422edf-5cdb-4829-9196-54bc9d882e77", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:10.000000", "updated_at": "2023-04-20T10:40:10.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1552524920", "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/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77"}], "user_id": "6a8a6be78ad944acb00d6afcfc78b972", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fae15ca5cf0f4186b06d40841aafc85e"}}' 2023-04-20 10:40:11,059 80091 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77 0.120s 2023-04-20 10:40:11,059 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54d8e454-7e59-4f12-9fb7-792ecbf21cff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77'} Body: b'' 2023-04-20 10:40:11,082 80091 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77 0.022s 2023-04-20 10:40:11,082 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40: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-75b63bb1-41d3-41ec-b778-711f1d2daedc', 'x-openstack-request-id': 'req-75b63bb1-41d3-41ec-b778-711f1d2daedc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cd422edf-5cdb-4829-9196-54bc9d882e77 could not be found."}}' {5} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_spec_create_get_delete [0.166414s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_list [0.076500s] ... ok {5} tempest.api.volume.admin.test_volume_types_extra_specs.VolumeTypesExtraSpecsTest.test_volume_type_extra_specs_update [0.256661s] ... ok {5} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple [2.443696s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 104, in test_create_from_image_multiple self._wait_for_multiple_resources( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 218, in _wait_for_multiple_resources callback(resource_id=r, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0c71be17-dd0c-4d25-a061-91e9e3d895f8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:40:17,344 80091 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes 0.431s 2023-04-20 10:40:17,344 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-449919059"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0487866-949d-44b8-9c83-5a6c744911f1', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0487866-949d-44b8-9c83-5a6c744911f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes'} Body: b'{"volume": {"id": "0c71be17-dd0c-4d25-a061-91e9e3d895f8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:17.286020", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-449919059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/0c71be17-dd0c-4d25-a061-91e9e3d895f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5b45e0f5d0fb433dbf86b969122c255c/volumes/0c71be17-dd0c-4d25-a061-91e9e3d895f8"}], "user_id": "8fffa6af1658475fa016865d02835c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:40:17,539 80091 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes 0.185s 2023-04-20 10:40:17,539 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-352612511"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c7e50d6-726e-4ea2-b25d-ea51eda1de5d', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c7e50d6-726e-4ea2-b25d-ea51eda1de5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes'} Body: b'{"volume": {"id": "9ed67628-6825-45fc-a976-2d87ae5c182d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:17.479787", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-352612511", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/9ed67628-6825-45fc-a976-2d87ae5c182d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5b45e0f5d0fb433dbf86b969122c255c/volumes/9ed67628-6825-45fc-a976-2d87ae5c182d"}], "user_id": "8fffa6af1658475fa016865d02835c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:40:17,831 80091 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes 0.283s 2023-04-20 10:40:17,832 80091 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-2139576725"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a13f2faa-b0ee-4b13-a633-c761b43d7264', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a13f2faa-b0ee-4b13-a633-c761b43d7264', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes'} Body: b'{"volume": {"id": "721df202-b2f1-4d63-a293-b7754fdb5b91", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:17.747089", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-2139576725", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/721df202-b2f1-4d63-a293-b7754fdb5b91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5b45e0f5d0fb433dbf86b969122c255c/volumes/721df202-b2f1-4d63-a293-b7754fdb5b91"}], "user_id": "8fffa6af1658475fa016865d02835c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:40:18,025 80091 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes 0.182s 2023-04-20 10:40:18,025 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-713376406"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d8ae50b-3f79-4493-9395-4051e444f359', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d8ae50b-3f79-4493-9395-4051e444f359', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes'} Body: b'{"volume": {"id": "3b5777dc-e525-4565-82f3-954c568c688f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:17.966962", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-713376406", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/3b5777dc-e525-4565-82f3-954c568c688f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5b45e0f5d0fb433dbf86b969122c255c/volumes/3b5777dc-e525-4565-82f3-954c568c688f"}], "user_id": "8fffa6af1658475fa016865d02835c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:40:18,215 80091 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes 0.181s 2023-04-20 10:40:18,216 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "size": 1, "name": "tempest-CreateVolumes FromImageTest-Volume-486379555"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0aee5a5c-68fd-404f-a076-334b5af297ac', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0aee5a5c-68fd-404f-a076-334b5af297ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes'} Body: b'{"volume": {"id": "85b64bca-629c-4b9d-b4f9-30a61089f7f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:18.150935", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-486379555", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/85b64bca-629c-4b9d-b4f9-30a61089f7f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5b45e0f5d0fb433dbf86b969122c255c/volumes/85b64bca-629c-4b9d-b4f9-30a61089f7f5"}], "user_id": "8fffa6af1658475fa016865d02835c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:40:18,286 80091 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/0c71be17-dd0c-4d25-a061-91e9e3d895f8 0.061s 2023-04-20 10:40:18,286 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a339ce5-56b2-4d73-88fc-925b7d702543', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a339ce5-56b2-4d73-88fc-925b7d702543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/0c71be17-dd0c-4d25-a061-91e9e3d895f8'} Body: b'{"volume": {"id": "0c71be17-dd0c-4d25-a061-91e9e3d895f8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:17.000000", "updated_at": "2023-04-20T10:40:17.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-449919059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/0c71be17-dd0c-4d25-a061-91e9e3d895f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5b45e0f5d0fb433dbf86b969122c255c/volumes/0c71be17-dd0c-4d25-a061-91e9e3d895f8"}], "user_id": "8fffa6af1658475fa016865d02835c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5b45e0f5d0fb433dbf86b969122c255c"}}' 2023-04-20 10:40:19,344 80091 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/0c71be17-dd0c-4d25-a061-91e9e3d895f8 0.047s 2023-04-20 10:40:19,345 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c31b3e1b-6d01-41b4-bab8-f58fc14d4e83', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x- openstack-request-id': 'req-c31b3e1b-6d01-41b4-bab8-f58fc14d4e83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/0c71be17-dd0c-4d25-a061-91e9e3d895f8'} Body: b'{"volume": {"id": "0c71be17-dd0c-4d25-a061-91e9e3d895f8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:17.000000", "updated_at": "2023-04-20T10:40:17.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-449919059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/0c71be17-dd0c-4d25-a061-91e9e3d895f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5b45e0f5d0fb433dbf86b969122c255c/volumes/0c71be17-dd0c-4d25-a061-91e9e3d895f8"}], "user_id": "8fffa6af1658475fa016865d02835c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5b45e0f5d0fb433dbf86b969122c255c"}}' {9} tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario [166.916492s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 116, in test_minimum_basic_scenario volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a1f54fd9-6f15-4524-a9c6-bef7867dba8c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:37:39,789 80099 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-20 10:37:40,454 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.664s 2023-04-20 10:37:40,455 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--689445022", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-2c62ebd1-3c7d-49bc-9890-b7aff2fedecb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--689445022", "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": "3e5913ed7eb944ddae4b38e1d746e7b9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "69262355-7a22-44a5-8ebf-cd108cd9fd5c", "created_at": "2023-04-20T10:37:40Z", "updated_at": "2023-04-20T10:37:40Z", "tags": [], "self": "/v2/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c", "file": "/v2/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:37:41,807 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c/file 1.352s 2023-04-20 10:37:41,808 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-8abefae2-5768-4336-9dd9-21a5482887ed', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c/file'} Body: b'' 2023-04-20 10:37:41,808 80099 DEBUG [tempest.scenario.manager] image:69262355-7a22-44a5-8ebf-cd108cd9fd5c 2023-04-20 10:37:41,866 80099 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.056s 2023-04-20 10:37:41,867 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-956051906", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO6n0xssgLNJ9YwnQ9V93NcaNq9fsgPjdGXY0hrReturf7mL9Oi05p0B44KoX3tqIuN1tQo+iN1yrvDbet7dn3Flu5MucjF+Z3ihqA8dypjS6Ft9XWhbqbaTjqdOQGkwAw=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dedf3ee2-d776-427c-8c94-96bee46e0b09', 'x-compute-request-id': 'req-dedf3ee2-d776-427c-8c94-96bee46e0b09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-956051 906", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO6n0xssgLNJ9YwnQ9V93NcaNq9fsgPjdGXY0hrReturf7mL9Oi05p0B44KoX3tqIuN1tQo+iN1yrvDbet7dn3Flu5MucjF+Z3ihqA8dypjS6Ft9XWhbqbaTjqdOQGkwAw==", "fingerprint": "67:e0:5e:7c:3c:a2:db:89:f1:54:ef:36:67:1a:58:7c", "user_id": "878178b690704d048c37c79d596e953b"}}' 2023-04-20 10:37:41,995 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.033s 2023-04-20 10:37:41,996 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:41 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-606dc645-c63f-4faa-ae16-e059aba2a0f7', '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": "878178b690704d048c37c79d596e953b", "name": "tempest-TestMinimumBasicScenario-244367270-project-member", "password_expires_at": null}, "audit_ids": ["d8ya6O5YQHeD2DB43ZAhTA"], "expires_at": "2023-04-20T11:37:41.000000Z", "issued_at": "2023-04-20T10:37:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e5913ed7eb944ddae4b38e1d746e7b9", "name": "tempest-TestMinimumBasicScenario-244367270"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3e5913ed7eb944ddae4b38e1d746e7b9", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:37:41,996 80099 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {' id': '0ebbf38f-49de-48cb-ab19-2af234cb93fc', 'name': 'tempest-TestMinimumBasicScenario-649679020-network', 'tenant_id': '3e5913ed7eb944ddae4b38e1d746e7b9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3e5913ed7eb944ddae4b38e1d746e7b9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 40342, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:34:41Z', 'updated_at': '2023-04-20T10:34:41Z', 'revision_number': 1} available for tenant 2023-04-20 10:37:42,588 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.591s 2023-04-20 10:37:42,588 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1705189616", "imageRef": "69262355-7a22-44a5-8ebf-cd108cd9fd5c", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-956051906", "networks": [{"uuid": "0ebbf38f-49de-48cb-ab19-2af234cb93fc"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e5dd0f9-febb-4069-be8c-4f34968dd8f6', 'x-compute-request-id': 'req-7e5dd0f9-febb-4069-be8c-4f34968dd8f6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a8d3f0e1-b178-4197-b40a-8ebb2548432d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "xkH5mCxp4bWM"}}' 2023-04-20 10:37:42,664 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d 0.072s 2023-04-20 10:37:42,665 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1929a50a-75ae-480d-ad43-eae0ef2ca053', 'x-compute-request-id': 'req-1929a50a-75ae-480d-ad43-eae0ef2ca053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d'} Body: b'{"server": {"id": "a8d3f0e1-b178-4197-b40a-8ebb2548432d", "name": "tempest-TestMinimumBasicScenario-server-1705189616", "status": "BUILD", "tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9", "user_id": "878178b690704d048c37c79d596e953b", "metadata": {}, "hostId": "", "image": {"id": "69262355-7a22-44a5-8ebf-cd108cd9fd5c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:37:43Z", "updated": "2023-04-20T10:37:42Z", "addresses": {}, "access IPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-956051906", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:38:33,513 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d 0.794s 2023-04-20 10:38:33,513 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:38:32 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-92313b55-2f7a-4c70-a32d-db67fde783b2', 'x-compute-request-id': 'req-92313b55-2f7a-4c70-a32d-db67fde783b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d'} Body: b'{"server": {"id": "a8d3f0e1-b178-4197-b40a-8ebb2548432d", "name": "tempest-TestMinimumBasicScenario-server-1705189616", "status": "ACTIVE", "tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9", "user_id": "878178b690704d048c37c79d596e953b", "metadata": {}, "hostId": "d90f591735ecc37c5aae4c5c882f174042c24adae35035d25b74562b", "image": {"id": "69262355-7a22-44a5-8ebf-cd108cd9fd5c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:37:42Z", "updated": "2023-04-20T10:37:49Z", "addresses": {"tempest-TestMinimumBasicScenario-649679020-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:6a:4f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-956051906", "OS-SRV-USG:launched_at": "2023-04-20T10:37:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:38:33,529 80099 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 10:39:33,874 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d 0.285s 2023-04-20 10:39:33,875 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:33 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 -80aede82-9f82-45a1-a46a-9e96f9344e1d', 'x-compute-request-id': 'req-80aede82-9f82-45a1-a46a-9e96f9344e1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d'} Body: b'{"server": {"id": "a8d3f0e1-b178-4197-b40a-8ebb2548432d", "name": "tempest-TestMinimumBasicScenario-server-1705189616", "status": "ACTIVE", "tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9", "user_id": "878178b690704d048c37c79d596e953b", "metadata": {}, "hostId": "d90f591735ecc37c5aae4c5c882f174042c24adae35035d25b74562b", "image": {"id": "69262355-7a22-44a5-8ebf-cd108cd9fd5c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:37:42Z", "updated": "2023-04-20T10:37:49Z", "addresses": {"tempest-TestMinimumBasicScenario-649679020-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:6a:4f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-956051906", "OS-SRV-USG:launched_at": "2023-04-20T10:37:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:39:34,141 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.253s 2023-04-20 10:39:34,142 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:33 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-a2b3b885-fcbe-4849-9892-bc40ce0a6795', 'x-compute-request-id': 'req-a2b3b885-fcbe-4849-9892-bc40ce0a6795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "a8d3f0e1-b178-4197-b40a-8ebb2548432d", "name": "tempest-TestMinimumBasicScenario-server-1705189616", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}]}]}' 2023-04-20 10:39:34,297 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d 0.151s 2023-04-20 10:39:34,297 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:34 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-4ecb7e01-1e52-4df1-b4cc-a6c54feee4d1', 'x-compute-request-id': 'req-4ecb7e01-1e52-4df1-b4cc-a6c54feee4d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b4 0a-8ebb2548432d'} Body: b'{"server": {"id": "a8d3f0e1-b178-4197-b40a-8ebb2548432d", "name": "tempest-TestMinimumBasicScenario-server-1705189616", "status": "ACTIVE", "tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9", "user_id": "878178b690704d048c37c79d596e953b", "metadata": {}, "hostId": "d90f591735ecc37c5aae4c5c882f174042c24adae35035d25b74562b", "image": {"id": "69262355-7a22-44a5-8ebf-cd108cd9fd5c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:37:42Z", "updated": "2023-04-20T10:37:49Z", "addresses": {"tempest-TestMinimumBasicScenario-649679020-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:6a:4f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-956051906", "OS-SRV-USG:launched_at": "2023-04-20T10:37:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:39:34,491 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes 0.181s 2023-04-20 10:39:34,491 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1077526175", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0073bbe1-bb3a-42de-8a31-c655c3002020', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0073bbe1-bb3a-42de-8a31-c655c3002020', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes'} Body: b'{"volume": {"id": "a1f54fd9-6f15-4524-a9c6-bef7867dba8c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:39:34.431688", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1077526175", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c"}], "user_id": "878178b690704d048c37c79d596e953b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:39:34,548 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c 0.038s 2023-04-20 10:39:34,548 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute- request-id': 'req-3917745f-82cf-428c-a0ff-97d84c0b22eb', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3917745f-82cf-428c-a0ff-97d84c0b22eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c'} Body: b'{"volume": {"id": "a1f54fd9-6f15-4524-a9c6-bef7867dba8c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:39:34.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1077526175", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c"}], "user_id": "878178b690704d048c37c79d596e953b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9"}}' 2023-04-20 10:39:35,606 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c 0.045s 2023-04-20 10:39:35,606 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b053c18-30e1-4658-8393-a8a69a3f9081', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b053c18-30e1-4658-8393-a8a69a3f9081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c'} Body: b'{"volume": {"id": "a1f54fd9-6f15-4524-a9c6-bef7867dba8c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:39:34.000000", "updated_at": "2023-04-20T10:39:35.000000", "name": "tempest-TestMinimumBasicScenario-volume-1077526175", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c"}], "user_id": "878178b690704d048c37c79d596e953b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9"}}' 2023-04-20 10:39:35,718 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c 0.101s 2023-04-20 10:39:35,719 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b89df82-3d32-46ab-83f1-d2dc649b58e8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e5913ed7 eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c'} Body: b'' 2023-04-20 10:39:35,739 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c 0.020s 2023-04-20 10:39:35,739 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39: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-f5be7434-c987-4de8-a0ab-7c338a34649b', 'x-openstack-request-id': 'req-f5be7434-c987-4de8-a0ab-7c338a34649b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a1f54fd9-6f15-4524-a9c6-bef7867dba8c could not be found."}}' 2023-04-20 10:39:35,853 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d 0.113s 2023-04-20 10:39:35,854 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:35 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-78db93a4-bbc3-416f-982a-b0a8b1d2b358', 'x-compute-request-id': 'req-78db93a4-bbc3-416f-982a-b0a8b1d2b358', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d'} Body: b'' 2023-04-20 10:39:36,273 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d 0.419s 2023-04-20 10:39:36,274 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:35 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-0e5f2710-9d4a-4c50-bcc6-4166743e50c8', 'x-compute-request-id': 'req-0e5f2710-9d4a-4c50-bcc6-4166743e50c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d'} Body: b'{"server": {"id": "a8d3f0e1-b178-4197-b40a-8ebb2548432d", "name": "tempest-TestMinimumBasicScenario-server-1705189616", "status": "ACTIVE", "tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9", "user_id": "878178b690704d048c37c79d596e953b", "metadata": {}, "hostId": "d90f591735ecc37c5aae4c5c882f174042c24adae35035d25b74562b", "image": {"id": "69262355-7a22-44a5-8ebf-cd108cd9fd5c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:37:42Z", "updated": "2023-04-20T10:39:36Z", "addresses": {"tempest-TestMinimumBasicScenario-649679020-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:6a:4f"}]}, "accessIPv4": "", "accessIP v6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-956051906", "OS-SRV-USG:launched_at": "2023-04-20T10:37:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:40:26,579 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d 0.244s 2023-04-20 10:40:26,579 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-b0f589ab-e44e-406a-a1b2-fd7090f4bccc', 'x-compute-request-id': 'req-b0f589ab-e44e-406a-a1b2-fd7090f4bccc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a8d3f0e1-b178-4197-b40a-8ebb2548432d could not be found."}}' 2023-04-20 10:40:26,606 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-956051906 0.026s 2023-04-20 10:40:26,607 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fea6c00c-5569-4b7a-8086-6e0aeba352ce', 'x-compute-request-id': 'req-fea6c00c-5569-4b7a-8086-6e0aeba352ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-956051906'} Body: b'' 2023-04-20 10:40:26,704 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c 0.096s 2023-04-20 10:40:26,704 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-dd10794b-d243-4cc3-85c2-c3c4ed857271', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c'} Body: b'' {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server [166.949969s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 269, in test_attach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f3bb23b4-a890-4094-8c69-9fe13695dcbf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:38:29,068 80083 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 10:38:29,068 80083 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 10:38:29,187 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.113s 2023-04-20 10:38:29,187 80083 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-890693079", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLhpymhd3yO1Et+0eGAwsr/GXx7RZVrMrGei6a2cvPWCyKtNLDS8f5siOp4rn0Q/jHWAzkxE2ACk5TYmPElXFB6TEwAmLrBWzrznzaospNaBLAUvu71t3e1gkhL61SXmbQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:38:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e64ecac4-64b2-4dd2-a158-01420888d0a9', 'x-compute-request-id': 'req-e64ecac4-64b2-4dd2-a158-01420888d0a9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-890693079", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLhpymhd3yO1Et+0eGAwsr/GXx7RZVrMrGei6a2cvPWCyKtNLDS8f5siOp4rn0Q/jHWAzkxE2ACk5TYmPElXFB6TEwAmLrBWzrznzaospNaBLAUvu71t3e1gkhL61SXmbQ==", "fingerprint": "e5:8e:23:5b:1b:27:f6:ca:b0:41:5a:44:fb:48:44:5e", "user_id": "0a931240713e465197b96fa84574ba23"}}' 2023-04-20 10:38:29,190 80083 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-890693079 created 2023-04-20 10:38:29,349 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.158s 2023-04-20 10:38:29,349 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--777076686", "description": "tempest-description--1205664836"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-632a47a3-3b15-440a-b9c4-6bd0a6bff8a5', 'date': 'Thu, 20 Apr 2023 10:38:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0a403329-bc61-443f-a5d0-717cfaadc7da", "name": "tempest-securitygroup--777076686", "stateful": true, "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "description": "tempest-description--1205664836", "shared": false, "security_group_rules": [{"id": "d2f92154-5cb6-44d5-8b48-c9a7b41f7cd3", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "security_group_id": "0a403329-bc61-443f-a5d0-717cfaadc7da", "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": 911, "description": null, "tags": [], "created_at": "2023-04-20T10:38:29Z", "updated_at": "2023-04-20T10:38:29Z", "revision_number": 0, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}, {"id": "d9a9bac7-c499-48f2-bc8d-ce12b65686ed", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "security_group_id": "0a403329-bc61-443f-a5d0-717cfaadc7da", "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, "description": null, "tags": [], "created_at": "2023-04-20T10:38:29Z", "updated_at": "2023-04-20T10:38:29Z", "revision_number": 0, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}], "tags": [], "created_at": "2023-04-20T10:38:29Z", "updated_at": "2023-04-20T10:38:29Z", "revision_number": 1, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:38:29,511 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.161s 2023-04-20 10:38:29,511 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0a403329-bc61-443f-a5d0-717cfaadc7da", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-3c980a32-81f9-499b-92fd-c95dc1128fea', 'date': 'Thu, 20 Apr 2023 10:38:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "93c1e8ef-d2f8-4815-a5b0-0ac5c9e1682f", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "security_group_id": "0a403329-bc61-443f-a5d0-717cfaadc7da", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:38:29Z", "updated_at": "2023-04-20T10:38:29Z", "revision_number": 0, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:38:29,667 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.155s 2023-04-20 10:38:29,668 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0a403329-bc61-443f-a5d0-717cfaadc7da", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e7b7d3a0-4399-4a8f-9f84-06bda3be783c', 'date': 'Thu, 20 Apr 2023 10:38:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1c3c6a7c-a496-445d-9059-9ad33b229032", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "security_group_id": "0a403329-bc61-443f-a5d0-717cfaadc7da", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:38:29Z", "updated_at": "2023-04-20T10:38:29Z", "revision_number": 0, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:38:29,668 80083 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--777076686 created 2023-04-20 10:38:30,784 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.115s 2023-04-20 10:38:30,785 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e"}} Response - Headers: {'content- type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-efe21a9d-ea1b-40ec-bf33-9937fac82eba', 'date': 'Thu, 20 Apr 2023 10:38:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1a83c306-b9fe-4a9f-a668-fa1a4e4766dd", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "floating_ip_address": "172.24.4.245", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:38:30Z", "updated_at": "2023-04-20T10:38:30Z", "revision_number": 0}}' 2023-04-20 10:38:30,785 80083 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1a83c306-b9fe-4a9f-a668-fa1a4e4766dd', 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'floating_ip_address': '172.24.4.245', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:38:30Z', 'updated_at': '2023-04-20T10:38:30Z', 'revision_number': 0, 'ip': '172.24.4.245'} created 2023-04-20 10:38:30,829 80083 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 2023-04-20 10:38:30,830 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:38:30 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-0c3821b9-a589-4c40-8f3d-5d773989ec9a', '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": "0a931240713e465197b96fa84574ba23", "name": "tempest-AttachVolumeShelveTestJSON-1878611374-project-member", "password_expires_at": null}, "audit_ids": ["ngRfPUeURdWB_4gO7MK1dQ"], "expires_at": "2023-04-20T11:38:30.000000Z", "issued_at": "2023-04-20T10:38:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb2d81481a7d4ec1b28e5377055b3ed7", "name": "tempest-AttachVolumeShelveTestJSON-1878611374"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cb2d81481a7d4ec1b28e5377055b3ed7", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "plac ement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:38:30,830 80083 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'e38408cb-95b3-47d6-8d3c-32650adda382', 'name': 'tempest-AttachVolumeShelveTestJSON-1326937209-network', 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30891, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:38:23Z', 'updated_at': '2023-04-20T10:38:23Z', 'revision_number': 1} available for tenant 2023-04-20 10:38:30,831 80083 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-890693079', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLhpymhd3yO1Et+0eGAwsr/GXx7RZVrMrGei6a2cvPWCyKtNLDS8f5siOp4rn0Q/jHWAzkxE2ACk5TYmPElXFB6TEwAmLrBWzrznzaospNaBLAUvu71t3e1gkhL61SXmbQ==', 'fingerprint': 'e5:8e:23:5b:1b:27:f6:ca:b0:41:5a:44:fb:48:44:5e', 'user_id': '0a931240713e465197b96fa84574ba23', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA8u+FfSLdV4bKTb7AFvCNYbMN3fo3O/ksXZzDd7bmtEz//zRNQP+cG\nOD9YbxrcBoCgBwYFK4EEACKhZANiAAS4acpoXd8jtRLftHhgMLK/xl8e0WVazKxn\noumtnLz1gsirTSw0vH+bIjqeK59EP4x1gM5MRNgApOU2JjxJVxQekxMAJi6wVs68\n582qLKTWgSwFL7u9bd3tYJIS+tUl5m0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0a403329-bc61-443f-a5d0-717cfaadc7da', 'name': 'tempest-securitygroup--777076686', 'stateful': True, 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'description': 'tempest-description--1205664836', 'shared': False, 'security_group_rules': [{'id': 'd2f92154-5cb6-44d5-8b48-c9a7b41f7cd3', 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'security_group_id': '0a403329-bc61-443f-a5d0-717cfaadc7da', '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': 911, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:38:29Z', 'updated_at': '2023-04-20T10:38:29Z', 'revision_number': 0, 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7'}, {'id': 'd9a9bac7-c499-48f2-bc8d-ce12b65686ed', 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'security_group_id': '0a403329-bc61-443f-a5d0-717cfaadc7da', '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, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:38:29Z', 'updated_at': '2023- 04-20T10:38:29Z', 'revision_number': 0, 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7'}], 'tags': [], 'created_at': '2023-04-20T10:38:29Z', 'updated_at': '2023-04-20T10:38:29Z', 'revision_number': 1, 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7'}, 'floating_ip': {'id': '1a83c306-b9fe-4a9f-a668-fa1a4e4766dd', 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'floating_ip_address': '172.24.4.245', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:38:30Z', 'updated_at': '2023-04-20T10:38:30Z', 'revision_number': 0, 'ip': '172.24.4.245'}} 2023-04-20 10:38:31,481 80083 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.649s 2023-04-20 10:38:31,482 80083 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-320923773", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "e38408cb-95b3-47d6-8d3c-32650adda382"}], "security_groups": [{"name": "tempest-securitygroup--777076686"}], "key_name": "tempest-keypair-890693079", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:38:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79', '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-24fe6e8c-b229-4c7a-98b4-1f89d46c1c5e', 'x-compute-request-id': 'req-24fe6e8c-b229-4c7a-98b4-1f89d46c1c5e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e1e6c1fe-e5bb-496f-90e8-c77962132b79", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--777076686"}], "adminPass": "password"}}' 2023-04-20 10:38:31,565 80083 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/e1e6c1fe-e5bb-496f-90e8-c77962132b79 0.080s 2023-04-20 10:38:31,566 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:38:31 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-e02b258f-1959-4705-8117-b2e2a87a42b0', 'x-compute-request-id': 'req-e02b258f-1959-4705-8117-b2e2a87a42b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79'} Body: b'{"server": {"id": "e1e6c1fe-e5bb-496f-90e8-c77962132b79", "name": "tempest-AttachVolumeShelveTestJSON-server-320923773", "status": "BUILD", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "user_id": "0a931 240713e465197b96fa84574ba23", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:38:31Z", "updated": "2023-04-20T10:38:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-890693079", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 10:39:21,901 80083 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/e1e6c1fe-e5bb-496f-90e8-c77962132b79 0.271s 2023-04-20 10:39:21,902 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:21 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-5b34e172-085a-4cc4-b0ce-42397d269fc4', 'x-compute-request-id': 'req-5b34e172-085a-4cc4-b0ce-42397d269fc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79'} Body: b'{"server": {"id": "e1e6c1fe-e5bb-496f-90e8-c77962132b79", "name": "tempest-AttachVolumeShelveTestJSON-server-320923773", "status": "ACTIVE", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "user_id": "0a931240713e465197b96fa84574ba23", "metadata": {}, "hostId": "82508168199318ac2ab2e216b36a8eb909798be5cae4aca3be497325", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:38:31Z", "updated": "2023-04-20T10:38:38Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1326937209-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:13:6a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-890693079", "OS-SRV-USG:launched_at": "2023-04-20T10:38:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--777076686"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 10:39:21,915 80083 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:40:22,164 80083 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/e1e6c1 fe-e5bb-496f-90e8-c77962132b79/os-interface 0.188s 2023-04-20 10:40:22,164 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:21 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-ddcf976c-3f1f-4cff-9c68-e02dd74311cd', 'x-compute-request-id': 'req-ddcf976c-3f1f-4cff-9c68-e02dd74311cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e38408cb-95b3-47d6-8d3c-32650adda382", "port_id": "3a540308-3038-45f9-89b1-b7039742888b", "mac_addr": "fa:16:3e:82:13:6a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "530904f7-fadd-4012-b512-0f3c3d2eb585", "ip_address": "10.0.0.4"}]}]}' 2023-04-20 10:40:22,978 80083 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/1a83c306-b9fe-4a9f-a668-fa1a4e4766dd 0.809s 2023-04-20 10:40:22,978 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "3a540308-3038-45f9-89b1-b7039742888b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-cf84ff02-6872-4e06-a60f-9961f8d7bd96', 'date': 'Thu, 20 Apr 2023 10:40:22 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1a83c306-b9fe-4a9f-a668-fa1a4e4766dd'} Body: b'{"floatingip": {"id": "1a83c306-b9fe-4a9f-a668-fa1a4e4766dd", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "floating_ip_address": "172.24.4.245", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": "139ece78-4138-4815-84ee-dabcd8bf88df", "port_id": "3a540308-3038-45f9-89b1-b7039742888b", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e38408cb-95b3-47d6-8d3c-32650adda382", "mac_address": "fa:16:3e:82:13:6a", "admin_state_up": true, "status": "ACTIVE", "device_id": "e1e6c1fe-e5bb-496f-90e8-c77962132b79", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:38:30Z", "updated_at": "2023-04-20T10:40:22Z", "revision_number": 1, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:40:22,982 80083 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.245:22' as 'cirros' with public key authentication 2023-04-20 10:40:23,021 80083 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:40:23,057 80083 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:40:23,058 80083 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.245 successfully created 2023-04-20 10:40:23,125 80083 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/e1e6c1fe-e5bb-496f-90e8-c77962132b79/ips 0.066s 2023-04-20 10:40:23,126 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:23 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-72d004ad-7894-4cea-ad3c-55c7eb84aeeb', 'x-compute-request-id': 'req-72d004ad-7894-4cea-ad3c-55c7eb84aeeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1326937209-network": [{"version": 4, "addr": "10.0.0.4"}]}}' 2023-04-20 10:40:23,379 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes 0.249s 2023-04-20 10:40:23,379 80083 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-619171316"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f0c35b7-ae8f-4289-b048-7ee30eb98354', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f0c35b7-ae8f-4289-b048-7ee30eb98354', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes'} Body: b'{"volume": {"id": "f3bb23b4-a890-4094-8c69-9fe13695dcbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:23.312836", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-619171316", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/f3bb23b4-a890-4094-8c69-9fe13695dcbf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/f3bb23b4-a890-4094-8c69-9fe13695dcbf"}], "user_id": "0a931240713e465197b96fa84574ba23", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:40:23,434 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/f3bb23b4-a890-4094-8c69-9fe13695dcbf 0.045s 2023-04-20 10:40:23,434 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b32edf3f-c25b-4905-bdbf-1f9c1e79dd9f', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b32edf3f-c25b-4905-bdbf-1f9c1e79dd9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/f3bb23b4-a890-4094-8c69-9fe13695dcbf'} Body: b'{"volume": {"id": "f3bb23b4-a890-4094-8c69-9fe13695dcbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:23.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-619171316", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/f3bb23b4-a890-4094-8c69-9fe13695dcbf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/f3bb23b4-a890-4094-8c69-9fe13695dcbf"}], "user_id": "0a931240713e 465197b96fa84574ba23", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:40:24,492 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/f3bb23b4-a890-4094-8c69-9fe13695dcbf 0.046s 2023-04-20 10:40:24,493 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-119ac509-7ab7-4a77-90c9-24a9aa7b3270', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-119ac509-7ab7-4a77-90c9-24a9aa7b3270', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/f3bb23b4-a890-4094-8c69-9fe13695dcbf'} Body: b'{"volume": {"id": "f3bb23b4-a890-4094-8c69-9fe13695dcbf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:23.000000", "updated_at": "2023-04-20T10:40:23.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-619171316", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/f3bb23b4-a890-4094-8c69-9fe13695dcbf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/f3bb23b4-a890-4094-8c69-9fe13695dcbf"}], "user_id": "0a931240713e465197b96fa84574ba23", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:40:24,637 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79 0.131s 2023-04-20 10:40:24,638 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:24 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-355e8166-fc8a-4e20-bb5d-fb16b0278a13', 'x-compute-request-id': 'req-355e8166-fc8a-4e20-bb5d-fb16b0278a13', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79'} Body: b'' 2023-04-20 10:40:25,269 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79 0.630s 2023-04-20 10:40:25,269 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa30291c-9f81-44df-9c6c-8f07233d9967', 'x-compute-request-id': 'req-fa3 0291c-9f81-44df-9c6c-8f07233d9967', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79'} Body: b'{"server": {"id": "e1e6c1fe-e5bb-496f-90e8-c77962132b79", "name": "tempest-AttachVolumeShelveTestJSON-server-320923773", "status": "ACTIVE", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "user_id": "0a931240713e465197b96fa84574ba23", "metadata": {}, "hostId": "82508168199318ac2ab2e216b36a8eb909798be5cae4aca3be497325", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:38:31Z", "updated": "2023-04-20T10:40:25Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1326937209-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:13:6a"}, {"version": 4, "addr": "172.24.4.245", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:13:6a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-890693079", "OS-SRV-USG:launched_at": "2023-04-20T10:38:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--777076686"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 10:41:15,370 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79 0.037s 2023-04-20 10:41:15,370 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:41:15 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-3bd52610-f73a-4c9d-a5fa-cf29624e94e1', 'x-compute-request-id': 'req-3bd52610-f73a-4c9d-a5fa-cf29624e94e1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e1e6c1fe-e5bb-496f-90e8-c77962132b79 could not be found."}}' 2023-04-20 10:41:15,401 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-890693079 0.030s 2023-04-20 10:41:15,402 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:41:15 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-a0b1d6f2-e34d-430e-8ff9-9d56d5e0f569', 'x-compute-request-id': 'req-a0b1d6f2-e34d-430e-8ff9-9d56d5e0f569', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-890693079 '} Body: b'' 2023-04-20 10:41:15,545 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/0a403329-bc61-443f-a5d0-717cfaadc7da 0.143s 2023-04-20 10:41:15,545 80083 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-e427e296-1738-483b-b9c5-9905584c9a85', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:41:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0a403329-bc61-443f-a5d0-717cfaadc7da'} Body: b'' 2023-04-20 10:41:15,562 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/0a403329-bc61-443f-a5d0-717cfaadc7da 0.016s 2023-04-20 10:41:15,563 80083 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-78df1965-a64a-405e-8674-8f2e10677898', 'date': 'Thu, 20 Apr 2023 10:41:15 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0a403329-bc61-443f-a5d0-717cfaadc7da'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0a403329-bc61-443f-a5d0-717cfaadc7da does not exist", "detail": ""}}' 2023-04-20 10:41:16,014 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/1a83c306-b9fe-4a9f-a668-fa1a4e4766dd 0.451s 2023-04-20 10:41:16,015 80083 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-c9bc3362-1845-4ad6-be31-366c52b67fd9', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:41:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1a83c306-b9fe-4a9f-a668-fa1a4e4766dd'} Body: b'' {3} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume [229.473566s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 286, in test_stable_device_rescue_bfv_blank_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 334, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 317, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 3d5b6824-153d-43ab-b274-38d733da2664 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-20T10:41:26Z', 'message': 'Build of instance 3d5b6824-153d-43ab-b274-38d733da2664 aborted: Volume a7649a67-45bb-48f9-a19c-57fc0cd1a24b did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-ee821388-a4c2-4c00-a9d3-5a2958a81b94. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:38:23,422 80087 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.037s 2023-04-20 10:38:23,422 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:38:23 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-b5469880-f73c-4c95-a8a5-5c9048d2309c', '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": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "password_expires_at": null}, "audit_ids": ["V2nYA39RR32kC9bh53PbtA"], "expires_at": "2023-04-20T11:38:23.000000Z", "issued_at": "2023-04-20T10:38:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bcb8e3930844068bd2b496914a4d764", "name": "tempest-ServerBootFromVolumeStableRescueTest-134694710"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:38:23,423 80087 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '48558ac2-005d-42a1-a003-2662a04d6946', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-838813002-network', 'tenant_id': '5bcb8e3930844068bd2b496914a4d764', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project _id': '5bcb8e3930844068bd2b496914a4d764', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10195, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:38:17Z', 'updated_at': '2023-04-20T10:38:17Z', 'revision_number': 1} available for tenant 2023-04-20 10:38:24,088 80087 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.664s 2023-04-20 10:38:24,088 80087 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-307242091", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "networks": [{"uuid": "48558ac2-005d-42a1-a003-2662a04d6946"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:38:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/4277833d-7119-4772-ba6d-dfa7368a652b', '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-39bdd54c-be93-4f24-9920-b1bc617af088', 'x-compute-request-id': 'req-39bdd54c-be93-4f24-9920-b1bc617af088', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4277833d-7119-4772-ba6d-dfa7368a652b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4277833d-7119-4772-ba6d-dfa7368a652b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4277833d-7119-4772-ba6d-dfa7368a652b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "FsQpN9XX9RWv"}}' 2023-04-20 10:38:24,176 80087 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/4277833d-7119-4772-ba6d-dfa7368a652b 0.084s 2023-04-20 10:38:24,176 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:38:24 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-9774485a-efb9-493c-bada-62428f822b61', 'x-compute-request-id': 'req-9774485a-efb9-493c-bada-62428f822b61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4277833d-7119-4772-ba6d-dfa7368a652b'} Body: b'{"server": {"id": "4277833d-7119-4772-ba6d-dfa7368a652b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-307242091", "status": "BUILD", "tenant_id": "5bcb8e3930844068bd2b496914a4d764", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T10:38:24Z", "updated": "2023-04-20T10:38:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4277833 d-7119-4772-ba6d-dfa7368a652b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4277833d-7119-4772-ba6d-dfa7368a652b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 10:39:14,506 80087 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/4277833d-7119-4772-ba6d-dfa7368a652b 0.267s 2023-04-20 10:39:14,507 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cce961b9-bd51-4b21-a7e9-ce3491b85c5e', 'x-compute-request-id': 'req-cce961b9-bd51-4b21-a7e9-ce3491b85c5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4277833d-7119-4772-ba6d-dfa7368a652b'} Body: b'{"server": {"id": "4277833d-7119-4772-ba6d-dfa7368a652b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-307242091", "status": "ACTIVE", "tenant_id": "5bcb8e3930844068bd2b496914a4d764", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "metadata": {}, "hostId": "587d83b4197a89dfb3a839c2926f1eda18fc872e9fb0485e632bd3f1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T10:38:24Z", "updated": "2023-04-20T10:38:30Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-838813002-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:07:da"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4277833d-7119-4772-ba6d-dfa7368a652b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4277833d-7119-4772-ba6d-dfa7368a652b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:38:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 10:39:14,522 80087 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:40:15,391 80087 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/4277833d-7119-4772-ba6d-dfa7368a652b/action 0.822s 2023-04-20 10:40:15,391 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolumeStableR escueTest-image-1746707564"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:14 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-98da34b0-27c2-4f18-bf2e-e302293e3be3', 'x-compute-request-id': 'req-98da34b0-27c2-4f18-bf2e-e302293e3be3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4277833d-7119-4772-ba6d-dfa7368a652b/action'} Body: b'{"image_id": "424922f9-e1c8-4d0c-88c7-76f96b20bc17"}' 2023-04-20 10:40:15,429 80087 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/424922f9-e1c8-4d0c-88c7-76f96b20bc17 0.036s 2023-04-20 10:40:15,430 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6fb8d414-f5cd-4d75-bd51-eb2d94decf4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "4277833d-7119-4772-ba6d-dfa7368a652b", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1746707564", "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": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "424922f9-e1c8-4d0c-88c7-76f96b20bc17", "created_at": "2023-04-20T10:40:15Z", "updated_at": "2023-04-20T10:40:15Z", "tags": [], "self": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17", "file": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:40:16,463 80087 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/424922f9-e1c8-4d0c-88c7-76f96b20bc17 0.031s 2023-04-20 10:40:16,463 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e0d6c249-8d5d-465e-8803-6581c58b6fae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "4277833d-7119-4772-ba6d-dfa7368a652b", "owner_project_name": "tempest-ServerBootFr omVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1746707564", "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": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "424922f9-e1c8-4d0c-88c7-76f96b20bc17", "created_at": "2023-04-20T10:40:15Z", "updated_at": "2023-04-20T10:40:15Z", "tags": [], "self": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17", "file": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:40:17,489 80087 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/424922f9-e1c8-4d0c-88c7-76f96b20bc17 0.024s 2023-04-20 10:40:17,490 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fd02dc21-d83e-4989-b49a-d2eed801015a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "4277833d-7119-4772-ba6d-dfa7368a652b", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1746707564", "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": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "424922f9-e1c8-4d0c-88c7-76f96b20bc17", "created_at": "2023-04-20T10:40:15Z", "updated_at": "2023-04-20T10:40:15Z", "tags": [], "self": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17", "file": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:40:18,513 80087 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/424922f9-e1c8-4d0c-88c7-76f96b20bc17 0.021s 2023-04-20 10:40:18,513 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4a810d16-a6e4-45a0-be6d-0855ff006649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "boot_ro les": "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": "4277833d-7119-4772-ba6d-dfa7368a652b", "owner_id": "5bcb8e3930844068bd2b496914a4d764", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1746707564", "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": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "424922f9-e1c8-4d0c-88c7-76f96b20bc17", "created_at": "2023-04-20T10:40:15Z", "updated_at": "2023-04-20T10:40:18Z", "tags": [], "self": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17", "file": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:40:19,538 80087 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/424922f9-e1c8-4d0c-88c7-76f96b20bc17 0.023s 2023-04-20 10:40:19,538 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e0f3bc99-9f9c-47fc-ac39-2b97268ad756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "4277833d-7119-4772-ba6d-dfa7368a652b", "owner_id": "5bcb8e3930844068bd2b496914a4d764", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1746707564", "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": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "424922f9-e1c8-4d0c-88c7-76f96b20bc17", "created_at": "2023-04-20T10:40:15Z", "updated_at": "2023-04-20T10:40:19Z", "tags": [], "self": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17", "file": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:40:20,567 80087 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/424922f9-e1c8-4d0c-88c7-76f96b20bc17 0.026s 2023-04-20 10:40:20,567 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c05fe5f2-dac8-4bfd-94b8-bdefa46a4aa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "4277833d-7119-4772-ba6d-dfa7368a652b", "owner_id": "5bcb8e3930844068bd2b496914a4d764", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1746707564", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "63d3a4c925e601035f60216ed548f819", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "af5afe212ab68b1d761251ac4fa9d249f6eaafc4187cfe9f00a260ab55c103383813c55cfbb26be3471969121958e38b13b61f3194699963605ae00eac7c8c20", "id": "424922f9-e1c8-4d0c-88c7-76f96b20bc17", "created_at": "2023-04-20T10:40:15Z", "updated_at": "2023-04-20T10:40:20Z", "tags": [], "self": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17", "file": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:40:20,592 80087 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/424922f9-e1c8-4d0c-88c7-76f96b20bc17 0.024s 2023-04-20 10:40:20,592 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5463c02a-0c51-45ca-9b87-2adb1a7cc6fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "4277833d-7119-4772-ba6d-dfa7368a652b", "owner_id": "5bcb8e3930844068bd2b496914a4d764", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1746707564", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "63d3a4c925e601035f60216ed548f819", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "5bcb8e3930844068bd2b496914a4d764", "o s_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "af5afe212ab68b1d761251ac4fa9d249f6eaafc4187cfe9f00a260ab55c103383813c55cfbb26be3471969121958e38b13b61f3194699963605ae00eac7c8c20", "id": "424922f9-e1c8-4d0c-88c7-76f96b20bc17", "created_at": "2023-04-20T10:40:15Z", "updated_at": "2023-04-20T10:40:20Z", "tags": [], "self": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17", "file": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:40:20,882 80087 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/4277833d-7119-4772-ba6d-dfa7368a652b 0.289s 2023-04-20 10:40:20,883 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1aad2414-e5f2-459d-a250-612b6416ebb7', 'x-compute-request-id': 'req-1aad2414-e5f2-459d-a250-612b6416ebb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4277833d-7119-4772-ba6d-dfa7368a652b'} Body: b'{"server": {"id": "4277833d-7119-4772-ba6d-dfa7368a652b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-307242091", "status": "ACTIVE", "tenant_id": "5bcb8e3930844068bd2b496914a4d764", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "metadata": {}, "hostId": "587d83b4197a89dfb3a839c2926f1eda18fc872e9fb0485e632bd3f1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T10:38:24Z", "updated": "2023-04-20T10:40:20Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-838813002-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:07:da"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4277833d-7119-4772-ba6d-dfa7368a652b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4277833d-7119-4772-ba6d-dfa7368a652b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:38:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 10:41:21,059 80087 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.096s 2023-04-20 10:41:21,060 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:41:20 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-b4fc6d02-e980-4fe5-9ee3-eecbc5392dc1', '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": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "password_expires_at": null}, "audit_ids": ["IVgcUV4UQAe_McenHmJ36Q"], "expires_at": "2023-04-20T11:41:20.000000Z", "issued_at": "2023-04-20T10:41:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bcb8e3930844068bd2b496914a4d764", "name": "tempest-ServerBootFromVolumeStableRescueTest-134694710"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:41:21,060 80087 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '48558ac2-005d-42a1-a003-2662a04d6946', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-838813002-network', 'tenant_id': '5bcb8e3930844068bd2b496914a4d764', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5bcb8e3930844068bd2b496914a4d764', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10195, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:38:17Z', 'updated_at': '2023-04-20T10:38:17Z', 'revision_number': 1} available for tenant 2023-04-20 10:41:22,006 80087 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.945s 2023-04-20 10:41:22,006 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applica tion/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-172044684", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "48558ac2-005d-42a1-a003-2662a04d6946"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:41:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/3d5b6824-153d-43ab-b274-38d733da2664', '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-ee821388-a4c2-4c00-a9d3-5a2958a81b94', 'x-compute-request-id': 'req-ee821388-a4c2-4c00-a9d3-5a2958a81b94', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3d5b6824-153d-43ab-b274-38d733da2664", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d5b6824-153d-43ab-b274-38d733da2664"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d5b6824-153d-43ab-b274-38d733da2664"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "omtLMKrpAJ5E"}}' 2023-04-20 10:41:22,086 80087 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/3d5b6824-153d-43ab-b274-38d733da2664 0.076s 2023-04-20 10:41:22,086 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:41:22 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-8b02cecc-d634-4aec-b60e-6e2cb4cb3328', 'x-compute-request-id': 'req-8b02cecc-d634-4aec-b60e-6e2cb4cb3328', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d5b6824-153d-43ab-b274-38d733da2664'} Body: b'{"server": {"id": "3d5b6824-153d-43ab-b274-38d733da2664", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-172044684", "status": "BUILD", "tenant_id": "5bcb8e3930844068bd2b496914a4d764", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T10:41:22Z", "updated": "2023-04-20T10:41:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d5b6824-153d-43ab-b274-38d733da2664"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d5b6824-153d-43ab-b274-38d733da2664"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 10:42:12,297 80087 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolu meStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/3d5b6824-153d-43ab-b274-38d733da2664 0.162s 2023-04-20 10:42:12,298 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:42:12 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-a3f7edaf-c715-4767-af7f-4baffa3dd58c', 'x-compute-request-id': 'req-a3f7edaf-c715-4767-af7f-4baffa3dd58c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d5b6824-153d-43ab-b274-38d733da2664'} Body: b'{"server": {"id": "3d5b6824-153d-43ab-b274-38d733da2664", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-172044684", "status": "ERROR", "tenant_id": "5bcb8e3930844068bd2b496914a4d764", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T10:41:21Z", "updated": "2023-04-20T10:41:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d5b6824-153d-43ab-b274-38d733da2664"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d5b6824-153d-43ab-b274-38d733da2664"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-20T10:41:26Z", "message": "Build of instance 3d5b6824-153d-43ab-b274-38d733da2664 aborted: Volume a7649a67-45bb-48f9-a19c-57fc0cd1a24b did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 10:42:12,313 80087 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-20 10:42:12,815 80087 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/3d5b6824-153d-43ab-b274-38d733da2664 0.501s 2023-04-20 10:42:12,815 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:42:12 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-6fad9798-2259-47c6-beb6-c3aef02b6cb6', 'x-compute-request-id': 'req-6fad9798-2259-47c6-beb6-c3aef02b6cb6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d5b6824-153d-43ab-b274-38d733da2664'} Body: b'' 2023-04-20 10:42:12,849 80087 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/3d5b6824-153d-43a b-b274-38d733da2664 0.033s 2023-04-20 10:42:12,850 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:42:12 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-a18343ba-279c-485d-8f8f-d03ff60cf563', 'x-compute-request-id': 'req-a18343ba-279c-485d-8f8f-d03ff60cf563', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d5b6824-153d-43ab-b274-38d733da2664'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3d5b6824-153d-43ab-b274-38d733da2664 could not be found."}}' {1} tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server [167.021734s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b7d22060-2225-45f9-a8af-206703066fbe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:41:16,020 80083 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 10:41:16,021 80083 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 10:41:16,085 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.062s 2023-04-20 10:41:16,085 80083 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-1124108181", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNGhoArKgEyYE7cjbkuljf5dfqWvULtvRqXeDkd3yU0VFytwA0oQTi1WmPBfETn5tfNR5w6ja8z1Fe252sgoGIglYuGRFBV1xpFytKMJ6xdB6Euq8vN0T70qYh0FRstlFQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:41:16 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-1b65c9cf-bb20-4e9a-80b0-420ec9897f3a', 'x-compute-request-id': 'req-1b65c9cf-bb20-4e9a-80b0-420ec9897f3a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1124108181", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNGhoArKgEyYE7cjbkuljf5dfqWvULtvRqXeDkd3yU0VFytwA0oQTi1WmPBfETn5tfNR5w6ja8z1Fe252sgoGIglYuGRFBV1xpFytKMJ6xdB6Euq8vN0T70qYh0FRstlFQ==", "fingerprint": "2e:4d:ae:33:e9:2d:ae:af:de:8a:86:b7:a1:3c:86:2b", "user_id": "0a931240713e465197b96fa84574ba23"}}' 2023-04-20 10:41:16,088 80083 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1124108181 created 2023-04-20 10:41:16,526 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.438s 2023-04-20 10:41:16,527 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1516987525", "description": "tempest-description--1588767445"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-299fcbf6-8f55-4d2d-b0be-2ee7c1dca719', 'date': 'Thu, 20 Apr 2023 10:41:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5046de18-cfdb-4bda-b71b-4c30e76f94ed", "name": "tempest-securitygroup--1516987525", "stateful": true, "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "description": "tempest-description--1588767445", "shared": false, "security_group_rules": [{"id": "9a7c27ab-3b66-400b-abbb-0c8808c8b18e", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "security_group_id": "5046de18-cfdb-4bda-b71b-4c30e76f94ed", "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": 954, "description": null, "tags": [], "created_at": "2023-04-20T10:41:16Z", "updated_at": "2023-04-20T10:41:16Z", "revision_number": 0, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}, {"id": "e60cb715-1dea-40cf-b119-352ae11103c7", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "security_group_id": "5046de18-cfdb-4bda-b71b-4c30e76f94ed", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remo te_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 955, "description": null, "tags": [], "created_at": "2023-04-20T10:41:16Z", "updated_at": "2023-04-20T10:41:16Z", "revision_number": 0, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}], "tags": [], "created_at": "2023-04-20T10:41:16Z", "updated_at": "2023-04-20T10:41:16Z", "revision_number": 1, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:41:16,691 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.164s 2023-04-20 10:41:16,691 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5046de18-cfdb-4bda-b71b-4c30e76f94ed", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-93075741-cbdd-4b09-8aca-d8a3ceeeaf66', 'date': 'Thu, 20 Apr 2023 10:41:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "615bd8d3-88c2-4928-92fd-9fb1ce1a5b64", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "security_group_id": "5046de18-cfdb-4bda-b71b-4c30e76f94ed", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:41:16Z", "updated_at": "2023-04-20T10:41:16Z", "revision_number": 0, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:41:16,858 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.166s 2023-04-20 10:41:16,858 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5046de18-cfdb-4bda-b71b-4c30e76f94ed", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9a4d7575-09d3-4183-ae84-790d1fe88aa5', 'date': 'Thu, 20 Apr 2023 10:41:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ff3e5fa0-13ba-41f5-a0a2-44f39460abab", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "security_group_id": "5046de18-cfdb-4bda-b71b-4c30e76f94ed", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:41:16Z", "updated_at": "2023-04-20T10:41:16Z", "revision_number": 0, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:41:16,858 80083 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1516987525 created 2023-04-20 10:41:17,879 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.020s 2023-04-20 10:41:17,879 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e"}} Response - Headers: {'co ntent-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-b368c746-f27e-434a-8c58-3789c5bdc3a7', 'date': 'Thu, 20 Apr 2023 10:41:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "22ff4eeb-c629-4ae5-9fe6-9d3a8db0ee28", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "floating_ip_address": "172.24.4.192", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:41:17Z", "updated_at": "2023-04-20T10:41:17Z", "revision_number": 0}}' 2023-04-20 10:41:17,879 80083 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '22ff4eeb-c629-4ae5-9fe6-9d3a8db0ee28', 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'floating_ip_address': '172.24.4.192', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:41:17Z', 'updated_at': '2023-04-20T10:41:17Z', 'revision_number': 0, 'ip': '172.24.4.192'} created 2023-04-20 10:41:17,973 80083 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.087s 2023-04-20 10:41:17,974 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:41:17 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-90dac584-1ca1-419e-ae34-d05952776a5a', '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": "0a931240713e465197b96fa84574ba23", "name": "tempest-AttachVolumeShelveTestJSON-1878611374-project-member", "password_expires_at": null}, "audit_ids": ["WuCpi22ET1e_ao97ApusbA"], "expires_at": "2023-04-20T11:41:17.000000Z", "issued_at": "2023-04-20T10:41:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb2d81481a7d4ec1b28e5377055b3ed7", "name": "tempest-AttachVolumeShelveTestJSON-1878611374"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cb2d81481a7d4ec1b28e5377055b3ed7", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:41:17,974 80083 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'e38408cb-95b3-47d6-8d3c-32650adda382', 'name': 'tempest-AttachVolumeShelveTestJSON-1326937209-network', 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30891, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:38:23Z', 'updated_at': '2023-04-20T10:38:23Z', 'revision_number': 1} available for tenant 2023-04-20 10:41:17,975 80083 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1124108181', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNGhoArKgEyYE7cjbkuljf5dfqWvULtvRqXeDkd3yU0VFytwA0oQTi1WmPBfETn5tfNR5w6ja8z1Fe252sgoGIglYuGRFBV1xpFytKMJ6xdB6Euq8vN0T70qYh0FRstlFQ==', 'fingerprint': '2e:4d:ae:33:e9:2d:ae:af:de:8a:86:b7:a1:3c:86:2b', 'user_id': '0a931240713e465197b96fa84574ba23', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBWetMs5mMrdwSUNot6aNvesS06465oNdNGLQWXtUDx/JQrb75sd/n4\n2BLPuBrPJeagBwYFK4EEACKhZANiAATRoaAKyoBMmBO3I25LpY3+XX6lr1C7b0al\n3g5Hd8lNFRcrcANKEE4tVpjwXxE5+bXzUecOo2vM9RXtudrIKBiIJWLhkRQVdcaR\ncrSjCesXQehLqvLzdE+9KmIdBUbLZRU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5046de18-cfdb-4bda-b71b-4c30e76f94ed', 'name': 'tempest-securitygroup--1516987525', 'stateful': True, 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'description': 'tempest-description--1588767445', 'shared': False, 'security_group_rules': [{'id': '9a7c27ab-3b66-400b-abbb-0c8808c8b18e', 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'security_group_id': '5046de18-cfdb-4bda-b71b-4c30e76f94ed', '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': 954, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:41:16Z', 'updated_at': '2023-04-20T10:41:16Z', 'revision_number': 0, 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7'}, {'id': 'e60cb715-1dea-40cf-b119-352ae11103c7', 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'security_group_id': '5046de18-cfdb-4bda-b71b-4c30e76f94ed', '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': 955, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:41:16Z', 'updated_at' : '2023-04-20T10:41:16Z', 'revision_number': 0, 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7'}], 'tags': [], 'created_at': '2023-04-20T10:41:16Z', 'updated_at': '2023-04-20T10:41:16Z', 'revision_number': 1, 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7'}, 'floating_ip': {'id': '22ff4eeb-c629-4ae5-9fe6-9d3a8db0ee28', 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'floating_ip_address': '172.24.4.192', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:41:17Z', 'updated_at': '2023-04-20T10:41:17Z', 'revision_number': 0, 'ip': '172.24.4.192'}} 2023-04-20 10:41:18,576 80083 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.601s 2023-04-20 10:41:18,577 80083 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-1678979542", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "e38408cb-95b3-47d6-8d3c-32650adda382"}], "security_groups": [{"name": "tempest-securitygroup--1516987525"}], "key_name": "tempest-keypair-1124108181", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:41:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b', '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-d0aca3a8-29ea-4a08-9edd-2ac46ec37e02', 'x-compute-request-id': 'req-d0aca3a8-29ea-4a08-9edd-2ac46ec37e02', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "353f8fcd-6f6e-43e8-b46c-0258d7a6a17b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1516987525"}], "adminPass": "password"}}' 2023-04-20 10:41:18,657 80083 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/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b 0.076s 2023-04-20 10:41:18,658 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:41:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-813c878f-e7d1-4331-9841-3c0181978d58', 'x-compute-request-id': 'req-813c878f-e7d1-4331-9841-3c0181978d58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b'} Body: b'{"server": {"id": "353f8fcd-6f6e-43e8-b46c-0258d7a6a17b", "name": "tempest-AttachVolumeShelveTestJSON-server-1678979542", "status": "BUILD", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "use r_id": "0a931240713e465197b96fa84574ba23", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:41:19Z", "updated": "2023-04-20T10:41:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1124108181", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 10:42:09,390 80083 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/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b 0.706s 2023-04-20 10:42:09,390 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:42:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1589', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d32cc503-b08b-493f-a05e-abe58d72e2fe', 'x-compute-request-id': 'req-d32cc503-b08b-493f-a05e-abe58d72e2fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b'} Body: b'{"server": {"id": "353f8fcd-6f6e-43e8-b46c-0258d7a6a17b", "name": "tempest-AttachVolumeShelveTestJSON-server-1678979542", "status": "ACTIVE", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "user_id": "0a931240713e465197b96fa84574ba23", "metadata": {}, "hostId": "82508168199318ac2ab2e216b36a8eb909798be5cae4aca3be497325", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:41:18Z", "updated": "2023-04-20T10:41:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1326937209-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:49:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1124108181", "OS-SRV-USG:launched_at": "2023-04-20T10:41:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1516987525"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 10:42:09,403 80083 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 10:43:09,635 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/compute/v 2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b/os-interface 0.191s 2023-04-20 10:43:09,635 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:43:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5db2b017-9064-4d4c-8cf4-5149ca603195', 'x-compute-request-id': 'req-5db2b017-9064-4d4c-8cf4-5149ca603195', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e38408cb-95b3-47d6-8d3c-32650adda382", "port_id": "1cf8ddec-3f1f-4db3-9dfc-fb761edd6929", "mac_addr": "fa:16:3e:2b:49:99", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "530904f7-fadd-4012-b512-0f3c3d2eb585", "ip_address": "10.0.0.13"}]}]}' 2023-04-20 10:43:10,310 80083 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/22ff4eeb-c629-4ae5-9fe6-9d3a8db0ee28 0.670s 2023-04-20 10:43:10,310 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "1cf8ddec-3f1f-4db3-9dfc-fb761edd6929"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-6c68fade-0069-4cd5-bc6f-36cfb89f314d', 'date': 'Thu, 20 Apr 2023 10:43:10 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/22ff4eeb-c629-4ae5-9fe6-9d3a8db0ee28'} Body: b'{"floatingip": {"id": "22ff4eeb-c629-4ae5-9fe6-9d3a8db0ee28", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "floating_ip_address": "172.24.4.192", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": "139ece78-4138-4815-84ee-dabcd8bf88df", "port_id": "1cf8ddec-3f1f-4db3-9dfc-fb761edd6929", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e38408cb-95b3-47d6-8d3c-32650adda382", "mac_address": "fa:16:3e:2b:49:99", "admin_state_up": true, "status": "ACTIVE", "device_id": "353f8fcd-6f6e-43e8-b46c-0258d7a6a17b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:41:17Z", "updated_at": "2023-04-20T10:43:09Z", "revision_number": 1, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:43:10,312 80083 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.192:22' as 'cirros' with public key authentication 2023-04-20 10:43:10,349 80083 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:43:10,373 80083 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:43:10,373 80083 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.192 successfully created 2023-04-20 10:43:10,414 80083 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/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b/ips 0.041s 2023-04-20 10:43:10,415 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:43:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-vers ion': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bf03cb2-e163-4a68-967f-85c34cd7e55c', 'x-compute-request-id': 'req-9bf03cb2-e163-4a68-967f-85c34cd7e55c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1326937209-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-20 10:43:10,749 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes 0.331s 2023-04-20 10:43:10,750 80083 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-1361186195"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:43:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97f32c0c-3bac-406d-903a-790d27830292', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97f32c0c-3bac-406d-903a-790d27830292', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes'} Body: b'{"volume": {"id": "b7d22060-2225-45f9-a8af-206703066fbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:43:10.540707", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1361186195", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/b7d22060-2225-45f9-a8af-206703066fbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/b7d22060-2225-45f9-a8af-206703066fbe"}], "user_id": "0a931240713e465197b96fa84574ba23", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:43:10,799 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/b7d22060-2225-45f9-a8af-206703066fbe 0.040s 2023-04-20 10:43:10,800 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:43:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ec54f0e-4463-46ca-a054-4adc03ce4b0b', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ec54f0e-4463-46ca-a054-4adc03ce4b0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/b7d22060-2225-45f9-a8af-206703066fbe'} Body: b'{"volume": {"id": "b7d22060-2225-45f9-a8af-206703066fbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:43:11.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1361186195", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/b7d22060-2225-45f9-a8af-206703066fbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/b7d22060-2225-45f9-a8af-206703066fbe"}], "user_id": "0a931240713e465197b96fa84574ba23", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:43:11,853 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/b7d22060-2225-45f9-a8af-206703066fbe 0.041s 2023-04-20 10:43:11,853 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:43:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07f6fd7b-1a6f-4b56-abea-db27b4d21f74', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07f6fd7b-1a6f-4b56-abea-db27b4d21f74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/b7d22060-2225-45f9-a8af-206703066fbe'} Body: b'{"volume": {"id": "b7d22060-2225-45f9-a8af-206703066fbe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:43:11.000000", "updated_at": "2023-04-20T10:43:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1361186195", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/b7d22060-2225-45f9-a8af-206703066fbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/b7d22060-2225-45f9-a8af-206703066fbe"}], "user_id": "0a931240713e465197b96fa84574ba23", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:43:11,979 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b 0.114s 2023-04-20 10:43:11,979 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:43:11 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-32521e78-cdae-400f-a677-234d1f97ed7f', 'x-compute-request-id': 'req-32521e78-cdae-400f-a677-234d1f97ed7f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b'} Body: b'' 2023-04-20 10:43:12,132 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b 0.152s 2023-04-20 10:43:12,132 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:43:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1714', '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-0c7e783b-87ed-4a34-a1ef-65a1b80d582d', 'x-comp ute-request-id': 'req-0c7e783b-87ed-4a34-a1ef-65a1b80d582d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b'} Body: b'{"server": {"id": "353f8fcd-6f6e-43e8-b46c-0258d7a6a17b", "name": "tempest-AttachVolumeShelveTestJSON-server-1678979542", "status": "ACTIVE", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "user_id": "0a931240713e465197b96fa84574ba23", "metadata": {}, "hostId": "82508168199318ac2ab2e216b36a8eb909798be5cae4aca3be497325", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:41:18Z", "updated": "2023-04-20T10:43:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1326937209-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:49:99"}, {"version": 4, "addr": "172.24.4.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:49:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1124108181", "OS-SRV-USG:launched_at": "2023-04-20T10:41:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1516987525"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 10:44:02,295 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b 0.101s 2023-04-20 10:44:02,296 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:02 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-d56f1b76-4092-40f5-993f-66594c186c93', 'x-compute-request-id': 'req-d56f1b76-4092-40f5-993f-66594c186c93', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 353f8fcd-6f6e-43e8-b46c-0258d7a6a17b could not be found."}}' 2023-04-20 10:44:02,339 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1124108181 0.042s 2023-04-20 10:44:02,339 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:02 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-4edcfb37-46f1-4698-95cd-632400d45bf9', 'x-compute-request-id': 'req-4edcfb37-46f1-4698-95cd-632400d45bf9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keyp airs/tempest-keypair-1124108181'} Body: b'' 2023-04-20 10:44:02,499 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5046de18-cfdb-4bda-b71b-4c30e76f94ed 0.160s 2023-04-20 10:44:02,500 80083 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-9e8b91f0-627a-4d59-993f-ce21101a1550', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:44:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5046de18-cfdb-4bda-b71b-4c30e76f94ed'} Body: b'' 2023-04-20 10:44:02,541 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/5046de18-cfdb-4bda-b71b-4c30e76f94ed 0.040s 2023-04-20 10:44:02,541 80083 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-623d1a28-d997-41b7-b43a-340be907e15e', 'date': 'Thu, 20 Apr 2023 10:44:02 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5046de18-cfdb-4bda-b71b-4c30e76f94ed'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5046de18-cfdb-4bda-b71b-4c30e76f94ed does not exist", "detail": ""}}' 2023-04-20 10:44:03,040 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/22ff4eeb-c629-4ae5-9fe6-9d3a8db0ee28 0.498s 2023-04-20 10:44:03,041 80083 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-60482805-d089-4370-b92a-6387643507d9', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:44:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/22ff4eeb-c629-4ae5-9fe6-9d3a8db0ee28'} Body: b'' {1} tempest.api.volume.admin.test_group_type_specs.GroupTypeSpecsTest.test_group_type_specs_create_show_update_list_delete [0.616713s] ... ok {1} setUpClass (tempest.api.volume.admin.test_snapshots_actions.SnapshotsActionsTest) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_snapshots_actions.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 72044659-094d-48a8-a1f1-cf22e32db7d8 failed to build and is in ERROR status {1} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_show_default_quota [0.180970s] ... ok {1} tempest.api.volume.admin.test_volume_quota_classes.VolumeQuotaClassesTest.test_update_default_quota [0.858892s] ... ok {1} setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) [0.000000s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_image_metadata.py", line 40, in resource_setup cls.volume = cls.create_volume(imageRef=CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2199d6dd-ec8b-4fe2-b342-ba468fd304ce failed to build and is in ERROR status {1} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume [1.796492s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 67, in test_create_from_bootable_volume src_vol = self.create_volume(imageRef=img_uuid) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume aa8ff16b-ca45-4b33-8a5f-fc0933b8424d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:44:23,150 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41 0.170s 2023-04-20 10:44:23,150 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ad65d071-b50c-4b49-a665-a5b160fc35a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "fda053593ca94fea8fa552c5a6c6e5d5", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "created_at": "2023-04-20T10:24:36Z", "updated_at": "2023-04-20T10:24:37Z", "tags": [], "self": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41", "file": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:44:23,490 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes 0.340s 2023-04-20 10:44:23,491 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "size": 1, "name": "tempest-VolumesCloneTest-Volume-1168215562"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69e581bf-9bc2-4a78-8fa9-bdf4cc5f51fa', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69e581bf-9bc2-4a78-8fa9-bdf4cc5f51fa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes'} Body: b'{"volume": {"id": "aa8ff16b-ca45-4b33-8a5f-fc0933b8424d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:44:23.436476", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1168215562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d"}], "user_id": "0d7056e5f04f4ea0bfef54a2326701e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:44:23,537 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d 0.037s 2023-04-20 10:44:23,537 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77eb9e4b-b98b-48ea-bc6c-43df95f9f402', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77eb9e4b-b98b-48ea-bc6c-43df95f9f402', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d'} Body: b'{"volume": {"id": "aa8ff16b-ca45-4b33-8a5f-fc0933b8424d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:44:23.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1168215562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d"}], "user_id": "0d7056e5f04f4ea0bfef54a2326701e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "babe496c682d4db5884af0d50fbecd9d"}}' 2023-04-20 10:44:24,592 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d 0.043s 2023-04-20 10:44:24,592 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4052821a-dc2c-48f6-ba23-cecc7a43ba76', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4052821a-dc2c-48f6-ba23-cecc7a43ba76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d'} Body: b'{"volume": {"id": "aa8ff16b-ca45-4b33-8a5f-fc0933b8424d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:44:23.000000", "updated_at": "2023-04-20T10:44:24.000000", "name": "tempest-VolumesCloneTest-Volume-1168215562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d"}], "user_id": "0d7056e5f04f4ea0bfef54a2326701e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "babe496c682d4db5884af0d50fbecd9d"}}' 2023-04-20 10:44:24,647 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d 0.044s 2023-04-20 10:44:24,647 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11e02755-a032-4e9e-b88e-cb1cdb2d76cb', 'content-length': '903', 'openstack-api-version' : 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11e02755-a032-4e9e-b88e-cb1cdb2d76cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d'} Body: b'{"volume": {"id": "aa8ff16b-ca45-4b33-8a5f-fc0933b8424d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:44:23.000000", "updated_at": "2023-04-20T10:44:24.000000", "name": "tempest-VolumesCloneTest-Volume-1168215562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d"}], "user_id": "0d7056e5f04f4ea0bfef54a2326701e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "babe496c682d4db5884af0d50fbecd9d"}}' 2023-04-20 10:44:24,753 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d 0.095s 2023-04-20 10:44:24,753 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-694c34ee-5770-48f9-ba03-a728d682bb96', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d'} Body: b'' 2023-04-20 10:44:24,774 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d 0.020s 2023-04-20 10:44:24,774 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44: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-cac52a95-07a5-494a-acd6-fdaf184aee33', 'x-openstack-request-id': 'req-cac52a95-07a5-494a-acd6-fdaf184aee33', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume aa8ff16b-ca45-4b33-8a5f-fc0933b8424d could not be found."}}' {1} tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume [1.539404s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 54, in test_create_from_volume src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b5cadbd2-fc54-476c-826c-5c7303fe2933 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:44:25,001 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes 0.224s 2023-04-20 10:44:25,001 80083 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-938183391"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6e4e44c-c491-4812-8925-03fd2b799aa5', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6e4e44c-c491-4812-8925-03fd2b799aa5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes'} Body: b'{"volume": {"id": "b5cadbd2-fc54-476c-826c-5c7303fe2933", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:44:24.906928", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-938183391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933"}], "user_id": "0d7056e5f04f4ea0bfef54a2326701e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:44:25,047 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933 0.037s 2023-04-20 10:44:25,048 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-201db7c2-80ef-4a81-bc9a-45c0130d6874', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-201db7c2-80ef-4a81-bc9a-45c0130d6874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933'} Body: b'{"volume": {"id": "b5cadbd2-fc54-476c-826c-5c7303fe2933", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:44:25.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-938183391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933"}], "user_id": "0d7056e5f04f4ea0bfef54a2326701e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "babe496c682d4db5884af0d50fbecd9d"}}' 2023-04-20 10:44:26,097 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933 0.038s 2023-04-20 10:44:26,098 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept' : 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21f6c489-0a55-4e32-83c9-2a00ebff3129', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21f6c489-0a55-4e32-83c9-2a00ebff3129', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933'} Body: b'{"volume": {"id": "b5cadbd2-fc54-476c-826c-5c7303fe2933", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:44:25.000000", "updated_at": "2023-04-20T10:44:25.000000", "name": "tempest-VolumesCloneTest-Volume-938183391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933"}], "user_id": "0d7056e5f04f4ea0bfef54a2326701e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "babe496c682d4db5884af0d50fbecd9d"}}' 2023-04-20 10:44:26,170 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933 0.055s 2023-04-20 10:44:26,171 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcd4f872-82b6-4527-8a4d-fe835b04e676', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcd4f872-82b6-4527-8a4d-fe835b04e676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933'} Body: b'{"volume": {"id": "b5cadbd2-fc54-476c-826c-5c7303fe2933", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:44:25.000000", "updated_at": "2023-04-20T10:44:25.000000", "name": "tempest-VolumesCloneTest-Volume-938183391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933"}], "user_id": "0d7056e5f04f4ea0bfef54a2326701e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "babe496c682d4db5884af0d50fbecd9d"}}' 2023-04-20 10:44:26,291 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933 0.109s 2023-04-20 10:44:26,291 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': ' OpenStack-API-Version', 'x-openstack-request-id': 'req-f7affa96-debe-44dc-8414-fa98aef18e04', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933'} Body: b'' 2023-04-20 10:44:26,315 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933 0.023s 2023-04-20 10:44:26,315 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-723d392a-3ae1-4520-b909-99e4d8fc4a89', 'x-openstack-request-id': 'req-723d392a-3ae1-4520-b909-99e4d8fc4a89', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b5cadbd2-fc54-476c-826c-5c7303fe2933 could not be found."}}' {1} tempest.api.volume.test_volumes_get.VolumesSummaryTest.test_show_volume_summary [0.185465s] ... ok {3} tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume [229.572822s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 305, in test_stable_device_rescue_bfv_image_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 334, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 317, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 23e0e8b8-22fc-4ab2-8bff-35e203715439 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-20T10:45:15Z', 'message': 'Build of instance 23e0e8b8-22fc-4ab2-8bff-35e203715439 aborted: Volume 3528c135-6b49-4596-ab3a-85ad549ebbbf did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-60d00bd6-937d-4e6f-8953-43915a6c8a6f. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:42:12,898 80087 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.033s 2023-04-20 10:42:12,898 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:42:12 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-0bf299ca-0540-476e-82c3-24f5757ed76c', '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": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "password_expires_at": null}, "audit_ids": ["y7ZCcQ9GSlaBj3staeaRsQ"], "expires_at": "2023-04-20T11:42:12.000000Z", "issued_at": "2023-04-20T10:42:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bcb8e3930844068bd2b496914a4d764", "name": "tempest-ServerBootFromVolumeStableRescueTest-134694710"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:42:12,899 80087 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '48558ac2-005d-42a1-a003-2662a04d6946', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-838813002-network', 'tenant_id': '5bcb8e3930844068bd2b496914a4d764', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project _id': '5bcb8e3930844068bd2b496914a4d764', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10195, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:38:17Z', 'updated_at': '2023-04-20T10:38:17Z', 'revision_number': 1} available for tenant 2023-04-20 10:42:13,524 80087 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.624s 2023-04-20 10:42:13,524 80087 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-1001420332", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "networks": [{"uuid": "48558ac2-005d-42a1-a003-2662a04d6946"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:42:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/f950a703-4df1-432a-804c-a65807673d01', '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-465a2883-fcae-48bb-af30-c713df9ebaea', 'x-compute-request-id': 'req-465a2883-fcae-48bb-af30-c713df9ebaea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f950a703-4df1-432a-804c-a65807673d01", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f950a703-4df1-432a-804c-a65807673d01"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f950a703-4df1-432a-804c-a65807673d01"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ye68EjY8aaRH"}}' 2023-04-20 10:42:13,607 80087 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/f950a703-4df1-432a-804c-a65807673d01 0.080s 2023-04-20 10:42:13,607 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:42:13 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-65d726cf-0d1c-4727-aafb-4dde830a3635', 'x-compute-request-id': 'req-65d726cf-0d1c-4727-aafb-4dde830a3635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f950a703-4df1-432a-804c-a65807673d01'} Body: b'{"server": {"id": "f950a703-4df1-432a-804c-a65807673d01", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1001420332", "status": "BUILD", "tenant_id": "5bcb8e3930844068bd2b496914a4d764", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T10:42:13Z", "updated": "2023-04-20T10:42:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f950a 703-4df1-432a-804c-a65807673d01"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f950a703-4df1-432a-804c-a65807673d01"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 10:43:03,895 80087 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/f950a703-4df1-432a-804c-a65807673d01 0.240s 2023-04-20 10:43:03,896 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:43:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71414d92-ef16-4b42-a0a2-b492632ecbd8', 'x-compute-request-id': 'req-71414d92-ef16-4b42-a0a2-b492632ecbd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f950a703-4df1-432a-804c-a65807673d01'} Body: b'{"server": {"id": "f950a703-4df1-432a-804c-a65807673d01", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1001420332", "status": "ACTIVE", "tenant_id": "5bcb8e3930844068bd2b496914a4d764", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "metadata": {}, "hostId": "587d83b4197a89dfb3a839c2926f1eda18fc872e9fb0485e632bd3f1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T10:42:13Z", "updated": "2023-04-20T10:42:20Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-838813002-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:bd:3a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f950a703-4df1-432a-804c-a65807673d01"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f950a703-4df1-432a-804c-a65807673d01"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:42:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 10:43:03,911 80087 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:44:04,872 80087 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/f950a703-4df1-432a-804c-a65807673d01/action 0.901s 2023-04-20 10:44:04,873 80087 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-1044340514"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:03 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-0239579b-05ff-484e-b8ad-8089da2f734a', 'x-compute-request-id': 'req-0239579b-05ff-484e-b8ad-8089da2f734a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f950a703-4df1-432a-804c-a65807673d01/action'} Body: b'{"image_id": "2ce35fbd-7cc4-49b6-b371-d3152517c3f4"}' 2023-04-20 10:44:04,899 80087 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/2ce35fbd-7cc4-49b6-b371-d3152517c3f4 0.024s 2023-04-20 10:44:04,900 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-994033ab-71b9-4851-afc7-2de475b568f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f950a703-4df1-432a-804c-a65807673d01", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1044340514", "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": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "created_at": "2023-04-20T10:44:05Z", "updated_at": "2023-04-20T10:44:05Z", "tags": [], "self": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "file": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:44:05,923 80087 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/2ce35fbd-7cc4-49b6-b371-d3152517c3f4 0.022s 2023-04-20 10:44:05,924 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ae6a98c7-b084-48ac-b476-c2fc357735bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f950a703-4df1-432a-804c-a65807673d01", "owner_project_name": "tempest-ServerBoot FromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1044340514", "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": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "created_at": "2023-04-20T10:44:05Z", "updated_at": "2023-04-20T10:44:05Z", "tags": [], "self": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "file": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:44:06,951 80087 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/2ce35fbd-7cc4-49b6-b371-d3152517c3f4 0.026s 2023-04-20 10:44:06,952 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3233e9e6-d75a-4523-8448-f822e530ba6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f950a703-4df1-432a-804c-a65807673d01", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1044340514", "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": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "created_at": "2023-04-20T10:44:05Z", "updated_at": "2023-04-20T10:44:05Z", "tags": [], "self": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "file": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:44:07,981 80087 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/2ce35fbd-7cc4-49b6-b371-d3152517c3f4 0.028s 2023-04-20 10:44:07,982 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-94f9f134-b3e3-4e38-be70-5570d73f4d82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f950a703-4df1-432a-804c-a65807673d01", "owner_id": "5bcb8e3930844068bd2b496914a4d764", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1044340514", "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": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "created_at": "2023-04-20T10:44:05Z", "updated_at": "2023-04-20T10:44:08Z", "tags": [], "self": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "file": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:44:09,008 80087 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/2ce35fbd-7cc4-49b6-b371-d3152517c3f4 0.024s 2023-04-20 10:44:09,008 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1bdd8021-4e76-4247-846f-94d4cb7da765', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f950a703-4df1-432a-804c-a65807673d01", "owner_id": "5bcb8e3930844068bd2b496914a4d764", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1044340514", "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": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "created_at": "2023-04-20T10:44:05Z", "updated_at": "2023-04-20T10:44:08Z", "tags": [], "self": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "file": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:44:10,034 80087 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/2ce35fbd-7cc4-49b6-b371-d3152517c3f4 0.025s 2023-04-20 10:44:10,035 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Ac cept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9cf76a99-839d-4327-8063-64fb1159af51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f950a703-4df1-432a-804c-a65807673d01", "owner_id": "5bcb8e3930844068bd2b496914a4d764", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1044340514", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "bdcf6e51eee55a2eb237a60949fff037", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "354087c08b0a85493e7bb0cfd0dd13ddf46f86915e7361720815afc0e0e1f08e2d19cf5ffd79d08d07599e4a155b9123f1e8b4e2b23d74740364b086b69f49a1", "id": "2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "created_at": "2023-04-20T10:44:05Z", "updated_at": "2023-04-20T10:44:09Z", "tags": [], "self": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "file": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:44:10,061 80087 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/2ce35fbd-7cc4-49b6-b371-d3152517c3f4 0.025s 2023-04-20 10:44:10,061 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e72868fc-7bc0-4bf6-8ef2-068a2a0bdc0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f950a703-4df1-432a-804c-a65807673d01", "owner_id": "5bcb8e3930844068bd2b496914a4d764", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1044340514", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "bdcf6e51eee55a2eb237a60949fff037", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "354087c08b0a85493e7bb0cfd0dd13ddf46f86915e7361720815afc0e0e1f08e2d19cf5ffd79d08d07599e4a155b9123f1e8b4e2b23d74740364b086b69f49a1", "id": "2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "created_at": "2023-04-20T10:44:05Z", "updated_at": "2023-04-20T10:44:09Z", "tags": [], "self": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "file": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:44:10,515 80087 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/f950a703-4df1-432a-804c-a65807673d01 0.453s 2023-04-20 10:44:10,515 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dbc5eb1-499c-4ecb-ac56-9c77601607dc', 'x-compute-request-id': 'req-7dbc5eb1-499c-4ecb-ac56-9c77601607dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f950a703-4df1-432a-804c-a65807673d01'} Body: b'{"server": {"id": "f950a703-4df1-432a-804c-a65807673d01", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1001420332", "status": "ACTIVE", "tenant_id": "5bcb8e3930844068bd2b496914a4d764", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "metadata": {}, "hostId": "587d83b4197a89dfb3a839c2926f1eda18fc872e9fb0485e632bd3f1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T10:42:13Z", "updated": "2023-04-20T10:44:10Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-838813002-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:bd:3a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f950a703-4df1-432a-804c-a65807673d01"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f950a703-4df1-432a-804c-a65807673d01"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:42:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 10:45:10,684 80087 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.087s 2023-04-20 10:45:10,685 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:45:10 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-4c0b3a97-33ca-427f-aa5a-61cc651d452e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"toke n": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "password_expires_at": null}, "audit_ids": ["OmSApSzrTJ6cuU2Z7NTSFw"], "expires_at": "2023-04-20T11:45:10.000000Z", "issued_at": "2023-04-20T10:45:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bcb8e3930844068bd2b496914a4d764", "name": "tempest-ServerBootFromVolumeStableRescueTest-134694710"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:45:10,685 80087 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '48558ac2-005d-42a1-a003-2662a04d6946', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-838813002-network', 'tenant_id': '5bcb8e3930844068bd2b496914a4d764', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5bcb8e3930844068bd2b496914a4d764', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10195, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:38:17Z', 'updated_at': '2023-04-20T10:38:17Z', 'revision_number': 1} available for tenant 2023-04-20 10:45:11,471 80087 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.784s 2023-04-20 10:45:11,471 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'appli cation/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-642328482", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "destination_type": "volume"}], "networks": [{"uuid": "48558ac2-005d-42a1-a003-2662a04d6946"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:45:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439', '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-60d00bd6-937d-4e6f-8953-43915a6c8a6f', 'x-compute-request-id': 'req-60d00bd6-937d-4e6f-8953-43915a6c8a6f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "23e0e8b8-22fc-4ab2-8bff-35e203715439", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Qp6o3H2UFueA"}}' 2023-04-20 10:45:11,640 80087 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/23e0e8b8-22fc-4ab2-8bff-35e203715439 0.165s 2023-04-20 10:45:11,640 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:45: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-57b6e70d-b691-48eb-b42f-5087af136dfe', 'x-compute-request-id': 'req-57b6e70d-b691-48eb-b42f-5087af136dfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439'} Body: b'{"server": {"id": "23e0e8b8-22fc-4ab2-8bff-35e203715439", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-642328482", "status": "BUILD", "tenant_id": "5bcb8e3930844068bd2b496914a4d764", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T10:45:11Z", "updated": "2023-04-20T10:45:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 10:46:01,832 80087 INFO [tempest.l ib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439 0.117s 2023-04-20 10:46:01,832 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:46:01 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-0e220046-4dc7-4fca-80c9-afd445ffd86c', 'x-compute-request-id': 'req-0e220046-4dc7-4fca-80c9-afd445ffd86c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439'} Body: b'{"server": {"id": "23e0e8b8-22fc-4ab2-8bff-35e203715439", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-642328482", "status": "ERROR", "tenant_id": "5bcb8e3930844068bd2b496914a4d764", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T10:45:11Z", "updated": "2023-04-20T10:45:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-20T10:45:15Z", "message": "Build of instance 23e0e8b8-22fc-4ab2-8bff-35e203715439 aborted: Volume 3528c135-6b49-4596-ab3a-85ad549ebbbf did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 10:46:01,848 80087 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-20 10:46:02,386 80087 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/23e0e8b8-22fc-4ab2-8bff-35e203715439 0.538s 2023-04-20 10:46:02,387 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:46:01 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-04aa8d1b-3e77-4ba5-85a5-9193ae0ff92c', 'x-compute-request-id': 'req-04aa8d1b-3e77-4ba5-85a5-9193ae0ff92c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439'} Body: b'' 2023-04-20 10:46:02,431 80087 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/23e0e8b8-22fc-4ab2-8bff-35e203715439 0.043s 2023-04-20 10:46:02,431 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:46:02 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-f529a48c-1c69-4205-832a-1c15870f6668', 'x-compute-request-id': 'req-f529a48c-1c69-4205-832a-1c15870f6668', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 23e0e8b8-22fc-4ab2-8bff-35e203715439 could not be found."}}' {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume [122.185698s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 550, in test_create_server_from_non_bootable_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 92acb154-21db-45a1-b146-e6ec5320df5c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:52:28,579 80087 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5 0.301s 2023-04-20 10:52:28,579 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:52:28 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-72eadd5f-976c-4a7a-921b-64a650d6c15c', 'x-compute-request-id': 'req-72eadd5f-976c-4a7a-921b-64a650d6c15c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5'} Body: b'{"server": {"id": "6a0d597a-4eea-4938-92c6-c17d0a6c82e5", "name": "tempest-ServersNegativeTestJSON-server-504126875", "status": "ACTIVE", "tenant_id": "938a2ac3aa514d5ea63c1598221790f8", "user_id": "8b965155fa8a453f9f3ebbf5514bb96f", "metadata": {}, "hostId": "9839b5831599eb17609dcd07a6e123b16d12047217afd5f01647ca06", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:47:55Z", "updated": "2023-04-20T10:48:02Z", "addresses": {"tempest-ServersNegativeTestJSON-1521378163-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:1c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:48:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:53:29,017 80087 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes 0.366s 2023-04-20 10:53:29,018 80087 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-1362379393"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:53:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bea15c58-ca50-421e-8822-bdfc895e5811', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bea15c58-ca50-421e-8822-bdfc895e5811', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes'} Body: b'{"volume": {"id": "92acb154-21db-45a1-b146-e6ec5320df5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:53:28.941224", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1362379393", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/92acb154-21db-45a1-b146-e6ec5320df5c"}, {"rel": "bookmark", "href": "http://10.0.0. 210/volume/938a2ac3aa514d5ea63c1598221790f8/volumes/92acb154-21db-45a1-b146-e6ec5320df5c"}], "user_id": "8b965155fa8a453f9f3ebbf5514bb96f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:53:29,084 80087 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/92acb154-21db-45a1-b146-e6ec5320df5c 0.056s 2023-04-20 10:53:29,084 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:53:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba82769b-0413-41ae-be27-3b86017cad77', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba82769b-0413-41ae-be27-3b86017cad77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/92acb154-21db-45a1-b146-e6ec5320df5c'} Body: b'{"volume": {"id": "92acb154-21db-45a1-b146-e6ec5320df5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:53:29.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1362379393", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/92acb154-21db-45a1-b146-e6ec5320df5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/938a2ac3aa514d5ea63c1598221790f8/volumes/92acb154-21db-45a1-b146-e6ec5320df5c"}], "user_id": "8b965155fa8a453f9f3ebbf5514bb96f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "938a2ac3aa514d5ea63c1598221790f8"}}' 2023-04-20 10:53:30,171 80087 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/92acb154-21db-45a1-b146-e6ec5320df5c 0.074s 2023-04-20 10:53:30,171 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:53:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfdf8c7b-f6ef-4697-a3d5-da1ad800d3b1', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfdf8c7b-f6ef-4697-a3d5-da1ad800d3b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/92acb154-21db-45a1-b146-e6ec5320df5c'} Body: b'{"volume": {"id": "92acb154-21db-45a1-b146-e6ec5320df5c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:53:29.000000", "updated_at": "2023-04-20T10:53:29.000000", "name": "tempest-ServersNegativeTestJSON-volume-1362379393", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/92acb154-21db-45a1-b146-e6ec5320df5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/938a2ac3aa514d5ea63c1598221790f8/volumes/92acb154-21db-45a1-b146-e6ec5320df5c"}], "user_id": "8b965155fa8a453f9f3ebbf5514bb96f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-te nant-attr:tenant_id": "938a2ac3aa514d5ea63c1598221790f8"}}' 2023-04-20 10:53:30,410 80087 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5 0.227s 2023-04-20 10:53:30,410 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:53:30 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-ed27cbd1-99b3-4cad-89ca-1212059cc655', 'x-compute-request-id': 'req-ed27cbd1-99b3-4cad-89ca-1212059cc655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5'} Body: b'{"server": {"id": "6a0d597a-4eea-4938-92c6-c17d0a6c82e5", "name": "tempest-ServersNegativeTestJSON-server-504126875", "status": "ACTIVE", "tenant_id": "938a2ac3aa514d5ea63c1598221790f8", "user_id": "8b965155fa8a453f9f3ebbf5514bb96f", "metadata": {}, "hostId": "9839b5831599eb17609dcd07a6e123b16d12047217afd5f01647ca06", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:47:55Z", "updated": "2023-04-20T10:48:02Z", "addresses": {"tempest-ServersNegativeTestJSON-1521378163-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:1c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:48:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {3} tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict [121.993234s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 239, in test_create_server_invalid_bdm_in_2nd_dict volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 80018ec8-edd3-458e-9f48-594a48b21245 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:54:30,710 80087 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5 0.243s 2023-04-20 10:54:30,711 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:54:30 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-346cf0f4-901a-46ff-bc7b-bfba6fb57866', 'x-compute-request-id': 'req-346cf0f4-901a-46ff-bc7b-bfba6fb57866', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5'} Body: b'{"server": {"id": "6a0d597a-4eea-4938-92c6-c17d0a6c82e5", "name": "tempest-ServersNegativeTestJSON-server-504126875", "status": "ACTIVE", "tenant_id": "938a2ac3aa514d5ea63c1598221790f8", "user_id": "8b965155fa8a453f9f3ebbf5514bb96f", "metadata": {}, "hostId": "9839b5831599eb17609dcd07a6e123b16d12047217afd5f01647ca06", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:47:55Z", "updated": "2023-04-20T10:48:02Z", "addresses": {"tempest-ServersNegativeTestJSON-1521378163-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:1c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:48:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:55:30,962 80087 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/938a2ac3aa514d5ea63c1598221790f8/volumes 0.204s 2023-04-20 10:55:30,963 80087 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-1123681277"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5713c7c-15e1-4621-b6c0-74e491c2491a', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5713c7c-15e1-4621-b6c0-74e491c2491a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes'} Body: b'{"volume": {"id": "80018ec8-edd3-458e-9f48-594a48b21245", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:55:30.891247", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1123681277", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/80018ec8-edd3-458e-9f48-594a48b21245"}, {"rel": "bookmark", "href": "http://10.0.0.2 10/volume/938a2ac3aa514d5ea63c1598221790f8/volumes/80018ec8-edd3-458e-9f48-594a48b21245"}], "user_id": "8b965155fa8a453f9f3ebbf5514bb96f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:55:31,048 80087 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/938a2ac3aa514d5ea63c1598221790f8/volumes/80018ec8-edd3-458e-9f48-594a48b21245 0.075s 2023-04-20 10:55:31,049 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf14fe1f-fbe3-45ef-9e1e-9d40acbc3249', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf14fe1f-fbe3-45ef-9e1e-9d40acbc3249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/80018ec8-edd3-458e-9f48-594a48b21245'} Body: b'{"volume": {"id": "80018ec8-edd3-458e-9f48-594a48b21245", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:55:31.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1123681277", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/80018ec8-edd3-458e-9f48-594a48b21245"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/938a2ac3aa514d5ea63c1598221790f8/volumes/80018ec8-edd3-458e-9f48-594a48b21245"}], "user_id": "8b965155fa8a453f9f3ebbf5514bb96f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "938a2ac3aa514d5ea63c1598221790f8"}}' 2023-04-20 10:55:32,109 80087 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/938a2ac3aa514d5ea63c1598221790f8/volumes/80018ec8-edd3-458e-9f48-594a48b21245 0.048s 2023-04-20 10:55:32,110 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27fc0dcb-e7cb-4f9a-b579-a00c094c2c78', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27fc0dcb-e7cb-4f9a-b579-a00c094c2c78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/80018ec8-edd3-458e-9f48-594a48b21245'} Body: b'{"volume": {"id": "80018ec8-edd3-458e-9f48-594a48b21245", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:55:31.000000", "updated_at": "2023-04-20T10:55:31.000000", "name": "tempest-ServersNegativeTestJSON-volume-1123681277", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/80018ec8-edd3-458e-9f48-594a48b21245"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/938a2ac3aa514d5ea63c1598221790f8/volumes/80018ec8-edd3-458e-9f48-594a48b21245"}], "user_id": "8b965155fa8a453f9f3ebbf5514bb96f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenan t-attr:tenant_id": "938a2ac3aa514d5ea63c1598221790f8"}}' 2023-04-20 10:55:32,383 80087 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5 0.254s 2023-04-20 10:55:32,383 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:55:32 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-16d32613-c984-4ecb-b56a-dac165f0943b', 'x-compute-request-id': 'req-16d32613-c984-4ecb-b56a-dac165f0943b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5'} Body: b'{"server": {"id": "6a0d597a-4eea-4938-92c6-c17d0a6c82e5", "name": "tempest-ServersNegativeTestJSON-server-504126875", "status": "ACTIVE", "tenant_id": "938a2ac3aa514d5ea63c1598221790f8", "user_id": "8b965155fa8a453f9f3ebbf5514bb96f", "metadata": {}, "hostId": "9839b5831599eb17609dcd07a6e123b16d12047217afd5f01647ca06", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:47:55Z", "updated": "2023-04-20T10:48:02Z", "addresses": {"tempest-ServersNegativeTestJSON-1521378163-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:1c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:48:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' {3} tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete [1.765498s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 53, in test_volume_create_get_delete volume = self.create_volume(size=CONF.volume.volume_size, File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4939a1dd-0033-4f2c-a4ef-62dc23dc767d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:57:28,084 80087 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.501s 2023-04-20 10:57:28,085 80087 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-1067773048", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/4939a1dd-0033-4f2c-a4ef-62dc23dc767d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01461486-072b-4d87-bbac-7ea6d8b14d5f', 'x-compute-request-id': 'req-01461486-072b-4d87-bbac-7ea6d8b14d5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "4939a1dd-0033-4f2c-a4ef-62dc23dc767d", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T10:57:27.967537", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1067773048", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-20 10:57:28,160 80087 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/4939a1dd-0033-4f2c-a4ef-62dc23dc767d 0.070s 2023-04-20 10:57:28,160 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:28 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-ec244376-57f6-4a45-85ef-ac49ab856bf6', 'x-compute-request-id': 'req-ec244376-57f6-4a45-85ef-ac49ab856bf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/4939a1dd-0033-4f2c-a4ef-62dc23dc767d'} Body: b'{"volume": {"id": "4939a1dd-0033-4f2c-a4ef-62dc23dc767d", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T10:57:28.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1067773048", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-20 10:57:29,341 80087 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/4939a1dd-0033-4f2c-a4ef-62dc23dc767d 0.175s 2023-04-20 10:57:29,342 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:29 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-56c42ac2-26d6-4dc9-b4f2-cf1fb1d818f9', 'x-compute-request-id': 'req-56c42ac2-26d6-4dc9-b4f2-cf1fb1d818f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/4939a1dd-0033-4f2c-a4ef-62dc23dc767d'} Body: b'{"volume": {"id": "4939a1dd-0033-4f2c-a4ef-62dc23dc767d", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T10:57:28.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1067773048", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' {3} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_list_hosts [0.179492s] ... ok {3} tempest.api.volume.admin.test_volume_hosts.VolumeHostsAdminTestsJSON.test_show_host [0.159703s] ... ok {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs [2.107692s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types.py", line 54, in test_volume_crud_with_volume_type_and_extra_specs volume = self.create_volume(**params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 725cf153-2daf-4db6-b7c9-561af5ff54e6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:57:34,873 80087 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/d8b6691ff0974e09ae06350b3e892748/types 0.176s 2023-04-20 10:57:34,873 80087 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-1374973551", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-664b576f-b7f6-4db2-967a-5c0911bdc036', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-664b576f-b7f6-4db2-967a-5c0911bdc036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8b6691ff0974e09ae06350b3e892748/types'} Body: b'{"volume_type": {"id": "ce0966c5-5fdc-4227-8f8e-facf6448010a", "name": "tempest-VolumeTypesTest-volume-type-1374973551", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 10:57:34,954 80087 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/d8b6691ff0974e09ae06350b3e892748/types 0.076s 2023-04-20 10:57:34,955 80087 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-19504857", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c44334d4-1dbb-46b4-b585-d1ca704ddfa0', 'content-length': '271', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c44334d4-1dbb-46b4-b585-d1ca704ddfa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8b6691ff0974e09ae06350b3e892748/types'} Body: b'{"volume_type": {"id": "e247475b-7708-4dfb-9dfa-6e1b4b2c2caa", "name": "tempest-VolumeTypesTest-volume-type-19504857", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 10:57:35,328 80087 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/6faf576260514d38bf8fa8e4c7e15e01/volumes 0.370s 2023-04-20 10:57:35,328 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1610503469", "volume_type": "ce0966c5-5fdc-4227-8f8e-facf6448010a", "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7f24bb4-f850-4115-a612-d0ca7a90df8f', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7f24bb4-f850-4115-a612-d0ca7a90df8f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes'} Body: b'{"volume": {"id": "725cf153-2daf-4db6-b7c9-561af5ff54e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:57:35.254442", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1610503469", "description": null, "volum e_type": "tempest-VolumeTypesTest-volume-type-1374973551", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6"}], "user_id": "3b9f6bc9487b4c109472fd7274ded0e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:57:35,379 80087 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/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6 0.040s 2023-04-20 10:57:35,379 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f4aadea-e03c-4786-9bb8-02affe2f187b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f4aadea-e03c-4786-9bb8-02affe2f187b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6'} Body: b'{"volume": {"id": "725cf153-2daf-4db6-b7c9-561af5ff54e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:57:35.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1610503469", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1374973551", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6"}], "user_id": "3b9f6bc9487b4c109472fd7274ded0e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6faf576260514d38bf8fa8e4c7e15e01"}}' 2023-04-20 10:57:36,457 80087 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/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6 0.065s 2023-04-20 10:57:36,457 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-014a113b-4e67-4972-87ee-f638d39484ae', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-014a113b-4e67-4972-87ee-f638d39484ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6'} Body: b'{"volume": {"id": "725cf153-2daf-4db6-b7c9-561af5ff54e6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:57:35.000000", "updated_at": "2023-04-20T10:57:35.000000", "name": "tempest-VolumeTypesTest-volume-1610503469", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1374973551", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db 6-b7c9-561af5ff54e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6"}], "user_id": "3b9f6bc9487b4c109472fd7274ded0e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6faf576260514d38bf8fa8e4c7e15e01"}}' 2023-04-20 10:57:36,515 80087 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6 0.045s 2023-04-20 10:57:36,515 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c537f8e-7fae-4822-866e-0c3679672a3e', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c537f8e-7fae-4822-866e-0c3679672a3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6'} Body: b'{"volume": {"id": "725cf153-2daf-4db6-b7c9-561af5ff54e6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:57:35.000000", "updated_at": "2023-04-20T10:57:35.000000", "name": "tempest-VolumeTypesTest-volume-1610503469", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1374973551", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6"}], "user_id": "3b9f6bc9487b4c109472fd7274ded0e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6faf576260514d38bf8fa8e4c7e15e01"}}' 2023-04-20 10:57:36,629 80087 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6 0.104s 2023-04-20 10:57:36,630 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdb073f9-c513-42c3-80d1-6b31887083c8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6'} Body: b'' 2023-04-20 10:57:36,654 80087 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6 0.023s 2023-04-20 10:57:36,655 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d61bebd-6751-4e16-8842-0db770b8b352', 'x-openstack-request-id': 'req-3d61bebd-6751-4e16-8842-0db77 0b8b352', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 725cf153-2daf-4db6-b7c9-561af5ff54e6 could not be found."}}' 2023-04-20 10:57:36,711 80087 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d8b6691ff0974e09ae06350b3e892748/types/e247475b-7708-4dfb-9dfa-6e1b4b2c2caa 0.055s 2023-04-20 10:57:36,711 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d26b4495-c50a-48c8-a73f-799ad301d737', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d8b6691ff0974e09ae06350b3e892748/types/e247475b-7708-4dfb-9dfa-6e1b4b2c2caa'} Body: b'' 2023-04-20 10:57:36,729 80087 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d8b6691ff0974e09ae06350b3e892748/types/e247475b-7708-4dfb-9dfa-6e1b4b2c2caa 0.017s 2023-04-20 10:57:36,729 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:36 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-285e1fa9-246f-4f78-bd47-beef8415f62a', 'x-openstack-request-id': 'req-285e1fa9-246f-4f78-bd47-beef8415f62a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d8b6691ff0974e09ae06350b3e892748/types/e247475b-7708-4dfb-9dfa-6e1b4b2c2caa'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e247475b-7708-4dfb-9dfa-6e1b4b2c2caa could not be found."}}' 2023-04-20 10:57:36,784 80087 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d8b6691ff0974e09ae06350b3e892748/types/ce0966c5-5fdc-4227-8f8e-facf6448010a 0.054s 2023-04-20 10:57:36,784 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-050c845c-0dc9-421b-a788-1e8048ee26df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d8b6691ff0974e09ae06350b3e892748/types/ce0966c5-5fdc-4227-8f8e-facf6448010a'} Body: b'' 2023-04-20 10:57:36,801 80087 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d8b6691ff0974e09ae06350b3e892748/types/ce0966c5-5fdc-4227-8f8e-facf6448010a 0.016s 2023-04-20 10:57:36,801 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:36 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-a83f4dbd-1f32-43e4-85fd-45a3d12ee718', 'x-openstack-request-id': 'req-a83f4dbd-1f32-43e4-85fd-45a3d12ee7 18', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d8b6691ff0974e09ae06350b3e892748/types/ce0966c5-5fdc-4227-8f8e-facf6448010a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ce0966c5-5fdc-4227-8f8e-facf6448010a could not be found."}}' {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_create_get_delete [0.143345s] ... ok {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_encryption_create_get_update_delete [0.401105s] ... ok {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_list [0.037184s] ... ok {3} tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_type_update [0.195141s] ... ok {3} setUpClass (tempest.scenario.test_volume_migrate_attached.TestVolumeMigrateRetypeAttached) ... SKIPPED: Cinder multi-backend feature disabled {3} cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume [1.529762s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 51, in test_create_multiple_volume_from_source_volume volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 55bd3148-7a5b-4f90-903f-68e154d8d4ac failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:57:40,326 80087 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/ba453446459841cc86e8b472daac8496/volumes 0.412s 2023-04-20 10:57:40,327 80087 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-1141878448"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33a4c970-5465-486a-b3bc-7b5912d73be9', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33a4c970-5465-486a-b3bc-7b5912d73be9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ba453446459841cc86e8b472daac8496/volumes'} Body: b'{"volume": {"id": "55bd3148-7a5b-4f90-903f-68e154d8d4ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:57:40.249158", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1141878448", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba453446459841cc86e8b472daac8496/volumes/55bd3148-7a5b-4f90-903f-68e154d8d4ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba453446459841cc86e8b472daac8496/volumes/55bd3148-7a5b-4f90-903f-68e154d8d4ac"}], "user_id": "776f51c5f94f4426ac974084844b4423", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:57:40,374 80087 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/ba453446459841cc86e8b472daac8496/volumes/55bd3148-7a5b-4f90-903f-68e154d8d4ac 0.037s 2023-04-20 10:57:40,374 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f793f4a6-8fcc-4a02-9b0c-0922e53c951c', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f793f4a6-8fcc-4a02-9b0c-0922e53c951c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ba453446459841cc86e8b472daac8496/volumes/55bd3148-7a5b-4f90-903f-68e154d8d4ac'} Body: b'{"volume": {"id": "55bd3148-7a5b-4f90-903f-68e154d8d4ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:57:40.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1141878448", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba453446459841cc86e8b472daac8496/volumes/55bd3148-7a5b-4f90-903f-68e154d8d4ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba453446459841cc86e8b472daac8496/volumes/55bd3148-7a5b-4f90-903f-68e154d8d4ac"}], "user_id": "776f51c5f94f4426ac974084844b4423", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba453446459841cc86e8b472daac8496"}}' 2023-04-20 10:57:41,427 80087 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/ba453446459841cc86e8b472daac8496/volumes/55bd31 48-7a5b-4f90-903f-68e154d8d4ac 0.041s 2023-04-20 10:57:41,428 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c848028-3780-4891-83d0-5c191033a971', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c848028-3780-4891-83d0-5c191033a971', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ba453446459841cc86e8b472daac8496/volumes/55bd3148-7a5b-4f90-903f-68e154d8d4ac'} Body: b'{"volume": {"id": "55bd3148-7a5b-4f90-903f-68e154d8d4ac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:57:40.000000", "updated_at": "2023-04-20T10:57:40.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1141878448", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba453446459841cc86e8b472daac8496/volumes/55bd3148-7a5b-4f90-903f-68e154d8d4ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba453446459841cc86e8b472daac8496/volumes/55bd3148-7a5b-4f90-903f-68e154d8d4ac"}], "user_id": "776f51c5f94f4426ac974084844b4423", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba453446459841cc86e8b472daac8496"}}' {3} cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity [165.388863s] ... FAILED Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 54, in test_snapshot_data_integrity volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0adbda46-f97a-4f65-ae4c-249a169170a6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:57:56,538 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.274s 2023-04-20 10:57:56,539 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-590761624", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMBPIT+VvH3x2WPe1QtbwJQBTzLEjebnVimjNNjbfbb27yWLPSdAy/C41BLBv8diKVmHQXGuhKLbD0OVFASZoKFC6Q50u+178oCkH5VTSnQCVI+WIQW8XWFJi1FKNNpilg=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f984928-cddf-4d23-95fb-13c15890c9e9', 'x-compute-request-id': 'req-0f984928-cddf-4d23-95fb-13c15890c9e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-590761624", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMBPIT+VvH3x2WPe1QtbwJQBTzLEjebnVimjNNjbfbb27yWLPSdAy/C41BLBv8diKVmHQXGuhKLbD0OVFASZoKFC6Q50u+178oCkH5VTSnQCVI+WIQW8XWFJi1FKNNpilg==", "fingerprint": "9e:30:56:7c:ac:b7:74:d6:d9:83:8d:82:eb:b0:a4:62", "user_id": "1efe465dafde459899d76107759d64e9"}}' 2023-04-20 10:57:56,709 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.166s 2023-04-20 10:57:56,710 80087 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-1331080404", "description": "tempest-secgroup-smoke-1331080404 description", "project_id": "730b5f2c76df4e769572f6296407c103"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-d2a4e44c-9e8c-487c-86af-5abd61cdd9ea', 'date': 'Thu, 20 Apr 2023 10:57:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e83abf9f-7b0a-4521-957b-431efe2da412", "name": "tempest-secgroup-smoke-1331080404", "stateful": true, "tenant_id": "730b5f2c76df4e769572f6296407c103", "description": "tempest-secgroup-smoke-1331080404 description", "shared": false, "security_group_rules": [{"id": "3de5801f-f128-4a1f-b7e2-8294e5d9f89f", "tenant_id": "730b5f2c76df4e769572f6296407c103", "security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "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": 1078, "description": null, "tags": [], "created_at": "2023-04-20T10:57:56Z", "updated_at": "2023-04-20T10:57:56Z", "revision_number": 0, "project_id": "730b5f2c76df4e769572f6296407c103"}, {"id": "51b8c0cc-a27c-4ee1-879b-f1246ca6f53f", "tenant_id": "730b5f2c76df4e769572f6296407c103", "security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "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": 1079, "description": null, "tags": [], "created_at": "2023-04-20T10:57:56Z", "updated_at": "2023-04-20T10:57:56Z", "revision_number": 0, "project_id": "730b5f2c76df4e769572f6296407c103"}], "tags": [], "created_at": "2023-04-20T10:57:56Z", "updated_at": "2023-04-20T10:57:56Z", "revision_number" : 1, "project_id": "730b5f2c76df4e769572f6296407c103"}}' 2023-04-20 10:57:56,910 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.199s 2023-04-20 10:57:56,910 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "project_id": "730b5f2c76df4e769572f6296407c103", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-8f30b3ec-627b-4a7c-9632-902ad2c024e6', 'date': 'Thu, 20 Apr 2023 10:57:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "db7b3d21-6bd8-4651-8d06-73aeeb7ee0fd", "tenant_id": "730b5f2c76df4e769572f6296407c103", "security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:57:56Z", "updated_at": "2023-04-20T10:57:56Z", "revision_number": 0, "project_id": "730b5f2c76df4e769572f6296407c103"}}' 2023-04-20 10:57:57,077 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.166s 2023-04-20 10:57:57,078 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "project_id": "730b5f2c76df4e769572f6296407c103", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-eefdef68-3c5c-479f-8162-9acc4d60cd22', 'date': 'Thu, 20 Apr 2023 10:57:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d76a548f-bdff-472a-96b3-30bcdec0db94", "tenant_id": "730b5f2c76df4e769572f6296407c103", "security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:57:56Z", "updated_at": "2023-04-20T10:57:56Z", "revision_number": 0, "project_id": "730b5f2c76df4e769572f6296407c103"}}' 2023-04-20 10:57:57,236 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-04-20 10:57:57,237 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "project_id": "730b5f2c76df4e769572f6296407c103", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6ab245c9-085d-45f4-ac41-8715f504b29a', 'date': 'Thu, 20 Apr 2023 10:57:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0f4c7846-456b-4176-9974-0f440a12ee7d", "tenant_id": "730b5f 2c76df4e769572f6296407c103", "security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:57:57Z", "updated_at": "2023-04-20T10:57:57Z", "revision_number": 0, "project_id": "730b5f2c76df4e769572f6296407c103"}}' 2023-04-20 10:57:57,395 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.157s 2023-04-20 10:57:57,395 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "project_id": "730b5f2c76df4e769572f6296407c103", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-0c0a512c-4ec1-4f2d-a229-9fe7a360eca0', 'date': 'Thu, 20 Apr 2023 10:57:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a95fb826-0ddc-41af-a063-0d69324b3883", "tenant_id": "730b5f2c76df4e769572f6296407c103", "security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:57:57Z", "updated_at": "2023-04-20T10:57:57Z", "revision_number": 0, "project_id": "730b5f2c76df4e769572f6296407c103"}}' 2023-04-20 10:57:57,562 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.166s 2023-04-20 10:57:57,563 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "project_id": "730b5f2c76df4e769572f6296407c103", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-0bea8d1a-46f2-45c8-a332-f6d8a1f94822', 'date': 'Thu, 20 Apr 2023 10:57:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2e54a7b0-ef0e-4d1d-9bdf-4656c31aa0b2", "tenant_id": "730b5f2c76df4e769572f6296407c103", "security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:57:57Z", "updated_at": "2023-04-20T10:57:57Z", "revision_number": 0, "project_id": "730b5f2c76df4e769572f6296407c103"}}' 2023-04-20 10:57:57,721 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.157s 2023-04-20 10:57:57,722 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "project_id": "730b5f2c76df4e769572f6296407c103", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content -type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-cdd786c5-015f-4cca-b262-5ac2a0ca1413', 'date': 'Thu, 20 Apr 2023 10:57:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e746aa9b-8469-4412-8c71-b2fb5ea6d025", "tenant_id": "730b5f2c76df4e769572f6296407c103", "security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:57:57Z", "updated_at": "2023-04-20T10:57:57Z", "revision_number": 0, "project_id": "730b5f2c76df4e769572f6296407c103"}}' 2023-04-20 10:57:57,766 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.038s 2023-04-20 10:57:57,767 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-58db44b2-cdf3-4d8f-b589-b1ef9a6e5dba', '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": "1efe465dafde459899d76107759d64e9", "name": "tempest-SnapshotDataIntegrityTests-268465305-project-member", "password_expires_at": null}, "audit_ids": ["BaTpxi7zRlGYlTA2OO6lYA"], "expires_at": "2023-04-20T11:57:57.000000Z", "issued_at": "2023-04-20T10:57:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "730b5f2c76df4e769572f6296407c103", "name": "tempest-SnapshotDataIntegrityTests-268465305"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/730b5f2c76df4e769572f6296407c103", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "Region One", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:57:57,767 80087 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '52844f20-cd97-4994-ae95-56c25466dfd5', 'name': 'tempest-SnapshotDataIntegrityTests-534067309-network', 'tenant_id': '730b5f2c76df4e769572f6296407c103', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '730b5f2c76df4e769572f6296407c103', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 47855, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:57:43Z', 'updated_at': '2023-04-20T10:57:43Z', 'revision_number': 1} available for tenant 2023-04-20 10:57:58,644 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.876s 2023-04-20 10:57:58,644 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-1487722819", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-590761624", "security_groups": [{"name": "tempest-secgroup-smoke-1331080404"}], "networks": [{"uuid": "52844f20-cd97-4994-ae95-56c25466dfd5"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1b4df8f-7bf7-42b9-ba77-f934574438c7', 'x-compute-request-id': 'req-e1b4df8f-7bf7-42b9-ba77-f934574438c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2874b7cd-8c61-46d5-a949-8a8c2469b9af", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1331080404"}], "adminPass": "HcKNd9qijJS2"}}' 2023-04-20 10:57:58,732 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af 0.084s 2023-04-20 10:57:58,733 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1256', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c111145-0a4a-4e92-aced-c7fca249aeac', 'x-compute-request-id': 'req-3c111145-0a4a-4e92-aced-c7fca249aeac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af '} Body: b'{"server": {"id": "2874b7cd-8c61-46d5-a949-8a8c2469b9af", "name": "tempest-SnapshotDataIntegrityTests-server-1487722819", "status": "BUILD", "tenant_id": "730b5f2c76df4e769572f6296407c103", "user_id": "1efe465dafde459899d76107759d64e9", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:57:59Z", "updated": "2023-04-20T10:57:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-590761624", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:58:49,023 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af 0.225s 2023-04-20 10:58:49,024 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:58:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb6cb5a2-e9f0-423e-bf88-75176b142385', 'x-compute-request-id': 'req-cb6cb5a2-e9f0-423e-bf88-75176b142385', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af'} Body: b'{"server": {"id": "2874b7cd-8c61-46d5-a949-8a8c2469b9af", "name": "tempest-SnapshotDataIntegrityTests-server-1487722819", "status": "ACTIVE", "tenant_id": "730b5f2c76df4e769572f6296407c103", "user_id": "1efe465dafde459899d76107759d64e9", "metadata": {}, "hostId": "cef8c892f1f175917f407c0120358077224bda3cdfc92646749ea532", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:57:58Z", "updated": "2023-04-20T10:58:05Z", "addresses": {"tempest-SnapshotDataIntegrityTests-534067309-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:e5:c2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-590761624", "OS-SRV-USG:launched_at": "2023-04-20T10:58:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1331080404"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:58:49,035 80087 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 10:59:49,335 80087 INFO [tempest.lib.common.rest_client] Requ est (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af 0.249s 2023-04-20 10:59:49,336 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:59:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14d1560b-b8d8-4471-834b-23184e180090', 'x-compute-request-id': 'req-14d1560b-b8d8-4471-834b-23184e180090', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af'} Body: b'{"server": {"id": "2874b7cd-8c61-46d5-a949-8a8c2469b9af", "name": "tempest-SnapshotDataIntegrityTests-server-1487722819", "status": "ACTIVE", "tenant_id": "730b5f2c76df4e769572f6296407c103", "user_id": "1efe465dafde459899d76107759d64e9", "metadata": {}, "hostId": "cef8c892f1f175917f407c0120358077224bda3cdfc92646749ea532", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:57:58Z", "updated": "2023-04-20T10:58:05Z", "addresses": {"tempest-SnapshotDataIntegrityTests-534067309-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:e5:c2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-590761624", "OS-SRV-USG:launched_at": "2023-04-20T10:58:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1331080404"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:59:49,692 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes 0.344s 2023-04-20 10:59:49,692 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1981998527", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:59:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18cfab30-460e-4e29-a71c-bf6d2a69b967', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18cfab30-460e-4e29-a71c-bf6d2a69b967', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes'} Body: b'{"volume": {"id": "0adbda46-f97a-4f65-ae4c-249a169170a6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:59:49.631264", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1981998527", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97 a-4f65-ae4c-249a169170a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6"}], "user_id": "1efe465dafde459899d76107759d64e9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:59:49,747 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6 0.044s 2023-04-20 10:59:49,747 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:59:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2078fe1-984a-4473-baf7-e22bc55c3440', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2078fe1-984a-4473-baf7-e22bc55c3440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6'} Body: b'{"volume": {"id": "0adbda46-f97a-4f65-ae4c-249a169170a6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:59:50.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1981998527", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6"}], "user_id": "1efe465dafde459899d76107759d64e9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "730b5f2c76df4e769572f6296407c103"}}' 2023-04-20 10:59:50,809 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6 0.047s 2023-04-20 10:59:50,810 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:59:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-503bdc6f-4719-4320-9faa-37065081b6ff', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-503bdc6f-4719-4320-9faa-37065081b6ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6'} Body: b'{"volume": {"id": "0adbda46-f97a-4f65-ae4c-249a169170a6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:59:50.000000", "updated_at": "2023-04-20T10:59:50.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1981998527", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6"}], "user_id": "1efe465dafde459899d76107759d64e9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null , "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "730b5f2c76df4e769572f6296407c103"}}' 2023-04-20 10:59:50,925 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6 0.103s 2023-04-20 10:59:50,925 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:59: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-060a2c04-270b-4f0d-bf05-f4511e590de4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6'} Body: b'' 2023-04-20 10:59:50,947 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6 0.021s 2023-04-20 10:59:50,947 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:59: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-eed9df15-7b12-46c4-a2c4-7cc1e7f1de4a', 'x-openstack-request-id': 'req-eed9df15-7b12-46c4-a2c4-7cc1e7f1de4a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0adbda46-f97a-4f65-ae4c-249a169170a6 could not be found."}}' 2023-04-20 10:59:51,083 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af 0.135s 2023-04-20 10:59:51,083 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:59:50 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-4139d69d-c636-4f9a-97e1-cd2867ca2962', 'x-compute-request-id': 'req-4139d69d-c636-4f9a-97e1-cd2867ca2962', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af'} Body: b'' 2023-04-20 10:59:51,354 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af 0.270s 2023-04-20 10:59:51,354 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:59:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1574', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58f481ed-5c8f-4460-a3e8-c82a66afa449', 'x-compute-request-id': 'req-58f481ed-5c8f-4460-a3e8-c82a66afa449', 'connection': 'close', 'status': '200', 'content- location': 'http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af'} Body: b'{"server": {"id": "2874b7cd-8c61-46d5-a949-8a8c2469b9af", "name": "tempest-SnapshotDataIntegrityTests-server-1487722819", "status": "ACTIVE", "tenant_id": "730b5f2c76df4e769572f6296407c103", "user_id": "1efe465dafde459899d76107759d64e9", "metadata": {}, "hostId": "cef8c892f1f175917f407c0120358077224bda3cdfc92646749ea532", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:57:58Z", "updated": "2023-04-20T10:59:51Z", "addresses": {"tempest-SnapshotDataIntegrityTests-534067309-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:e5:c2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-590761624", "OS-SRV-USG:launched_at": "2023-04-20T10:58:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1331080404"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 11:00:41,431 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af 0.046s 2023-04-20 11:00:41,432 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 11:00:41 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-d06aa301-382d-436d-95fa-66615a6dc4e1', 'x-compute-request-id': 'req-d06aa301-382d-436d-95fa-66615a6dc4e1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2874b7cd-8c61-46d5-a949-8a8c2469b9af could not be found."}}' 2023-04-20 11:00:41,611 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e83abf9f-7b0a-4521-957b-431efe2da412 0.178s 2023-04-20 11:00:41,612 80087 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-f4502a8d-7d72-428f-8f31-8f300f4f731a', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 11:00:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e83abf9f-7b0a-4521-957b-431efe2da412'} Body: b'' 2023-04-20 11:00:41,649 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-590761624 0.036s 2023-04-20 11:00:41,649 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 11:00:41 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-4b58f1e2-9583-4549-a03b-9132cb10169e', 'x-compute-request-id': 'req-4b58f1e2-9583-4549-a03b-9132cb10169e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-590761624'} Body: b'' ============================== Failed 96 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 42, in test_group_create_show_list_delete grp1 = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 044997a6-c6fc-4516-a131-0dc6aa10a3b6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:27:58,596 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types 0.965s 2023-04-20 10:27:58,596 80095 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-617700476"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:27:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-13afb0a0-fea0-4ef9-b937-a468588b3b6a', 'content-length': '215', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-13afb0a0-fea0-4ef9-b937-a468588b3b6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types'} Body: b'{"volume_type": {"id": "c13261f0-1512-420f-913c-eb98f5115539", "name": "tempest-GroupsTest-volume-type-617700476", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 10:27:58,637 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/group_types 0.035s 2023-04-20 10:27:58,637 80095 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-2043753251"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:27:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc715b40-eaf7-490d-915e-6caf69e23e6c', 'content-length': '173', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc715b40-eaf7-490d-915e-6caf69e23e6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/group_types'} Body: b'{"group_type": {"id": "146406be-9001-4430-941f-a724c7f4844a", "name": "tempest-GroupsTest-group-type-2043753251", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 10:27:58,934 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups 0.294s 2023-04-20 10:27:58,935 80095 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": "146406be-9001-4430-941f-a724c7f4844a", "volume_types": ["c13261f0-1512-420f-913c-eb98f5115539"], "name": "tempest-Group1-316325912"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:27:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-26075078-9e18-4e2a-82c1-223bfbdc3e1c', 'content-length': '93', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-26075078-9e18-4e2a-82c1-223bfbdc3e1c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups'} Body: b'{"group": {"id": "044997a6-c6fc-4516-a131-0dc6aa10a3b6", "name": "tempest-Group1-316325912"}}' 2023-04-20 10:27:58,999 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/044997a6-c6fc-4516-a131-0dc6aa10a3b6 0.062s 2023-04-20 10:27:58,999 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-A pi-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:27:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1e6ee4f-0625-43bd-9dcf-4a9778129c92', 'content-length': '321', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1e6ee4f-0625-43bd-9dcf-4a9778129c92', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/044997a6-c6fc-4516-a131-0dc6aa10a3b6'} Body: b'{"group": {"id": "044997a6-c6fc-4516-a131-0dc6aa10a3b6", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T10:27:59.000000", "name": "tempest-Group1-316325912", "description": null, "group_type": "146406be-9001-4430-941f-a724c7f4844a", "volume_types": ["c13261f0-1512-420f-913c-eb98f5115539"]}}' 2023-04-20 10:28:00,059 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/044997a6-c6fc-4516-a131-0dc6aa10a3b6 0.055s 2023-04-20 10:28:00,060 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-01c53372-8aaf-4832-8ea6-71ab59a7deff', 'content-length': '318', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-01c53372-8aaf-4832-8ea6-71ab59a7deff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/044997a6-c6fc-4516-a131-0dc6aa10a3b6'} Body: b'{"group": {"id": "044997a6-c6fc-4516-a131-0dc6aa10a3b6", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T10:27:59.000000", "name": "tempest-Group1-316325912", "description": null, "group_type": "146406be-9001-4430-941f-a724c7f4844a", "volume_types": ["c13261f0-1512-420f-913c-eb98f5115539"]}}' 2023-04-20 10:28:00,138 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/volumes/detail 0.073s 2023-04-20 10:28:00,138 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb22914d-fc98-4eb1-a614-e4d56e96bf16', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb22914d-fc98-4eb1-a614-e4d56e96bf16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 10:28:00,250 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/044997a6-c6fc-4516-a131-0dc6aa10a3b6/action 0.101s 2023-04-20 10:28:00,251 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request -id': 'req-10e13dd4-c0d8-4559-b780-06f2ebde8c8f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/044997a6-c6fc-4516-a131-0dc6aa10a3b6/action'} Body: b'' 2023-04-20 10:28:00,268 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/044997a6-c6fc-4516-a131-0dc6aa10a3b6 0.017s 2023-04-20 10:28:00,268 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-f9d5b862-11f9-4669-bf07-43cda9ea8186', 'x-openstack-request-id': 'req-f9d5b862-11f9-4669-bf07-43cda9ea8186', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/044997a6-c6fc-4516-a131-0dc6aa10a3b6'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 044997a6-c6fc-4516-a131-0dc6aa10a3b6 could not be found."}}' 2023-04-20 10:28:00,312 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/group_types/146406be-9001-4430-941f-a724c7f4844a 0.042s 2023-04-20 10:28:00,312 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90d00dd1-da40-4e7a-813e-f4bfb16fcd1e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/group_types/146406be-9001-4430-941f-a724c7f4844a'} Body: b'' 2023-04-20 10:28:00,394 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types/c13261f0-1512-420f-913c-eb98f5115539 0.082s 2023-04-20 10:28:00,394 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28: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-e29b81f2-82ba-42e5-a0ea-ee4f7bc0fc1d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types/c13261f0-1512-420f-913c-eb98f5115539'} Body: b'' 2023-04-20 10:28:00,410 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types/c13261f0-1512-420f-913c-eb98f5115539 0.015s 2023-04-20 10:28:00,411 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-64846465-ea70-47f8-ba49-a1892ab5de59', 'x-openstack-request-id': 'req-64846465-ea70-47f8-ba49-a18 92ab5de59', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types/c13261f0-1512-420f-913c-eb98f5115539'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type c13261f0-1512-420f-913c-eb98f5115539 could not be found."}}' tempest.api.volume.admin.test_groups.GroupsTest.test_group_update[id-4a8a6fd2-8b3b-4641-8f54-6a6f99320006] ---------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 108, in test_group_update grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group e39d52e3-45ad-4b92-9913-5301d305482f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:00,461 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 POST http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types 0.045s 2023-04-20 10:28:00,462 80095 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-1995319102"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e383c57b-232d-4b53-8e00-0649656f331e', 'content-length': '216', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e383c57b-232d-4b53-8e00-0649656f331e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types'} Body: b'{"volume_type": {"id": "8ec38f82-f3ee-46fb-8559-f38320ed07cf", "name": "tempest-GroupsTest-volume-type-1995319102", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 10:28:00,501 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/group_types 0.035s 2023-04-20 10:28:00,501 80095 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-780704554"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-47f1bb74-2653-4225-9f2b-61c4644bd909', 'content-length': '172', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-47f1bb74-2653-4225-9f2b-61c4644bd909', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/group_types'} Body: b'{"group_type": {"id": "df6bb91a-c495-426f-b034-7a0204524e6c", "name": "tempest-GroupsTest-group-type-780704554", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 10:28:00,666 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 202 POST http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups 0.162s 2023-04-20 10:28:00,666 80095 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": "df6bb91a-c495-426f-b034-7a0204524e6c", "volume_types": ["8ec38f82-f3ee-46fb-8559-f38320ed07cf"], "name": "tempest-GroupsTest-Group-1241184145"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4a456da6-caf1-4f30-9818-5e25a83c560a', 'content-length': '104', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4a456da6-caf1-4f30-9818-5e25a83c560a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups'} Body: b'{"group": {"id": "e39d52e3-45ad-4b92-9913-5301d305482f", "name": "tempest-GroupsTest-Group-1241184145"}}' 2023-04-20 10:28:00,724 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/e39d52e3-45ad-4b92-9913-5301d305482f 0.055s 2023-04-20 10:28:00,724 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ' '} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-49caee91-e6e9-4fc3-91c6-01e877fc3421', 'content-length': '332', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-49caee91-e6e9-4fc3-91c6-01e877fc3421', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/e39d52e3-45ad-4b92-9913-5301d305482f'} Body: b'{"group": {"id": "e39d52e3-45ad-4b92-9913-5301d305482f", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T10:28:01.000000", "name": "tempest-GroupsTest-Group-1241184145", "description": null, "group_type": "df6bb91a-c495-426f-b034-7a0204524e6c", "volume_types": ["8ec38f82-f3ee-46fb-8559-f38320ed07cf"]}}' 2023-04-20 10:28:01,760 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:test_group_update): 200 GET http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/e39d52e3-45ad-4b92-9913-5301d305482f 0.031s 2023-04-20 10:28:01,760 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-125db500-916a-4635-9910-4986466e7796', 'content-length': '329', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-125db500-916a-4635-9910-4986466e7796', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/e39d52e3-45ad-4b92-9913-5301d305482f'} Body: b'{"group": {"id": "e39d52e3-45ad-4b92-9913-5301d305482f", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T10:28:01.000000", "name": "tempest-GroupsTest-Group-1241184145", "description": null, "group_type": "df6bb91a-c495-426f-b034-7a0204524e6c", "volume_types": ["8ec38f82-f3ee-46fb-8559-f38320ed07cf"]}}' 2023-04-20 10:28:02,037 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/volumes/detail 0.272s 2023-04-20 10:28:02,037 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37c5cd8c-3951-4a02-b1bc-65d384693cea', 'content-length': '15', 'openstack-api-version': 'volume 3.13', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-37c5cd8c-3951-4a02-b1bc-65d384693cea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 10:28:02,124 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/e39d52e3-45ad-4b92-9913-5301d305482f/action 0.076s 2023-04-20 10:28:02,124 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:02 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-9141e498-8385-4297-8e91-495b7 dd6bfcc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/e39d52e3-45ad-4b92-9913-5301d305482f/action'} Body: b'' 2023-04-20 10:28:02,139 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/e39d52e3-45ad-4b92-9913-5301d305482f 0.014s 2023-04-20 10:28:02,139 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:02 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-146e4e9c-446e-4377-a1e0-07e706e376bb', 'x-openstack-request-id': 'req-146e4e9c-446e-4377-a1e0-07e706e376bb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/12dafd1a7cd74ba2a182915925c81191/groups/e39d52e3-45ad-4b92-9913-5301d305482f'} Body: b'{"itemNotFound": {"code": 404, "message": "Group e39d52e3-45ad-4b92-9913-5301d305482f could not be found."}}' 2023-04-20 10:28:02,177 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/group_types/df6bb91a-c495-426f-b034-7a0204524e6c 0.037s 2023-04-20 10:28:02,178 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.13', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:02 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-a94a203b-a161-4c53-bd13-cc18d3fdd81b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/group_types/df6bb91a-c495-426f-b034-7a0204524e6c'} Body: b'' 2023-04-20 10:28:02,255 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types/8ec38f82-f3ee-46fb-8559-f38320ed07cf 0.077s 2023-04-20 10:28:02,255 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28: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-6ed1589a-b372-41d8-8003-77a2aa3211ee', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types/8ec38f82-f3ee-46fb-8559-f38320ed07cf'} Body: b'' 2023-04-20 10:28:02,270 80095 INFO [tempest.lib.common.rest_client] Request (GroupsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types/8ec38f82-f3ee-46fb-8559-f38320ed07cf 0.014s 2023-04-20 10:28:02,270 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:02 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-21f8b428-ab2a-461f-82c2-4555bdde55dd', 'x-openstack-request-id': 'req-21f8b428-ab2a-461f-82c2-4555bdde55dd', 'connection': 'close', 'stat us': '404', 'content-location': 'http://10.0.0.210/volume/v3/84313434cac64e44b674504fd6886c9f/types/8ec38f82-f3ee-46fb-8559-f38320ed07cf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 8ec38f82-f3ee-46fb-8559-f38320ed07cf could not be found."}}' setUpClass (tempest.api.compute.volumes.test_volumes_list.VolumesTestJSON) -------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_list.py", line 56, in resource_setup volume = cls.create_volume(metadata=metadata) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 63ea683b-3e72-455c-b457-63cbb9a5ecc6 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: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:04,917 80101 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_with_details): 200 GET http://10.0.0.210/volume/v3/72c29d4aed6c49e48bdaea1f705101bf/scheduler-stats/get_pools?detail=True 0.199s 2023-04-20 10:28:04,918 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-58d7bd8b-651c-4d10-9182-a3e777ebd665', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58d7bd8b-651c-4d10-9182-a3e777ebd665', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72c29d4aed6c49e48bdaea1f705101bf/scheduler-stats/get_pools?detail=True'} Body: b'{"pools": []}' tempest.api.volume.admin.test_volume_pools.VolumePoolsAdminTestsJSON.test_get_pools_without_details[id-0248a46c-e226-4933-be10-ad6fca8227e7] -------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 39, in test_get_pools_without_details self._assert_pools() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_pools.py", line 29, in _assert_pools self.assertNotEmpty(cinder_pools, "no cinder pools listed.") File "/opt/stack/tempest/tempest/test.py", line 970, in assertNotEmpty self.assertTrue(items, msg) File "/usr/lib/python3.10/unittest/case.py", line 687, in assertTrue raise self.failureException(msg) AssertionError: [] is not true : no cinder pools listed. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:04,969 80101 INFO [tempest.lib.common.rest_client] Request (VolumePoolsAdminTestsJSON:test_get_pools_without_details): 200 GET http://10.0.0.210/volume/v3/72c29d4aed6c49e48bdaea1f705101bf/scheduler-stats/get_pools 0.045s 2023-04-20 10:28:04,969 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-360dbd63-0d31-4337-ab2c-5c45cb8a4aa0', 'content-length': '13', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-360dbd63-0d31-4337-ab2c-5c45cb8a4aa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/72c29d4aed6c49e48bdaea1f705101bf/scheduler-stats/get_pools'} Body: b'{"pools": []}' tempest.api.volume.admin.test_groups.GroupsV314Test.test_create_group_from_group[id-2424af8c-7851-4888-986a-794b10c3210e] ------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 177, in test_create_group_from_group grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 57e01d32-6042-4ae8-8c43-54f6bcde9970 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:03,879 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 POST http://10.0.0.210/volume/v3/de1cc2b9531d47b0b7dfeb7fa81645f9/types 0.252s 2023-04-20 10:28:03,880 80097 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-229633503"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44712aa5-2473-47ce-ae15-246ba4ef6208', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44712aa5-2473-47ce-ae15-246ba4ef6208', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/de1cc2b9531d47b0b7dfeb7fa81645f9/types'} Body: b'{"volume_type": {"id": "4e837393-cbc3-419b-adad-475259234526", "name": "tempest-GroupsV314Test-volume-type-229633503", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 10:28:03,915 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/de1cc2b9531d47b0b7dfeb7fa81645f9/group_types 0.032s 2023-04-20 10:28:03,916 80097 DEBUG [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-1393975806"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ecd2318-35b4-4635-9df0-f21fb190138a', 'content-length': '177', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ecd2318-35b4-4635-9df0-f21fb190138a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/de1cc2b9531d47b0b7dfeb7fa81645f9/group_types'} Body: b'{"group_type": {"id": "e4bcd075-144e-4dcb-8cfe-3b8c25b717ce", "name": "tempest-GroupsV314Test-group-type-1393975806", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 10:28:04,293 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 202 POST http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/groups 0.375s 2023-04-20 10:28:04,294 80097 DEBUG [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": "e4bcd075-144e-4dcb-8cfe-3b8c25b717ce", "volume_types": ["4e837393-cbc3-419b-adad-475259234526"], "name": "tempest-GroupsV314Test-Group-1041244627"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-45823043-4121-416b-af13-be03b0855eff', 'content-length': '108', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45823043-4121-416b-af13-be03b0855eff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/groups'} Body: b'{"group": {"id": "57e01d32-6042-4ae8-8c43-54f6bcde9970", "name": "tempest-GroupsV314Test-Group-1041244627"}}' 2023-04-20 10:28:04,338 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/groups/57e01d32-6042-4ae8-8c43-54f6bcde9970 0.041s 2023-04-20 10:28:04,338 80097 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': 'Thu, 20 Apr 2023 10:28:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5528f106-06a1-46ef-943e-3e1bb720a75d', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5528f106-06a1-46ef-943e-3e1bb720a75d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/groups/57e01d32-6042-4ae8-8c43-54f6bcde9970'} Body: b'{"group": {"id": "57e01d32-6042-4ae8-8c43-54f6bcde9970", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T10:28:04.000000", "name": "tempest-GroupsV314Test-Group-1041244627", "description": null, "group_type": "e4bcd075-144e-4dcb-8cfe-3b8c25b717ce", "volume_types": ["4e837393-cbc3-419b-adad-475259234526"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:28:05,373 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:test_create_group_from_group): 200 GET http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/groups/57e01d32-6042-4ae8-8c43-54f6bcde9970 0.029s 2023-04-20 10:28:05,373 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6650985a-5a7d-4c4f-b7fd-69b7c796ddf2', 'content-length': '385', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6650985a-5a7d-4c4f-b7fd-69b7c796ddf2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/groups/57e01d32-6042-4ae8-8c43-54f6bcde9970'} Body: b'{"group": {"id": "57e01d32-6042-4ae8-8c43-54f6bcde9970", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T10:28:04.000000", "name": "tempest-GroupsV314Test-Group-1041244627", "description": null, "group_type": "e4bcd075-144e-4dcb-8cfe-3b8c25b717ce", "volume_types": ["4e837393-cbc3-419b-adad-475259234526"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:28:05,449 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/volumes/detail 0.071s 2023-04-20 10:28:05,449 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1cf528c8-9ee0-417b-bdcc-b134ddfde46a', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1cf528c8-9ee0-417b-bdcc-b134ddfde46a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 10:28:05,520 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/groups/57e01d32-6042-4ae8-8c43-54f6bcde9970/action 0.060s 2023-04-20 10:28:05,520 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:05 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-7930f33e-0668-4b17-9e76-209e9dd33d06', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/groups/57e01d32-6042-4ae8-8c43-54f6bcde9970/action'} Body: b'' 2023-04-20 10:28:05,536 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/groups/57e01d32-6042-4ae8-8c43-54f6bcde9970 0.016s 2023-04-20 10:28:05,537 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:05 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-13b439ab-5de9-4b5c-9c25-4955ed6b5556', 'x-openstack-request-id': 'req-13b439ab-5de9-4b5c-9c25-4955ed6b5556', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a6ca7054cf2046af9f6dbc9124b404f7/groups/57e01d32-6042-4ae8-8c43-54f6bcde9970'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 57e01d32-6042-4ae8-8c43-54f6bcde9970 could not be found."}}' 2023-04-20 10:28:05,593 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/de1cc2b9531d47b0b7dfeb7fa81645f9/group_types/e4bcd075-144e-4dcb-8cfe-3b8c25b717ce 0.055s 2023-04-20 10:28:05,593 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:05 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-25b5942b-9802-4d9f-83c4-e1324bd04d00', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/de1cc2b9531d47b0b7dfeb7fa81645f9/group_types/e4bcd075-144e-4dcb-8cfe-3b8c25b717ce'} Body: b'' 2023-04-20 10:28:05,646 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/de1cc2b9531d47b0b7dfeb7fa81645f9/types/4e837393-cbc3-419b-adad-475259234526 0.052s 2023-04-20 10:28:05,646 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5c28d907-23dd-4c57-b694-c4e7316a8a63', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/de1cc2b9531d47b0b7dfeb7fa81645f9/types/4e837393-cbc3-419b-adad-475259234526'} Body: b'' 2023-04-20 10:28:05,661 80097 INFO [tempest.lib.common.rest_client] Request (GroupsV314Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/de1cc2b9531d47b0b7dfeb7fa81645f9/types/4e837393-cbc3-419b-adad-475259234526 0.014s 2023-04-20 10:28:05,661 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:05 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-dfab40e7-a05a-449c-b023-7168ddb848a5', 'x-openstack-request-id': 'req-dfab40e7-a05a-449c-b023-7168ddb848a5', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/de1cc2b9531d47b0b7dfeb7fa81645f9/types/4e837393-cbc3-419b-adad-475259234526'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 4e837393-cbc3-419b-adad-475259234526 could not be found."}}' tempest.api.volume.admin.test_volume_services.VolumesServicesTestJSON.test_get_service_by_volume_host_name[id-67ec6902-f91d-4dec-91fa-338523208bbc] --------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_services.py", line 76, in test_get_service_by_volume_host_name volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 38584240-0ae5-46a3-a0b1-7009709e7cc8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:13,477 80097 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 202 POST http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes 0.435s 2023-04-20 10:28:13,477 80097 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-1048583147"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe9c1460-1b64-45a6-a8d9-8efb1a52b08d', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe9c1460-1b64-45a6-a8d9-8efb1a52b08d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes'} Body: b'{"volume": {"id": "38584240-0ae5-46a3-a0b1-7009709e7cc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:13.412666", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1048583147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8"}], "user_id": "7f45e6ac51ce42a6b3496886a6a67aec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:28:13,524 80097 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8 0.038s 2023-04-20 10:28:13,524 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-14c85865-d3fb-4dcc-9035-2011c84e242d', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-14c85865-d3fb-4dcc-9035-2011c84e242d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8'} Body: b'{"volume": {"id": "38584240-0ae5-46a3-a0b1-7009709e7cc8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:13.000000", "updated_at": null, "name": "tempest-VolumesServicesTestJSON-Volume-1048583147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8"}], "user_id": "7f45e6ac51ce42a6b3496886a6a67aec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d76d88496a5445eebc3e11ae2e4c8a89"}}' 2023-04-20 10:28:14,596 80097 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:test_get_service_by_volume_host_name): 200 GET http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8 0.060s 2023-04-20 10:28:14,596 80097 DEBUG [tempest.lib. common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-50bf4077-70b9-4e80-b842-e09e0b2a440a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-50bf4077-70b9-4e80-b842-e09e0b2a440a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8'} Body: b'{"volume": {"id": "38584240-0ae5-46a3-a0b1-7009709e7cc8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:13.000000", "updated_at": "2023-04-20T10:28:14.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1048583147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8"}], "user_id": "7f45e6ac51ce42a6b3496886a6a67aec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d76d88496a5445eebc3e11ae2e4c8a89"}}' 2023-04-20 10:28:14,645 80097 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8 0.038s 2023-04-20 10:28:14,645 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51b6fbea-eb2d-433c-95e7-d578554f00a9', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51b6fbea-eb2d-433c-95e7-d578554f00a9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8'} Body: b'{"volume": {"id": "38584240-0ae5-46a3-a0b1-7009709e7cc8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:13.000000", "updated_at": "2023-04-20T10:28:14.000000", "name": "tempest-VolumesServicesTestJSON-Volume-1048583147", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8"}], "user_id": "7f45e6ac51ce42a6b3496886a6a67aec", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d76d88496a5445eebc3e11ae2e4c8a89"}}' 2023-04-20 10:28:14,804 80097 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8 0.148s 2023-04-20 10:28:14,805 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', ' content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3e67866-6ec3-4a41-8586-4bfef0406e9c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8'} Body: b'' 2023-04-20 10:28:14,834 80097 INFO [tempest.lib.common.rest_client] Request (VolumesServicesTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8 0.029s 2023-04-20 10:28:14,835 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-cd012b1c-5cf4-49b0-91a2-9f515fcfb39b', 'x-openstack-request-id': 'req-cd012b1c-5cf4-49b0-91a2-9f515fcfb39b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d76d88496a5445eebc3e11ae2e4c8a89/volumes/38584240-0ae5-46a3-a0b1-7009709e7cc8'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 38584240-0ae5-46a3-a0b1-7009709e7cc8 could not be found."}}' setUpClass (tempest.api.volume.test_volumes_actions.VolumesActionsTest) ----------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_actions.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f6f73e68-0972-46fa-97a4-77b802b2fd62 failed to build and is in ERROR status setUpClass (tempest.api.volume.test_volume_absolute_limits.AbsoluteLimitsTests) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_absolute_limits.py", line 37, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d09e52a6-d7fa-4d7f-b272-e313b062cdf2 failed to build and is in ERROR status tempest.api.volume.test_volumes_clone_negative.VolumesCloneNegativeTest.test_create_from_volume_decreasing_size[id-9adae371-a257-43a5-459a-dc7c88e66e0e,negative] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone_negative.py", line 40, in test_create_from_volume_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 98798dc8-e6f7-4433-abe0-a7891e884878 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:24,045 80097 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 202 POST http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes 0.440s 2023-04-20 10:28:24,045 80097 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-1081610059"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3faa462-cac5-46c9-aaf6-456bd0cfd942', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3faa462-cac5-46c9-aaf6-456bd0cfd942', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes'} Body: b'{"volume": {"id": "98798dc8-e6f7-4433-abe0-a7891e884878", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T10:28:23.952558", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1081610059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878"}], "user_id": "ce88761deeeb4624ab95e464f6fa3e13", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:28:24,117 80097 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878 0.061s 2023-04-20 10:28:24,117 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cdf61668-6746-49a3-9e65-3657d69ea300', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cdf61668-6746-49a3-9e65-3657d69ea300', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878'} Body: b'{"volume": {"id": "98798dc8-e6f7-4433-abe0-a7891e884878", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T10:28:24.000000", "updated_at": null, "name": "tempest-VolumesCloneNegativeTest-Volume-1081610059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878"}], "user_id": "ce88761deeeb4624ab95e464f6fa3e13", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f563ca49fbc84701bfeb27c9aaa2bb63"}}' 2023-04-20 10:28:25,169 80097 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:test_create_from_volume_decreasing_size): 200 GET http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878 0.040s 2023-04-20 10:28:25,169 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dd5795a2-a781-45f7-b774-0031829ad1e4', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dd5795a2-a781-45f7-b774-0031829ad1e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878'} Body: b'{"volume": {"id": "98798dc8-e6f7-4433-abe0-a7891e884878", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T10:28:24.000000", "updated_at": "2023-04-20T10:28:24.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1081610059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878"}], "user_id": "ce88761deeeb4624ab95e464f6fa3e13", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f563ca49fbc84701bfeb27c9aaa2bb63"}}' 2023-04-20 10:28:25,229 80097 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878 0.049s 2023-04-20 10:28:25,230 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6bfa4f7-afd3-4912-92bb-d72d680d5500', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6bfa4f7-afd3-4912-92bb-d72d680d5500', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878'} Body: b'{"volume": {"id": "98798dc8-e6f7-4433-abe0-a7891e884878", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T10:28:24.000000", "updated_at": "2023-04-20T10:28:24.000000", "name": "tempest-VolumesCloneNegativeTest-Volume-1081610059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878"}], "user_id": "ce88761deeeb4624ab95e464f6fa3e13", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f563ca49fbc84701bfeb27c9aaa2bb63"}}' 2023-04-20 10:28:25,360 80097 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878 0.120s 2023-04-20 10:28:25,360 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:25 GMT', 'server': 'Apache/ 2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c505893-0d0f-47cb-86c5-1e179bd48f8d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878'} Body: b'' 2023-04-20 10:28:25,382 80097 INFO [tempest.lib.common.rest_client] Request (VolumesCloneNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878 0.021s 2023-04-20 10:28:25,383 80097 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-1a1f7a54-f1e9-4c73-be02-311ebdfef9d7', 'x-openstack-request-id': 'req-1a1f7a54-f1e9-4c73-be02-311ebdfef9d7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f563ca49fbc84701bfeb27c9aaa2bb63/volumes/98798dc8-e6f7-4433-abe0-a7891e884878'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 98798dc8-e6f7-4433-abe0-a7891e884878 could not be found."}}' tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend[id-9a36df71-a257-43a5-9555-dc7c88e66e0e] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 37, in test_volume_extend volume = self.create_volume(imageRef=self.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a508e0f2-44d8-4a83-8d3c-830ed268def7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:24,412 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41 0.143s 2023-04-20 10:28:24,413 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d0333aae-23f3-4037-a622-26932761e54c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "fda053593ca94fea8fa552c5a6c6e5d5", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "created_at": "2023-04-20T10:24:36Z", "updated_at": "2023-04-20T10:24:37Z", "tags": [], "self": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41", "file": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:28:24,827 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 202 POST http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes 0.413s 2023-04-20 10:28:24,828 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "size": 1, "name": "tempest-VolumesExtendTest-Volume-1109559674"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be71a8e8-6bea-4468-9f0a-4c9a55685ba0', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be71a8e8-6bea-4468-9f0a-4c9a55685ba0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes'} Body: b'{"volume": {"id": "a508e0f2-44d8-4a83-8d3c-830ed268def7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:24.751161", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1109559674", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7"}], "user_id": "0e0325bbe4b24f11b513be4a82e18445", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:28:24,884 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7 0.047s 2023-04-20 10:28:24,885 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-32743b79-ab91-41db-bbcb-2996bb2a9aa4', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-32743b79-ab91-41db-bbcb-2996bb2a9aa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7'} Body: b'{"volume": {"id": "a508e0f2-44d8-4a83-8d3c-830ed268def7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:25.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-1109559674", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7"}], "user_id": "0e0325bbe4b24f11b513be4a82e18445", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f039c8bcf6cf49adbaa7cd45fa286341"}}' 2023-04-20 10:28:25,938 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend): 200 GET http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7 0.042s 2023-04-20 10:28:25,939 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-98407963-f015-429a-b87b-726e2f40f936', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-98407963-f015-429a-b87b-726e2f40f936', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7'} Body: b'{"volume": {"id": "a508e0f2-44d8-4a83-8d3c-830ed268def7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:25.000000", "updated_at": "2023-04-20T10:28:25.000000", "name": "tempest-VolumesExtendTest-Volume-1109559674", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7"}], "user_id": "0e0325bbe4b24f11b513be4a82e18445", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f039c8bcf6cf49adbaa7cd45fa286341"}}' 2023-04-20 10:28:26,032 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7 0.082s 2023-04-20 10:28:26,033 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ac6835d-e4c7-4ec8-82bb-268702808c0c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version' , 'x-openstack-request-id': 'req-7ac6835d-e4c7-4ec8-82bb-268702808c0c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7'} Body: b'{"volume": {"id": "a508e0f2-44d8-4a83-8d3c-830ed268def7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:25.000000", "updated_at": "2023-04-20T10:28:25.000000", "name": "tempest-VolumesExtendTest-Volume-1109559674", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7"}], "user_id": "0e0325bbe4b24f11b513be4a82e18445", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f039c8bcf6cf49adbaa7cd45fa286341"}}' 2023-04-20 10:28:26,174 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7 0.130s 2023-04-20 10:28:26,174 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-533f938c-2f36-4ecb-8ac3-621cf92d2720', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7'} Body: b'' 2023-04-20 10:28:26,207 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7 0.032s 2023-04-20 10:28:26,207 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a955ed15-d2d7-4c8f-b2c5-f8b64605f340', 'x-openstack-request-id': 'req-a955ed15-d2d7-4c8f-b2c5-f8b64605f340', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/a508e0f2-44d8-4a83-8d3c-830ed268def7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a508e0f2-44d8-4a83-8d3c-830ed268def7 could not be found."}}' tempest.api.volume.test_volumes_extend.VolumesExtendTest.test_volume_extend_when_volume_has_snapshot[id-86be1cba-2640-11e5-9c82-635fb964c912] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_extend.py", line 51, in test_volume_extend_when_volume_has_snapshot volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume eceff273-fda2-493d-ae8f-bf54185a7964 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:26,493 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 202 POST http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes 0.281s 2023-04-20 10:28:26,493 80101 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-42055061"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b224c0e-fc26-4b59-861d-3f92fb7bb9b7', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b224c0e-fc26-4b59-861d-3f92fb7bb9b7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes'} Body: b'{"volume": {"id": "eceff273-fda2-493d-ae8f-bf54185a7964", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:26.412435", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-42055061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964"}], "user_id": "0e0325bbe4b24f11b513be4a82e18445", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:28:26,544 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964 0.041s 2023-04-20 10:28:26,544 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b146d44e-2e06-4027-bbbb-3f6f79f2a2ea', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b146d44e-2e06-4027-bbbb-3f6f79f2a2ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964'} Body: b'{"volume": {"id": "eceff273-fda2-493d-ae8f-bf54185a7964", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:26.000000", "updated_at": null, "name": "tempest-VolumesExtendTest-Volume-42055061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964"}], "user_id": "0e0325bbe4b24f11b513be4a82e18445", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f039c8bcf6cf49adbaa7cd45fa286341"}}' 2023-04-20 10:28:27,612 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:test_volume_extend_when_volume_has_snapshot): 200 GET http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964 0.057s 2023-04-20 10:28:27,612 80101 DEBUG [tempest.lib.common.rest_client] R equest - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be6efdec-bade-4874-9282-082eb5c0ac3b', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be6efdec-bade-4874-9282-082eb5c0ac3b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964'} Body: b'{"volume": {"id": "eceff273-fda2-493d-ae8f-bf54185a7964", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:26.000000", "updated_at": "2023-04-20T10:28:27.000000", "name": "tempest-VolumesExtendTest-Volume-42055061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964"}], "user_id": "0e0325bbe4b24f11b513be4a82e18445", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f039c8bcf6cf49adbaa7cd45fa286341"}}' 2023-04-20 10:28:27,741 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964 0.114s 2023-04-20 10:28:27,741 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1008dc5-5ac6-4ae2-b89b-b196676ee2c4', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1008dc5-5ac6-4ae2-b89b-b196676ee2c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964'} Body: b'{"volume": {"id": "eceff273-fda2-493d-ae8f-bf54185a7964", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:26.000000", "updated_at": "2023-04-20T10:28:27.000000", "name": "tempest-VolumesExtendTest-Volume-42055061", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964"}], "user_id": "0e0325bbe4b24f11b513be4a82e18445", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f039c8bcf6cf49adbaa7cd45fa286341"}}' 2023-04-20 10:28:27,886 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964 0.124s 2023-04-20 10:28:27,887 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4134ce5c-4e22-4dc0-a01f-b22355af152f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964'} Body: b'' 2023-04-20 10:28:27,918 80101 INFO [tempest.lib.common.rest_client] Request (VolumesExtendTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964 0.030s 2023-04-20 10:28:27,918 80101 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-904466f8-014b-448d-a959-30d1830b094f', 'x-openstack-request-id': 'req-904466f8-014b-448d-a959-30d1830b094f', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f039c8bcf6cf49adbaa7cd45fa286341/volumes/eceff273-fda2-493d-ae8f-bf54185a7964'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume eceff273-fda2-493d-ae8f-bf54185a7964 could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_get_list_accept_volume_transfer[id-9f36bb2b-619f-4507-b246-76aeb9a28851] ------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ec25b5e6-0861-47da-bdb9-3cfacf15ce79 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:27,761 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes 0.493s 2023-04-20 10:28:27,762 80095 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-741398378"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-709bad5d-b9dc-4eb4-a6bd-6aa4d507c263', 'content-length': '885', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-709bad5d-b9dc-4eb4-a6bd-6aa4d507c263', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes'} Body: b'{"volume": {"id": "ec25b5e6-0861-47da-bdb9-3cfacf15ce79", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:27.692409", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-741398378", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79"}], "user_id": "0a5094c73ff946619e7f847dd6a8d60f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-20 10:28:27,842 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79 0.070s 2023-04-20 10:28:27,842 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-811f6312-fb4f-401c-8bf9-ad97734ef366', 'content-length': '953', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-811f6312-fb4f-401c-8bf9-ad97734ef366', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79'} Body: b'{"volume": {"id": "ec25b5e6-0861-47da-bdb9-3cfacf15ce79", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:28.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-741398378", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79"}], "user_id": "0a5094c73ff946619e7f847dd6a8d60f", "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": "ac7e9def8f6b4031a9200041fa5752cd"}}' 2023-04-20 10:28:28,899 80095 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/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79 0.045s 2023-04-20 10:28:28,899 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a4fa207-3bfa-4669-b3a4-40eb7a21c136', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a4fa207-3bfa-4669-b3a4-40eb7a21c136', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79'} Body: b'{"volume": {"id": "ec25b5e6-0861-47da-bdb9-3cfacf15ce79", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:28.000000", "updated_at": "2023-04-20T10:28:28.000000", "name": "tempest-VolumesTransfersV355Test-Volume-741398378", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79"}], "user_id": "0a5094c73ff946619e7f847dd6a8d60f", "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": "ac7e9def8f6b4031a9200041fa5752cd"}}' 2023-04-20 10:28:28,974 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79 0.064s 2023-04-20 10:28:28,974 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69e2f8d2-0919-4373-8065-919d169f8b7d', 'content-length': '974', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69e2f8d2-0919-4373-8065-919d169f8b7d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79'} Body: b'{"volume": {"id": "ec25b5e6-0861-47da-bdb9-3cfacf15ce79", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:28.000000", "updated_at": "2023-04-20T10:28:28.000000", "name": "tempest-VolumesTransfersV355Test-Volume-741398378", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79"}], "user_id": "0a5094c73ff946619e7f847dd6a8d60f", "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": "ac7e9def8f6b4031a9200041fa5752cd"}}' 2023-04-20 10:28:29,113 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_ru n_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79 0.127s 2023-04-20 10:28:29,113 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:28 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-66eac3aa-1714-4181-8537-75669d06ecb5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79'} Body: b'' 2023-04-20 10:28:29,144 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79 0.030s 2023-04-20 10:28:29,145 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:29 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-8c2e3f80-02c2-4990-9264-f65182ac7cd9', 'x-openstack-request-id': 'req-8c2e3f80-02c2-4990-9264-f65182ac7cd9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/ec25b5e6-0861-47da-bdb9-3cfacf15ce79'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ec25b5e6-0861-47da-bdb9-3cfacf15ce79 could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersV355Test.test_create_list_delete_volume_transfer[id-af4a5b97-0859-4f31-aa3c-85b05bb63322] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0bf9013b-4487-41e0-94c4-bc09ec0b8d72 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:29,406 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes 0.258s 2023-04-20 10:28:29,406 80095 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-1069212365"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f6360b36-bd18-4e1e-aac6-0571b08e79dc', 'content-length': '886', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f6360b36-bd18-4e1e-aac6-0571b08e79dc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes'} Body: b'{"volume": {"id": "0bf9013b-4487-41e0-94c4-bc09ec0b8d72", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:29.317113", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1069212365", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72"}], "user_id": "0a5094c73ff946619e7f847dd6a8d60f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-20 10:28:29,459 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72 0.043s 2023-04-20 10:28:29,459 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33d5f510-7984-4f55-ab6f-f59b3a818171', 'content-length': '954', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33d5f510-7984-4f55-ab6f-f59b3a818171', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72'} Body: b'{"volume": {"id": "0bf9013b-4487-41e0-94c4-bc09ec0b8d72", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:29.000000", "updated_at": null, "name": "tempest-VolumesTransfersV355Test-Volume-1069212365", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72"}], "user_id": "0a5094c73ff946619e7f847dd6a8d60f", "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": "ac7e9def8f6b4031a9200041fa5752cd"}}' 2023-04-20 10:28:30,592 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV355Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72 0.122s 2023-04-20 10:28:30,593 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f8302ebe-8f4e-4b50-8f26-7399f0e66de4', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f8302ebe-8f4e-4b50-8f26-7399f0e66de4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72'} Body: b'{"volume": {"id": "0bf9013b-4487-41e0-94c4-bc09ec0b8d72", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:29.000000", "updated_at": "2023-04-20T10:28:30.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1069212365", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72"}], "user_id": "0a5094c73ff946619e7f847dd6a8d60f", "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": "ac7e9def8f6b4031a9200041fa5752cd"}}' 2023-04-20 10:28:30,650 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72 0.046s 2023-04-20 10:28:30,650 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07030f84-9914-4c73-a928-7885bedc06e4', 'content-length': '975', 'openstack-api-version': 'volume 3.55', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07030f84-9914-4c73-a928-7885bedc06e4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72'} Body: b'{"volume": {"id": "0bf9013b-4487-41e0-94c4-bc09ec0b8d72", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:29.000000", "updated_at": "2023-04-20T10:28:30.000000", "name": "tempest-VolumesTransfersV355Test-Volume-1069212365", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72"}], "user_id": "0a5094c73ff946619e7f847dd6a8d60f", "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": "ac7e9def8f6b4031a9200041fa5752cd"}}' 2023-04-20 10:28:30,821 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72 0.160s 2023-04-20 10:28:30,821 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:30 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-2918c339-ef98-4e35-b607-09ed8ff27763', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72'} Body: b'' 2023-04-20 10:28:30,841 80095 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV355Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72 0.020s 2023-04-20 10:28:30,842 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.55', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:30 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-a7a7647d-a0d2-480b-b10b-66433eda4d88', 'x-openstack-request-id': 'req-a7a7647d-a0d2-480b-b10b-66433eda4d88', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ac7e9def8f6b4031a9200041fa5752cd/volumes/0bf9013b-4487-41e0-94c4-bc09ec0b8d72'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0bf9013b-4487-41e0-94c4-bc09ec0b8d72 could not be found."}}' setUpClass (tempest.api.volume.test_volumes_negative.VolumesNegativeTest) ------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_negative.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c1bccd4e-6060-479a-8bae-bcc09f5dba55 failed to build and is in ERROR status tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 34f91aa6-c105-4184-be21-43a9bdf28914 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:34,106 80085 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/e14171f17c23465c81b03a8a3d4cbcb1/volumes 0.747s 2023-04-20 10:28:34,106 80085 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-1426259429", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-926cfca8-096b-4f31-9787-8ce0f9f488db', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-926cfca8-096b-4f31-9787-8ce0f9f488db', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e14171f17c23465c81b03a8a3d4cbcb1/volumes'} Body: b'{"volume": {"id": "34f91aa6-c105-4184-be21-43a9bdf28914", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:34.022422", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1426259429", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e14171f17c23465c81b03a8a3d4cbcb1/volumes/34f91aa6-c105-4184-be21-43a9bdf28914"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e14171f17c23465c81b03a8a3d4cbcb1/volumes/34f91aa6-c105-4184-be21-43a9bdf28914"}], "user_id": "e0a52536d5ec490a8866564a525ebf7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:28:34,185 80085 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/e14171f17c23465c81b03a8a3d4cbcb1/volumes/34f91aa6-c105-4184-be21-43a9bdf28914 0.064s 2023-04-20 10:28:34,185 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-78a16089-8812-4c32-a3b2-ec7f69479c6f', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-78a16089-8812-4c32-a3b2-ec7f69479c6f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e14171f17c23465c81b03a8a3d4cbcb1/volumes/34f91aa6-c105-4184-be21-43a9bdf28914'} Body: b'{"volume": {"id": "34f91aa6-c105-4184-be21-43a9bdf28914", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:34.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest-volume-1426259429", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e14171f17c23465c81b03a8a3d4cbcb1/volumes/34f91aa6-c105-4184-be21-43a9bdf28914"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e14171f17c23465c81b03a8a3d4cbcb1/volumes/34f91aa6-c105-4184-be21-43a9bdf28914"}], "user_id": "e0a52536d5ec490a8866564a525ebf7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e14171f17c23465c81b03a8a3d4cbcb1"}}' 2023-04-20 10:28:35,282 80085 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/e14171f17c23465c81b03a8a3d4cbcb1/volumes/34f91aa6-c105-4184-be21-43a9bdf28914 0.084s 2023-04-20 10:28:35,283 80085 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a880d006-5ee2-473e-8d01-31350977772f', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a880d006-5ee2-473e-8d01-31350977772f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e14171f17c23465c81b03a8a3d4cbcb1/volumes/34f91aa6-c105-4184-be21-43a9bdf28914'} Body: b'{"volume": {"id": "34f91aa6-c105-4184-be21-43a9bdf28914", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:34.000000", "updated_at": "2023-04-20T10:28:34.000000", "name": "tempest-TaggedBootDevicesTest-volume-1426259429", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e14171f17c23465c81b03a8a3d4cbcb1/volumes/34f91aa6-c105-4184-be21-43a9bdf28914"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e14171f17c23465c81b03a8a3d4cbcb1/volumes/34f91aa6-c105-4184-be21-43a9bdf28914"}], "user_id": "e0a52536d5ec490a8866564a525ebf7d", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e14171f17c23465c81b03a8a3d4cbcb1"}}' tempest.api.compute.admin.test_volume_swap.TestVolumeSwap.test_volume_swap[id-1769f00d-a693-4d67-a631-6a3496773813,slow,volume] ------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volume_swap.py", line 105, in test_volume_swap volume1 = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5d46b597-5f4b-40d6-b428-cce4389d4bb3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:38,208 80081 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 202 POST http://10.0.0.210/volume/v3/9336313a06164e4fb11903c20c86ada5/volumes 0.545s 2023-04-20 10:28:38,208 80081 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-62710696"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e272be02-ad6a-4289-be82-1e7d6b8207b1', 'content-length': '810', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e272be02-ad6a-4289-be82-1e7d6b8207b1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/9336313a06164e4fb11903c20c86ada5/volumes'} Body: b'{"volume": {"id": "5d46b597-5f4b-40d6-b428-cce4389d4bb3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:38.099330", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-62710696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9336313a06164e4fb11903c20c86ada5/volumes/5d46b597-5f4b-40d6-b428-cce4389d4bb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9336313a06164e4fb11903c20c86ada5/volumes/5d46b597-5f4b-40d6-b428-cce4389d4bb3"}], "user_id": "78034d1474784cd3925eb434918d35ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:28:38,299 80081 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/9336313a06164e4fb11903c20c86ada5/volumes/5d46b597-5f4b-40d6-b428-cce4389d4bb3 0.072s 2023-04-20 10:28:38,299 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0635647b-9cf9-4110-b7f0-646f2035c945', 'content-length': '878', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0635647b-9cf9-4110-b7f0-646f2035c945', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9336313a06164e4fb11903c20c86ada5/volumes/5d46b597-5f4b-40d6-b428-cce4389d4bb3'} Body: b'{"volume": {"id": "5d46b597-5f4b-40d6-b428-cce4389d4bb3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:38.000000", "updated_at": null, "name": "tempest-TestVolumeSwap-volume-62710696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9336313a06164e4fb11903c20c86ada5/volumes/5d46b597-5f4b-40d6-b428-cce4389d4bb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9336313a06164e4fb11903c20c86ada5/volumes/5d46b597-5f4b-40d6-b428-cce4389d4bb3"}], "user_id": "78034d1474784cd3925eb434918d35ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9336313a06164e4fb11903c20c86ada5"}}' 2023-04-20 10:28:39,374 80081 INFO [tempest.lib.common.rest_client] Request (TestVolumeSwap:test_volume_swap): 200 GET http://10.0.0.210/volume/v3/9336313a06164e4fb11903c20c86ada5/volumes/5d46b597-5f4b-40d6-b428-cce4389d4bb3 0.060s 2023-04-20 10:28:39,375 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Aut h-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d3e93ff0-10c0-4c77-abf4-88a328f485aa', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d3e93ff0-10c0-4c77-abf4-88a328f485aa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/9336313a06164e4fb11903c20c86ada5/volumes/5d46b597-5f4b-40d6-b428-cce4389d4bb3'} Body: b'{"volume": {"id": "5d46b597-5f4b-40d6-b428-cce4389d4bb3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:38.000000", "updated_at": "2023-04-20T10:28:38.000000", "name": "tempest-TestVolumeSwap-volume-62710696", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/9336313a06164e4fb11903c20c86ada5/volumes/5d46b597-5f4b-40d6-b428-cce4389d4bb3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/9336313a06164e4fb11903c20c86ada5/volumes/5d46b597-5f4b-40d6-b428-cce4389d4bb3"}], "user_id": "78034d1474784cd3925eb434918d35ad", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "9336313a06164e4fb11903c20c86ada5"}}' tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete[id-27fb0e9f-fb64-41dd-8bdb-1ffa762f0d51,smoke] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 120, in test_volume_create_get_update_delete self._volume_create_get_update_delete(size=CONF.volume.volume_size) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7c0148fa-1a59-4f5a-84f5-350d3e04677c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:41,217 80095 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 202 POST http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes 0.632s 2023-04-20 10:28:41,218 80095 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-1332823279", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-04284c29-b727-402c-a897-589418cbc68d', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-04284c29-b727-402c-a897-589418cbc68d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes'} Body: b'{"volume": {"id": "7c0148fa-1a59-4f5a-84f5-350d3e04677c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:41.114392", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1332823279", "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/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c"}], "user_id": "51635dc5b2da42c1a676792f773285fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:28:41,297 80095 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c 0.067s 2023-04-20 10:28:41,298 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6e4691a-6414-4ce9-8dfd-cd12f815c17a', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6e4691a-6414-4ce9-8dfd-cd12f815c17a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c'} Body: b'{"volume": {"id": "7c0148fa-1a59-4f5a-84f5-350d3e04677c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:41.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1332823279", "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/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c"}], "user_id": "51635dc5b2da42c1a676792f773285fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aba8ba78769c441ebc141d3280544d67"}}' 2023-04-20 10:28:42,383 80095 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:test_volume_create_get_update_delete): 200 GET http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c 0.064s 2023-04-20 10:28:42,384 80095 DEBUG [tempest. lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4b0a776-c63a-4bb2-9e07-7ba5a8c89bef', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4b0a776-c63a-4bb2-9e07-7ba5a8c89bef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c'} Body: b'{"volume": {"id": "7c0148fa-1a59-4f5a-84f5-350d3e04677c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:41.000000", "updated_at": "2023-04-20T10:28:41.000000", "name": "tempest-VolumesGetTest-Volume-1332823279", "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/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c"}], "user_id": "51635dc5b2da42c1a676792f773285fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aba8ba78769c441ebc141d3280544d67"}}' 2023-04-20 10:28:42,690 80095 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c 0.294s 2023-04-20 10:28:42,691 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7593e01-5082-4703-9d63-0aebbbc58666', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c'} Body: b'' 2023-04-20 10:28:42,726 80095 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c 0.034s 2023-04-20 10:28:42,726 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e26d69fd-e888-4272-9f71-c2eb1165aecf', 'x-openstack-request-id': 'req-e26d69fd-e888-4272-9f71-c2eb1165aecf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/7c0148fa-1a59-4f5a-84f5-350d3e04677c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 7c0148fa-1a59-4f5a-84f5-350d3e04677c could not be found."}}' tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_as_clone[id-3f591b4a-7dc6-444c-bd51-77469506b3a1] ----------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 138, in test_volume_create_get_update_delete_as_clone origin = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 905d7aad-5e44-4fff-92f9-97bd1d20d6df failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:43,079 80095 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/aba8ba78769c441ebc141d3280544d67/volumes 0.349s 2023-04-20 10:28:43,080 80095 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-1190270083"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f4d3147d-ed69-49ab-a1fb-27be1f9e220a', 'content-length': '812', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f4d3147d-ed69-49ab-a1fb-27be1f9e220a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes'} Body: b'{"volume": {"id": "905d7aad-5e44-4fff-92f9-97bd1d20d6df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:42.997604", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1190270083", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df"}], "user_id": "51635dc5b2da42c1a676792f773285fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:28:43,151 80095 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/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df 0.060s 2023-04-20 10:28:43,152 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bb6174f-52fc-4b73-a0ba-3387c2afffb3', 'content-length': '880', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bb6174f-52fc-4b73-a0ba-3387c2afffb3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df'} Body: b'{"volume": {"id": "905d7aad-5e44-4fff-92f9-97bd1d20d6df", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:43.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-1190270083", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df"}], "user_id": "51635dc5b2da42c1a676792f773285fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aba8ba78769c441ebc141d3280544d67"}}' 2023-04-20 10:28:44,224 80095 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/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df 0.059s 2023-04-20 10:28:44,224 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82de5abc-f476-4884-8451-2c16d7020d8f', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82de5abc-f476-4884-8451-2c16d7020d8f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df'} Body: b'{"volume": {"id": "905d7aad-5e44-4fff-92f9-97bd1d20d6df", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:43.000000", "updated_at": "2023-04-20T10:28:43.000000", "name": "tempest-VolumesGetTest-Volume-1190270083", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df"}], "user_id": "51635dc5b2da42c1a676792f773285fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aba8ba78769c441ebc141d3280544d67"}}' 2023-04-20 10:28:44,302 80095 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df 0.066s 2023-04-20 10:28:44,302 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-330372d7-4c0c-4938-b407-d5dc5e855abb', 'content-length': '901', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-330372d7-4c0c-4938-b407-d5dc5e855abb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df'} Body: b'{"volume": {"id": "905d7aad-5e44-4fff-92f9-97bd1d20d6df", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:43.000000", "updated_at": "2023-04-20T10:28:43.000000", "name": "tempest-VolumesGetTest-Volume-1190270083", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df"}], "user_id": "51635dc5b2da42c1a676792f773285fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aba8ba78769c441ebc141d3280544d67"}}' 2023-04-20 10:28:44,502 80095 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df 0.182s 2023-04-20 10:28:44,502 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8 ', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8cb610ff-a787-4c0b-952a-258630614aaa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df'} Body: b'' 2023-04-20 10:28:44,532 80095 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df 0.029s 2023-04-20 10:28:44,532 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-200eaed4-f62d-44e5-a240-c1a4c37ae8eb', 'x-openstack-request-id': 'req-200eaed4-f62d-44e5-a240-c1a4c37ae8eb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/905d7aad-5e44-4fff-92f9-97bd1d20d6df'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 905d7aad-5e44-4fff-92f9-97bd1d20d6df could not be found."}}' setUpClass (tempest.api.volume.test_volumes_list.VolumesListTestJSON) --------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_list.py", line 89, in resource_setup volume = cls.create_volume(metadata=cls.metadata) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 9827babb-c5c1-4fdc-b102-ec6ccb48f62a failed to build and is in ERROR status tempest.api.volume.test_volumes_get.VolumesGetTest.test_volume_create_get_update_delete_from_image[id-54a01030-c7fc-447c-86ee-c1182beae638,image,smoke] ------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 130, in test_volume_create_get_update_delete_from_image self._volume_create_get_update_delete( File "/opt/stack/tempest/tempest/api/volume/test_volumes_get.py", line 41, in _volume_create_get_update_delete waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5169d076-8635-4c23-a616-5e59e909a20f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:44,572 80095 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/3687b278-c2bc-46f2-9b7e-579c8d06fe41 0.035s 2023-04-20 10:28:44,572 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-d8755690-c76b-46dc-8e8c-0b7d65fb7226', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "fda053593ca94fea8fa552c5a6c6e5d5", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "created_at": "2023-04-20T10:24:36Z", "updated_at": "2023-04-20T10:24:37Z", "tags": [], "self": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41", "file": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:28:45,173 80095 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/aba8ba78769c441ebc141d3280544d67/volumes 0.599s 2023-04-20 10:28:45,173 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "size": 1, "name": "tempest-VolumesGetTest-Volume-976426843", "metadata": {"Type": "Test"}}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ad44aa38-8945-449c-a0d3-a375d13c6334', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ad44aa38-8945-449c-a0d3-a375d13c6334', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes'} Body: b'{"volume": {"id": "5169d076-8635-4c23-a616-5e59e909a20f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:45.066586", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-976426843", "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/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f"}], "user_id": "51635dc5b2da42c1a676792f773285fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:28:45,300 80095 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/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f 0.103s 2023-04-20 10:28:45,301 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cad83f4a-31d7-478c-a06f-57a93060a5f0', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cad83f4a-31d7-478c-a06f-57a93060a5f0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f'} Body: b'{"volume": {"id": "5169d076-8635-4c23-a616-5e59e909a20f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:45.000000", "updated_at": null, "name": "tempest-VolumesGetTest-Volume-976426843", "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/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f"}], "user_id": "51635dc5b2da42c1a676792f773285fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aba8ba78769c441ebc141d3280544d67"}}' 2023-04-20 10:28:46,402 80095 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/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f 0.089s 2023-04-20 10:28:46,402 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-08b4cc2d-ee69-4580-83b2-b5c6832d531c', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-08b4cc2d-ee69-4580-83b2-b5c6832d531c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f'} Body: b'{"volume": {"id": "5169d076-8635-4c23-a616-5e59e909a20f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:45.000000", "updated_at": "2023-04-20T10:28:45.000000", "name": "tempest-VolumesGetTest-Volume-976426843", "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/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f"}], "user_id": "51635dc5b2da42c1a676792f773285fe", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "aba8ba78769c441ebc141d3280544d67"}}' 2023-04-20 10:28:46,557 80095 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f 0.143s 2023-04-20 10:28:46,557 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28: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-63dc1f19-4328-4270-a3e8-5c53848fe048', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f'} Body: b'' 2023-04-20 10:28:46,582 80095 INFO [tempest.lib.common.rest_client] Request (VolumesGetTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f 0.024s 2023-04-20 10:28:46,582 80095 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28: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-1be292e3-fe08-438b-9187-bd212627775b', 'x-openstack-request-id': 'req-1be292e3-fe08-438b-9187-bd212627775b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/aba8ba78769c441ebc141d3280544d67/volumes/5169d076-8635-4c23-a616-5e59e909a20f'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 5169d076-8635-4c23-a616-5e59e909a20f could not be found."}}' cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot[id-87b7dcb7-4950-4a3a-802c-ece55491846d] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_revert.py", line 47, in setUp self.volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 20ddcf07-d791-4579-8414-a2aa590d3518 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:48,450 80093 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes 0.689s 2023-04-20 10:28:48,450 80093 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-813574374"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d249268-d8ce-4b51-8abf-18bf160433ba', 'content-length': '832', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d249268-d8ce-4b51-8abf-18bf160433ba', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes'} Body: b'{"volume": {"id": "20ddcf07-d791-4579-8414-a2aa590d3518", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:48.345084", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-813574374", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/20ddcf07-d791-4579-8414-a2aa590d3518"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3b659142e22249c6907cf8e7701b3e22/volumes/20ddcf07-d791-4579-8414-a2aa590d3518"}], "user_id": "0223f377184d4297a1e4247606dca558", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-20 10:28:48,531 80093 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/20ddcf07-d791-4579-8414-a2aa590d3518 0.070s 2023-04-20 10:28:48,531 80093 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e1b4418-d49f-4f8e-877f-6165b5266d4e', 'content-length': '900', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e1b4418-d49f-4f8e-877f-6165b5266d4e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/20ddcf07-d791-4579-8414-a2aa590d3518'} Body: b'{"volume": {"id": "20ddcf07-d791-4579-8414-a2aa590d3518", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:48.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-813574374", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/20ddcf07-d791-4579-8414-a2aa590d3518"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3b659142e22249c6907cf8e7701b3e22/volumes/20ddcf07-d791-4579-8414-a2aa590d3518"}], "user_id": "0223f377184d4297a1e4247606dca558", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3b659142e22249c6907cf8e7701b3e22"}}' 2023-04-20 10:28:49,594 80093 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/20ddcf07-d791-4579-8414-a2aa590d3518 0.051s 2023-04-20 10:28:49,594 80093 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': 'Thu, 20 Apr 2023 10:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7ec1fb08-be5b-4b36-b20e-a8cea259f8ad', 'content-length': '921', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7ec1fb08-be5b-4b36-b20e-a8cea259f8ad', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/20ddcf07-d791-4579-8414-a2aa590d3518'} Body: b'{"volume": {"id": "20ddcf07-d791-4579-8414-a2aa590d3518", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:48.000000", "updated_at": "2023-04-20T10:28:49.000000", "name": "tempest-VolumeRevertTests-Volume-813574374", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/20ddcf07-d791-4579-8414-a2aa590d3518"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3b659142e22249c6907cf8e7701b3e22/volumes/20ddcf07-d791-4579-8414-a2aa590d3518"}], "user_id": "0223f377184d4297a1e4247606dca558", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3b659142e22249c6907cf8e7701b3e22"}}' cinder_tempest_plugin.api.volume.test_volume_revert.VolumeRevertTests.test_volume_revert_to_snapshot_after_extended_negative[id-4e8b0788-87fe-430d-be7a-444d7f8e0347] --------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_revert.py", line 47, in setUp self.volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f74d690e-7a2e-4568-ae04-1cf84f7e2c09 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:49,891 80093 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 202 POST http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes 0.280s 2023-04-20 10:28:49,891 80093 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-1626275100"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9831f8e2-70f9-4f21-a7f9-0127abfc3395', 'content-length': '833', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9831f8e2-70f9-4f21-a7f9-0127abfc3395', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes'} Body: b'{"volume": {"id": "f74d690e-7a2e-4568-ae04-1cf84f7e2c09", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:49.796303", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1626275100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/f74d690e-7a2e-4568-ae04-1cf84f7e2c09"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3b659142e22249c6907cf8e7701b3e22/volumes/f74d690e-7a2e-4568-ae04-1cf84f7e2c09"}], "user_id": "0223f377184d4297a1e4247606dca558", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null}}' 2023-04-20 10:28:49,975 80093 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/f74d690e-7a2e-4568-ae04-1cf84f7e2c09 0.073s 2023-04-20 10:28:49,975 80093 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fdba63ae-d0f2-490d-a8ae-165335f2480f', 'content-length': '901', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fdba63ae-d0f2-490d-a8ae-165335f2480f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/f74d690e-7a2e-4568-ae04-1cf84f7e2c09'} Body: b'{"volume": {"id": "f74d690e-7a2e-4568-ae04-1cf84f7e2c09", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:50.000000", "updated_at": null, "name": "tempest-VolumeRevertTests-Volume-1626275100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/f74d690e-7a2e-4568-ae04-1cf84f7e2c09"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3b659142e22249c6907cf8e7701b3e22/volumes/f74d690e-7a2e-4568-ae04-1cf84f7e2c09"}], "user_id": "0223f377184d4297a1e4247606dca558", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3b659142e22249c6907cf8e7701b3e22"}}' 2023-04-20 10:28:51,059 80093 INFO [tempest.lib.common.rest_client] Request (VolumeRevertTests:setUp): 200 GET http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/f74d690e-7a2e-4568-ae04-1cf84f7e2c09 0.070s 2023-04-20 10:28:51,059 80093 DEBUG [tempest.lib.common.rest _client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.40', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-144092f3-2fa2-4ae0-937b-3c444b98643a', 'content-length': '922', 'openstack-api-version': 'volume 3.40', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-144092f3-2fa2-4ae0-937b-3c444b98643a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/f74d690e-7a2e-4568-ae04-1cf84f7e2c09'} Body: b'{"volume": {"id": "f74d690e-7a2e-4568-ae04-1cf84f7e2c09", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:28:50.000000", "updated_at": "2023-04-20T10:28:50.000000", "name": "tempest-VolumeRevertTests-Volume-1626275100", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3b659142e22249c6907cf8e7701b3e22/volumes/f74d690e-7a2e-4568-ae04-1cf84f7e2c09"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3b659142e22249c6907cf8e7701b3e22/volumes/f74d690e-7a2e-4568-ae04-1cf84f7e2c09"}], "user_id": "0223f377184d4297a1e4247606dca558", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "os-vol-tenant-attr:tenant_id": "3b659142e22249c6907cf8e7701b3e22"}}' tempest.api.volume.admin.test_groups.GroupsV320Test.test_reset_group_status[id-b20c696b-0cbc-49a5-8b3a-b1fb9338f45c] -------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_groups.py", line 221, in test_reset_group_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 2ad1dc7e-ec59-4989-9442-98c6da0f091a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:54,110 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 POST http://10.0.0.210/volume/v3/16bc8e3ebd7549dfb5be1d3f0a0376ab/types 0.206s 2023-04-20 10:28:54,110 80085 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-119789946"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-255b2381-95d4-463f-a3a2-712f80440459', 'content-length': '219', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-255b2381-95d4-463f-a3a2-712f80440459', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/16bc8e3ebd7549dfb5be1d3f0a0376ab/types'} Body: b'{"volume_type": {"id": "8bd887b5-f7ea-48b6-bc56-aafd1a2fd28a", "name": "tempest-GroupsV320Test-volume-type-119789946", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 10:28:54,146 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/16bc8e3ebd7549dfb5be1d3f0a0376ab/group_types 0.033s 2023-04-20 10:28:54,147 80085 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-926066208"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a4fe8046-2a13-41d9-a0d4-60a12b494038', 'content-length': '176', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a4fe8046-2a13-41d9-a0d4-60a12b494038', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/16bc8e3ebd7549dfb5be1d3f0a0376ab/group_types'} Body: b'{"group_type": {"id": "ee04d14f-e1a4-4249-a61e-38fa1833debd", "name": "tempest-GroupsV320Test-group-type-926066208", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 10:28:54,553 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 202 POST http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/groups 0.403s 2023-04-20 10:28:54,554 80085 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": "ee04d14f-e1a4-4249-a61e-38fa1833debd", "volume_types": ["8bd887b5-f7ea-48b6-bc56-aafd1a2fd28a"], "name": "tempest-GroupsV320Test-Group-1748572606"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d012530-eec9-4206-9660-215b5f037d61', 'content-length': '108', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d012530-eec9-4206-9660-215b5f037d61', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/groups'} Body: b'{"group": {"id": "2ad1dc7e-ec59-4989-9442-98c6da0f091a", "name": "tempest-GroupsV320Test-Group-1748572606"}}' 2023-04-20 10:28:54,606 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/groups/2ad1dc7e-ec59-4989-9442-98c6da0f091a 0.046s 2023-04-20 10:28:54,607 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/js on', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-71da4bac-4c80-4490-a3c8-490e63b4b41d', 'content-length': '388', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-71da4bac-4c80-4490-a3c8-490e63b4b41d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/groups/2ad1dc7e-ec59-4989-9442-98c6da0f091a'} Body: b'{"group": {"id": "2ad1dc7e-ec59-4989-9442-98c6da0f091a", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T10:28:54.000000", "name": "tempest-GroupsV320Test-Group-1748572606", "description": null, "group_type": "ee04d14f-e1a4-4249-a61e-38fa1833debd", "volume_types": ["8bd887b5-f7ea-48b6-bc56-aafd1a2fd28a"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:28:55,649 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:test_reset_group_status): 200 GET http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/groups/2ad1dc7e-ec59-4989-9442-98c6da0f091a 0.036s 2023-04-20 10:28:55,650 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-db5a8d95-23b4-4a0b-a2dc-7fb38336fa16', 'content-length': '385', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-db5a8d95-23b4-4a0b-a2dc-7fb38336fa16', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/groups/2ad1dc7e-ec59-4989-9442-98c6da0f091a'} Body: b'{"group": {"id": "2ad1dc7e-ec59-4989-9442-98c6da0f091a", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T10:28:54.000000", "name": "tempest-GroupsV320Test-Group-1748572606", "description": null, "group_type": "ee04d14f-e1a4-4249-a61e-38fa1833debd", "volume_types": ["8bd887b5-f7ea-48b6-bc56-aafd1a2fd28a"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:28:55,727 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/volumes/detail 0.068s 2023-04-20 10:28:55,727 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0fb596ca-cf30-4d12-b199-9086cb4e9286', 'content-length': '15', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0fb596ca-cf30-4d12-b199-9086cb4e9286', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 10:28:55,808 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/groups/2ad1dc7e-ec59-4989-9442-98c6da0f091a/action 0.070s 2023-04-20 10:28:55,808 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content -length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7314158e-789d-49ba-b915-5895b016b64a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/groups/2ad1dc7e-ec59-4989-9442-98c6da0f091a/action'} Body: b'' 2023-04-20 10:28:55,828 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/groups/2ad1dc7e-ec59-4989-9442-98c6da0f091a 0.018s 2023-04-20 10:28:55,829 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'content-length': '108', 'content-type': 'application/json', 'x-compute-request-id': 'req-e0b0d0f7-cabf-469d-9d8d-071806b00abc', 'x-openstack-request-id': 'req-e0b0d0f7-cabf-469d-9d8d-071806b00abc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/e402d9c9fa5340e7a5979f25a8a57142/groups/2ad1dc7e-ec59-4989-9442-98c6da0f091a'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 2ad1dc7e-ec59-4989-9442-98c6da0f091a could not be found."}}' 2023-04-20 10:28:55,883 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/16bc8e3ebd7549dfb5be1d3f0a0376ab/group_types/ee04d14f-e1a4-4249-a61e-38fa1833debd 0.053s 2023-04-20 10:28:55,883 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.20', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-58927308-8278-4fd9-ae44-c21566dacf44', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/16bc8e3ebd7549dfb5be1d3f0a0376ab/group_types/ee04d14f-e1a4-4249-a61e-38fa1833debd'} Body: b'' 2023-04-20 10:28:55,932 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/16bc8e3ebd7549dfb5be1d3f0a0376ab/types/8bd887b5-f7ea-48b6-bc56-aafd1a2fd28a 0.048s 2023-04-20 10:28:55,932 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb216ac9-0672-4a1a-aaff-ac9d1ca9a765', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/16bc8e3ebd7549dfb5be1d3f0a0376ab/types/8bd887b5-f7ea-48b6-bc56-aafd1a2fd28a'} Body: b'' 2023-04-20 10:28:55,950 80085 INFO [tempest.lib.common.rest_client] Request (GroupsV320Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/16bc8e3ebd7549dfb5be1d3f0a0376ab/types/8bd887b5-f7ea-48b6-bc56-aafd1a2fd28a 0.017s 2023-04-20 10:28:55,951 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': ' 114', 'content-type': 'application/json', 'x-compute-request-id': 'req-778f001d-a70d-4766-a6ff-e13db1d57a8d', 'x-openstack-request-id': 'req-778f001d-a70d-4766-a6ff-e13db1d57a8d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/16bc8e3ebd7549dfb5be1d3f0a0376ab/types/8bd887b5-f7ea-48b6-bc56-aafd1a2fd28a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 8bd887b5-f7ea-48b6-bc56-aafd1a2fd28a could not be found."}}' tempest.api.volume.admin.test_volume_type_access.VolumeTypesAccessTest.test_volume_type_access_add[id-d4dd0027-835f-4554-a6e5-50903fb79184] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_type_access.py", line 51, in test_volume_type_access_add volume = self.create_volume(volume_type=volume_type['id']) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 202e26bd-e5d5-4324-9334-0be2967c9588 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:29:00,657 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 POST http://10.0.0.210/volume/v3/65e5f2a799704219a88470eed1edf5f2/types 0.225s 2023-04-20 10:29:00,657 80085 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-814408158", "os-volume-type-access:is_public": false}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2123ea91-c9b7-4c69-ad65-bae8a67b185c', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2123ea91-c9b7-4c69-ad65-bae8a67b185c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/65e5f2a799704219a88470eed1edf5f2/types'} Body: b'{"volume_type": {"id": "e9c908a5-0b07-44dd-8b90-46f5738409d6", "name": "tempest-VolumeTypesAccessTest-volume-type-814408158", "is_public": false, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": false}}' 2023-04-20 10:29:00,794 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 404 POST http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes 0.133s 2023-04-20 10:29:00,795 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "e9c908a5-0b07-44dd-8b90-46f5738409d6", "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-21356e78-b7ac-4311-b81a-7008a37745e4', 'x-openstack-request-id': 'req-21356e78-b7ac-4311-b81a-7008a37745e4', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e9c908a5-0b07-44dd-8b90-46f5738409d6 could not be found."}}' 2023-04-20 10:29:00,795 80085 WARNING [tempest.lib.common.rest_client] Deprecated: "tenant_id" property is deprecated for removal, use "project_id" instead 2023-04-20 10:29:00,825 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/65e5f2a799704219a88470eed1edf5f2/types/e9c908a5-0b07-44dd-8b90-46f5738409d6/action 0.029s 2023-04-20 10:29:00,826 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"addProjectAccess": {"project": "c52c73467ccd4944af97ee308f661c2b"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29: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-a285597d-0bd5-4126-b8b8-8c72a0f55e3f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/65e5f2a799704219a88470eed1edf5f2/types/e9c908a5-0b07-44dd-8b90-46f5738409d6/action'} Body: b'' 2023-04-20 10:29:01,050 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 202 POST http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes 0.223s 2023-04-20 10:29:01,050 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"volume_type": "e9c908a5-0b07-44dd-8b90-46f5738409 d6", "size": 1, "name": "tempest-VolumeTypesAccessTest-Volume-1473391983"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9d9f1ff-629f-436c-a27b-f848f672c09d', 'content-length': '859', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9d9f1ff-629f-436c-a27b-f848f672c09d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes'} Body: b'{"volume": {"id": "202e26bd-e5d5-4324-9334-0be2967c9588", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:00.974352", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1473391983", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-814408158", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588"}], "user_id": "370710a340294832ac0636f10b68b5d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:29:01,122 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588 0.061s 2023-04-20 10:29:01,122 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-34aa8a14-5323-49ed-96ec-b2b162a64baa', 'content-length': '927', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-34aa8a14-5323-49ed-96ec-b2b162a64baa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588'} Body: b'{"volume": {"id": "202e26bd-e5d5-4324-9334-0be2967c9588", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:01.000000", "updated_at": null, "name": "tempest-VolumeTypesAccessTest-Volume-1473391983", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-814408158", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588"}], "user_id": "370710a340294832ac0636f10b68b5d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c52c73467ccd4944af97ee308f661c2b"}}' 2023-04-20 10:29:02,173 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:test_volume_type_access_add): 200 GET http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588 0.039s 2023-04-20 10:29:02,174 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed1e26c4-55d5-47b9-976f-2a547fecde24', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed1e26c4-55d5-47b9-976f-2a547fecde24', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588'} Body: b'{"volume": {"id": "202e26bd-e5d5-4324-9334-0be2967c9588", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:01.000000", "updated_at": "2023-04-20T10:29:01.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1473391983", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-814408158", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588"}], "user_id": "370710a340294832ac0636f10b68b5d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c52c73467ccd4944af97ee308f661c2b"}}' 2023-04-20 10:29:02,244 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588 0.048s 2023-04-20 10:29:02,245 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ec875ee6-ae19-4d3f-b3c2-857ddf588a48', 'content-length': '948', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ec875ee6-ae19-4d3f-b3c2-857ddf588a48', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588'} Body: b'{"volume": {"id": "202e26bd-e5d5-4324-9334-0be2967c9588", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:01.000000", "updated_at": "2023-04-20T10:29:01.000000", "name": "tempest-VolumeTypesAccessTest-Volume-1473391983", "description": null, "volume_type": "tempest-VolumeTypesAccessTest-volume-type-814408158", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588"}], "user_id": "370710a340294832ac0636f10b68b5d7", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c52c73467ccd4944af97ee308f661c2b"}}' 2023-04-20 10:29:02,407 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588 0.151s 2023-04-20 10:29:02,408 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29: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-0554d977-7845-4a85-80c5-c61572d45830', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c52c73467ccd4944 af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588'} Body: b'' 2023-04-20 10:29:02,430 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588 0.021s 2023-04-20 10:29:02,430 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29: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-0027f914-0419-4df9-aad4-55337a068271', 'x-openstack-request-id': 'req-0027f914-0419-4df9-aad4-55337a068271', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c52c73467ccd4944af97ee308f661c2b/volumes/202e26bd-e5d5-4324-9334-0be2967c9588'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 202e26bd-e5d5-4324-9334-0be2967c9588 could not be found."}}' 2023-04-20 10:29:02,460 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/65e5f2a799704219a88470eed1edf5f2/types/e9c908a5-0b07-44dd-8b90-46f5738409d6/action 0.029s 2023-04-20 10:29:02,460 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"removeProjectAccess": {"project": "c52c73467ccd4944af97ee308f661c2b"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29: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-a89b7240-26b0-406d-b612-766f6fa536f5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/65e5f2a799704219a88470eed1edf5f2/types/e9c908a5-0b07-44dd-8b90-46f5738409d6/action'} Body: b'' 2023-04-20 10:29:02,523 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/65e5f2a799704219a88470eed1edf5f2/types/e9c908a5-0b07-44dd-8b90-46f5738409d6 0.062s 2023-04-20 10:29:02,523 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29: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-8b2f3ef9-171d-4502-97e3-79b9920e3ccb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/65e5f2a799704219a88470eed1edf5f2/types/e9c908a5-0b07-44dd-8b90-46f5738409d6'} Body: b'' 2023-04-20 10:29:02,539 80085 INFO [tempest.lib.common.rest_client] Request (VolumeTypesAccessTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/65e5f2a799704219a88470eed1edf5f2/types/e9c908a5-0b07-44dd-8b90-46f5738409d6 0.014s 2023-04-20 10:29:02,539 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:02 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-18bd1c2a-1b9a-48c7-9d4e-34c5c6ee2510', 'x-openstack-request-id': 'req-18bd1c2a-1b9a-48c7-9d4e-34c5c6ee2510', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/65e5f2a799704219a88470eed1e df5f2/types/e9c908a5-0b07-44dd-8b90-46f5738409d6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e9c908a5-0b07-44dd-8b90-46f5738409d6 could not be found."}}' tempest.api.compute.servers.test_device_tagging.TaggedAttachmentsTest.test_tagged_attachment[id-3e41c782-2a89-4922-a9d2-9a188c4e7c7c,image,network,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 392, in test_tagged_attachment volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 7ee9bf23-a530-4796-b12f-86590fc5ee62 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:29:07,846 80081 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/networks 0.810s 2023-04-20 10:29:07,847 80081 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-506987419"}} Response - Headers: {'content-type': 'application/json', 'content-length': '582', 'x-openstack-request-id': 'req-060340fc-01c8-40d7-93e2-338e47576ae8', 'date': 'Thu, 20 Apr 2023 10:29:07 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks'} Body: b'{"network":{"id":"00f335b4-f3f9-4365-8909-c04395708f2e","name":"tempest-tagged-attachments-test-net-506987419","tenant_id":"e3bdc636656d4ec3a1bd7c6784a1c447","admin_state_up":true,"mtu":1442,"status":"ACTIVE","subnets":[],"shared":false,"project_id":"e3bdc636656d4ec3a1bd7c6784a1c447","port_security_enabled":true,"router:external":false,"is_default":false,"availability_zone_hints":[],"availability_zones":[],"ipv4_address_scope":null,"ipv6_address_scope":null,"description":"","tags":[],"created_at":"2023-04-20T10:29:07Z","updated_at":"2023-04-20T10:29:07Z","revision_number":1}}' 2023-04-20 10:29:09,107 80081 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 201 POST http://10.0.0.210:9696/networking/v2.0/subnets 1.259s 2023-04-20 10:29:09,107 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"subnet": {"network_id": "00f335b4-f3f9-4365-8909-c04395708f2e", "cidr": "10.10.10.0/24", "ip_version": 4}} Response - Headers: {'content-type': 'application/json', 'content-length': '603', 'x-openstack-request-id': 'req-efefedb7-7916-46c0-92bb-55984b8b9bb1', 'date': 'Thu, 20 Apr 2023 10:29:09 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets'} Body: b'{"subnet":{"id":"0f945f99-5842-4050-af3c-dcd23bc5867d","name":"","tenant_id":"e3bdc636656d4ec3a1bd7c6784a1c447","network_id":"00f335b4-f3f9-4365-8909-c04395708f2e","ip_version":4,"subnetpool_id":null,"enable_dhcp":true,"ipv6_ra_mode":null,"ipv6_address_mode":null,"gateway_ip":"10.10.10.1","cidr":"10.10.10.0/24","allocation_pools":[{"start":"10.10.10.2","end":"10.10.10.254"}],"host_routes":[],"dns_nameservers":[],"description":"","service_types":[],"tags":[],"created_at":"2023-04-20T10:29:08Z","updated_at":"2023-04-20T10:29:08Z","revision_number":0,"project_id":"e3bdc636656d4ec3a1bd7c6784a1c447"}}' 2023-04-20 10:29:09,388 80081 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 202 POST http://10.0.0.210/volume/v3/e3bdc636656d4ec3a1bd7c6784a1c447/volumes 0.281s 2023-04-20 10:29:09,389 80081 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-394404910"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-80355815-4d78-442d-ad36-73653d765ae6', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-80355815-4d78-442d-ad36-73653d765ae6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/e3bdc636656d4ec3a1bd7c6784a1c447/volumes'} Body: b'{"volume": {"id": "7ee9bf23-a530-4796-b12f-86590fc5ee62", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:09.319003", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-394404910", "description": null, "volume _type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e3bdc636656d4ec3a1bd7c6784a1c447/volumes/7ee9bf23-a530-4796-b12f-86590fc5ee62"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e3bdc636656d4ec3a1bd7c6784a1c447/volumes/7ee9bf23-a530-4796-b12f-86590fc5ee62"}], "user_id": "d10a3e1ae784457dbff7117b6f916382", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:29:09,477 80081 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/e3bdc636656d4ec3a1bd7c6784a1c447/volumes/7ee9bf23-a530-4796-b12f-86590fc5ee62 0.078s 2023-04-20 10:29:09,478 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33f7725b-0be2-495e-be5c-79e169728113', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33f7725b-0be2-495e-be5c-79e169728113', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e3bdc636656d4ec3a1bd7c6784a1c447/volumes/7ee9bf23-a530-4796-b12f-86590fc5ee62'} Body: b'{"volume": {"id": "7ee9bf23-a530-4796-b12f-86590fc5ee62", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:09.000000", "updated_at": null, "name": "tempest-TaggedAttachmentsTest-volume-394404910", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e3bdc636656d4ec3a1bd7c6784a1c447/volumes/7ee9bf23-a530-4796-b12f-86590fc5ee62"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e3bdc636656d4ec3a1bd7c6784a1c447/volumes/7ee9bf23-a530-4796-b12f-86590fc5ee62"}], "user_id": "d10a3e1ae784457dbff7117b6f916382", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e3bdc636656d4ec3a1bd7c6784a1c447"}}' 2023-04-20 10:29:10,540 80081 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:test_tagged_attachment): 200 GET http://10.0.0.210/volume/v3/e3bdc636656d4ec3a1bd7c6784a1c447/volumes/7ee9bf23-a530-4796-b12f-86590fc5ee62 0.050s 2023-04-20 10:29:10,541 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aa131998-807f-4283-8238-720bcf963d2a', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aa131998-807f-4283-8238-720bcf963d2a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/e3bdc636656d4ec3a1bd7c6784a1c447/volumes/7ee9bf23-a530-4796-b12f-86590fc5ee62'} Body: b'{"volume": {"id": "7ee9bf23-a530-4796-b12f-86590fc5ee62", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:09.000000", "updated_at": "2023-04-20T10:29:09.000000", "name": "tempest-TaggedAttachmentsTest-volume-394404910", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/e3bdc636656d4ec3a1bd7c6784a1c447/volumes/7ee9bf23-a530-4796-b12f-86590fc5ee62"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/e3bdc636656d4ec3a1bd7c6784a1c447/volumes/7ee9bf23-a530-4796-b 12f-86590fc5ee62"}], "user_id": "d10a3e1ae784457dbff7117b6f916382", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "e3bdc636656d4ec3a1bd7c6784a1c447"}}' 2023-04-20 10:29:11,200 80081 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/subnets/0f945f99-5842-4050-af3c-dcd23bc5867d 0.649s 2023-04-20 10:29:11,201 80081 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-b7859156-1a8e-4df3-9be4-758c572c1ac3', 'date': 'Thu, 20 Apr 2023 10:29:11 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/subnets/0f945f99-5842-4050-af3c-dcd23bc5867d'} Body: b'' 2023-04-20 10:29:12,086 80081 INFO [tempest.lib.common.rest_client] Request (TaggedAttachmentsTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/networks/00f335b4-f3f9-4365-8909-c04395708f2e 0.885s 2023-04-20 10:29:12,087 80081 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-81a06a58-19c9-4952-857f-afb1899c2709', 'date': 'Thu, 20 Apr 2023 10:29:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/networks/00f335b4-f3f9-4365-8909-c04395708f2e'} Body: b'' tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_delete_cascade[id-994e2d40-de37-46e8-b328-a58fba7e4a95] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 68, in test_volume_delete_cascade volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d4e5efe7-ec0b-4b0d-82cd-38750de489a4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:29:22,162 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 202 POST http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes 0.367s 2023-04-20 10:29:22,163 80081 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-919300874"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff843db1-21ef-468c-8e30-0e89a4c98a55', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff843db1-21ef-468c-8e30-0e89a4c98a55', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes'} Body: b'{"volume": {"id": "d4e5efe7-ec0b-4b0d-82cd-38750de489a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:22.097289", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-919300874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4"}], "user_id": "7eef05e9d66c40a5b247207ed8f08e47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:29:22,212 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4 0.039s 2023-04-20 10:29:22,212 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d128f04-fd35-42af-a960-254e75f0bafa', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d128f04-fd35-42af-a960-254e75f0bafa', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4'} Body: b'{"volume": {"id": "d4e5efe7-ec0b-4b0d-82cd-38750de489a4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:22.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-919300874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4"}], "user_id": "7eef05e9d66c40a5b247207ed8f08e47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126269c09d1949c184bf7b238626c8ff"}}' 2023-04-20 10:29:23,262 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_delete_cascade): 200 GET http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4 0.038s 2023-04-20 10:29:23,262 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Ty pe': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dac3b1ba-0613-4a78-b6fc-5f725117369e', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dac3b1ba-0613-4a78-b6fc-5f725117369e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4'} Body: b'{"volume": {"id": "d4e5efe7-ec0b-4b0d-82cd-38750de489a4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:22.000000", "updated_at": "2023-04-20T10:29:22.000000", "name": "tempest-VolumesDeleteCascade-Volume-919300874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4"}], "user_id": "7eef05e9d66c40a5b247207ed8f08e47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126269c09d1949c184bf7b238626c8ff"}}' 2023-04-20 10:29:23,313 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4 0.038s 2023-04-20 10:29:23,313 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ce0c79cc-e372-4961-bcdf-9ad8db49407a', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ce0c79cc-e372-4961-bcdf-9ad8db49407a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4'} Body: b'{"volume": {"id": "d4e5efe7-ec0b-4b0d-82cd-38750de489a4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:22.000000", "updated_at": "2023-04-20T10:29:22.000000", "name": "tempest-VolumesDeleteCascade-Volume-919300874", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4"}], "user_id": "7eef05e9d66c40a5b247207ed8f08e47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126269c09d1949c184bf7b238626c8ff"}}' 2023-04-20 10:29:23,426 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4 0.103s 2023-04-20 10:29:23,427 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29: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-60628585-ac3d-41be-a2e4-a2dc3909801b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4'} Body: b'' 2023-04-20 10:29:23,450 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4 0.023s 2023-04-20 10:29:23,450 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29: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-894c0e3c-7856-42a5-b6cc-60afa87a8a98', 'x-openstack-request-id': 'req-894c0e3c-7856-42a5-b6cc-60afa87a8a98', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/d4e5efe7-ec0b-4b0d-82cd-38750de489a4'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d4e5efe7-ec0b-4b0d-82cd-38750de489a4 could not be found."}}' tempest.api.volume.test_volume_delete_cascade.VolumesDeleteCascade.test_volume_from_snapshot_cascade_delete[id-59a77ede-609b-4ee8-9f68-fc3c6ffe97b5] ---------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_delete_cascade.py", line 92, in test_volume_from_snapshot_cascade_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 324eb423-6b98-4aa6-a8a7-394a1e207e2a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:29:23,621 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 202 POST http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes 0.168s 2023-04-20 10:29:23,621 80081 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-158061174"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e49ff76-ae6d-4f86-8be6-934457043914', 'content-length': '817', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e49ff76-ae6d-4f86-8be6-934457043914', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes'} Body: b'{"volume": {"id": "324eb423-6b98-4aa6-a8a7-394a1e207e2a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:23.567063", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-158061174", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a"}], "user_id": "7eef05e9d66c40a5b247207ed8f08e47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:29:23,673 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a 0.043s 2023-04-20 10:29:23,673 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c357b94-e8e0-4763-bbb9-fa599ef3be30', 'content-length': '885', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c357b94-e8e0-4763-bbb9-fa599ef3be30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a'} Body: b'{"volume": {"id": "324eb423-6b98-4aa6-a8a7-394a1e207e2a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:24.000000", "updated_at": null, "name": "tempest-VolumesDeleteCascade-Volume-158061174", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a"}], "user_id": "7eef05e9d66c40a5b247207ed8f08e47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126269c09d1949c184bf7b238626c8ff"}}' 2023-04-20 10:29:24,723 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:test_volume_from_snapshot_cascade_delete): 200 GET http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a 0.038s 2023-04-20 10:29:24,723 80081 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eb28d98c-4805-471a-9faf-0a396c216b93', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eb28d98c-4805-471a-9faf-0a396c216b93', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a'} Body: b'{"volume": {"id": "324eb423-6b98-4aa6-a8a7-394a1e207e2a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:24.000000", "updated_at": "2023-04-20T10:29:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-158061174", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a"}], "user_id": "7eef05e9d66c40a5b247207ed8f08e47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126269c09d1949c184bf7b238626c8ff"}}' 2023-04-20 10:29:24,772 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a 0.038s 2023-04-20 10:29:24,773 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b50cd143-b09f-474d-a25e-1c14d87e31b9', 'content-length': '906', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b50cd143-b09f-474d-a25e-1c14d87e31b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a'} Body: b'{"volume": {"id": "324eb423-6b98-4aa6-a8a7-394a1e207e2a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:24.000000", "updated_at": "2023-04-20T10:29:24.000000", "name": "tempest-VolumesDeleteCascade-Volume-158061174", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a"}], "user_id": "7eef05e9d66c40a5b247207ed8f08e47", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "126269c09d1949c184bf7b238626c8ff"}}' 2023-04-20 10:29:24,879 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a 0.096s 2023-04-20 10:29:24,879 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', ' content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed2e86d8-994a-4ece-a979-c5a705ac2acf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a'} Body: b'' 2023-04-20 10:29:24,900 80081 INFO [tempest.lib.common.rest_client] Request (VolumesDeleteCascade:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a 0.020s 2023-04-20 10:29:24,900 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29: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-02f6b7ac-f369-47c7-88c2-1dd99e2e2a5a', 'x-openstack-request-id': 'req-02f6b7ac-f369-47c7-88c2-1dd99e2e2a5a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/126269c09d1949c184bf7b238626c8ff/volumes/324eb423-6b98-4aa6-a8a7-394a1e207e2a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 324eb423-6b98-4aa6-a8a7-394a1e207e2a could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_get_list_accept_volume_transfer[id-d746bd69-bb30-4414-9a1c-577959fac6a1] ------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 144, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 125, in test_create_get_list_accept_volume_transfer test_create_get_list_accept_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 45744917-5747-49ff-823e-b88ee425bf54 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:29:27,912 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes 0.399s 2023-04-20 10:29:27,912 80081 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-1583875975"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a21204a4-7a9a-446c-9fa5-2f365b86c4d6', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a21204a4-7a9a-446c-9fa5-2f365b86c4d6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes'} Body: b'{"volume": {"id": "45744917-5747-49ff-823e-b88ee425bf54", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:27.852104", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1583875975", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54"}], "user_id": "0fe388cc3d00466d86f5bc41cd7317cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-20 10:29:27,967 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54 0.044s 2023-04-20 10:29:27,968 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c7030bf-bc71-4f3c-8ea1-509f06d95302', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c7030bf-bc71-4f3c-8ea1-509f06d95302', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54'} Body: b'{"volume": {"id": "45744917-5747-49ff-823e-b88ee425bf54", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:28.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1583875975", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54"}], "user_id": "0fe388cc3d00466d86f5bc41cd7317cc", "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": "393524c3835a40bfb0fc54e433dd7556"}}' 2023-04-20 10:29:29,018 80081 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/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54 0.038s 2023-04-20 10:29:29,018 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8e10599e-9ab1-42f6-bef3-b52ce1d350ab', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8e10599e-9ab1-42f6-bef3-b52ce1d350ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54'} Body: b'{"volume": {"id": "45744917-5747-49ff-823e-b88ee425bf54", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:28.000000", "updated_at": "2023-04-20T10:29:28.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1583875975", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54"}], "user_id": "0fe388cc3d00466d86f5bc41cd7317cc", "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": "393524c3835a40bfb0fc54e433dd7556"}}' 2023-04-20 10:29:29,070 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54 0.040s 2023-04-20 10:29:29,070 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ed5be060-bf96-43e5-b48f-6146192b4a33', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ed5be060-bf96-43e5-b48f-6146192b4a33', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54'} Body: b'{"volume": {"id": "45744917-5747-49ff-823e-b88ee425bf54", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:28.000000", "updated_at": "2023-04-20T10:29:28.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1583875975", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54"}], "user_id": "0fe388cc3d00466d86f5bc41cd7317cc", "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": "393524c3835a40bfb0fc54e433dd7556"}}' 2023-04-20 10:29:29,190 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Tes t:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54 0.109s 2023-04-20 10:29:29,191 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:29 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-ae6e31d3-430b-4bc3-93a8-e784f59c497f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54'} Body: b'' 2023-04-20 10:29:29,213 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54 0.021s 2023-04-20 10:29:29,213 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:29 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-9d1ce1ca-5181-42d4-80d1-39a2541b3c28', 'x-openstack-request-id': 'req-9d1ce1ca-5181-42d4-80d1-39a2541b3c28', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/45744917-5747-49ff-823e-b88ee425bf54'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 45744917-5747-49ff-823e-b88ee425bf54 could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersV357Test.test_create_list_delete_volume_transfer[id-d4b20ec2-e1bb-4068-adcf-6c20020a8e05] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 150, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 131, in test_create_list_delete_volume_transfer test_create_list_delete_volume_transfer() File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:29:29,395 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes 0.178s 2023-04-20 10:29:29,395 80081 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-1042788750"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0f1c1a15-1b7d-49dd-ac3c-5507e3b59b64', 'content-length': '886', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0f1c1a15-1b7d-49dd-ac3c-5507e3b59b64', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes'} Body: b'{"volume": {"id": "e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:29.337454", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1042788750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c"}], "user_id": "0fe388cc3d00466d86f5bc41cd7317cc", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "group_id": null, "shared_targets": true, "service_uuid": null}}' 2023-04-20 10:29:29,448 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c 0.042s 2023-04-20 10:29:29,448 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dce26ec3-0803-4a93-a202-d37886bd5c0f', 'content-length': '954', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dce26ec3-0803-4a93-a202-d37886bd5c0f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c'} Body: b'{"volume": {"id": "e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:29.000000", "updated_at": null, "name": "tempest-VolumesTransfersV357Test-Volume-1042788750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c"}], "user_id": "0fe388cc3d00466d86f5bc41cd7317cc", "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": "393524c3835a40bfb0fc54e433dd7556"}}' 2023-04-20 10:29:30,498 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfer sV357Test:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c 0.039s 2023-04-20 10:29:30,499 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2708e418-b5d3-424d-a814-ef453d21deec', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2708e418-b5d3-424d-a814-ef453d21deec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c'} Body: b'{"volume": {"id": "e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:29.000000", "updated_at": "2023-04-20T10:29:29.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1042788750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c"}], "user_id": "0fe388cc3d00466d86f5bc41cd7317cc", "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": "393524c3835a40bfb0fc54e433dd7556"}}' 2023-04-20 10:29:30,546 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c 0.036s 2023-04-20 10:29:30,546 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c29f52a7-09ed-4737-95ef-79734ebdd848', 'content-length': '975', 'openstack-api-version': 'volume 3.57', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c29f52a7-09ed-4737-95ef-79734ebdd848', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c'} Body: b'{"volume": {"id": "e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:29.000000", "updated_at": "2023-04-20T10:29:29.000000", "name": "tempest-VolumesTransfersV357Test-Volume-1042788750", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c"}], "user_id": "0fe388cc3d00466d86f5bc41cd7317cc", "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": "393524c3835a40bfb0fc54e433dd7556"}}' 2023-04-20 10:29:30,655 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_clean ups): 202 DELETE http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c 0.098s 2023-04-20 10:29:30,655 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:30 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-ba742bd6-6f56-4b86-99c9-549d3e4d7c43', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c'} Body: b'' 2023-04-20 10:29:30,676 80081 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersV357Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c 0.020s 2023-04-20 10:29:30,676 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.57', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:30 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-3abb8100-d8a9-4b86-ba10-2d4e55576b0c', 'x-openstack-request-id': 'req-3abb8100-d8a9-4b86-ba10-2d4e55576b0c', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/393524c3835a40bfb0fc54e433dd7556/volumes/e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume e05fe1b5-e09e-476b-8f4b-1ce9feb05e9c could not be found."}}' setUpClass (tempest.api.volume.test_volumes_snapshots_list.VolumesSnapshotListTestJSON) --------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_list.py", line 32, in resource_setup volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b937073a-4e46-4bd1-85b1-f7b1b999fc72 failed to build and is in ERROR status cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSnapshotTest.test_create_multiple_volume_from_snapshot[id-3b879ad1-d861-4ad3-b2c8-c89162e867c3] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 31, in test_create_multiple_volume_from_snapshot volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 767a330a-af7e-4927-b885-f47493839aa6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:29:37,045 80081 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 202 POST http://10.0.0.210/volume/v3/7abac10cc9b04ba2adad5ff57a023728/volumes 0.357s 2023-04-20 10:29:37,046 80081 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-986261003"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c77e7faa-c77d-4b03-aefb-b5b68af62f62', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c77e7faa-c77d-4b03-aefb-b5b68af62f62', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7abac10cc9b04ba2adad5ff57a023728/volumes'} Body: b'{"volume": {"id": "767a330a-af7e-4927-b885-f47493839aa6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:36.983473", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-986261003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7abac10cc9b04ba2adad5ff57a023728/volumes/767a330a-af7e-4927-b885-f47493839aa6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7abac10cc9b04ba2adad5ff57a023728/volumes/767a330a-af7e-4927-b885-f47493839aa6"}], "user_id": "fa5d9adf632749b7807f7efdd2b70f97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:29:37,095 80081 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/7abac10cc9b04ba2adad5ff57a023728/volumes/767a330a-af7e-4927-b885-f47493839aa6 0.039s 2023-04-20 10:29:37,095 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-321046a2-3050-4371-8091-ca035487ccec', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-321046a2-3050-4371-8091-ca035487ccec', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7abac10cc9b04ba2adad5ff57a023728/volumes/767a330a-af7e-4927-b885-f47493839aa6'} Body: b'{"volume": {"id": "767a330a-af7e-4927-b885-f47493839aa6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:37.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSnapshotTest-Volume-986261003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7abac10cc9b04ba2adad5ff57a023728/volumes/767a330a-af7e-4927-b885-f47493839aa6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7abac10cc9b04ba2adad5ff57a023728/volumes/767a330a-af7e-4927-b885-f47493839aa6"}], "user_id": "fa5d9adf632749b7807f7efdd2b70f97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7abac10cc9b04ba2adad5ff57a023728"}}' 2023-04-20 10:29:38,151 80081 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSnapshotTest:test_create_multiple_volume_from_snapshot): 200 GET http://10.0.0.210/volume/v3/7abac10cc9b04ba2adad5ff57a023728/volumes/767a330a-af7e-4927-b885-f47493839aa6 0.041s 2023 -04-20 10:29:38,151 80081 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:38 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b023990c-1af5-44a8-81a7-21d4c34c0b5b', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b023990c-1af5-44a8-81a7-21d4c34c0b5b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7abac10cc9b04ba2adad5ff57a023728/volumes/767a330a-af7e-4927-b885-f47493839aa6'} Body: b'{"volume": {"id": "767a330a-af7e-4927-b885-f47493839aa6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:29:37.000000", "updated_at": "2023-04-20T10:29:37.000000", "name": "tempest-CreateVolumesFromSnapshotTest-Volume-986261003", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7abac10cc9b04ba2adad5ff57a023728/volumes/767a330a-af7e-4927-b885-f47493839aa6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7abac10cc9b04ba2adad5ff57a023728/volumes/767a330a-af7e-4927-b885-f47493839aa6"}], "user_id": "fa5d9adf632749b7807f7efdd2b70f97", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7abac10cc9b04ba2adad5ff57a023728"}}' tempest.api.compute.servers.test_delete_server.DeleteServersTestJSON.test_delete_server_while_in_attached_volume[id-d0f3f0d6-d9b6-4a32-8da4-23015dcab23c,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_delete_server.py", line 114, in test_delete_server_while_in_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a4b5619d-0675-47ef-8e4d-2b17b7aeea88 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:18,761 80091 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.033s 2023-04-20 10:28:18,761 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2815', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-538680c8-bd64-4c00-a2d7-8d6f043d37bd', '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": "25f64a72e9ec4ad599a5c63bec4d092e", "name": "tempest-DeleteServersTestJSON-1091162656-project-member", "password_expires_at": null}, "audit_ids": ["R9HiV6WdRm-080f8t7p6Ug"], "expires_at": "2023-04-20T11:28:18.000000Z", "issued_at": "2023-04-20T10:28:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "f986df042c594f71a4db3da582def690", "name": "tempest-DeleteServersTestJSON-1091162656"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/f986df042c594f71a4db3da582def690", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:28:18,762 80091 INFO [tempest.lib.common.fixed_network] (DeleteServersTestJSON:test_delete_server_while_in_attached_volume) Found network {'id': 'bd16afd3-655a-4681-9793-21eff7495aee', 'name': 'tempest-DeleteServersTestJSON-1742457713-network', 'tenant_id': 'f986df042c594f71a4db3da582def690', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'f986df042c594f71a4db3da582def690', 'port_security_enabled': Tru e, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 47022, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:27:57Z', 'updated_at': '2023-04-20T10:27:57Z', 'revision_number': 1} available for tenant 2023-04-20 10:28:20,690 80091 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.927s 2023-04-20 10:28:20,690 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-DeleteServersTestJSON-server-294793328", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "networks": [{"uuid": "bd16afd3-655a-4681-9793-21eff7495aee"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/cf494c03-d188-49c7-879e-29d2fa555549', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f896f2b7-ea25-4649-8248-254cdf0ac136', 'x-compute-request-id': 'req-f896f2b7-ea25-4649-8248-254cdf0ac136', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "cf494c03-d188-49c7-879e-29d2fa555549", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf494c03-d188-49c7-879e-29d2fa555549"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf494c03-d188-49c7-879e-29d2fa555549"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "HaCma6idzG2e"}}' 2023-04-20 10:28:21,003 80091 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/cf494c03-d188-49c7-879e-29d2fa555549 0.307s 2023-04-20 10:28:21,004 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1208', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f336b418-7e9b-4557-9de4-f48638d56471', 'x-compute-request-id': 'req-f336b418-7e9b-4557-9de4-f48638d56471', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf494c03-d188-49c7-879e-29d2fa555549'} Body: b'{"server": {"id": "cf494c03-d188-49c7-879e-29d2fa555549", "name": "tempest-DeleteServersTestJSON-server-294793328", "status": "BUILD", "tenant_id": "f986df042c594f71a4db3da582def690", "user_id": "25f64a72e9ec4ad599a5c63bec4d092e", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:21Z", "updated": "2023-04-20T10:28:20Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf494c03-d188-49c7-879e-29d2fa555549"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf494c03-d188-49c7-879e-29d2fa555549"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": nul l, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:29:11,473 80091 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/cf494c03-d188-49c7-879e-29d2fa555549 0.410s 2023-04-20 10:29:11,473 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1490', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a03424f9-8ab7-4da9-9894-ca7b235c4958', 'x-compute-request-id': 'req-a03424f9-8ab7-4da9-9894-ca7b235c4958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/cf494c03-d188-49c7-879e-29d2fa555549'} Body: b'{"server": {"id": "cf494c03-d188-49c7-879e-29d2fa555549", "name": "tempest-DeleteServersTestJSON-server-294793328", "status": "ACTIVE", "tenant_id": "f986df042c594f71a4db3da582def690", "user_id": "25f64a72e9ec4ad599a5c63bec4d092e", "metadata": {}, "hostId": "08b5c94b4328a742313aa265465c4a1eb72cef086560772d7692482a", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:20Z", "updated": "2023-04-20T10:28:33Z", "addresses": {"tempest-DeleteServersTestJSON-1742457713-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:de:6a:d4"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/cf494c03-d188-49c7-879e-29d2fa555549"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/cf494c03-d188-49c7-879e-29d2fa555549"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:28:32.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:29:11,486 80091 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:30:11,762 80091 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 202 POST http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690/volumes 0.235s 2023-04-20 10:30:11,762 80091 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-1102657038"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f69911c-74ac-4645-8264-244d3d14ced9', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f69911c-74ac-4645-8264-244d3d14ced9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690/volumes'} Body: b'{"volume": {"id": "a4b5619d-0675-47ef-8e4d-2b17b7aeea88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:11.7 02689", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1102657038", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690/volumes/a4b5619d-0675-47ef-8e4d-2b17b7aeea88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f986df042c594f71a4db3da582def690/volumes/a4b5619d-0675-47ef-8e4d-2b17b7aeea88"}], "user_id": "25f64a72e9ec4ad599a5c63bec4d092e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:30:11,809 80091 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690/volumes/a4b5619d-0675-47ef-8e4d-2b17b7aeea88 0.036s 2023-04-20 10:30:11,809 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe13e45c-0b51-4236-a989-0ad4711edb10', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe13e45c-0b51-4236-a989-0ad4711edb10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690/volumes/a4b5619d-0675-47ef-8e4d-2b17b7aeea88'} Body: b'{"volume": {"id": "a4b5619d-0675-47ef-8e4d-2b17b7aeea88", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:12.000000", "updated_at": null, "name": "tempest-DeleteServersTestJSON-volume-1102657038", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690/volumes/a4b5619d-0675-47ef-8e4d-2b17b7aeea88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f986df042c594f71a4db3da582def690/volumes/a4b5619d-0675-47ef-8e4d-2b17b7aeea88"}], "user_id": "25f64a72e9ec4ad599a5c63bec4d092e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f986df042c594f71a4db3da582def690"}}' 2023-04-20 10:30:12,865 80091 INFO [tempest.lib.common.rest_client] Request (DeleteServersTestJSON:test_delete_server_while_in_attached_volume): 200 GET http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690/volumes/a4b5619d-0675-47ef-8e4d-2b17b7aeea88 0.044s 2023-04-20 10:30:12,865 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ecc97e66-e097-47b7-9b1d-b6b919a8b05d', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ecc97e66-e097-47b7-9b1d-b6b919a8b05d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690/volumes/a4b5619d-0675-47ef-8e4d-2b17b7aeea88'} Body: b'{"volume": {"id": "a4b5619d-0675-47ef-8e4d-2b17b7aeea88", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:12.000000", "updated_at": "2023-04-20T10:30:12.000000", "name": "tempest-DeleteServersTestJSON-volume-1102657038", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f986df042c594f71a4db3da582def690/volu mes/a4b5619d-0675-47ef-8e4d-2b17b7aeea88"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f986df042c594f71a4db3da582def690/volumes/a4b5619d-0675-47ef-8e4d-2b17b7aeea88"}], "user_id": "25f64a72e9ec4ad599a5c63bec4d092e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f986df042c594f71a4db3da582def690"}}' tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_body[id-7dcac15a-b107-46d3-a5f6-cb863f4e454a,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 70, in test_update_attached_volume_with_nonexistent_volume_in_body volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2734ce22-e8f9-4908-b57b-817f352cb3f4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:27,747 80099 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 10:28:28,145 80099 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.395s 2023-04-20 10:28:28,145 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1241550354", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKo6j6WbCBGkhY+/90E7m8dSLZQNugKiG3Ze4NFSIzNr6U7x488jnMXjls3Or9lOdNpk237JBBGIDaL4rNwHM9ccpiAVRM3eozuQ2DPkyUdqXkWu62GoK7gs5ZQh/CHghQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:27 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-4fa17951-1e71-4047-9ffe-78fe14a46d53', 'x-compute-request-id': 'req-4fa17951-1e71-4047-9ffe-78fe14a46d53', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1241550354", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKo6j6WbCBGkhY+/90E7m8dSLZQNugKiG3Ze4NFSIzNr6U7x488jnMXjls3Or9lOdNpk237JBBGIDaL4rNwHM9ccpiAVRM3eozuQ2DPkyUdqXkWu62GoK7gs5ZQh/CHghQ==", "fingerprint": "ca:27:5f:a4:22:85:13:aa:44:9a:4a:88:85:f0:89:72", "user_id": "712be6d6876f4b2c9d796e406a43f8bf"}}' 2023-04-20 10:28:28,150 80099 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1241550354 created 2023-04-20 10:28:28,482 80099 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.331s 2023-04-20 10:28:28,483 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1475647793", "description": "tempest-description--102253341"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-fbfceb18-a933-4d4b-8ae6-fdba538a1ddc', 'date': 'Thu, 20 Apr 2023 10:28:28 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "a209b70b-b1f6-4a49-94e7-44224fc47e3f", "name": "tempest-securitygroup--1475647793", "stateful": true, "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "description": "tempest-description--102253341", "shared": false, "security_group_rules": [{"id": "f53670b6-52ca-4612-9b50-73930c91cde0", "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "security_group_id": "a209b70b-b1f6-4a49-94e7-44224fc47e3f", "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": 336, "description": null, "tags": [], "created_at": "2023-04-20T10:28:28Z", "updated_at": "2023-04-20T10:28:28Z", "revision_number": 0, "project_id": "7c3ecc1463ec42eea56f2890b032ef7a"}, {"id": "fd76030f-344a-4663-bbd4-95e76039bdca", "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "security_group_id": "a209b70b-b1f6-4a49-94e7-44224fc47e3f", "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": 337 , "description": null, "tags": [], "created_at": "2023-04-20T10:28:28Z", "updated_at": "2023-04-20T10:28:28Z", "revision_number": 0, "project_id": "7c3ecc1463ec42eea56f2890b032ef7a"}], "tags": [], "created_at": "2023-04-20T10:28:28Z", "updated_at": "2023-04-20T10:28:28Z", "revision_number": 1, "project_id": "7c3ecc1463ec42eea56f2890b032ef7a"}}' 2023-04-20 10:28:28,809 80099 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.325s 2023-04-20 10:28:28,809 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a209b70b-b1f6-4a49-94e7-44224fc47e3f", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-f91c04b5-098a-4a99-bc49-3a7b3f1a31c8', 'date': 'Thu, 20 Apr 2023 10:28: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": "1fc5482b-23b8-4124-9d47-ec9789835106", "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "security_group_id": "a209b70b-b1f6-4a49-94e7-44224fc47e3f", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:28:28Z", "updated_at": "2023-04-20T10:28:28Z", "revision_number": 0, "project_id": "7c3ecc1463ec42eea56f2890b032ef7a"}}' 2023-04-20 10:28:29,221 80099 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.411s 2023-04-20 10:28:29,221 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "a209b70b-b1f6-4a49-94e7-44224fc47e3f", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-848a691d-db5a-4a45-85d5-abe502618c98', 'date': 'Thu, 20 Apr 2023 10:28:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "cdf9ee32-0847-480c-9f57-fa036b9c25a7", "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "security_group_id": "a209b70b-b1f6-4a49-94e7-44224fc47e3f", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:28:28Z", "updated_at": "2023-04-20T10:28:28Z", "revision_number": 0, "project_id": "7c3ecc1463ec42eea56f2890b032ef7a"}}' 2023-04-20 10:28:29,222 80099 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1475647793 created 2023-04-20 10:28:31,812 80099 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.590s 2023-04-20 10:28:31,812 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '526', 'x-openstack-request-id': 'req-80e429a9-c125-45ed-b910-0122f266d303', 'date': 'Thu, 20 Apr 2023 10:28:31 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1c7ba29e-17cb-4238-81ac-d71b7afed413", "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "floating_ip_address": "172.24.4.2", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "7c3ecc1463ec42eea56f2890b032ef7a", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:28:30Z", "updated_at": "2023-04-20T10:28:30Z", "revision_number": 0}}' 2023-04-20 10:28:31,813 80099 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1c7ba29e-17cb-4238-81ac-d71b7afed413', 'tenant_id': '7c3ecc1463ec42eea56f2890b032ef7a', 'floating_ip_address': '172.24.4.2', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7c3ecc1463ec42eea56f2890b032ef7a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:28:30Z', 'updated_at': '2023-04-20T10:28:30Z', 'revision_number': 0, 'ip': '172.24.4.2'} created 2023-04-20 10:28:31,914 80099 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.096s 2023-04-20 10:28:31,915 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28: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-d4566c4a-8c40-406b-b58a-3cb6cda083ac', '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": "712be6d6876f4b2c9d796e406a43f8bf", "name": "tempest-VolumesAdminNegativeTest-2134667240-project-member", "password_expires_at": null}, "audit_ids": ["nUzEdszYR6SS6fZh2c-B8w"], "expires_at": "2023-04-20T11:28:31.000000Z", "issued_at": "2023-04-20T10:28:31.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c3ecc1463ec42eea56f2890b032ef7a", "name": "tempest-VolumesAdminNegativeTest-2134667240"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7c3ecc1463ec42eea56f2890b032ef7a", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8 f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:28:31,915 80099 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_body) Found network {'id': '55052d2c-5064-4bd3-9b46-6e90a5ee3def', 'name': 'tempest-VolumesAdminNegativeTest-1948401123-network', 'tenant_id': '7c3ecc1463ec42eea56f2890b032ef7a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7c3ecc1463ec42eea56f2890b032ef7a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38501, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:27:57Z', 'updated_at': '2023-04-20T10:27:58Z', 'revision_number': 1} available for tenant 2023-04-20 10:28:31,916 80099 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1241550354', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBKo6j6WbCBGkhY+/90E7m8dSLZQNugKiG3Ze4NFSIzNr6U7x488jnMXjls3Or9lOdNpk237JBBGIDaL4rNwHM9ccpiAVRM3eozuQ2DPkyUdqXkWu62GoK7gs5ZQh/CHghQ==', 'fingerprint': 'ca:27:5f:a4:22:85:13:aa:44:9a:4a:88:85:f0:89:72', 'user_id': '712be6d6876f4b2c9d796e406a43f8bf', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDDhr1K3w2zEzyhHLi846hDJYtg7Kr+quoQlk/MaU/EzAkCWImN1jYoL\nSKGit5E6DHugBwYFK4EEACKhZANiAASqOo+lmwgRpIWPv/dBO5vHUi2UDboCoht2\nXuDRUiMza+lO8ePPI5zF45bNzq/ZTnTaZNt+yQQRiA2i+KzcBzPXHKYgFUTN3qM7\nkNgz5MlHal5FruthqCu4LOWUIfwh4IU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'a209b70b-b1f6-4a49-94e7-44224fc47e3f', 'name': 'tempest-securitygroup--1475647793', 'stateful': True, 'tenant_id': '7c3ecc1463ec42eea56f2890b032ef7a', 'description': 'tempest-description--102253341', 'shared': False, 'security_group_rules': [{'id': 'f53670b6-52ca-4612-9b50-73930c91cde0', 'tenant_id': '7c3ecc1463ec42eea56f2890b032ef7a', 'security_group_id': 'a209b70b-b1f6-4a49-94e7-44224fc47e3f', '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': 336, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:28:28Z', 'updated_at': '2023-04-20T10:28:28Z', 'revision_number': 0, 'project_id': '7c3ecc1463ec42eea56f2890b032ef7a'}, {'id': 'fd76030f-344a-4663-bbd4-95e76039bdca', 'tenant_id': '7c3ecc1463ec42eea56f2890b032ef7a', 'security_group_id': 'a209b70b-b1f6-4a49-94e7-44224fc47e3f', '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': 337, 'description': None, 'tags': [], 'created_at': '2023-04- 20T10:28:28Z', 'updated_at': '2023-04-20T10:28:28Z', 'revision_number': 0, 'project_id': '7c3ecc1463ec42eea56f2890b032ef7a'}], 'tags': [], 'created_at': '2023-04-20T10:28:28Z', 'updated_at': '2023-04-20T10:28:28Z', 'revision_number': 1, 'project_id': '7c3ecc1463ec42eea56f2890b032ef7a'}, 'floating_ip': {'id': '1c7ba29e-17cb-4238-81ac-d71b7afed413', 'tenant_id': '7c3ecc1463ec42eea56f2890b032ef7a', 'floating_ip_address': '172.24.4.2', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '7c3ecc1463ec42eea56f2890b032ef7a', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:28:30Z', 'updated_at': '2023-04-20T10:28:30Z', 'revision_number': 0, 'ip': '172.24.4.2'}} 2023-04-20 10:28:33,941 80099 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.024s 2023-04-20 10:28:33,942 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-42507989", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "networks": [{"uuid": "55052d2c-5064-4bd3-9b46-6e90a5ee3def"}], "security_groups": [{"name": "tempest-securitygroup--1475647793"}], "key_name": "tempest-keypair-1241550354", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/9189f862-2e91-4420-ab64-54375c4f9466', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e21bbb5c-11c2-440c-b2f2-682cadd8bff7', 'x-compute-request-id': 'req-e21bbb5c-11c2-440c-b2f2-682cadd8bff7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "9189f862-2e91-4420-ab64-54375c4f9466", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9189f862-2e91-4420-ab64-54375c4f9466"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9189f862-2e91-4420-ab64-54375c4f9466"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1475647793"}], "adminPass": "pZSMC4aSNebG"}}' 2023-04-20 10:28:34,086 80099 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/9189f862-2e91-4420-ab64-54375c4f9466 0.141s 2023-04-20 10:28:34,086 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28: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-eb7d8156-c8d8-42ff-89d0-1224186f6cf9', 'x-compute-request-id': 'req-eb7d8156-c8d8-42ff-89d0-1224186f6cf9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9189f862-2e91-4420-ab64-54375c4f9466'} Body: b'{"server": {"id": "9189f862-2e91-4420-ab64-54375c4f9466", "name": "tempest-VolumesAdminNegativeTest-server-42507989", "status": "BUILD", "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "user_id": "712be6d6876f4b2c9d796e406a43f8bf", "metadata": {}, "host Id": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:34Z", "updated": "2023-04-20T10:28:33Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9189f862-2e91-4420-ab64-54375c4f9466"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9189f862-2e91-4420-ab64-54375c4f9466"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1241550354", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:29:24,367 80099 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/9189f862-2e91-4420-ab64-54375c4f9466 0.238s 2023-04-20 10:29:24,368 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:24 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-6c457f4c-71c8-4531-83c3-5f66b2e17e8a', 'x-compute-request-id': 'req-6c457f4c-71c8-4531-83c3-5f66b2e17e8a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9189f862-2e91-4420-ab64-54375c4f9466'} Body: b'{"server": {"id": "9189f862-2e91-4420-ab64-54375c4f9466", "name": "tempest-VolumesAdminNegativeTest-server-42507989", "status": "ACTIVE", "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "user_id": "712be6d6876f4b2c9d796e406a43f8bf", "metadata": {}, "hostId": "f193f9e593e71f05699d9c079b4e3264fb1af8bb6cc891782727565f", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:33Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-VolumesAdminNegativeTest-1948401123-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:39:2f:ad"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/9189f862-2e91-4420-ab64-54375c4f9466"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/9189f862-2e91-4420-ab64-54375c4f9466"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1241550354", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1475647793"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:29:24,380 80099 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:30:24,829 80099 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/9189f862-2e91-4420-ab64-54375c4f9466/os-interface 0.388s 2023-04-20 10:30:24,830 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'C ontent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30: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-7052163b-a713-4820-9c54-dcb13c500c7a', 'x-compute-request-id': 'req-7052163b-a713-4820-9c54-dcb13c500c7a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/9189f862-2e91-4420-ab64-54375c4f9466/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "55052d2c-5064-4bd3-9b46-6e90a5ee3def", "port_id": "ab1a6c29-6d99-4a73-b93f-4c4e3b8871bd", "mac_addr": "fa:16:3e:39:2f:ad", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "50d28919-9572-4efc-9f5d-d19117034c4b", "ip_address": "10.0.0.8"}]}]}' 2023-04-20 10:30:25,875 80099 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/1c7ba29e-17cb-4238-81ac-d71b7afed413 1.040s 2023-04-20 10:30:25,876 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ab1a6c29-6d99-4a73-b93f-4c4e3b8871bd"}} Response - Headers: {'content-type': 'application/json', 'content-length': '827', 'x-openstack-request-id': 'req-6ae111d5-41a3-4834-a635-a2731b965919', 'date': 'Thu, 20 Apr 2023 10:30:25 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1c7ba29e-17cb-4238-81ac-d71b7afed413'} Body: b'{"floatingip": {"id": "1c7ba29e-17cb-4238-81ac-d71b7afed413", "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "floating_ip_address": "172.24.4.2", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": "ce89e29f-25aa-40dc-aed2-348f1b5ed5fd", "port_id": "ab1a6c29-6d99-4a73-b93f-4c4e3b8871bd", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "55052d2c-5064-4bd3-9b46-6e90a5ee3def", "mac_address": "fa:16:3e:39:2f:ad", "admin_state_up": true, "status": "ACTIVE", "device_id": "9189f862-2e91-4420-ab64-54375c4f9466", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:28:30Z", "updated_at": "2023-04-20T10:30:25Z", "revision_number": 1, "project_id": "7c3ecc1463ec42eea56f2890b032ef7a"}}' 2023-04-20 10:30:25,878 80099 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.2:22' as 'cirros' with public key authentication 2023-04-20 10:30:25,920 80099 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:30:25,945 80099 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:30:25,945 80099 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.2 successfully created 2023-04-20 10:30:26,174 80099 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/7c3ecc1463ec42eea56f2890b032ef7a/volumes 0.228s 2023-04-20 10:30:26,175 80099 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-1869276607"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-37e6bf79-c7d8-4391-b5e9-dd72ce330dfa', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': ' req-37e6bf79-c7d8-4391-b5e9-dd72ce330dfa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes'} Body: b'{"volume": {"id": "2734ce22-e8f9-4908-b57b-817f352cb3f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:26.113699", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1869276607", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes/2734ce22-e8f9-4908-b57b-817f352cb3f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7c3ecc1463ec42eea56f2890b032ef7a/volumes/2734ce22-e8f9-4908-b57b-817f352cb3f4"}], "user_id": "712be6d6876f4b2c9d796e406a43f8bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:30:26,225 80099 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/7c3ecc1463ec42eea56f2890b032ef7a/volumes/2734ce22-e8f9-4908-b57b-817f352cb3f4 0.040s 2023-04-20 10:30:26,225 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-51ca093d-64a8-49f1-ac0c-ed15547fac12', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-51ca093d-64a8-49f1-ac0c-ed15547fac12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes/2734ce22-e8f9-4908-b57b-817f352cb3f4'} Body: b'{"volume": {"id": "2734ce22-e8f9-4908-b57b-817f352cb3f4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:26.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-1869276607", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes/2734ce22-e8f9-4908-b57b-817f352cb3f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7c3ecc1463ec42eea56f2890b032ef7a/volumes/2734ce22-e8f9-4908-b57b-817f352cb3f4"}], "user_id": "712be6d6876f4b2c9d796e406a43f8bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a"}}' 2023-04-20 10:30:27,274 80099 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/7c3ecc1463ec42eea56f2890b032ef7a/volumes/2734ce22-e8f9-4908-b57b-817f352cb3f4 0.036s 2023-04-20 10:30:27,274 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-05de4ccf-235d-4103-9a3c-310f95c69d55', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-05de4ccf-235d-4103-9a3c-310f95c69d55', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes/2734ce22-e8f9-4908-b57b-817f352cb3f4'} Body: b'{"volume": {"id": "2734ce22-e8f9-4908-b57b-817f352cb3f4", "status": "error", "size" : 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:26.000000", "updated_at": "2023-04-20T10:30:26.000000", "name": "tempest-VolumesAdminNegativeTest-volume-1869276607", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes/2734ce22-e8f9-4908-b57b-817f352cb3f4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7c3ecc1463ec42eea56f2890b032ef7a/volumes/2734ce22-e8f9-4908-b57b-817f352cb3f4"}], "user_id": "712be6d6876f4b2c9d796e406a43f8bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a"}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_attach_detach_volume[id-52e9045a-e90d-4c0d-9087-79d657faffff,slow] ------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 89, in test_attach_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 921fb259-f405-4f71-a52f-72d33bd06305 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:17,595 80089 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 10:28:17,595 80089 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 10:28:17,844 80089 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.246s 2023-04-20 10:28:17,844 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-2096466478", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGAh9xOp+18xwLGeRalB9BZJ/w8VTQdLWJWLt/GaIgucfc2qbhwsBZgwV0eAZLo1CJ17o1m08+BmrJtQvN99qzggaLadMbVfpQ2nwEGkvh5hKNizDvlBcY5GFmW0Xmz1BQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:17 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-fd61e4fc-e671-4aa5-8ae2-0a3e67be5a28', 'x-compute-request-id': 'req-fd61e4fc-e671-4aa5-8ae2-0a3e67be5a28', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-2096466478", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGAh9xOp+18xwLGeRalB9BZJ/w8VTQdLWJWLt/GaIgucfc2qbhwsBZgwV0eAZLo1CJ17o1m08+BmrJtQvN99qzggaLadMbVfpQ2nwEGkvh5hKNizDvlBcY5GFmW0Xmz1BQ==", "fingerprint": "56:c6:12:39:29:84:14:02:e1:6f:17:87:b7:4d:b5:48", "user_id": "67955d2e81c04b8d8dbcbe577303e025"}}' 2023-04-20 10:28:17,848 80089 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-2096466478 created 2023-04-20 10:28:19,684 80089 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 1.834s 2023-04-20 10:28:19,684 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1861203226", "description": "tempest-description--881312101"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-7e8bfb96-d2b2-43e2-b10f-e56a0ce40d56', 'date': 'Thu, 20 Apr 2023 10:28:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca", "name": "tempest-securitygroup--1861203226", "stateful": true, "tenant_id": "1b4a2af680394ec889b4661753658b01", "description": "tempest-description--881312101", "shared": false, "security_group_rules": [{"id": "0821b09d-67cc-4091-b89f-e1b49e2d6358", "tenant_id": "1b4a2af680394ec889b4661753658b01", "security_group_id": "0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca", "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": 274, "description": null, "tags": [], "created_at": "2023-04-20T10:28:18Z", "updated_at": "2023-04-20T10:28:18Z", "revision_number": 0, "project_id": "1b4a2af680394ec889b4661753658b01"}, {"id": "e00c0766-1b43-49e5-9a44-cd49c5ed1a38", "tenant_id": "1b4a2af680394ec889b4661753658b01", "security_group_id": "0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "norm alized_cidr": null, "remote_group_id": null, "standard_attr_id": 268, "description": null, "tags": [], "created_at": "2023-04-20T10:28:18Z", "updated_at": "2023-04-20T10:28:18Z", "revision_number": 0, "project_id": "1b4a2af680394ec889b4661753658b01"}], "tags": [], "created_at": "2023-04-20T10:28:18Z", "updated_at": "2023-04-20T10:28:18Z", "revision_number": 1, "project_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:28:20,038 80089 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.353s 2023-04-20 10:28:20,039 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-35b59863-d63d-480b-87d6-8f0aef65f066', 'date': 'Thu, 20 Apr 2023 10:28:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0c0b1709-cc6b-4b45-a37f-2fbe43fdd2bd", "tenant_id": "1b4a2af680394ec889b4661753658b01", "security_group_id": "0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:28:19Z", "updated_at": "2023-04-20T10:28:19Z", "revision_number": 0, "project_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:28:21,079 80089 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 1.040s 2023-04-20 10:28:21,080 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8d748126-2c06-4710-85df-86ab96ef3516', 'date': 'Thu, 20 Apr 2023 10:28:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1b5a918a-2000-4d44-97ae-d9f3eef74cb6", "tenant_id": "1b4a2af680394ec889b4661753658b01", "security_group_id": "0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:28:20Z", "updated_at": "2023-04-20T10:28:20Z", "revision_number": 0, "project_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:28:21,080 80089 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1861203226 created 2023-04-20 10:28:26,973 80089 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 5.893s 2023-04-20 10:28:26,973 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', ' x-openstack-request-id': 'req-e15aaae1-8604-401e-9822-7f2bbe4de4f1', 'date': 'Thu, 20 Apr 2023 10:28:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "f18a998a-1a3d-459b-ac28-63747c001e37", "tenant_id": "1b4a2af680394ec889b4661753658b01", "floating_ip_address": "172.24.4.189", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1b4a2af680394ec889b4661753658b01", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:28:24Z", "updated_at": "2023-04-20T10:28:24Z", "revision_number": 0}}' 2023-04-20 10:28:26,974 80089 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'f18a998a-1a3d-459b-ac28-63747c001e37', 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'floating_ip_address': '172.24.4.189', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1b4a2af680394ec889b4661753658b01', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:28:24Z', 'updated_at': '2023-04-20T10:28:24Z', 'revision_number': 0, 'ip': '172.24.4.189'} created 2023-04-20 10:28:27,079 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.099s 2023-04-20 10:28:27,080 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-70ba6131-23dd-4aa1-9019-f51ddd11435d', '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": "67955d2e81c04b8d8dbcbe577303e025", "name": "tempest-AttachVolumeTestJSON-1715839687-project-member", "password_expires_at": null}, "audit_ids": ["vCtIG_sNTqu46JLu_HQ9HQ"], "expires_at": "2023-04-20T11:28:27.000000Z", "issued_at": "2023-04-20T10:28:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b4a2af680394ec889b4661753658b01", "name": "tempest-AttachVolumeTestJSON-1715839687"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1b4a2af680394ec889b4661753658b01", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:28:27,080 80089 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_attach_detach_volume) Found network {'id': 'a64312c6-b1a8-450f-9e8d-0cf0282aef90', 'name': 'tempest-AttachVolumeTestJSON-329219891-network', 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1b4a2af680394ec889b4661753658b01', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58322, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:27:57Z', 'updated_at': '2023-04-20T10:27:57Z', 'revision_number': 1} available for tenant 2023-04-20 10:28:27,081 80089 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-2096466478', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBGAh9xOp+18xwLGeRalB9BZJ/w8VTQdLWJWLt/GaIgucfc2qbhwsBZgwV0eAZLo1CJ17o1m08+BmrJtQvN99qzggaLadMbVfpQ2nwEGkvh5hKNizDvlBcY5GFmW0Xmz1BQ==', 'fingerprint': '56:c6:12:39:29:84:14:02:e1:6f:17:87:b7:4d:b5:48', 'user_id': '67955d2e81c04b8d8dbcbe577303e025', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD6yo8YYeS2qvRUOu+O/bI50/+hpV25ALs0uIIfUb1mv/oAUpAdXn/a\njXjrzFgbZBugBwYFK4EEACKhZANiAARgIfcTqftfMcCxnkWpQfQWSf8PFU0HS1iV\ni7fxmiILnH3Nqm4cLAWYMFdHgGS6NQide6NZtPPgZqybULzffas4IGi2nTG1X6UN\np8BBpL4eYSjYsw75QXGORhZltF5s9QU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca', 'name': 'tempest-securitygroup--1861203226', 'stateful': True, 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'description': 'tempest-description--881312101', 'shared': False, 'security_group_rules': [{'id': '0821b09d-67cc-4091-b89f-e1b49e2d6358', 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'security_group_id': '0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca', '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': 274, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:28:18Z', 'updated_at': '2023-04-20T10:28:18Z', 'revision_number': 0, 'project_id': '1b4a2af680394ec889b4661753658b01'}, {'id': 'e00c0766-1b43-49e5-9a44-cd49c5ed1a38', 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'security_group_id': '0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca', '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': 268, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:28:18Z', 'updated_at': '2023-04-20T10:28:18Z', 'revision_number': 0, 'project_id': '1b4a2af680394ec889b4661753658b01'}], 'tags': [], 'created_at': '2023-04-20T10:28: 18Z', 'updated_at': '2023-04-20T10:28:18Z', 'revision_number': 1, 'project_id': '1b4a2af680394ec889b4661753658b01'}, 'floating_ip': {'id': 'f18a998a-1a3d-459b-ac28-63747c001e37', 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'floating_ip_address': '172.24.4.189', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1b4a2af680394ec889b4661753658b01', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:28:24Z', 'updated_at': '2023-04-20T10:28:24Z', 'revision_number': 0, 'ip': '172.24.4.189'}} 2023-04-20 10:28:28,663 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 1.581s 2023-04-20 10:28:28,663 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-268849146", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "a64312c6-b1a8-450f-9e8d-0cf0282aef90"}], "security_groups": [{"name": "tempest-securitygroup--1861203226"}], "key_name": "tempest-keypair-2096466478", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f1e00853-89b1-4f49-8378-ca1cb6aeb820', 'x-compute-request-id': 'req-f1e00853-89b1-4f49-8378-ca1cb6aeb820', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "0f7a669c-28aa-42d2-8991-5852336c0f42", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0f7a669c-28aa-42d2-8991-5852336c0f42"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1861203226"}], "adminPass": "password"}}' 2023-04-20 10:28:28,887 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42 0.220s 2023-04-20 10:28:28,887 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5778d605-ca6f-4370-aacf-48873b116de2', 'x-compute-request-id': 'req-5778d605-ca6f-4370-aacf-48873b116de2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42'} Body: b'{"server": {"id": "0f7a669c-28aa-42d2-8991-5852336c0f42", "name": "tempest-AttachVolumeTestJSON-server-268849146", "status": "BUILD", "tenant_id": "1b4a2af680394ec889b4661753658b01", "user_id": "67955d2e81c04b8d8dbcbe577303e025", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmar k", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0f7a669c-28aa-42d2-8991-5852336c0f42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-2096466478", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:29:19,291 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42 0.333s 2023-04-20 10:29:19,292 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1537', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c53d6e8e-26b9-4f03-8eda-fb3688eb037a', 'x-compute-request-id': 'req-c53d6e8e-26b9-4f03-8eda-fb3688eb037a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42'} Body: b'{"server": {"id": "0f7a669c-28aa-42d2-8991-5852336c0f42", "name": "tempest-AttachVolumeTestJSON-server-268849146", "status": "ACTIVE", "tenant_id": "1b4a2af680394ec889b4661753658b01", "user_id": "67955d2e81c04b8d8dbcbe577303e025", "metadata": {}, "hostId": "147fd289b6807acc68970d4549a809617e698c5e4130cf670b237003", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:28Z", "updated": "2023-04-20T10:28:41Z", "addresses": {"tempest-AttachVolumeTestJSON-329219891-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:4f:ac"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0f7a669c-28aa-42d2-8991-5852336c0f42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2096466478", "OS-SRV-USG:launched_at": "2023-04-20T10:28:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1861203226"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:29:19,305 80089 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 10:30:19,549 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42/os-interface 0.186s 2023-04-20 10:30:19,549 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:19 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-650384c0-52ae-441b-9acf-c7b4a4a5d655', 'x-compute-request-id': 'req-650384c0-52ae-441b-9acf-c7b4a4a5d655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a64312c6-b1a8-450f-9e8d-0cf0282aef90", "port_id": "9bd8e190-3b17-470b-9274-5060f7875bba", "mac_addr": "fa:16:3e:78:4f:ac", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "a996d905-b40b-4873-8842-e8d1fcd2e543", "ip_address": "10.0.0.13"}]}]}' 2023-04-20 10:30:21,103 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/f18a998a-1a3d-459b-ac28-63747c001e37 1.548s 2023-04-20 10:30:21,103 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "9bd8e190-3b17-470b-9274-5060f7875bba"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-15c942b6-f4ed-4884-b050-71fb8ccc50a8', 'date': 'Thu, 20 Apr 2023 10:30:21 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f18a998a-1a3d-459b-ac28-63747c001e37'} Body: b'{"floatingip": {"id": "f18a998a-1a3d-459b-ac28-63747c001e37", "tenant_id": "1b4a2af680394ec889b4661753658b01", "floating_ip_address": "172.24.4.189", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": "bb521380-4c29-41e0-bfc4-7c9193e16d03", "port_id": "9bd8e190-3b17-470b-9274-5060f7875bba", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a64312c6-b1a8-450f-9e8d-0cf0282aef90", "mac_address": "fa:16:3e:78:4f:ac", "admin_state_up": true, "status": "ACTIVE", "device_id": "0f7a669c-28aa-42d2-8991-5852336c0f42", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:28:24Z", "updated_at": "2023-04-20T10:30:20Z", "revision_number": 1, "project_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:30:21,105 80089 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.189:22' as 'cirros' with public key authentication 2023-04-20 10:30:21,143 80089 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:30:21,168 80089 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:30:21,168 80089 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.189 successfully created 2023-04-20 10:30:21,209 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42/ips 0.040s 2023-04-20 10:30:21,209 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '104', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-28fab35c-af91-4b0e-bf13-be496beca6f9', 'x-compute-request-id': 'req-28fab35c-af91-4b0e-bf13-be496beca6f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-329219891-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-20 10:30:21,213 80089 INFO [tempest.lib.common.ssh] Creating ssh conn ection to '172.24.4.189:22' as 'cirros' with public key authentication 2023-04-20 10:30:21,218 80089 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:30:21,234 80089 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:30:21,235 80089 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.189 successfully created 2023-04-20 10:30:21,235 80089 DEBUG [tempest.lib.common.utils.linux.remote_client] Remote command: set -eu -o pipefail; PATH=$PATH:/sbin:/usr/sbin; lsblk -lb --nodeps 2023-04-20 10:30:21,236 80089 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.189:22' as 'cirros' with public key authentication 2023-04-20 10:30:21,240 80089 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:30:21,259 80089 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:30:21,260 80089 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.189 successfully created 2023-04-20 10:30:21,559 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 202 POST http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes 0.273s 2023-04-20 10:30:21,559 80089 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-1253405279"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e4e45a8e-c2d7-4b43-b368-25281adebe76', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4e45a8e-c2d7-4b43-b368-25281adebe76', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes'} Body: b'{"volume": {"id": "921fb259-f405-4f71-a52f-72d33bd06305", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:21.464352", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-1253405279", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/921fb259-f405-4f71-a52f-72d33bd06305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b4a2af680394ec889b4661753658b01/volumes/921fb259-f405-4f71-a52f-72d33bd06305"}], "user_id": "67955d2e81c04b8d8dbcbe577303e025", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:30:21,620 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/921fb259-f405-4f71-a52f-72d33bd06305 0.051s 2023-04-20 10:30:21,621 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f52bce7a-5714-4d13-b6fe-97b34ec55d32', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f52bce7a-5714-4d13-b6fe-97b34ec55d32', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/921fb259-f405-4f71-a52f-72d33bd06305'} Body: b'{"volume": {"id": "921fb259-f405-4f71-a52f-72d33bd06305", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:21.000000", "updated_at": n ull, "name": "tempest-AttachVolumeTestJSON-volume-1253405279", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/921fb259-f405-4f71-a52f-72d33bd06305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b4a2af680394ec889b4661753658b01/volumes/921fb259-f405-4f71-a52f-72d33bd06305"}], "user_id": "67955d2e81c04b8d8dbcbe577303e025", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:30:22,685 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_attach_detach_volume): 200 GET http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/921fb259-f405-4f71-a52f-72d33bd06305 0.044s 2023-04-20 10:30:22,685 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7547b587-2318-464c-9d8a-9f9117561cde', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7547b587-2318-464c-9d8a-9f9117561cde', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/921fb259-f405-4f71-a52f-72d33bd06305'} Body: b'{"volume": {"id": "921fb259-f405-4f71-a52f-72d33bd06305", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:21.000000", "updated_at": "2023-04-20T10:30:22.000000", "name": "tempest-AttachVolumeTestJSON-volume-1253405279", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/921fb259-f405-4f71-a52f-72d33bd06305"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b4a2af680394ec889b4661753658b01/volumes/921fb259-f405-4f71-a52f-72d33bd06305"}], "user_id": "67955d2e81c04b8d8dbcbe577303e025", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:30:22,868 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42 0.171s 2023-04-20 10:30:22,868 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:22 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-21eb42ab-ecdf-4d6a-af9e-59fd7de86f65', 'x-compute-request-id': 'req-21eb42ab-ecdf-4d6a-af9e-59fd7de86f65', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42'} Body: b'' 2023-04-20 10:30:23,214 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42 0.345s 2023-04-20 10:30:23,215 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30 :22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1662', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-b1d28a3f-56dc-4ecc-a900-15dc1981ac8e', 'x-compute-request-id': 'req-b1d28a3f-56dc-4ecc-a900-15dc1981ac8e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42'} Body: b'{"server": {"id": "0f7a669c-28aa-42d2-8991-5852336c0f42", "name": "tempest-AttachVolumeTestJSON-server-268849146", "status": "ACTIVE", "tenant_id": "1b4a2af680394ec889b4661753658b01", "user_id": "67955d2e81c04b8d8dbcbe577303e025", "metadata": {}, "hostId": "147fd289b6807acc68970d4549a809617e698c5e4130cf670b237003", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:28Z", "updated": "2023-04-20T10:30:23Z", "addresses": {"tempest-AttachVolumeTestJSON-329219891-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:4f:ac"}, {"version": 4, "addr": "172.24.4.189", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:78:4f:ac"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/0f7a669c-28aa-42d2-8991-5852336c0f42"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-2096466478", "OS-SRV-USG:launched_at": "2023-04-20T10:28:40.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1861203226"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:31:13,319 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42 0.045s 2023-04-20 10:31:13,320 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-58f316ec-9a1d-4b08-b0a1-6da70440fc9e', 'x-compute-request-id': 'req-58f316ec-9a1d-4b08-b0a1-6da70440fc9e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/0f7a669c-28aa-42d2-8991-5852336c0f42'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 0f7a669c-28aa-42d2-8991-5852336c0f42 could not be found."}}' 2023-04-20 10:31:13,350 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2096466478 0.030s 2023-04-20 10:31:13,351 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1a22b bd1-d4db-489b-a2ed-692f61df7dd4', 'x-compute-request-id': 'req-1a22bbd1-d4db-489b-a2ed-692f61df7dd4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-2096466478'} Body: b'' 2023-04-20 10:31:13,498 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca 0.146s 2023-04-20 10:31:13,499 80089 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-bd07f5b3-d4ff-4da8-b79b-b2a3a8285d61', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:31:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca'} Body: b'' 2023-04-20 10:31:13,519 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca 0.020s 2023-04-20 10:31:13,520 80089 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-f6e38389-538d-4f40-8c6a-071092ec4d6b', 'date': 'Thu, 20 Apr 2023 10:31:13 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0dcff3f4-e9a5-4cb7-ba7e-9e1fdf5eaaca does not exist", "detail": ""}}' 2023-04-20 10:31:14,627 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/f18a998a-1a3d-459b-ac28-63747c001e37 1.106s 2023-04-20 10:31:14,627 80089 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-476472b1-94a4-40f2-8c6f-b4879fd4a135', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:31:14 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/f18a998a-1a3d-459b-ac28-63747c001e37'} Body: b'' tempest.api.compute.servers.test_device_tagging.TaggedBootDevicesTest_v242.test_tagged_boot_devices[id-a2e65a6c-66f1-4442-aaa8-498c31778d96,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_device_tagging.py", line 169, in test_tagged_boot_devices boot_volume = self.create_volume(CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d9298e56-ab8a-44af-92c6-bea394599100 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:31:23,409 80091 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 202 POST http://10.0.0.210/volume/v3/3e164ffd47684ecf801a678620dbf98e/volumes 0.566s 2023-04-20 10:31:23,410 80091 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-1316541037", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d6202f6-beca-40a9-ae72-2bc0d421a531', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d6202f6-beca-40a9-ae72-2bc0d421a531', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e164ffd47684ecf801a678620dbf98e/volumes'} Body: b'{"volume": {"id": "d9298e56-ab8a-44af-92c6-bea394599100", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:23.340873", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1316541037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e164ffd47684ecf801a678620dbf98e/volumes/d9298e56-ab8a-44af-92c6-bea394599100"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e164ffd47684ecf801a678620dbf98e/volumes/d9298e56-ab8a-44af-92c6-bea394599100"}], "user_id": "fe23c468802a47b08aa8146604b124dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:31:23,459 80091 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/3e164ffd47684ecf801a678620dbf98e/volumes/d9298e56-ab8a-44af-92c6-bea394599100 0.039s 2023-04-20 10:31:23,459 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-aef9edc4-8cc0-477f-bcfa-2de78ae2af1d', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-aef9edc4-8cc0-477f-bcfa-2de78ae2af1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e164ffd47684ecf801a678620dbf98e/volumes/d9298e56-ab8a-44af-92c6-bea394599100'} Body: b'{"volume": {"id": "d9298e56-ab8a-44af-92c6-bea394599100", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:23.000000", "updated_at": null, "name": "tempest-TaggedBootDevicesTest_v242-volume-1316541037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e164ffd47684ecf801a678620dbf98e/volumes/d9298e56-ab8a-44af-92c6-bea394599100"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e164ffd47684ecf801a678620dbf98e/volumes/d9298e56-ab8a-44af-92c6-bea394599100"}], "user_id": "fe23c468802a47b08aa8146604b124dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e164ffd47684ecf801a678620dbf98e"}}' 2023-04-20 10:31:24,512 80091 INFO [tempest.lib.common.rest_client] Request (TaggedBootDevicesTest_v242:test_tagged_boot_devices): 200 GET http://10.0.0.210/volume/v3/3e164ffd47684ecf801a678620dbf98e/volumes/d9298e56-ab8a-44af-92c6-bea394599100 0.041s 2023-04-20 10:31:24,512 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-384b6b63-bb6b-4b3b-bc0f-bffac2d1eef5', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-384b6b63-bb6b-4b3b-bc0f-bffac2d1eef5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e164ffd47684ecf801a678620dbf98e/volumes/d9298e56-ab8a-44af-92c6-bea394599100'} Body: b'{"volume": {"id": "d9298e56-ab8a-44af-92c6-bea394599100", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:23.000000", "updated_at": "2023-04-20T10:31:23.000000", "name": "tempest-TaggedBootDevicesTest_v242-volume-1316541037", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e164ffd47684ecf801a678620dbf98e/volumes/d9298e56-ab8a-44af-92c6-bea394599100"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e164ffd47684ecf801a678620dbf98e/volumes/d9298e56-ab8a-44af-92c6-bea394599100"}], "user_id": "fe23c468802a47b08aa8146604b124dd", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e164ffd47684ecf801a678620dbf98e"}}' tempest.api.compute.admin.test_volume.AttachSCSIVolumeTestJSON.test_attach_scsi_disk_with_config_drive[id-777e468f-17ca-4da4-b93d-b7dbf56c0494] ----------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volume.py", line 111, in test_attach_scsi_disk_with_config_drive volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b52b2293-581b-4044-889d-6748d9a13f1b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:42,480 80083 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/3687b278-c2bc-46f2-9b7e-579c8d06fe41 0.396s 2023-04-20 10:28:42,480 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-20fac6a1-babb-4101-a5e9-5864172e6b56', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "fda053593ca94fea8fa552c5a6c6e5d5", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "created_at": "2023-04-20T10:24:36Z", "updated_at": "2023-04-20T10:24:37Z", "tags": [], "self": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41", "file": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:28:44,055 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 201 POST http://10.0.0.210/image/v2/images 1.544s 2023-04-20 10:28:44,056 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"container_format": "bare", "disk_format": "qcow2", "min_disk": 0, "min_ram": 0, "visibility": "public", "hw_scsi_model": "virtio-scsi", "hw_disk_bus": "scsi", "hw_cdrom_bus": "scsi"} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '690', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-41bbc6ad-49d5-408e-ad65-c4f7665a80fb', '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": "2bc21b2f5d93440aaf2b410ada266f85", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9e8cd77e-f94e-4043-a953-9fb6fa201c58", "created_at": "2023-04-20T10:28:44Z", "updated_at": "2023-04-20T10:28:44Z", "tags": [], "self": "/v2/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58", "file": "/v2/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:28:46,326 80083 WARNING [urllib3.connectionpool] Connection pool is full, discarding connection: 10.0.0.210. Connection pool size: 1 2023-04-20 10:28:46,326 80083 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/9e8cd77e-f94e-4043-a953-9fb6fa201c58/file 2.270s 2023-04-20 10:28:46,327 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet -stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-437e9b41-a6ca-4706-8729-41b49868aaab', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58/file'} Body: b'' 2023-04-20 10:28:46,327 80083 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 10:28:46,328 80083 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 10:28:46,721 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.391s 2023-04-20 10:28:46,722 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1802426226", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDbO3gWjR+kfpqealBy4YcF5JnglKkdA7HMnKPq7F8n83ZuToSao0nhpqddYS4a7HYIvtQt1kPTWohrL7u4lMFSRJRaAHMC0ISjFRgdgwi8OOridVoioARVP9cUAseOLWA=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '386', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e01f255a-8cc9-4501-84b5-e2dd76b05479', 'x-compute-request-id': 'req-e01f255a-8cc9-4501-84b5-e2dd76b05479', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1802426226", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDbO3gWjR+kfpqealBy4YcF5JnglKkdA7HMnKPq7F8n83ZuToSao0nhpqddYS4a7HYIvtQt1kPTWohrL7u4lMFSRJRaAHMC0ISjFRgdgwi8OOridVoioARVP9cUAseOLWA==", "fingerprint": "3a:2b:f3:56:f4:64:1a:99:84:83:b5:ae:87:8f:27:85", "user_id": "6e5685756fe74751ad4c4fe85c30c951"}}' 2023-04-20 10:28:46,727 80083 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1802426226 created 2023-04-20 10:28:46,947 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.219s 2023-04-20 10:28:46,947 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1387046503", "description": "tempest-description--661436508"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-4494199a-baaf-40dc-ac14-9d5480562e7c', 'date': 'Thu, 20 Apr 2023 10:28:46 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "70249911-db71-4cb7-b8f7-564500b52ab0", "name": "tempest-securitygroup--1387046503", "stateful": true, "tenant_id": "cb0f8979fdc4456db83cc88103856510", "description": "tempest-description--661436508", "shared": false, "security_group_rules": [{"id": "52c2f20c-8f25-4a1b-b58d-b22221437226", "tenant_id": "cb0f8979fdc4456db83cc88103856510", "security_group_id": "70249911-db71-4cb7-b8f7-564500b52ab0", "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": 395, "description": null, "tags": [], "created_ at": "2023-04-20T10:28:46Z", "updated_at": "2023-04-20T10:28:46Z", "revision_number": 0, "project_id": "cb0f8979fdc4456db83cc88103856510"}, {"id": "ff8effd0-98b5-4983-85cb-c1572cbfa687", "tenant_id": "cb0f8979fdc4456db83cc88103856510", "security_group_id": "70249911-db71-4cb7-b8f7-564500b52ab0", "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": 394, "description": null, "tags": [], "created_at": "2023-04-20T10:28:46Z", "updated_at": "2023-04-20T10:28:46Z", "revision_number": 0, "project_id": "cb0f8979fdc4456db83cc88103856510"}], "tags": [], "created_at": "2023-04-20T10:28:46Z", "updated_at": "2023-04-20T10:28:46Z", "revision_number": 1, "project_id": "cb0f8979fdc4456db83cc88103856510"}}' 2023-04-20 10:28:47,223 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.275s 2023-04-20 10:28:47,223 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "70249911-db71-4cb7-b8f7-564500b52ab0", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-27d0cfcb-5e5b-4d4a-9381-8d008dfc8cd7', 'date': 'Thu, 20 Apr 2023 10:28: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": "972c40bd-44c2-4155-94fe-770615c8c0de", "tenant_id": "cb0f8979fdc4456db83cc88103856510", "security_group_id": "70249911-db71-4cb7-b8f7-564500b52ab0", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:28:47Z", "updated_at": "2023-04-20T10:28:47Z", "revision_number": 0, "project_id": "cb0f8979fdc4456db83cc88103856510"}}' 2023-04-20 10:28:47,462 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.238s 2023-04-20 10:28:47,463 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "70249911-db71-4cb7-b8f7-564500b52ab0", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e6946351-01f7-4559-9ded-f6a5eb960109', 'date': 'Thu, 20 Apr 2023 10:28: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": "e051e81a-bac5-43b1-9f0c-779c7309c091", "tenant_id": "cb0f8979fdc4456db83cc88103856510", "security_group_id": "70249911-db71-4cb7-b8f7-564500b52ab0", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:28:47Z", "updated_at": "2023-04-20T10:28:47Z", "revision_number": 0, "project_id": "cb0f8979fdc4456db83cc88103856510"}}' 2023-04-20 10:28:47,463 80083 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1387046503 created 2023-04-20 10:28:48,428 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.965s 2023-04-20 10:28:48,429 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-openstack-request-id': 'req-af0bcd72-441b-4c26-94e9-80e1fd442319', 'date': 'Thu, 20 Apr 2023 10:28:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "5b58acca-34ae-4fc3-82e2-15d67e355491", "tenant_id": "cb0f8979fdc4456db83cc88103856510", "floating_ip_address": "172.24.4.26", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cb0f8979fdc4456db83cc88103856510", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:28:47Z", "updated_at": "2023-04-20T10:28:47Z", "revision_number": 0}}' 2023-04-20 10:28:48,429 80083 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '5b58acca-34ae-4fc3-82e2-15d67e355491', 'tenant_id': 'cb0f8979fdc4456db83cc88103856510', 'floating_ip_address': '172.24.4.26', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cb0f8979fdc4456db83cc88103856510', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:28:47Z', 'updated_at': '2023-04-20T10:28:47Z', 'revision_number': 0, 'ip': '172.24.4.26'} created 2023-04-20 10:28:48,635 80083 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.200s 2023-04-20 10:28:48,636 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:48 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-9f35c9c9-caf2-4b38-8ebf-e345fa8a5604', '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": "6e5685756fe74751ad4c4fe85c30c951", "name": "tempest-AttachSCSIVolumeTestJSON-1542709130-project-member", "password_expires_at": null}, "audit_ids": ["vBx01j-5TO2BQLHz9vEcBA"], "expires_at": "2023-04-20T11:28:48.000000Z", "issued_at": "2023-04-20T10:28:48.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb0f8979fdc4456db83cc88103856510", "name": "tempest-AttachSCSIVolumeTestJSON-1542709130"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compu te/v2/cb0f8979fdc4456db83cc88103856510", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:28:48,636 80083 INFO [tempest.lib.common.fixed_network] (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive) Found network {'id': '5a79f1a7-4d58-42fc-9c84-6f9951485092', 'name': 'tempest-AttachSCSIVolumeTestJSON-1428889344-network', 'tenant_id': 'cb0f8979fdc4456db83cc88103856510', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cb0f8979fdc4456db83cc88103856510', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 54417, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:27:56Z', 'updated_at': '2023-04-20T10:27:57Z', 'revision_number': 1} available for tenant 2023-04-20 10:28:48,637 80083 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1802426226', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBDbO3gWjR+kfpqealBy4YcF5JnglKkdA7HMnKPq7F8n83ZuToSao0nhpqddYS4a7HYIvtQt1kPTWohrL7u4lMFSRJRaAHMC0ISjFRgdgwi8OOridVoioARVP9cUAseOLWA==', 'fingerprint': '3a:2b:f3:56:f4:64:1a:99:84:83:b5:ae:87:8f:27:85', 'user_id': '6e5685756fe74751ad4c4fe85c30c951', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDARPyUZf2iognuUQphr3KCFKQ0sk8un1tVH81ILqgw+OlsEazHs9yj4\nhBjQVIhzk9CgBwYFK4EEACKhZANiAAQ2zt4Fo0fpH6anmpQcuGHBeSZ4JSpHQOxz\nJyj6uxfJ/N2bk6EmqNJ4aanXWEuGux2CL7ULdZD01qIay+7uJTBUkSUWgBzAtCEo\nxUYHYMIvDjq4nVaIqAEVT/XFALHji1g=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '70249911-db71-4cb7-b8f7-564500b52ab0', 'name': 'tempest-securitygroup--1387046503', 'stateful': True, 'tenant_id': 'cb0f8979fdc4456db83cc88103856510', 'description': 'tempest-description--661436508', 'shared': False, 'security_group_rules': [{'id': '52c2f20c-8f25-4a1b-b58d-b22221437226', 'tenant_id': 'cb0f8979fdc4456db83cc88103856510', 'security_group_id': '70249911-db71-4cb7-b8f7-564500b52ab0', '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': 395, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:28:46Z', 'updated_at': '2023-04-20T10:28:46Z', 'revision_number': 0, 'project_id': 'cb0f8979fdc4456db83cc88103856510'}, {'id': 'ff8effd0-98b5-4983-85cb-c1572cbfa687', 'tenant_id': 'cb0f8979fdc4456db83cc88103856510', 'security_group _id': '70249911-db71-4cb7-b8f7-564500b52ab0', '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': 394, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:28:46Z', 'updated_at': '2023-04-20T10:28:46Z', 'revision_number': 0, 'project_id': 'cb0f8979fdc4456db83cc88103856510'}], 'tags': [], 'created_at': '2023-04-20T10:28:46Z', 'updated_at': '2023-04-20T10:28:46Z', 'revision_number': 1, 'project_id': 'cb0f8979fdc4456db83cc88103856510'}, 'floating_ip': {'id': '5b58acca-34ae-4fc3-82e2-15d67e355491', 'tenant_id': 'cb0f8979fdc4456db83cc88103856510', 'floating_ip_address': '172.24.4.26', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cb0f8979fdc4456db83cc88103856510', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:28:47Z', 'updated_at': '2023-04-20T10:28:47Z', 'revision_number': 0, 'ip': '172.24.4.26'}} 2023-04-20 10:28:50,094 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/compute/v2.1/servers 1.457s 2023-04-20 10:28:50,095 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachSCSIVolumeTestJSON-server-1435500858", "imageRef": "9e8cd77e-f94e-4043-a953-9fb6fa201c58", "flavorRef": "42", "config_drive": true, "networks": [{"uuid": "5a79f1a7-4d58-42fc-9c84-6f9951485092"}], "security_groups": [{"name": "tempest-securitygroup--1387046503"}], "key_name": "tempest-keypair-1802426226", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-82ea6831-a543-4805-b9d6-1e593bd502c6', 'x-compute-request-id': 'req-82ea6831-a543-4805-b9d6-1e593bd502c6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "bf7d300f-b748-446b-97ce-6cae12609e7a", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bf7d300f-b748-446b-97ce-6cae12609e7a"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1387046503"}], "adminPass": "X43bW25UoafL"}}' 2023-04-20 10:28:50,232 80083 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/bf7d300f-b748-446b-97ce-6cae12609e7a 0.133s 2023-04-20 10:28:50,232 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1240', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c30747c4-8621-4881-a83c-27e9804cba75', 'x-compute-request-id': 'req-c30747c4-8621-4881-a83c-27e9804cba75', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.21 0/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a'} Body: b'{"server": {"id": "bf7d300f-b748-446b-97ce-6cae12609e7a", "name": "tempest-AttachSCSIVolumeTestJSON-server-1435500858", "status": "BUILD", "tenant_id": "cb0f8979fdc4456db83cc88103856510", "user_id": "6e5685756fe74751ad4c4fe85c30c951", "metadata": {}, "hostId": "", "image": {"id": "9e8cd77e-f94e-4043-a953-9fb6fa201c58", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:50Z", "updated": "2023-04-20T10:28:50Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bf7d300f-b748-446b-97ce-6cae12609e7a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "True", "key_name": "tempest-keypair-1802426226", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:29:40,544 80083 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/bf7d300f-b748-446b-97ce-6cae12609e7a 0.274s 2023-04-20 10:29:40,544 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1551', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e13c8a3f-0d4f-467f-988d-a40ef16c47c6', 'x-compute-request-id': 'req-e13c8a3f-0d4f-467f-988d-a40ef16c47c6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a'} Body: b'{"server": {"id": "bf7d300f-b748-446b-97ce-6cae12609e7a", "name": "tempest-AttachSCSIVolumeTestJSON-server-1435500858", "status": "ACTIVE", "tenant_id": "cb0f8979fdc4456db83cc88103856510", "user_id": "6e5685756fe74751ad4c4fe85c30c951", "metadata": {}, "hostId": "84520974952f28ace9d9e1912f69ab43818a45def593273b1b19c5bb", "image": {"id": "9e8cd77e-f94e-4043-a953-9fb6fa201c58", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:50Z", "updated": "2023-04-20T10:28:59Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1428889344-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:9f:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bf7d300f-b748-446b-97ce-6cae12609e7a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1802426226", "OS-SRV-USG:launched_at": "2023-04-20T10:28:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1387046503"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:29:40,556 80083 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:30:40,798 80083 INFO [t empest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a/os-interface 0.181s 2023-04-20 10:30:40,798 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10: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-bccbf7b8-935b-4389-a02a-24443c374dda', 'x-compute-request-id': 'req-bccbf7b8-935b-4389-a02a-24443c374dda', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "5a79f1a7-4d58-42fc-9c84-6f9951485092", "port_id": "ffe07547-7e1b-4f9e-afa9-31ccb5dca61d", "mac_addr": "fa:16:3e:5d:9f:5d", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "308910ab-25f5-4ca5-becf-95edf4d6f907", "ip_address": "10.0.0.12"}]}]}' 2023-04-20 10:30:41,515 80083 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/5b58acca-34ae-4fc3-82e2-15d67e355491 0.713s 2023-04-20 10:30:41,516 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "ffe07547-7e1b-4f9e-afa9-31ccb5dca61d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-c2a64cc7-95bc-42f2-bc76-57478e524195', 'date': 'Thu, 20 Apr 2023 10:30:41 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5b58acca-34ae-4fc3-82e2-15d67e355491'} Body: b'{"floatingip": {"id": "5b58acca-34ae-4fc3-82e2-15d67e355491", "tenant_id": "cb0f8979fdc4456db83cc88103856510", "floating_ip_address": "172.24.4.26", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": "8a90a160-e581-4e1a-afcf-3084d7a26035", "port_id": "ffe07547-7e1b-4f9e-afa9-31ccb5dca61d", "fixed_ip_address": "10.0.0.12", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "5a79f1a7-4d58-42fc-9c84-6f9951485092", "mac_address": "fa:16:3e:5d:9f:5d", "admin_state_up": true, "status": "ACTIVE", "device_id": "bf7d300f-b748-446b-97ce-6cae12609e7a", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:28:47Z", "updated_at": "2023-04-20T10:30:41Z", "revision_number": 1, "project_id": "cb0f8979fdc4456db83cc88103856510"}}' 2023-04-20 10:30:41,518 80083 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.26:22' as 'cirros' with public key authentication 2023-04-20 10:30:41,581 80083 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:30:41,606 80083 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:30:41,607 80083 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.26 successfully created 2023-04-20 10:30:41,824 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 202 POST http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510/volumes 0.216s 2023-04-20 10:30:41,824 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-AttachSCSIVolumeTestJSON-volume-1422799564"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ae09abb2-7319-4012-b84a-7d745dc70bb0', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ae09abb2-7319-4012-b84a-7d745dc70bb0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510/volumes'} Body: b'{"volume": {"id": "b52b2293-581b-4044-889d-6748d9a13f1b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:41.764576", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1422799564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510/volumes/b52b2293-581b-4044-889d-6748d9a13f1b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb0f8979fdc4456db83cc88103856510/volumes/b52b2293-581b-4044-889d-6748d9a13f1b"}], "user_id": "6e5685756fe74751ad4c4fe85c30c951", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:30:41,876 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510/volumes/b52b2293-581b-4044-889d-6748d9a13f1b 0.041s 2023-04-20 10:30:41,876 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4d1acca-5bc6-43b1-9634-7f12c8c1d449', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4d1acca-5bc6-43b1-9634-7f12c8c1d449', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510/volumes/b52b2293-581b-4044-889d-6748d9a13f1b'} Body: b'{"volume": {"id": "b52b2293-581b-4044-889d-6748d9a13f1b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:42.000000", "updated_at": null, "name": "tempest-AttachSCSIVolumeTestJSON-volume-1422799564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510/volumes/b52b2293-581b-4044-889d-6748d9a13f1b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb0f8979fdc4456db83cc88103856510/volumes/b52b2293-581b-4044-889d-6748d9a13f1b"}], "user_id": "6e5685756fe74751ad4c4fe85c30c951", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb0f8979fdc4456db83cc88103856510"}}' 2023-04-20 10:30:42,926 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:test_attach_scsi_disk_with_config_drive): 200 GET http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510/volumes/b52b2293-581b-4044-889d-6748d9a13f1b 0.038s 2023-04-20 10:30:42,926 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-804189c6-6e81-415e-95d8-1ae113f54095', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-804189c6-6e81-415e-95d8-1ae113f54095', 'connection': 'close', 'status': '200' , 'content-location': 'http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510/volumes/b52b2293-581b-4044-889d-6748d9a13f1b'} Body: b'{"volume": {"id": "b52b2293-581b-4044-889d-6748d9a13f1b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:30:42.000000", "updated_at": "2023-04-20T10:30:42.000000", "name": "tempest-AttachSCSIVolumeTestJSON-volume-1422799564", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb0f8979fdc4456db83cc88103856510/volumes/b52b2293-581b-4044-889d-6748d9a13f1b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb0f8979fdc4456db83cc88103856510/volumes/b52b2293-581b-4044-889d-6748d9a13f1b"}], "user_id": "6e5685756fe74751ad4c4fe85c30c951", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb0f8979fdc4456db83cc88103856510"}}' 2023-04-20 10:30:43,061 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a 0.123s 2023-04-20 10:30:43,062 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10: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-bc830912-9819-4265-a5f0-79890d07adea', 'x-compute-request-id': 'req-bc830912-9819-4265-a5f0-79890d07adea', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a'} Body: b'' 2023-04-20 10:30:43,339 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a 0.276s 2023-04-20 10:30:43,339 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:43 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1675', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-50818b15-b06a-48e3-a0a9-c39984890f60', 'x-compute-request-id': 'req-50818b15-b06a-48e3-a0a9-c39984890f60', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a'} Body: b'{"server": {"id": "bf7d300f-b748-446b-97ce-6cae12609e7a", "name": "tempest-AttachSCSIVolumeTestJSON-server-1435500858", "status": "ACTIVE", "tenant_id": "cb0f8979fdc4456db83cc88103856510", "user_id": "6e5685756fe74751ad4c4fe85c30c951", "metadata": {}, "hostId": "84520974952f28ace9d9e1912f69ab43818a45def593273b1b19c5bb", "image": {"id": "9e8cd77e-f94e-4043-a953-9fb6fa201c58", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:50Z", "updated": "2023-04-20T10:30:43Z", "addresses": {"tempest-AttachSCSIVolumeTestJSON-1428889344-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:9f:5d"}, {"version": 4, "addr": "172.24.4.26", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5d:9f:5d"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/bf7d300f-b748-446b-97ce-6cae12609e7a"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "True", "key_name": "tempest-keypair-1802426226", "OS-SRV-USG:launched_at": "2023-04-20T10:28:59.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1387046503"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:31:33,484 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a 0.084s 2023-04-20 10:31:33,484 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10: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-932520f4-b78e-466d-a8ae-9bda072695b9', 'x-compute-request-id': 'req-932520f4-b78e-466d-a8ae-9bda072695b9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/bf7d300f-b748-446b-97ce-6cae12609e7a'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance bf7d300f-b748-446b-97ce-6cae12609e7a could not be found."}}' 2023-04-20 10:31:33,537 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1802426226 0.052s 2023-04-20 10:31:33,537 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10: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-2857f7e8-2d43-4dcd-8468-8c6fa52176ce', 'x-compute-request-id': 'req-2857f7e8-2d43-4dcd-8468-8c6fa52176ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1802426226'} Body: b'' 2023-04-20 10:31:33,731 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/70249911-db71-4cb7-b8f7-564500b52ab0 0.193s 2023-04-20 10:31:33,732 80083 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-e0c140c4-956b-4be3-8193-5e9b505346c0', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:31:33 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/70249911-db71-4cb7-b8f7-564500b52ab0'} Body: b'' 2023-04-20 10:31:33,756 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/70249911-db71-4cb7-b8f7-564500b52ab0 0.024s 2023-04-20 10:31:33,757 80083 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-3baa6d29-1ce8-4d0b-82a0-fcd69b7e2e65', 'date': 'Thu, 20 Apr 2023 10:31:33 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/70249911-db71-4cb7-b8f7-564500b52ab0'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 70249911-db71-4cb7-b8f7-564500b52ab0 does not exist", "detail": ""}}' 2023-04-20 10:31:34,424 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/5b58acca-34ae-4fc3-82e2-15d67e355491 0.667s 2023-04-20 10:31:34,425 80083 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-c9b60d63-cbeb-47d5-b2d9-16e17b8f2e16', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:31:34 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/5b58acca-34ae-4fc3-82e2-15d67e355491'} Body: b'' 2023-04-20 10:31:34,566 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58 0.140s 2023-04-20 10:31:34,566 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-adbf52bf-7511-426b-ac99-ef116aed7c1c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58'} Body: b'' 2023-04-20 10:31:34,581 80083 INFO [tempest.lib.common.rest_client] Request (AttachSCSIVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/image/v2/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58 0.015s 2023-04-20 10:31:34,582 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '139', 'content-type': 'application/json', 'x-openstack-request-id': 'req-cea1f8f2-697a-4a57-a7bf-f20ab5e87e2a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/image/v2/images/9e8cd77e-f94e-4043-a953-9fb6fa201c58'} Body: b'{"message": "No image found with ID 9e8cd77e-f94e-4043-a953-9fb6fa201c58

\\n\\n\\n", "code": "404 Not Found", "title": "Not Found"}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_force_detach_volume[compute,id-d38285d9-929d-478f-96a5-00e66a115b81] ------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 84, in test_force_detach_volume volume_id = self.create_volume()['id'] File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:29:09,472 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.096s 2023-04-20 10:29:09,473 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:09 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-f89f711a-b785-4866-a42c-fd6c0260d8f1', '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": "8355ed1609024bc1a30cbc422d8f90c2", "name": "tempest-VolumesActionsTest-640305762-project-member", "password_expires_at": null}, "audit_ids": ["GWzKYF0fTuecX8pOy0Siyw"], "expires_at": "2023-04-20T11:29:09.000000Z", "issued_at": "2023-04-20T10:29:09.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3d65a1127ac04ac8976d9fbb08197248", "name": "tempest-VolumesActionsTest-640305762"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3d65a1127ac04ac8976d9fbb08197248", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:29:09,473 80085 INFO [tempest.lib.common.fixed_network] (VolumesActionsTest:test_force_detach_volume) Found network {'id': '324b6a85-3443-483c-bd8e-4a128c9daf02', 'name': 'tempest-VolumesActionsTest-627525662-network', 'tenant_id': '3d65a1127ac04ac8976d9fbb08197248', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3d65a1127ac04ac8976d9fbb08197248', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'g eneve', 'provider:physical_network': None, 'provider:segmentation_id': 63842, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:29:06Z', 'updated_at': '2023-04-20T10:29:06Z', 'revision_number': 1} available for tenant 2023-04-20 10:29:10,229 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.755s 2023-04-20 10:29:10,230 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesActionsTest-instance-304888933", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "networks": [{"uuid": "324b6a85-3443-483c-bd8e-4a128c9daf02"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d4197410-cb17-4a9a-adaa-d7a2d2de32ec', 'x-compute-request-id': 'req-d4197410-cb17-4a9a-adaa-d7a2d2de32ec', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "23940921-698b-4e96-8aed-2d1c8c12299f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/23940921-698b-4e96-8aed-2d1c8c12299f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "hFU9HX5fptcn"}}' 2023-04-20 10:29:10,321 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f 0.086s 2023-04-20 10:29:10,321 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1207', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3edf39b3-d733-43e6-8c01-44dc174b9242', 'x-compute-request-id': 'req-3edf39b3-d733-43e6-8c01-44dc174b9242', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f'} Body: b'{"server": {"id": "23940921-698b-4e96-8aed-2d1c8c12299f", "name": "tempest-VolumesActionsTest-instance-304888933", "status": "BUILD", "tenant_id": "3d65a1127ac04ac8976d9fbb08197248", "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:29:10Z", "updated": "2023-04-20T10:29:10Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/23940921-698b-4e96-8aed-2d1c8c12299f"}], "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": "schedul ing", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:30:00,659 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f 0.279s 2023-04-20 10:30:00,659 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1485', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9ce22405-6080-4f9d-8eb4-cfaebd3fd8a8', 'x-compute-request-id': 'req-9ce22405-6080-4f9d-8eb4-cfaebd3fd8a8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f'} Body: b'{"server": {"id": "23940921-698b-4e96-8aed-2d1c8c12299f", "name": "tempest-VolumesActionsTest-instance-304888933", "status": "ACTIVE", "tenant_id": "3d65a1127ac04ac8976d9fbb08197248", "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "metadata": {}, "hostId": "37123ed369eda026a302dc342d0be387032fff0d434909c3450c4dc7", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:29:10Z", "updated": "2023-04-20T10:29:18Z", "addresses": {"tempest-VolumesActionsTest-627525662-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:4d:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/23940921-698b-4e96-8aed-2d1c8c12299f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:29:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:30:00,671 80085 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:31:00,929 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 202 POST http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes 0.196s 2023-04-20 10:31:00,930 80085 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-137436579"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ab5ecc61-9258-40ed-8672-9822adb4c4b6', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ab5ecc61-9258-40ed-8672-9822adb4c4b6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes'} Body: b'{"volume": {"id": "5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:00.874332", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-137436579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_ volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:31:00,982 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc 0.043s 2023-04-20 10:31:00,983 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f081ce15-79ed-4414-bc80-b1ae696a9035', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f081ce15-79ed-4414-bc80-b1ae696a9035', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc'} Body: b'{"volume": {"id": "5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:01.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-137436579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:02,036 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_force_detach_volume): 200 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc 0.041s 2023-04-20 10:31:02,036 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6b1c8a62-f9a6-4c1e-8c5a-579db4c1583c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6b1c8a62-f9a6-4c1e-8c5a-579db4c1583c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc'} Body: b'{"volume": {"id": "5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:01.000000", "updated_at": "2023-04-20T10:31:01.000000", "name": "tempest-VolumesActionsTest-Volume-137436579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc"}], "user_id": "8355ed1609024bc1a30cbc422d8 f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:02,086 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc 0.038s 2023-04-20 10:31:02,087 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b737e041-b503-4df8-89af-7b1952bf4995', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b737e041-b503-4df8-89af-7b1952bf4995', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc'} Body: b'{"volume": {"id": "5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:01.000000", "updated_at": "2023-04-20T10:31:01.000000", "name": "tempest-VolumesActionsTest-Volume-137436579", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:02,211 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc 0.111s 2023-04-20 10:31:02,211 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7be01ae8-c205-4b74-b214-e76fd2b4c242', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc'} Body: b'' 2023-04-20 10:31:02,231 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc 0.019s 2023-04-20 10:31:02,232 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-396d3f59-74fe-46f2-be55-0190e775ac21', 'x-openstack-request-id': 'req-396d3f59-74fe-46f2-be55-0190e775ac21', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc'} Body: b'{"itemNotFound": {"code": 4 04, "message": "Volume 5e6e96d3-dfe6-46a8-b901-6e9c93ec0edc could not be found."}}' 2023-04-20 10:31:02,359 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f 0.127s 2023-04-20 10:31:02,359 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0bd887b-7684-4f2a-b350-11faf6884902', 'x-compute-request-id': 'req-c0bd887b-7684-4f2a-b350-11faf6884902', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f'} Body: b'' 2023-04-20 10:31:02,681 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f 0.321s 2023-04-20 10:31:02,682 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:02 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1491', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-96a5c8ff-9223-404c-a28a-f3e909097308', 'x-compute-request-id': 'req-96a5c8ff-9223-404c-a28a-f3e909097308', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f'} Body: b'{"server": {"id": "23940921-698b-4e96-8aed-2d1c8c12299f", "name": "tempest-VolumesActionsTest-instance-304888933", "status": "ACTIVE", "tenant_id": "3d65a1127ac04ac8976d9fbb08197248", "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "metadata": {}, "hostId": "37123ed369eda026a302dc342d0be387032fff0d434909c3450c4dc7", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:29:10Z", "updated": "2023-04-20T10:31:02Z", "addresses": {"tempest-VolumesActionsTest-627525662-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:4d:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/23940921-698b-4e96-8aed-2d1c8c12299f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:29:17.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:31:52,782 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f 0.039s 2023-04-20 10:31:52,782 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'op enstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-8a8a1083-c2e0-4b49-97b1-31be0155f1dc', 'x-compute-request-id': 'req-8a8a1083-c2e0-4b49-97b1-31be0155f1dc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/23940921-698b-4e96-8aed-2d1c8c12299f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 23940921-698b-4e96-8aed-2d1c8c12299f could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_attaching[id-db8d607a-aa2e-4beb-b51d-d4005c232011] ----------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 66, in test_volume_force_delete_when_volume_is_attaching self._create_reset_and_force_delete_temp_volume('attaching') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 27910a17-37ff-4cfe-812a-03fa3a5c42b1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:31:53,037 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes 0.250s 2023-04-20 10:31:53,038 80085 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-324334366"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:52 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c28a9392-f230-421a-9cf3-9d15e77f0c8c', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c28a9392-f230-421a-9cf3-9d15e77f0c8c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes'} Body: b'{"volume": {"id": "27910a17-37ff-4cfe-812a-03fa3a5c42b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:52.952591", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-324334366", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:31:53,094 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1 0.047s 2023-04-20 10:31:53,094 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e30c0fca-0dbe-4e5b-a80a-e01138f609fd', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e30c0fca-0dbe-4e5b-a80a-e01138f609fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1'} Body: b'{"volume": {"id": "27910a17-37ff-4cfe-812a-03fa3a5c42b1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:53.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-324334366", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:54,148 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1 0.042s 2023-04-20 10:31:54,148 80085 DEBUG [tempes t.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5f1c422e-cb75-4918-972d-733c897ac778', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5f1c422e-cb75-4918-972d-733c897ac778', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1'} Body: b'{"volume": {"id": "27910a17-37ff-4cfe-812a-03fa3a5c42b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:53.000000", "updated_at": "2023-04-20T10:31:53.000000", "name": "tempest-VolumesActionsTest-Volume-324334366", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:54,207 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1 0.048s 2023-04-20 10:31:54,207 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba60c973-4fec-4e0b-b066-7c0558549389', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba60c973-4fec-4e0b-b066-7c0558549389', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1'} Body: b'{"volume": {"id": "27910a17-37ff-4cfe-812a-03fa3a5c42b1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:53.000000", "updated_at": "2023-04-20T10:31:53.000000", "name": "tempest-VolumesActionsTest-Volume-324334366", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:54,322 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1 0.104s 2023-04-20 10:31:54,322 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4f27e93a-8696-4b13-9fda-4a4258216d92', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1'} Body: b'' 2023-04-20 10:31:54,370 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1 0.047s 2023-04-20 10:31:54,370 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31: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-d82f1320-0429-4c5b-afa6-feb96338ebae', 'x-openstack-request-id': 'req-d82f1320-0429-4c5b-afa6-feb96338ebae', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/27910a17-37ff-4cfe-812a-03fa3a5c42b1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 27910a17-37ff-4cfe-812a-03fa3a5c42b1 could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_creating[id-21737d5a-92f2-46d7-b009-a0cc0ee7a570] ---------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 61, in test_volume_force_delete_when_volume_is_creating self._create_reset_and_force_delete_temp_volume('creating') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume d28c8357-5337-487f-8d68-f3b9d46fcced failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:31:54,700 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes 0.327s 2023-04-20 10:31:54,701 80085 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-788746422"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27ab7cea-9344-4348-b241-c3dedddf4255', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27ab7cea-9344-4348-b241-c3dedddf4255', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes'} Body: b'{"volume": {"id": "d28c8357-5337-487f-8d68-f3b9d46fcced", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:54.511753", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-788746422", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:31:54,751 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced 0.041s 2023-04-20 10:31:54,751 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0d12e094-e05a-476a-802d-3377328bb718', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0d12e094-e05a-476a-802d-3377328bb718', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced'} Body: b'{"volume": {"id": "d28c8357-5337-487f-8d68-f3b9d46fcced", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:55.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-788746422", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:55,810 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced 0.048s 2023-04-20 10:31:55,811 80085 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c947459-cec4-4cc4-b2d2-1b5830f2c32c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c947459-cec4-4cc4-b2d2-1b5830f2c32c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced'} Body: b'{"volume": {"id": "d28c8357-5337-487f-8d68-f3b9d46fcced", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:55.000000", "updated_at": "2023-04-20T10:31:55.000000", "name": "tempest-VolumesActionsTest-Volume-788746422", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:55,861 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced 0.038s 2023-04-20 10:31:55,861 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-17c06a54-c6fa-4d56-96ea-f0d666e8ee13', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-17c06a54-c6fa-4d56-96ea-f0d666e8ee13', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced'} Body: b'{"volume": {"id": "d28c8357-5337-487f-8d68-f3b9d46fcced", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:55.000000", "updated_at": "2023-04-20T10:31:55.000000", "name": "tempest-VolumesActionsTest-Volume-788746422", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:56,068 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced 0.194s 2023-04-20 10:31:56,068 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0 ', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a53ff395-100a-4f88-aba6-7f9ace7de5c3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced'} Body: b'' 2023-04-20 10:31:56,089 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced 0.020s 2023-04-20 10:31:56,089 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31: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-5850424d-d89a-4dd2-b590-62e4905bc358', 'x-openstack-request-id': 'req-5850424d-d89a-4dd2-b590-62e4905bc358', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/d28c8357-5337-487f-8d68-f3b9d46fcced'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume d28c8357-5337-487f-8d68-f3b9d46fcced could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_error[id-3e33a8a8-afd4-4d64-a86b-c27a185c5a4a] ------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 71, in test_volume_force_delete_when_volume_is_error self._create_reset_and_force_delete_temp_volume('error') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:31:56,279 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes 0.186s 2023-04-20 10:31:56,280 80085 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-578098381"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c69e87c-c0da-4dd6-9dab-d0d1d1ce85b4', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c69e87c-c0da-4dd6-9dab-d0d1d1ce85b4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes'} Body: b'{"volume": {"id": "59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:56.223556", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-578098381", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:31:56,348 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36 0.059s 2023-04-20 10:31:56,348 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-68ef0f48-30c4-4544-b85a-00db22d92a37', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-68ef0f48-30c4-4544-b85a-00db22d92a37', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36'} Body: b'{"volume": {"id": "59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:56.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-578098381", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:57,420 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36 0.058s 2023-04-20 10:31:57,420 80085 DEBUG [tempest.lib.common .rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fcbef196-2386-4a4f-af0c-b09c748dc5fe', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fcbef196-2386-4a4f-af0c-b09c748dc5fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36'} Body: b'{"volume": {"id": "59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:56.000000", "updated_at": "2023-04-20T10:31:56.000000", "name": "tempest-VolumesActionsTest-Volume-578098381", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:57,482 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36 0.051s 2023-04-20 10:31:57,483 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43856b16-e68e-4994-afa9-ebdc40cd93db', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43856b16-e68e-4994-afa9-ebdc40cd93db', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36'} Body: b'{"volume": {"id": "59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:56.000000", "updated_at": "2023-04-20T10:31:56.000000", "name": "tempest-VolumesActionsTest-Volume-578098381", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:57,605 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36 0.112s 2023-04-20 10:31:57,605 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'conte nt-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7f2e0a8-d008-43fc-b16b-97e549863fad', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36'} Body: b'' 2023-04-20 10:31:57,629 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36 0.022s 2023-04-20 10:31:57,629 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-e6b2f9fd-a288-4200-901e-924aa25cd3bf', 'x-openstack-request-id': 'req-e6b2f9fd-a288-4200-901e-924aa25cd3bf', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 59d3bde6-6a11-4b4f-8f78-4ad87b2ecf36 could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_force_delete_when_volume_is_maintenance[id-b957cabd-1486-4e21-90cf-a9ed3c39dfb2] ------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 76, in test_volume_force_delete_when_volume_is_maintenance self._create_reset_and_force_delete_temp_volume('maintenance') File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 32, in _create_reset_and_force_delete_temp_volume temp_volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 06f47d7d-499e-4860-a8d2-b4ec34fafa98 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:31:57,995 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes 0.361s 2023-04-20 10:31:57,996 80085 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-729188768"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-43ec7434-e4d8-49bd-baa4-4bfb27538b1e', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-43ec7434-e4d8-49bd-baa4-4bfb27538b1e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes'} Body: b'{"volume": {"id": "06f47d7d-499e-4860-a8d2-b4ec34fafa98", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:57.773020", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-729188768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:31:58,067 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98 0.057s 2023-04-20 10:31:58,068 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-61fc87ae-c5b0-4cf6-b35f-03144b87ebe7', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-61fc87ae-c5b0-4cf6-b35f-03144b87ebe7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98'} Body: b'{"volume": {"id": "06f47d7d-499e-4860-a8d2-b4ec34fafa98", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:58.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-729188768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:59,133 80085 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/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98 0.054s 2023-04-20 10:31:59,133 80085 DEBUG [ tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f84652b4-50eb-41e8-b139-b3682f2b3413', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f84652b4-50eb-41e8-b139-b3682f2b3413', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98'} Body: b'{"volume": {"id": "06f47d7d-499e-4860-a8d2-b4ec34fafa98", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:58.000000", "updated_at": "2023-04-20T10:31:58.000000", "name": "tempest-VolumesActionsTest-Volume-729188768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:59,187 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98 0.042s 2023-04-20 10:31:59,187 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de476159-4d0f-4935-8c3e-374f01a7332c', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de476159-4d0f-4935-8c3e-374f01a7332c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98'} Body: b'{"volume": {"id": "06f47d7d-499e-4860-a8d2-b4ec34fafa98", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:58.000000", "updated_at": "2023-04-20T10:31:58.000000", "name": "tempest-VolumesActionsTest-Volume-729188768", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:31:59,320 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98 0.121s 2023-04-20 10:31:59,320 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-le ngth': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-45d408a9-76d6-4742-a85a-c8d06889a400', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98'} Body: b'' 2023-04-20 10:31:59,348 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98 0.027s 2023-04-20 10:31:59,349 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31: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-375bb5cc-1f17-4e93-8377-0c0f55547c6e', 'x-openstack-request-id': 'req-375bb5cc-1f17-4e93-8377-0c0f55547c6e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/06f47d7d-499e-4860-a8d2-b4ec34fafa98'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 06f47d7d-499e-4860-a8d2-b4ec34fafa98 could not be found."}}' tempest.api.volume.admin.test_volumes_actions.VolumesActionsTest.test_volume_reset_status[id-d063f96e-a2e0-4f34-8b8a-395c42de1845] ---------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_actions.py", line 47, in test_volume_reset_status volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 381ffc50-37d5-4b66-8725-3749bbce5b4a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:31:59,567 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 202 POST http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes 0.215s 2023-04-20 10:31:59,567 80085 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-554773322"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-264150a4-a579-40b4-aec7-3519000bbb57', 'content-length': '815', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-264150a4-a579-40b4-aec7-3519000bbb57', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes'} Body: b'{"volume": {"id": "381ffc50-37d5-4b66-8725-3749bbce5b4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:59.484650", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-554773322", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:31:59,617 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a 0.041s 2023-04-20 10:31:59,618 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:59 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-02fe7204-4cdc-4046-bdb2-5b567abff189', 'content-length': '883', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-02fe7204-4cdc-4046-bdb2-5b567abff189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a'} Body: b'{"volume": {"id": "381ffc50-37d5-4b66-8725-3749bbce5b4a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:59.000000", "updated_at": null, "name": "tempest-VolumesActionsTest-Volume-554773322", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:32:00,674 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:test_volume_reset_status): 200 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a 0.045s 2023-04-20 10:32:00,675 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/ json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8b54d147-61c1-4670-82a4-dc3fcff0f1c7', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8b54d147-61c1-4670-82a4-dc3fcff0f1c7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a'} Body: b'{"volume": {"id": "381ffc50-37d5-4b66-8725-3749bbce5b4a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:59.000000", "updated_at": "2023-04-20T10:32:00.000000", "name": "tempest-VolumesActionsTest-Volume-554773322", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:32:00,727 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a 0.040s 2023-04-20 10:32:00,727 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:00 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-eadaa4e6-6985-4619-a936-702f91148f12', 'content-length': '904', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-eadaa4e6-6985-4619-a936-702f91148f12', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a'} Body: b'{"volume": {"id": "381ffc50-37d5-4b66-8725-3749bbce5b4a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:31:59.000000", "updated_at": "2023-04-20T10:32:00.000000", "name": "tempest-VolumesActionsTest-Volume-554773322", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a"}], "user_id": "8355ed1609024bc1a30cbc422d8f90c2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3d65a1127ac04ac8976d9fbb08197248"}}' 2023-04-20 10:32:00,883 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a 0.144s 2023-04-20 10:32:00,883 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32: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-35d5e28e-ceaf-4fd8-b041-63f814f01aca', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a'} Body: b'' 2023-04-20 10:32:00,906 80085 INFO [tempest.lib.common.rest_client] Request (VolumesActionsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a 0.022s 2023-04-20 10:32:00,906 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32: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-43535d01-f371-4892-9d4f-5d2bd4ff98e6', 'x-openstack-request-id': 'req-43535d01-f371-4892-9d4f-5d2bd4ff98e6', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3d65a1127ac04ac8976d9fbb08197248/volumes/381ffc50-37d5-4b66-8725-3749bbce5b4a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 381ffc50-37d5-4b66-8725-3749bbce5b4a could not be found."}}' setUpClass (tempest.api.volume.test_volume_metadata.VolumesMetadataTest) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volume_metadata.py", line 29, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f65fe9e6-e58b-4cb0-bcf5-b7565a12d763 failed to build and is in ERROR status tempest.api.compute.servers.test_server_rescue.ServerStableDeviceRescueTest.test_stable_device_rescue_disk_virtio_with_volume_attached[id-a3772b42-00bf-4310-a90b-1cc6fd3e7eab,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 248, in test_stable_device_rescue_disk_virtio_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c65e8205-b8f1-4786-bef9-3110daa97a63 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:28:19,098 80103 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 10:28:19,339 80103 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.238s 2023-04-20 10:28:19,340 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-314135284", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPer3atuApOKAbOrxgU77C03uvd3ClFPy3FRncu+A4hBfn7+Ligr5c8zlC1kkZihqe2/A/t/d8AFp1mDAF+J+oDrvVOTMmcabgcsFyIy7gKcmM4pBHM2RndymuOvmh30Q=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:19 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-2c045502-5077-4e93-86d4-b61b2b9117f2', 'x-compute-request-id': 'req-2c045502-5077-4e93-86d4-b61b2b9117f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-314135284", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPer3atuApOKAbOrxgU77C03uvd3ClFPy3FRncu+A4hBfn7+Ligr5c8zlC1kkZihqe2/A/t/d8AFp1mDAF+J+oDrvVOTMmcabgcsFyIy7gKcmM4pBHM2RndymuOvmh30Q==", "fingerprint": "9f:a4:1b:14:6d:37:78:a1:a7:d1:7d:3a:d2:da:58:06", "user_id": "2aef9efd33b946709d8f01f41b79f382"}}' 2023-04-20 10:28:19,348 80103 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-314135284 created 2023-04-20 10:28:19,559 80103 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.210s 2023-04-20 10:28:19,559 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1045725567", "description": "tempest-description--492109705"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-f0cdb3f3-a66d-4bb2-9b1f-b5f5dc720299', 'date': 'Thu, 20 Apr 2023 10:28:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "2bbbe8c5-ff37-4d5a-a13b-a13bfc897595", "name": "tempest-securitygroup--1045725567", "stateful": true, "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "description": "tempest-description--492109705", "shared": false, "security_group_rules": [{"id": "669001ec-d531-4ccb-adf7-73ddb533b6f4", "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "security_group_id": "2bbbe8c5-ff37-4d5a-a13b-a13bfc897595", "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": 277, "description": null, "tags": [], "created_at": "2023-04-20T10:28:19Z", "updated_at": "2023-04-20T10:28:19Z", "revision_number": 0, "project_id": "2d1545b79af0497497e960cbd68aa8f2"}, {"id": "a92aa2fc-cdd7-4992-a301-6cd7096eb990", "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "security_group_id": "2bbbe8c5-ff37-4d5a-a13b-a13bfc897595", "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": 278, "description": null, "tags": [], "created_at": "2023-04-20T10:28:19Z", "updated_at": "2023-04-20T10:28:19Z", "revision_number": 0, "project_id": "2d1545b79af0497497e960cbd68aa8f2"}], "tags": [], "created_at": "2023-04-20T10:28:19Z", "updated_at": "2023-04-20T10:28:19Z", "revision_number": 1, "project_id": "2d1545b79af0497497e960cbd68aa8f2"}}' 2023-04-20 10:28:19,933 80103 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.373s 2023-04-20 10:28:19,933 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2bbbe8c5-ff37-4d5a-a13b-a13bfc897595", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-aebdac72-db08-4193-87f5-a112ad473278', 'date': 'Thu, 20 Apr 2023 10:28:19 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d436a3e1-ff13-439d-842f-ccabc21d2b4d", "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "security_group_id": "2bbbe8c5-ff37-4d5a-a13b-a13bfc897595", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:28:19Z", "updated_at": "2023-04-20T10:28:19Z", "revision_number": 0, "project_id": "2d1545b79af0497497e960cbd68aa8f2"}}' 2023-04-20 10:28:20,673 80103 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.739s 2023-04-20 10:28:20,673 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "2bbbe8c5-ff37-4d5a-a13b-a13bfc897595", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b2d007ea-0980-4a27-bb3c-222a97b0ee12', 'date': 'Thu, 20 Apr 2023 10:28:20 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "622ed4e0-288c-433e-95aa-1550cdf52c20", "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "security_group_id": "2bbbe8c5-ff37-4d5a-a13b-a13bfc897595", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:28:20Z", "updated_at": "2023-04-20T10:28:20Z", "revision_number": 0, "project_id": "2d1545b79af0497497e960cbd68aa8f2"}}' 2023-04-20 10:28:20,674 80103 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1045725567 created 2023-04-20 10:28:24,046 80103 INFO [tempest.lib.common.rest_client] Request (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 3.372s 2023-04-20 10:28:24,047 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "61406e6a-8ff8-4ffa-ada6-987 0364db87e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-6e4ecdb8-1243-45c5-9a36-76902fe9130c', 'date': 'Thu, 20 Apr 2023 10:28:24 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "41f1bff6-672d-48c7-a623-7edfe62bbbad", "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "floating_ip_address": "172.24.4.122", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "2d1545b79af0497497e960cbd68aa8f2", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:28:22Z", "updated_at": "2023-04-20T10:28:22Z", "revision_number": 0}}' 2023-04-20 10:28:24,047 80103 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '41f1bff6-672d-48c7-a623-7edfe62bbbad', 'tenant_id': '2d1545b79af0497497e960cbd68aa8f2', 'floating_ip_address': '172.24.4.122', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2d1545b79af0497497e960cbd68aa8f2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:28:22Z', 'updated_at': '2023-04-20T10:28:22Z', 'revision_number': 0, 'ip': '172.24.4.122'} created 2023-04-20 10:28:24,154 80103 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.101s 2023-04-20 10:28:24,155 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2829', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-06f20f1e-775c-4646-b48e-9dd0ae021ff9', '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": "2aef9efd33b946709d8f01f41b79f382", "name": "tempest-ServerStableDeviceRescueTest-1071968675-project-member", "password_expires_at": null}, "audit_ids": ["HlhW1euDReeKaoq7EWLm5A"], "expires_at": "2023-04-20T11:28:24.000000Z", "issued_at": "2023-04-20T10:28:24.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "2d1545b79af0497497e960cbd68aa8f2", "name": "tempest-ServerStableDeviceRescueTest-1071968675"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d1545b79af0497497e960cbd68aa8f2", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/2d1545b79af0497497e960cbd68aa8f2", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/2d1545b79af0497497e960cbd68aa8f2", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "90 76ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:28:24,155 80103 INFO [tempest.lib.common.fixed_network] (ServerStableDeviceRescueTest:test_stable_device_rescue_disk_virtio_with_volume_attached) Found network {'id': '06131689-128d-43da-b721-a9dda3f2e19f', 'name': 'tempest-ServerStableDeviceRescueTest-1783672421-network', 'tenant_id': '2d1545b79af0497497e960cbd68aa8f2', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '2d1545b79af0497497e960cbd68aa8f2', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 8510, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:27:57Z', 'updated_at': '2023-04-20T10:27:58Z', 'revision_number': 1} available for tenant 2023-04-20 10:28:24,156 80103 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-314135284', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBFPer3atuApOKAbOrxgU77C03uvd3ClFPy3FRncu+A4hBfn7+Ligr5c8zlC1kkZihqe2/A/t/d8AFp1mDAF+J+oDrvVOTMmcabgcsFyIy7gKcmM4pBHM2RndymuOvmh30Q==', 'fingerprint': '9f:a4:1b:14:6d:37:78:a1:a7:d1:7d:3a:d2:da:58:06', 'user_id': '2aef9efd33b946709d8f01f41b79f382', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDD+HY0RHhHef/cW6JMxyAOi1jPxW4XrJU2R6cx/XTC+wWQ5rWbcoWA4\nK+1qjRmSLKqgBwYFK4EEACKhZANiAART3q92rbgKTigGzq8YFO+wtN7r3dwpRT8t\nxUZ3LvgOIQX5+/i4oK+XPM5QtZJGYoantvwP7f3fABadZgwBfifqA671TkzJnGm4\nHLBciMu4CnJjOKQRzNkZ3cprjr5od9E=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '2bbbe8c5-ff37-4d5a-a13b-a13bfc897595', 'name': 'tempest-securitygroup--1045725567', 'stateful': True, 'tenant_id': '2d1545b79af0497497e960cbd68aa8f2', 'description': 'tempest-description--492109705', 'shared': False, 'security_group_rules': [{'id': '669001ec-d531-4ccb-adf7-73ddb533b6f4', 'tenant_id': '2d1545b79af0497497e960cbd68aa8f2', 'security_group_id': '2bbbe8c5-ff37-4d5a-a13b-a13bfc897595', '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': 277, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:28:19Z', 'updated_at': '2023-04-20T10:28:19Z', 'revision_number': 0, 'project_id': '2d1545b79af0497497e960cbd68aa8f2'}, {'id': 'a92aa2fc-cdd7-4992-a301-6cd7096eb990', 'tenant_id': '2d1545b79af0497497e960cbd68aa8f2', 'security_group_id': '2bbbe8c5-ff37-4d5a-a13b-a13bfc897595', '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': 278, 'description': None, ' tags': [], 'created_at': '2023-04-20T10:28:19Z', 'updated_at': '2023-04-20T10:28:19Z', 'revision_number': 0, 'project_id': '2d1545b79af0497497e960cbd68aa8f2'}], 'tags': [], 'created_at': '2023-04-20T10:28:19Z', 'updated_at': '2023-04-20T10:28:19Z', 'revision_number': 1, 'project_id': '2d1545b79af0497497e960cbd68aa8f2'}, 'floating_ip': {'id': '41f1bff6-672d-48c7-a623-7edfe62bbbad', 'tenant_id': '2d1545b79af0497497e960cbd68aa8f2', 'floating_ip_address': '172.24.4.122', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '2d1545b79af0497497e960cbd68aa8f2', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:28:22Z', 'updated_at': '2023-04-20T10:28:22Z', 'revision_number': 0, 'ip': '172.24.4.122'}} 2023-04-20 10:28:27,519 80103 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 3.363s 2023-04-20 10:28:27,521 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerStableDeviceRescueTest-server-1817883104", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "networks": [{"uuid": "06131689-128d-43da-b721-a9dda3f2e19f"}], "security_groups": [{"name": "tempest-securitygroup--1045725567"}], "key_name": "tempest-keypair-314135284", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1fc55f6a-1391-41bd-95c5-5cce87886a29', 'x-compute-request-id': 'req-1fc55f6a-1391-41bd-95c5-5cce87886a29', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1045725567"}], "adminPass": "wqqJv48Cb2TG"}}' 2023-04-20 10:28:27,747 80103 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/f48e6aa1-dd33-42a4-89c9-20691b628c70 0.223s 2023-04-20 10:28:27,747 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:28:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1239', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-40d38b4c-36b1-43bc-b1cd-1fa443904667', 'x-compute-request-id': 'req-40d38b4c-36b1-43bc-b1cd-1fa443904667', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70'} Body: b'{"server": {"id": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "name": "tempest-ServerStableDeviceRescueTest-server-1817883104", "status": "BUILD", "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "user_id": "2 aef9efd33b946709d8f01f41b79f382", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:27Z", "updated": "2023-04-20T10:28:27Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-314135284", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:29:18,107 80103 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/f48e6aa1-dd33-42a4-89c9-20691b628c70 0.300s 2023-04-20 10:29:18,108 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:29:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1553', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-19c1245c-1c95-4709-933e-202d18de7bf4', 'x-compute-request-id': 'req-19c1245c-1c95-4709-933e-202d18de7bf4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70'} Body: b'{"server": {"id": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "name": "tempest-ServerStableDeviceRescueTest-server-1817883104", "status": "ACTIVE", "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "user_id": "2aef9efd33b946709d8f01f41b79f382", "metadata": {}, "hostId": "8ead691aebaa6dadb39c09e5d208809e0f620a67a05cb66e4c409dcb", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:27Z", "updated": "2023-04-20T10:28:39Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1783672421-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:a8:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-314135284", "OS-SRV-USG:launched_at": "2023-04-20T10:28:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1045725567"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:29:18,121 80103 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 10:30:18,393 80103 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/f48e6aa1-dd33-42a4-89c9-20691b628c70/os-interface 0.211s 2023-04-20 10:30:18,394 8 0103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:18 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-a1fe538d-872d-4cc8-85bb-6d2795f01285', 'x-compute-request-id': 'req-a1fe538d-872d-4cc8-85bb-6d2795f01285', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "06131689-128d-43da-b721-a9dda3f2e19f", "port_id": "0954983e-5cb4-4486-9816-67f4f5f78b35", "mac_addr": "fa:16:3e:dc:a8:8c", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "edd0cb99-1aac-4036-a9a1-791dc413beec", "ip_address": "10.0.0.8"}]}]}' 2023-04-20 10:30:19,658 80103 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/41f1bff6-672d-48c7-a623-7edfe62bbbad 1.260s 2023-04-20 10:30:19,659 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "0954983e-5cb4-4486-9816-67f4f5f78b35"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-054606ea-4e4b-404b-9571-e9c61c5701d2', 'date': 'Thu, 20 Apr 2023 10:30:19 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/41f1bff6-672d-48c7-a623-7edfe62bbbad'} Body: b'{"floatingip": {"id": "41f1bff6-672d-48c7-a623-7edfe62bbbad", "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "floating_ip_address": "172.24.4.122", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": "9a2bdafe-6a21-4600-a245-2b61a9eb8756", "port_id": "0954983e-5cb4-4486-9816-67f4f5f78b35", "fixed_ip_address": "10.0.0.8", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "06131689-128d-43da-b721-a9dda3f2e19f", "mac_address": "fa:16:3e:dc:a8:8c", "admin_state_up": true, "status": "ACTIVE", "device_id": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:28:22Z", "updated_at": "2023-04-20T10:30:18Z", "revision_number": 1, "project_id": "2d1545b79af0497497e960cbd68aa8f2"}}' 2023-04-20 10:30:19,660 80103 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.122:22' as 'cirros' with public key authentication 2023-04-20 10:30:19,705 80103 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:30:19,763 80103 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:30:19,763 80103 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.122 successfully created 2023-04-20 10:30:20,678 80103 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/f48e6aa1-dd33-42a4-89c9-20691b628c70/action 0.914s 2023-04-20 10:30:20,679 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerStableDeviceRescueTest-image-135359299"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:19 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/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab 445', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1af01c94-409a-4baf-a932-856bdef9d019', 'x-compute-request-id': 'req-1af01c94-409a-4baf-a932-856bdef9d019', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70/action'} Body: b'' 2023-04-20 10:30:20,739 80103 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/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445 0.058s 2023-04-20 10:30:20,740 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:20 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-260276b3-12c7-44e7-b065-c4461c40debf', 'x-compute-request-id': 'req-260276b3-12c7-44e7-b065-c4461c40debf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445'} Body: b'{"image": {"id": "5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445", "name": "tempest-ServerStableDeviceRescueTest-image-135359299", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1071968675", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1071968675-project-member", "user_id": "2aef9efd33b946709d8f01f41b79f382"}, "created": "2023-04-20T10:30:21Z", "updated": "2023-04-20T10:30:21Z", "status": "SAVING", "progress": 25, "OS-EXT-IMG-SIZE:size": 0, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445"}], "server": {"id": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}]}}}' 2023-04-20 10:31:10,817 80103 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/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445 0.058s 2023-04-20 10:31:10,817 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:10 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-dfdff17e-c603-41c7-a2f6-adc25910d4a9', 'x-compute-request-id': 'req-dfdff17e-c603-41c7-a2f6-adc25910d4a9', 'connection': 'close', 'status': '200', 'content-location': ' http://10.0.0.210/compute/v2.1/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445'} Body: b'{"image": {"id": "5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445", "name": "tempest-ServerStableDeviceRescueTest-image-135359299", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "owner_id": "2d1545b79af0497497e960cbd68aa8f2", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1071968675", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1071968675-project-member", "user_id": "2aef9efd33b946709d8f01f41b79f382"}, "created": "2023-04-20T10:30:21Z", "updated": "2023-04-20T10:30:25Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445"}], "server": {"id": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}]}}}' 2023-04-20 10:31:10,876 80103 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/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445 0.054s 2023-04-20 10:31:10,877 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:10 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-54d6ab6d-8baf-47d7-a2e3-af7a0dd6013d', 'x-compute-request-id': 'req-54d6ab6d-8baf-47d7-a2e3-af7a0dd6013d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445'} Body: b'{"image": {"id": "5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445", "name": "tempest-ServerStableDeviceRescueTest-image-135359299", "minRam": 0, "minDisk": 1, "metadata": {"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "owner_id": "2d1545b79af0497497e960cbd68aa8f2", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1071968675", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1071968675-project-member", "user_id": "2aef9efd33b946709d8f01f41b79f382"}, "created": "2023-04-20T10:30:21Z", "updated": "2023-04-20T10:30:25Z", "status": "ACTIVE", "progress": 100, "OS-EXT-IMG-SIZE:size": 38600704, "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445"}, {"rel": "book mark", "href": "http://10.0.0.210/compute/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445"}, {"rel": "alternate", "type": "application/vnd.openstack.image", "href": "http://10.0.0.210/image//images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445"}], "server": {"id": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}]}}}' 2023-04-20 10:31:11,175 80103 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/f48e6aa1-dd33-42a4-89c9-20691b628c70 0.289s 2023-04-20 10:31:11,176 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-11494eb3-6da5-458f-be56-a6fac1dfd7be', 'x-compute-request-id': 'req-11494eb3-6da5-458f-be56-a6fac1dfd7be', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70'} Body: b'{"server": {"id": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "name": "tempest-ServerStableDeviceRescueTest-server-1817883104", "status": "ACTIVE", "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "user_id": "2aef9efd33b946709d8f01f41b79f382", "metadata": {}, "hostId": "8ead691aebaa6dadb39c09e5d208809e0f620a67a05cb66e4c409dcb", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:27Z", "updated": "2023-04-20T10:30:26Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1783672421-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:a8:8c"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:a8:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-314135284", "OS-SRV-USG:launched_at": "2023-04-20T10:28:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1045725567"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:32:11,423 80103 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/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445 0.174s 2023-04-20 10:32:11,423 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_bus", "value": "virtio"}] Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1643', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5711c0f4-eb7a-4851-8a72-5253d435a809', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5b0ba2e0- a8e5-42fb-8f5f-33bbf1aab445'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "owner_id": "2d1545b79af0497497e960cbd68aa8f2", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1071968675", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1071968675-project-member", "user_id": "2aef9efd33b946709d8f01f41b79f382", "hw_rescue_bus": "virtio", "name": "tempest-ServerStableDeviceRescueTest-image-135359299", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "fd9363ab0d406db9e967adce6078a295", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2d1545b79af0497497e960cbd68aa8f2", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "da90b8ef298733c3c66bd69a5343f70b2ecb52ca610bffb526e353c7870e24677a748252e4d39a50b5c5ec4b4e6b4be1b2b852394ca1003760e528f072302b62", "id": "5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445", "created_at": "2023-04-20T10:30:21Z", "updated_at": "2023-04-20T10:32:11Z", "tags": [], "self": "/v2/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445", "file": "/v2/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:32:11,574 80103 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/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445 0.150s 2023-04-20 10:32:11,574 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/openstack-images-v2.0-json-patch', 'X-Auth-Token': ''} Body: [{"add": "/hw_rescue_device", "value": "disk"}] Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1671', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c6157fbb-41c4-4b0e-b04d-1281bb730959', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "owner_id": "2d1545b79af0497497e960cbd68aa8f2", "owner_project_name": "tempest-ServerStableDeviceRescueTest-1071968675", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerStableDeviceRescueTest-1071968675-project-member", "user_id": "2aef9efd33b946709d8f01f41b79f382", "hw_rescue_device": "disk", "name": "tempest-ServerStableDeviceRescueTest-image-135359299", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "fd9363ab0d406db9e967adce6078a295", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "2d1545b79af0497497e960cbd68aa8f2", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "da90b8ef298733c3c66bd69a5343f70b2ecb52ca610bffb526e353c7870e24677a748252e4d39a50b5c5ec4b4e6b4be1b2b852394ca1003760e528f072302b62", "id": "5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445", "created_at": "2023-04-20T10:30:21Z", "updated_at": "2023-04-20T10:32:12Z", "tags": [ ], "self": "/v2/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445", "file": "/v2/images/5b0ba2e0-a8e5-42fb-8f5f-33bbf1aab445/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:32:12,071 80103 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/f48e6aa1-dd33-42a4-89c9-20691b628c70 0.496s 2023-04-20 10:32:12,071 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1672', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0658dc10-83ed-4f8b-ac6e-202412ed2a7c', 'x-compute-request-id': 'req-0658dc10-83ed-4f8b-ac6e-202412ed2a7c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70'} Body: b'{"server": {"id": "f48e6aa1-dd33-42a4-89c9-20691b628c70", "name": "tempest-ServerStableDeviceRescueTest-server-1817883104", "status": "ACTIVE", "tenant_id": "2d1545b79af0497497e960cbd68aa8f2", "user_id": "2aef9efd33b946709d8f01f41b79f382", "metadata": {}, "hostId": "8ead691aebaa6dadb39c09e5d208809e0f620a67a05cb66e4c409dcb", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:27Z", "updated": "2023-04-20T10:30:26Z", "addresses": {"tempest-ServerStableDeviceRescueTest-1783672421-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:a8:8c"}, {"version": 4, "addr": "172.24.4.122", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:dc:a8:8c"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f48e6aa1-dd33-42a4-89c9-20691b628c70"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-314135284", "OS-SRV-USG:launched_at": "2023-04-20T10:28:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1045725567"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:32:12,316 80103 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/2d1545b79af0497497e960cbd68aa8f2/volumes 0.233s 2023-04-20 10:32:12,316 80103 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-4998308"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b7d6d5b2-3ed2-4fe3-babf-548fe5adf41b', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b7d6d5b2-3ed2-4fe3-babf-548fe5adf41b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/2d1545b79af0497497e960cbd68aa8f2/volumes'} Body: b'{"volume": {"id": "c65e8205-b8f1-4786-bef9-3110daa97a63", "status": "creating", "size": 1, "availability_zone": "nova", "crea ted_at": "2023-04-20T10:32:12.253857", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-4998308", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d1545b79af0497497e960cbd68aa8f2/volumes/c65e8205-b8f1-4786-bef9-3110daa97a63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d1545b79af0497497e960cbd68aa8f2/volumes/c65e8205-b8f1-4786-bef9-3110daa97a63"}], "user_id": "2aef9efd33b946709d8f01f41b79f382", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:32:12,370 80103 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/2d1545b79af0497497e960cbd68aa8f2/volumes/c65e8205-b8f1-4786-bef9-3110daa97a63 0.044s 2023-04-20 10:32:12,370 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4ae349fd-415b-45af-9187-e7717ee66563', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4ae349fd-415b-45af-9187-e7717ee66563', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d1545b79af0497497e960cbd68aa8f2/volumes/c65e8205-b8f1-4786-bef9-3110daa97a63'} Body: b'{"volume": {"id": "c65e8205-b8f1-4786-bef9-3110daa97a63", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:12.000000", "updated_at": null, "name": "tempest-ServerStableDeviceRescueTest-volume-4998308", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/2d1545b79af0497497e960cbd68aa8f2/volumes/c65e8205-b8f1-4786-bef9-3110daa97a63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d1545b79af0497497e960cbd68aa8f2/volumes/c65e8205-b8f1-4786-bef9-3110daa97a63"}], "user_id": "2aef9efd33b946709d8f01f41b79f382", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d1545b79af0497497e960cbd68aa8f2"}}' 2023-04-20 10:32:13,431 80103 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/2d1545b79af0497497e960cbd68aa8f2/volumes/c65e8205-b8f1-4786-bef9-3110daa97a63 0.049s 2023-04-20 10:32:13,432 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11357c8d-bdf5-47d7-9172-c5fec4429988', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11357c8d-bdf5-47d7-9172-c5fec4429988', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/2d1545b79af0497497e960cbd68aa8f2/volumes/c65e8205-b8f1-4786-bef9-3110daa97a63'} Body: b'{"volume": {"id": "c65e8205-b8f1-4786-bef9-3110daa97a63", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:12.000000", "updated_at": "2023-04-20T10:32:12.000000", "name": "tempest-ServerStableDeviceRescueTest-volume-4998308", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"r el": "self", "href": "http://10.0.0.210/volume/v3/2d1545b79af0497497e960cbd68aa8f2/volumes/c65e8205-b8f1-4786-bef9-3110daa97a63"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/2d1545b79af0497497e960cbd68aa8f2/volumes/c65e8205-b8f1-4786-bef9-3110daa97a63"}], "user_id": "2aef9efd33b946709d8f01f41b79f382", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "2d1545b79af0497497e960cbd68aa8f2"}}' tempest.api.compute.admin.test_volumes_negative.VolumesAdminNegativeTest.test_update_attached_volume_with_nonexistent_volume_in_uri[id-309b5ecd-0585-4a7e-a36f-d2b2bf55259d,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/admin/test_volumes_negative.py", line 47, in test_update_attached_volume_with_nonexistent_volume_in_uri volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fc1b8385-abd4-4fae-acea-be5a8f4d074e failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:30:27,392 80099 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.096s 2023-04-20 10:30:27,392 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30: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-7adac9df-8dc0-4b55-9c65-699f2af0fea9', '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": "712be6d6876f4b2c9d796e406a43f8bf", "name": "tempest-VolumesAdminNegativeTest-2134667240-project-member", "password_expires_at": null}, "audit_ids": ["YwbpIc7vTSCYG3aRpOPYmg"], "expires_at": "2023-04-20T11:30:27.000000Z", "issued_at": "2023-04-20T10:30:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "7c3ecc1463ec42eea56f2890b032ef7a", "name": "tempest-VolumesAdminNegativeTest-2134667240"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/7c3ecc1463ec42eea56f2890b032ef7a", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:30:27,393 80099 INFO [tempest.lib.common.fixed_network] (VolumesAdminNegativeTest:test_update_attached_volume_with_nonexistent_volume_in_uri) Found network {'id': '55052d2c-5064-4bd3-9b46-6e90a5ee3def', 'name': 'tempest-VolumesAdminNegativeTest-1948401123-network', 'tenant_id': '7c3ecc1463ec42eea56f2890b032ef7a', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '7c3ecc1463ec42eea5 6f2890b032ef7a', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 38501, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:27:57Z', 'updated_at': '2023-04-20T10:27:58Z', 'revision_number': 1} available for tenant 2023-04-20 10:30:27,979 80099 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.584s 2023-04-20 10:30:27,980 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-VolumesAdminNegativeTest-server-1784158863", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "networks": [{"uuid": "55052d2c-5064-4bd3-9b46-6e90a5ee3def"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/db38a0ab-0165-480d-bddb-cab50bcd22e4', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c0c6203c-6eda-4bf3-862e-277dfbb8f9c7', 'x-compute-request-id': 'req-c0c6203c-6eda-4bf3-862e-277dfbb8f9c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "db38a0ab-0165-480d-bddb-cab50bcd22e4", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/db38a0ab-0165-480d-bddb-cab50bcd22e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/db38a0ab-0165-480d-bddb-cab50bcd22e4"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "EfdRjCpjRBM6"}}' 2023-04-20 10:30:28,083 80099 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/db38a0ab-0165-480d-bddb-cab50bcd22e4 0.097s 2023-04-20 10:30:28,084 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1212', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-91b2a475-92d1-47c0-a7c5-3eb8ae33cff7', 'x-compute-request-id': 'req-91b2a475-92d1-47c0-a7c5-3eb8ae33cff7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/db38a0ab-0165-480d-bddb-cab50bcd22e4'} Body: b'{"server": {"id": "db38a0ab-0165-480d-bddb-cab50bcd22e4", "name": "tempest-VolumesAdminNegativeTest-server-1784158863", "status": "BUILD", "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "user_id": "712be6d6876f4b2c9d796e406a43f8bf", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:30:28Z", "updated": "2023-04-20T10:30:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/db38a0ab-0165-480d-bddb-cab50bcd22e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/db38a0ab-0165-480d-bddb-cab50bcd22e4"}], "OS-DCF:diskConfig": "MANUA L", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:31:18,392 80099 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/db38a0ab-0165-480d-bddb-cab50bcd22e4 0.248s 2023-04-20 10:31:18,392 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1496', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-585f0c79-50fd-41c1-a08c-55a2488fb401', 'x-compute-request-id': 'req-585f0c79-50fd-41c1-a08c-55a2488fb401', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/db38a0ab-0165-480d-bddb-cab50bcd22e4'} Body: b'{"server": {"id": "db38a0ab-0165-480d-bddb-cab50bcd22e4", "name": "tempest-VolumesAdminNegativeTest-server-1784158863", "status": "ACTIVE", "tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a", "user_id": "712be6d6876f4b2c9d796e406a43f8bf", "metadata": {}, "hostId": "f193f9e593e71f05699d9c079b4e3264fb1af8bb6cc891782727565f", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:30:27Z", "updated": "2023-04-20T10:30:34Z", "addresses": {"tempest-VolumesAdminNegativeTest-1948401123-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:d2:da"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/db38a0ab-0165-480d-bddb-cab50bcd22e4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/db38a0ab-0165-480d-bddb-cab50bcd22e4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:30: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": []}}' 2023-04-20 10:31:18,403 80099 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:32:18,669 80099 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/7c3ecc1463ec42eea56f2890b032ef7a/volumes 0.205s 2023-04-20 10:32:18,670 80099 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-601523716"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3c0ed1b6-7f67-43e1-9232-2ca00f31f411', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3c0ed1b6-7f67-43e1-9232-2ca00f31f411', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes'} Body: b'{"volume": {"id": "fc1b 8385-abd4-4fae-acea-be5a8f4d074e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:18.607014", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-601523716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes/fc1b8385-abd4-4fae-acea-be5a8f4d074e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7c3ecc1463ec42eea56f2890b032ef7a/volumes/fc1b8385-abd4-4fae-acea-be5a8f4d074e"}], "user_id": "712be6d6876f4b2c9d796e406a43f8bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:32:18,719 80099 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/7c3ecc1463ec42eea56f2890b032ef7a/volumes/fc1b8385-abd4-4fae-acea-be5a8f4d074e 0.040s 2023-04-20 10:32:18,719 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1b49cbd2-4eb4-48d4-8e20-835d369e7d21', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1b49cbd2-4eb4-48d4-8e20-835d369e7d21', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes/fc1b8385-abd4-4fae-acea-be5a8f4d074e'} Body: b'{"volume": {"id": "fc1b8385-abd4-4fae-acea-be5a8f4d074e", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:19.000000", "updated_at": null, "name": "tempest-VolumesAdminNegativeTest-volume-601523716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes/fc1b8385-abd4-4fae-acea-be5a8f4d074e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7c3ecc1463ec42eea56f2890b032ef7a/volumes/fc1b8385-abd4-4fae-acea-be5a8f4d074e"}], "user_id": "712be6d6876f4b2c9d796e406a43f8bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a"}}' 2023-04-20 10:32:19,768 80099 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/7c3ecc1463ec42eea56f2890b032ef7a/volumes/fc1b8385-abd4-4fae-acea-be5a8f4d074e 0.038s 2023-04-20 10:32:19,769 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-520a1b86-7cce-4668-b900-d2b4caace0f1', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-520a1b86-7cce-4668-b900-d2b4caace0f1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes/fc1b8385-abd4-4fae-acea-be5a8f4d074e'} Body: b'{"volume": {"id": "fc1b8385-abd4-4fae-acea-be5a8f4d074e", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:19.000000", "updated_at": "2023-04-20T10:32:19.000000", "name": "tempest-VolumesAdminNegativeTest-volume-601523716", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/7c3ecc1463ec42eea56f2890b032ef7a/volumes/fc1b8385-abd4-4fae-acea-be5a8f4d074e"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/7c3ecc1463ec42eea56f2890b032ef7a/volumes/fc1b8385-abd4-4fae-acea-be5a8f4d074e"}], "user_id": "712be6d6876f4b2c9d796e406a43f8bf", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "7c3ecc1463ec42eea56f2890b032ef7a"}}' tempest.scenario.test_shelve_instance.TestShelveInstance.test_shelve_volume_backed_instance[compute,id-c1b6318c-b9da-490b-9c67-9339b627271f,image,network,slow,volume] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 120, in test_shelve_volume_backed_instance self._create_server_then_shelve_and_unshelve(boot_from_volume=True) File "/opt/stack/tempest/tempest/scenario/test_shelve_instance.py", line 82, in _create_server_then_shelve_and_unshelve server = self.create_server( File "/opt/stack/tempest/tempest/scenario/manager.py", line 312, in create_server body, _ = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 262, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 258, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1991814c-2539-4f75-beaf-940662eb2592 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:32:21,389 80085 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.368s 2023-04-20 10:32:21,389 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestShelveInstance-298744614", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEMbWXIBT8lnezUVZ24hEHrBmhZNkKzqrWBz1glErBkT2U80uPLf/H8bhxWmAg6cHfVMJaqRiyfoPQW1duLVG+VNZv9F2J906lsB89vqxtNyd6f+cb9xMIgxYSn1OG52rw=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '396', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6392a502-579d-4365-bdfc-24877462d17b', 'x-compute-request-id': 'req-6392a502-579d-4365-bdfc-24877462d17b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestShelveInstance-298744614", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBEMbWXIBT8lnezUVZ24hEHrBmhZNkKzqrWBz1glErBkT2U80uPLf/H8bhxWmAg6cHfVMJaqRiyfoPQW1duLVG+VNZv9F2J906lsB89vqxtNyd6f+cb9xMIgxYSn1OG52rw==", "fingerprint": "3e:e8:05:24:23:df:96:42:a0:3c:b9:2f:61:3a:d8:ca", "user_id": "eff2d09e6d3441ef85f46203856a6839"}}' 2023-04-20 10:32:21,556 80085 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.164s 2023-04-20 10:32:21,557 80085 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-1432453508", "description": "tempest-secgroup-smoke-1432453508 description", "project_id": "a3ac1e4ef304472cba1faa176bdb2c63"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-37ee3c40-09da-4955-b2a6-aeec99c154a5', 'date': 'Thu, 20 Apr 2023 10:32:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "name": "tempest-secgroup-smoke-1432453508", "stateful": true, "tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63", "description": "tempest-secgroup-smoke-1432453508 description", "shared": false, "security_group_rules": [{"id": "4b243751-82c0-46dd-9edd-b13350f34784", "tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63", "security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "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": 616, "description": null, "tags": [], "created_at": "2023-04-20T10:32:21Z", "updated_at": "2023-04-20T10:32:21Z", "revision_number": 0, "project_id": "a3ac1e4ef304472cba1faa176bdb2c63"}, {"id": "8b9b608e-cc8b-434c-b9aa-dd3a23fd367b", "tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63", "security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "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": 615, "description": null, "tags": [], "created_at": "2023-04-20T10:32:21Z", "updated_at": "2023-04-20T10:32:21Z", "revision_number": 0, "project_id": "a3ac1e4ef304472cba1faa176bdb2c63"}], "tags": [], "created_at": "2023-04-20T10:32:21Z", "updated_at": "2023-04-20T10:32 :21Z", "revision_number": 1, "project_id": "a3ac1e4ef304472cba1faa176bdb2c63"}}' 2023-04-20 10:32:21,732 80085 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.174s 2023-04-20 10:32:21,732 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "project_id": "a3ac1e4ef304472cba1faa176bdb2c63", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-2a5732ed-8b12-4bca-ba51-763e943c5559', 'date': 'Thu, 20 Apr 2023 10:32:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "9571e9da-2564-4e64-bd30-4088668ae2cf", "tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63", "security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:21Z", "updated_at": "2023-04-20T10:32:21Z", "revision_number": 0, "project_id": "a3ac1e4ef304472cba1faa176bdb2c63"}}' 2023-04-20 10:32:21,903 80085 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.170s 2023-04-20 10:32:21,903 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "project_id": "a3ac1e4ef304472cba1faa176bdb2c63", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-52935fae-bbad-4cae-b8f8-7575c56423ba', 'date': 'Thu, 20 Apr 2023 10:32:21 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "58dd1039-fe21-40a1-83ce-33b8d9821ea7", "tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63", "security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:21Z", "updated_at": "2023-04-20T10:32:21Z", "revision_number": 0, "project_id": "a3ac1e4ef304472cba1faa176bdb2c63"}}' 2023-04-20 10:32:22,080 80085 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-20 10:32:22,080 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "project_id": "a3ac1e4ef304472cba1faa176bdb2c63", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-a4ee1f83-939d-46d1-a8b3-dd43721bc2ff', 'date': 'Thu, 20 Apr 2023 10:32:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"se curity_group_rule": {"id": "44286ecc-cadf-4d47-bf3e-73788a3ea590", "tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63", "security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:21Z", "updated_at": "2023-04-20T10:32:21Z", "revision_number": 0, "project_id": "a3ac1e4ef304472cba1faa176bdb2c63"}}' 2023-04-20 10:32:22,281 80085 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.200s 2023-04-20 10:32:22,281 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "project_id": "a3ac1e4ef304472cba1faa176bdb2c63", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-aa9d95fd-67ac-4f57-b125-9bf27d1e8f31', 'date': 'Thu, 20 Apr 2023 10:32:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a7f3f1fb-aabe-4b4f-ae44-7fdc1db2aaf6", "tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63", "security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:22Z", "updated_at": "2023-04-20T10:32:22Z", "revision_number": 0, "project_id": "a3ac1e4ef304472cba1faa176bdb2c63"}}' 2023-04-20 10:32:22,458 80085 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-20 10:32:22,458 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "project_id": "a3ac1e4ef304472cba1faa176bdb2c63", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-8c71cc11-b708-41ca-aa19-fa6e0ad6880e', 'date': 'Thu, 20 Apr 2023 10:32:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "dc930e92-b19d-4be0-b2e4-ab4f09f9f969", "tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63", "security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:22Z", "updated_at": "2023-04-20T10:32:22Z", "revision_number": 0, "project_id": "a3ac1e4ef304472cba1faa176bdb2c63"}}' 2023-04-20 10:32:22,624 80085 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.165s 2023-04-20 10:32:22,624 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9" , "project_id": "a3ac1e4ef304472cba1faa176bdb2c63", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-55b12770-40bb-4705-a395-db998457bf31', 'date': 'Thu, 20 Apr 2023 10:32:22 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "36202ee9-534b-4046-bcb6-6408d113ee17", "tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63", "security_group_id": "13c8045d-7787-46c7-9a03-0102fb27bdf9", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:22Z", "updated_at": "2023-04-20T10:32:22Z", "revision_number": 0, "project_id": "a3ac1e4ef304472cba1faa176bdb2c63"}}' 2023-04-20 10:32:22,669 80085 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.038s 2023-04-20 10:32:22,669 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:22 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-0d0f11e2-770c-4efd-8c84-1fc8dea7f118', '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": "eff2d09e6d3441ef85f46203856a6839", "name": "tempest-TestShelveInstance-1436033123-project-member", "password_expires_at": null}, "audit_ids": ["_EH38yyYQCSH7QOEh1JBpA"], "expires_at": "2023-04-20T11:32:22.000000Z", "issued_at": "2023-04-20T10:32:22.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "a3ac1e4ef304472cba1faa176bdb2c63", "name": "tempest-TestShelveInstance-1436033123"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/a3ac1e4ef304472cba1faa176bdb2c63", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type" : "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:32:22,670 80085 INFO [tempest.lib.common.fixed_network] (TestShelveInstance:test_shelve_volume_backed_instance) Found network {'id': '27c2c509-0a40-45dd-ac2a-84b9132549af', 'name': 'tempest-TestShelveInstance-2067980199-network', 'tenant_id': 'a3ac1e4ef304472cba1faa176bdb2c63', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'a3ac1e4ef304472cba1faa176bdb2c63', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30855, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:32:07Z', 'updated_at': '2023-04-20T10:32:07Z', 'revision_number': 1} available for tenant 2023-04-20 10:32:23,013 80085 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 POST http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes 0.341s 2023-04-20 10:32:23,013 80085 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-1737639474", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-67e31928-4c7d-41b1-b437-1440edf32e28', 'content-length': '820', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-67e31928-4c7d-41b1-b437-1440edf32e28', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes'} Body: b'{"volume": {"id": "1991814c-2539-4f75-beaf-940662eb2592", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:22.952893", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1737639474", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592"}], "user_id": "eff2d09e6d3441ef85f46203856a6839", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:32:23,063 80085 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592 0.041s 2023-04-20 10:32:23,064 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-390e8636-a72a-4418-947b-1cdb0cb08a47', 'content-length': '888', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack- request-id': 'req-390e8636-a72a-4418-947b-1cdb0cb08a47', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592'} Body: b'{"volume": {"id": "1991814c-2539-4f75-beaf-940662eb2592", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:23.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-1737639474", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592"}], "user_id": "eff2d09e6d3441ef85f46203856a6839", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63"}}' 2023-04-20 10:32:24,113 80085 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 200 GET http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592 0.038s 2023-04-20 10:32:24,114 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bb074b89-5fb2-4ebc-beef-6f4aa3705b4b', 'content-length': '909', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bb074b89-5fb2-4ebc-beef-6f4aa3705b4b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592'} Body: b'{"volume": {"id": "1991814c-2539-4f75-beaf-940662eb2592", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:23.000000", "updated_at": "2023-04-20T10:32:23.000000", "name": "tempest-tempest.common.compute-volume-1737639474", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592"}], "user_id": "eff2d09e6d3441ef85f46203856a6839", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a3ac1e4ef304472cba1faa176bdb2c63"}}' 2023-04-20 10:32:24,229 80085 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:test_shelve_volume_backed_instance): 202 DELETE http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592 0.105s 2023-04-20 10:32:24,230 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91bb254c-d9e6-4ef6-bbbd-ac0ed567aca5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592'} Body: b'' 2023-04-20 10:32:24,252 80085 INFO [tempest.lib.common.rest_cl ient] Request (TestShelveInstance:test_shelve_volume_backed_instance): 404 GET http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592 0.022s 2023-04-20 10:32:24,252 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32: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-077eb288-b3a9-4005-a10c-6267ba790878', 'x-openstack-request-id': 'req-077eb288-b3a9-4005-a10c-6267ba790878', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a3ac1e4ef304472cba1faa176bdb2c63/volumes/1991814c-2539-4f75-beaf-940662eb2592'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 1991814c-2539-4f75-beaf-940662eb2592 could not be found."}}' 2023-04-20 10:32:24,408 80085 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/13c8045d-7787-46c7-9a03-0102fb27bdf9 0.153s 2023-04-20 10:32:24,409 80085 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-43ba2d49-4a06-4775-bdd2-ff898cffe071', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:32:24 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/13c8045d-7787-46c7-9a03-0102fb27bdf9'} Body: b'' 2023-04-20 10:32:24,441 80085 INFO [tempest.lib.common.rest_client] Request (TestShelveInstance:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-298744614 0.031s 2023-04-20 10:32:24,442 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32: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-f493e327-67cc-4bdd-991d-26518539ccb6', 'x-compute-request-id': 'req-f493e327-67cc-4bdd-991d-26518539ccb6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestShelveInstance-298744614'} Body: b'' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_create_server_from_volume_snapshot[compute,id-05795fb2-b2a7-4c9f-8fac-ff25aedb1489,image,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 138, in test_create_server_from_volume_snapshot boot_volume = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 13e9c0d2-3a2c-460b-9cdc-cde1f66c4790 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:32:45,071 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41 0.215s 2023-04-20 10:32:45,071 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:44 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1f00d3f3-6705-4769-84df-2040e21b3ee2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "fda053593ca94fea8fa552c5a6c6e5d5", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "created_at": "2023-04-20T10:24:36Z", "updated_at": "2023-04-20T10:24:37Z", "tags": [], "self": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41", "file": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:32:45,504 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 202 POST http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes 0.432s 2023-04-20 10:32:45,505 80085 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-1964228186", "snapshot_id": null, "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c1ec810b-7b91-4f87-ae93-d1afe86f9a5d', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c1ec810b-7b91-4f87-ae93-d1afe86f9a5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes'} Body: b'{"volume": {"id": "13e9c0d2-3a2c-460b-9cdc-cde1f66c4790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:45.428590", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1964228186", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790"}], "user_id": "5176c0932371497cae260e45dc67499b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:32:45,562 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790 0.043s 2023-04-20 10:32:45,562 80085 DEBUG [tempest.lib.common.rest_clie nt] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:45 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-de13e364-bcdc-45ca-be7b-3fbd5ee22639', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-de13e364-bcdc-45ca-be7b-3fbd5ee22639', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790'} Body: b'{"volume": {"id": "13e9c0d2-3a2c-460b-9cdc-cde1f66c4790", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:45.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1964228186", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790"}], "user_id": "5176c0932371497cae260e45dc67499b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:46,616 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_create_server_from_volume_snapshot): 200 GET http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790 0.042s 2023-04-20 10:32:46,617 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2b27fc64-820d-4626-909b-f7a17170b2af', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2b27fc64-820d-4626-909b-f7a17170b2af', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790'} Body: b'{"volume": {"id": "13e9c0d2-3a2c-460b-9cdc-cde1f66c4790", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:45.000000", "updated_at": "2023-04-20T10:32:46.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1964228186", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790"}], "user_id": "5176c0932371497cae260e45dc67499b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:46,732 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790 0.103s 2023-04-20 10:32:46,732 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:46 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-d4959f83-e0f6-4c3b-a57e-6941f1883ccc', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790'} Body: b'' 2023-04-20 10:32:46,754 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790 0.021s 2023-04-20 10:32:46,754 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32: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-4c6b7374-f2a1-4149-8e09-0a83a7f25585', 'x-openstack-request-id': 'req-4c6b7374-f2a1-4149-8e09-0a83a7f25585', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/13e9c0d2-3a2c-460b-9cdc-cde1f66c4790'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 13e9c0d2-3a2c-460b-9cdc-cde1f66c4790 could not be found."}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_image_defined_boot_from_volume[compute,id-36c34c67-7b54-4b59-b188-02a2f458a63b,image,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 183, in test_image_defined_boot_from_volume volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume bbbee90b-2d25-433b-9521-f1fdeabcebed failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:32:46,776 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41 0.019s 2023-04-20 10:32:46,777 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-93e68aa5-ccf2-4d83-9d90-0b28bded2f67', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "fda053593ca94fea8fa552c5a6c6e5d5", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "created_at": "2023-04-20T10:24:36Z", "updated_at": "2023-04-20T10:24:37Z", "tags": [], "self": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41", "file": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:32:47,117 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 202 POST http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes 0.340s 2023-04-20 10:32:47,118 80085 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-361721135", "snapshot_id": null, "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:46 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-82750e40-77d0-41aa-8778-a6b00ff77131', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-82750e40-77d0-41aa-8778-a6b00ff77131', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes'} Body: b'{"volume": {"id": "bbbee90b-2d25-433b-9521-f1fdeabcebed", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:47.013103", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-361721135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed"}], "user_id": "5176c0932371497cae260e45dc67499b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:32:47,172 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed 0.045s 2023-04-20 10:32:47,173 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fc24c346-d36a-4bba-ba5a-fe2500c7c4fc', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fc24c346-d36a-4bba-ba5a-fe2500c7c4fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed'} Body: b'{"volume": {"id": "bbbee90b-2d25-433b-9521-f1fdeabcebed", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:47.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-361721135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed"}], "user_id": "5176c0932371497cae260e45dc67499b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:48,225 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_image_defined_boot_from_volume): 200 GET http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed 0.041s 2023-04-20 10:32:48,226 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-60531dea-35f6-4a84-910e-bdd372544516', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-60531dea-35f6-4a84-910e-bdd372544516', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed'} Body: b'{"volume": {"id": "bbbee90b-2d25-433b-9521-f1fdeabcebed", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:47.000000", "updated_at": "2023-04-20T10:32:47.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-361721135", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed"}], "user_id": "5176c0932371497cae260e45dc67499b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:48,352 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed 0.115s 2023-04-20 10:32:48,352 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'co ntent-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-326db5f2-a740-4e32-a4ed-693d70962eb9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed'} Body: b'' 2023-04-20 10:32:48,378 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed 0.025s 2023-04-20 10:32:48,378 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32: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-900f2ca7-31b0-4295-92d0-b1dee3c9a1cb', 'x-openstack-request-id': 'req-900f2ca7-31b0-4295-92d0-b1dee3c9a1cb', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/bbbee90b-2d25-433b-9521-f1fdeabcebed'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume bbbee90b-2d25-433b-9521-f1fdeabcebed could not be found."}}' tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern[compute,id-557cd2c2-4eb8-4dce-98be-f86765ff311b,image,slow,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_volume_boot_pattern.py", line 71, in test_volume_boot_pattern volume_origin = self.create_volume_from_image() File "/opt/stack/tempest/tempest/scenario/manager.py", line 1229, in create_volume_from_image return self.create_volume(name=name, imageRef=image_id, **kwargs) File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6ae4a4bb-de12-4286-8280-b1e4d9950977 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:32:48,381 80085 INFO [tempest.scenario.test_volume_boot_pattern] Creating keypair and security group 2023-04-20 10:32:48,439 80085 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.055s 2023-04-20 10:32:48,440 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestVolumeBootPattern-145410284", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD3cjtVuh5CSyskSLlM7wehflwTTaFS+neFxixeAvJ+P9POfb9O36foK/mkpgEeW26g57n8moxvDHuE39roWoFyjeJvs0xfXmFT2uBt16yQCn3WJKnhH0wtIfbcbtk1eKQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:48 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-8831c249-5ccf-4403-8eec-98edfec23ab6', 'x-compute-request-id': 'req-8831c249-5ccf-4403-8eec-98edfec23ab6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestVolumeBootPattern-145410284", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD3cjtVuh5CSyskSLlM7wehflwTTaFS+neFxixeAvJ+P9POfb9O36foK/mkpgEeW26g57n8moxvDHuE39roWoFyjeJvs0xfXmFT2uBt16yQCn3WJKnhH0wtIfbcbtk1eKQ==", "fingerprint": "68:e8:8c:51:bf:a4:83:f0:f8:af:b5:89:bc:e6:fd:4c", "user_id": "5176c0932371497cae260e45dc67499b"}}' 2023-04-20 10:32:48,600 80085 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.157s 2023-04-20 10:32:48,600 80085 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-2013894530", "description": "tempest-secgroup-smoke-2013894530 description", "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-05ceae73-198f-4a34-ba05-6d82a03c92e7', 'date': 'Thu, 20 Apr 2023 10:32:48 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "name": "tempest-secgroup-smoke-2013894530", "stateful": true, "tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "description": "tempest-secgroup-smoke-2013894530 description", "shared": false, "security_group_rules": [{"id": "22fc6274-4d62-43f1-a538-086865f33c2f", "tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "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": 649, "description": null, "tags": [], "created_at": "2023-04-20T10:32:48Z", "updated_at": "2023-04-20T10:32:48Z", "revision_number": 0, "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}, {"id": "c380f217-d3fa-4ad4-b3a7-0c161c009db0", "tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "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": 648, "description": null, "tags": [], "created_at": "2023-04-20T10:32:48Z", "updated_at": "2023-04-20T10:32:48Z", "revision_number": 0, "project_id": "681dd9c dc82d41cbb5ce16bfde7e5416"}], "tags": [], "created_at": "2023-04-20T10:32:48Z", "updated_at": "2023-04-20T10:32:48Z", "revision_number": 1, "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:48,776 80085 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.175s 2023-04-20 10:32:48,777 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-fd29ea00-22e7-47ae-9539-e97c0f535cea', 'date': 'Thu, 20 Apr 2023 10:32: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": "578ab272-561b-4b60-88d6-c99cda811b17", "tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:48Z", "updated_at": "2023-04-20T10:32:48Z", "revision_number": 0, "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:48,984 80085 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.206s 2023-04-20 10:32:48,984 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-b0631193-fc39-436d-91e0-318c9ad9277e', 'date': 'Thu, 20 Apr 2023 10:32: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": "4d30964a-92c5-44cd-8919-c9c2f9f5234b", "tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:48Z", "updated_at": "2023-04-20T10:32:48Z", "revision_number": 0, "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:49,154 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.169s 2023-04-20 10:32:49,155 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-3646748b-25ac-4398-9bc4-f77b39164e9a', 'date': 'Thu, 20 Apr 2023 10:32:49 GMT', 'connection': 'close', 'status': '201', 'content-loca tion': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b197e35c-fa2d-49dd-9a97-005bb40d69ec", "tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:49Z", "updated_at": "2023-04-20T10:32:49Z", "revision_number": 0, "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:49,334 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.179s 2023-04-20 10:32:49,335 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-62a33621-8409-4f79-b297-3cccbb6e2c2b', 'date': 'Thu, 20 Apr 2023 10:32:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "bc5cef21-edc6-4d52-8a75-319aa7caf524", "tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:49Z", "updated_at": "2023-04-20T10:32:49Z", "revision_number": 0, "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:49,503 80085 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.168s 2023-04-20 10:32:49,503 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-979ee0cf-e268-4af8-9dfb-4487df6ea19b', 'date': 'Thu, 20 Apr 2023 10:32:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "6d690886-6a73-4164-a8c0-5b3694f32e43", "tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:49Z", "updated_at": "2023-04-20T10:32:49Z", "revision_number": 0, "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:49,668 80085 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.164s 2023-04-20 10:32:49,669 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_grou p_rule": {"security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-3697bc8f-4726-40bc-bec7-6415740b2b63', 'date': 'Thu, 20 Apr 2023 10:32:49 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d5492150-d1e2-4d6d-9286-55d0b07b5b7f", "tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416", "security_group_id": "348df89c-c4c8-4924-9e12-e16b7bbe5700", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:32:49Z", "updated_at": "2023-04-20T10:32:49Z", "revision_number": 0, "project_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:49,669 80085 INFO [tempest.scenario.test_volume_boot_pattern] Booting instance 1 from volume 2023-04-20 10:32:49,688 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41 0.019s 2023-04-20 10:32:49,689 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6b0a7666-37b1-4f8c-9a3f-4b23621caa20', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "fda053593ca94fea8fa552c5a6c6e5d5", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "created_at": "2023-04-20T10:24:36Z", "updated_at": "2023-04-20T10:24:37Z", "tags": [], "self": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41", "file": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:32:50,256 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 202 POST http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes 0.565s 2023-04-20 10:32:50,256 80085 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-1696822125", "snapshot_id": null, "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1f4694e9-7297-4bf3-b36c-454a54d5e481', 'content-length': '826', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1f4694e9-7297-4bf3-b36c-454a54d5e481', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volume s'} Body: b'{"volume": {"id": "6ae4a4bb-de12-4286-8280-b1e4d9950977", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:50.000681", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1696822125", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977"}], "user_id": "5176c0932371497cae260e45dc67499b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:32:50,332 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977 0.058s 2023-04-20 10:32:50,333 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2d1e3851-c083-49b9-86cc-3d4e2ab67f30', 'content-length': '894', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2d1e3851-c083-49b9-86cc-3d4e2ab67f30', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977'} Body: b'{"volume": {"id": "6ae4a4bb-de12-4286-8280-b1e4d9950977", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:50.000000", "updated_at": null, "name": "tempest-TestVolumeBootPattern-volume-origin-1696822125", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977"}], "user_id": "5176c0932371497cae260e45dc67499b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:51,385 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:test_volume_boot_pattern): 200 GET http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977 0.041s 2023-04-20 10:32:51,385 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e241b5ba-a10a-43bc-adea-c917c53052c4', 'content-length': '915', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e241b5ba-a10a-43bc-adea-c917c53052c4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977'} Body: b'{"volume": {"id": "6ae4a4bb-de12-4286-8280-b1e4d9950977", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:50.000000", "updated_at": "2023-04-20T10:32:50.000000", "name": "tempest-TestVolumeBootPattern-volume-origin-1696822125", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977"}], "user_id": "5176c0932371497cae260e45dc67499b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "681dd9cdc82d41cbb5ce16bfde7e5416"}}' 2023-04-20 10:32:51,533 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977 0.136s 2023-04-20 10:32:51,533 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32: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-0c95279c-894b-4fdf-9e89-c27480bb446d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977'} Body: b'' 2023-04-20 10:32:51,562 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977 0.028s 2023-04-20 10:32:51,563 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32: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-5c37754a-5e5d-4448-96de-61d74ec4dd3a', 'x-openstack-request-id': 'req-5c37754a-5e5d-4448-96de-61d74ec4dd3a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/681dd9cdc82d41cbb5ce16bfde7e5416/volumes/6ae4a4bb-de12-4286-8280-b1e4d9950977'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 6ae4a4bb-de12-4286-8280-b1e4d9950977 could not be found."}}' 2023-04-20 10:32:51,743 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/348df89c-c4c8-4924-9e12-e16b7bbe5700 0.180s 2023-04-20 10:32:51,743 80085 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-d006259b-dda8-4553-8bef-c97fcb4747e1', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:32:51 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/348df89c-c4c8-4924-9e12-e16b7bbe5700'} Body: b'' 2023-04-20 10:32:51,783 80085 INFO [tempest.lib.common.rest_client] Request (TestVolumeBootPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-145410284 0.039s 2023-04-20 10:32:51,784 80085 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary' : 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-adf9c2b0-920b-4acc-8b57-afde82347707', 'x-compute-request-id': 'req-adf9c2b0-920b-4acc-8b57-afde82347707', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestVolumeBootPattern-145410284'} Body: b'' setUpClass (tempest.api.volume.admin.test_volume_quotas_negative.VolumeQuotasNegativeTestJSON) ---------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas_negative.py", line 51, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 45ff324f-af5a-4979-a6e1-aeca39a6d680 failed to build and is in ERROR status tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_rebuild_server_with_volume_attached[id-b68bd8d6-855d-4212-b59b-2e704044dace,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 309, in test_rebuild_server_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:30:22,366 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.267s 2023-04-20 10:30:22,366 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-75100357-58e0-4001-be9e-b24a719dc204', 'x-compute-request-id': 'req-75100357-58e0-4001-be9e-b24a719dc204', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:30:22,542 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.164s 2023-04-20 10:30:22,543 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:30:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1539', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ba22b4be-c11a-42f5-82f1-45d1f6c91cb4', 'x-compute-request-id': 'req-ba22b4be-c11a-42f5-82f1-45d1f6c91cb4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", " href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:31:12,834 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.231s 2023-04-20 10:31:12,835 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:12 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-bc284f6c-1c02-42eb-9fd4-197183d00ba3', 'x-compute-request-id': 'req-bc284f6c-1c02-42eb-9fd4-197183d00ba3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:31:13,255 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.409s 2023-04-20 10:31:13,256 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:12 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-5cdd62f1-13eb-447f-bb15-b160a8931522', 'x-compute-request-id': 'req-5cdd62f1-13eb-447f-bb15-b160a8931522', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:32:13,593 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes 0.265s 2023-04-20 10:32:13,593 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestJSON-volume-1106547013"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-36828193-3cdf-472e-a2aa-aed7c8c36ea2', 'content-length': '819', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-36828193-3cdf-472e-a2aa-aed7c8c36ea2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes'} Body: b'{"volume": {"id": "8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:13.521218", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1106547013", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a"}], "user_id": "bc5470a076e14c218cf04fad713ce074", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []} }' 2023-04-20 10:32:13,645 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a 0.040s 2023-04-20 10:32:13,646 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-062c10ee-0cbc-4c5f-a1e9-4df663a05f57', 'content-length': '887', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-062c10ee-0cbc-4c5f-a1e9-4df663a05f57', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a'} Body: b'{"volume": {"id": "8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:14.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-1106547013", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a"}], "user_id": "bc5470a076e14c218cf04fad713ce074", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727"}}' 2023-04-20 10:32:14,697 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_rebuild_server_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a 0.039s 2023-04-20 10:32:14,698 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-88b79cf5-0893-4fa3-8ac7-07edd4b2bab3', 'content-length': '908', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-88b79cf5-0893-4fa3-8ac7-07edd4b2bab3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a'} Body: b'{"volume": {"id": "8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:32:14.000000", "updated_at": "2023-04-20T10:32:14.000000", "name": "tempest-ServerActionsTestJSON-volume-1106547013", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/8a9a3c5c-93a3-46e5-8503-24ecfb2b4d8a"}], "user_id": "bc5470a076e14c218cf04fad713ce074", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727"}}' 2023-04-20 10:32:14,963 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.252s 2023-04-20 10:32:14,963 800 87 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:14 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-5eb6715c-99d9-4b12-a842-dbb8ead28d5e', 'x-compute-request-id': 'req-5eb6715c-99d9-4b12-a842-dbb8ead28d5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_get_list_accept_volume_transfer[id-4d75b645-a478-48b1-97c8-503f64242f1a] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 40, in test_create_get_list_accept_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:33:19,351 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 202 POST http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes 0.394s 2023-04-20 10:33:19,352 80103 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-1410679371"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-820a95b3-5b5b-4c82-9877-cfe210f68ac9', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-820a95b3-5b5b-4c82-9877-cfe210f68ac9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes'} Body: b'{"volume": {"id": "a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:19.296758", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1410679371", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3"}], "user_id": "413546f2c8b8498eb4d981dfc842c39e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:33:19,400 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3 0.039s 2023-04-20 10:33:19,400 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3985624c-ebd3-49bc-80e9-ca04eaec937d', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3985624c-ebd3-49bc-80e9-ca04eaec937d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3'} Body: b'{"volume": {"id": "a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:19.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1410679371", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3"}], "user_id": "413546f2c8b8498eb4d981dfc842c39e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8611a5c2be043aba7c86f0d67cf3848"}}' 2023-04-20 10:33:20,480 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_get_list_accept_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3 0.047s 2023-04-20 10:33:20,484 80103 DEBUG [tempest.l ib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b3bfaaff-f58c-4c35-8d5d-8a284b243dd5', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b3bfaaff-f58c-4c35-8d5d-8a284b243dd5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3'} Body: b'{"volume": {"id": "a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:19.000000", "updated_at": "2023-04-20T10:33:19.000000", "name": "tempest-VolumesTransfersTest-Volume-1410679371", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3"}], "user_id": "413546f2c8b8498eb4d981dfc842c39e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8611a5c2be043aba7c86f0d67cf3848"}}' 2023-04-20 10:33:20,543 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3 0.042s 2023-04-20 10:33:20,543 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c4a709a4-29a0-453b-b991-a7d2334bcec7', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c4a709a4-29a0-453b-b991-a7d2334bcec7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3'} Body: b'{"volume": {"id": "a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:19.000000", "updated_at": "2023-04-20T10:33:19.000000", "name": "tempest-VolumesTransfersTest-Volume-1410679371", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3"}], "user_id": "413546f2c8b8498eb4d981dfc842c39e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8611a5c2be043aba7c86f0d67cf3848"}}' 2023-04-20 10:33:20,651 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3 0.097s 2023-04-20 10:33:20,651 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:20 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-6c4b4527-ffc6-40e8-ab69-99d1b43c32f8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3'} Body: b'' 2023-04-20 10:33:20,674 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3 0.022s 2023-04-20 10:33:20,674 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-a375ae76-bde2-45cf-9122-a7e50983a855', 'x-openstack-request-id': 'req-a375ae76-bde2-45cf-9122-a7e50983a855', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a06fb9fe-df5f-4b3b-98d9-a0ff33e2f2a3 could not be found."}}' tempest.api.volume.test_volume_transfers.VolumesTransfersTest.test_create_list_delete_volume_transfer[id-ab526943-b725-4c07-b875-8e8ef87a2c30] ---------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volume_transfers.py", line 81, in test_create_list_delete_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2b2831c5-02c3-4761-8e85-fe3d0cccc4eb failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:33:20,947 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 202 POST http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes 0.263s 2023-04-20 10:33:20,948 80103 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-1990761086"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1fcc95b6-888e-4705-a10a-5ec2d45a0cd6', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1fcc95b6-888e-4705-a10a-5ec2d45a0cd6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes'} Body: b'{"volume": {"id": "2b2831c5-02c3-4761-8e85-fe3d0cccc4eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:20.873859", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1990761086", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb"}], "user_id": "413546f2c8b8498eb4d981dfc842c39e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:33:21,003 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb 0.045s 2023-04-20 10:33:21,003 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9e76f88d-fbb0-408b-9c21-5ca72fb097ab', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9e76f88d-fbb0-408b-9c21-5ca72fb097ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb'} Body: b'{"volume": {"id": "2b2831c5-02c3-4761-8e85-fe3d0cccc4eb", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:21.000000", "updated_at": null, "name": "tempest-VolumesTransfersTest-Volume-1990761086", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb"}], "user_id": "413546f2c8b8498eb4d981dfc842c39e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8611a5c2be043aba7c86f0d67cf3848"}}' 2023-04-20 10:33:22,062 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:test_create_list_delete_volume_transfer): 200 GET http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb 0.047s 2023-04-20 10:33:22,063 80103 DEBUG [tempest.lib.common.re st_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5a78c841-17a9-4f01-8dd0-6c91a2905ee4', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5a78c841-17a9-4f01-8dd0-6c91a2905ee4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb'} Body: b'{"volume": {"id": "2b2831c5-02c3-4761-8e85-fe3d0cccc4eb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:21.000000", "updated_at": "2023-04-20T10:33:21.000000", "name": "tempest-VolumesTransfersTest-Volume-1990761086", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb"}], "user_id": "413546f2c8b8498eb4d981dfc842c39e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8611a5c2be043aba7c86f0d67cf3848"}}' 2023-04-20 10:33:22,119 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb 0.046s 2023-04-20 10:33:22,119 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f1d87800-c86e-4435-b81c-355bc6cd203b', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f1d87800-c86e-4435-b81c-355bc6cd203b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb'} Body: b'{"volume": {"id": "2b2831c5-02c3-4761-8e85-fe3d0cccc4eb", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:21.000000", "updated_at": "2023-04-20T10:33:21.000000", "name": "tempest-VolumesTransfersTest-Volume-1990761086", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb"}], "user_id": "413546f2c8b8498eb4d981dfc842c39e", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "f8611a5c2be043aba7c86f0d67cf3848"}}' 2023-04-20 10:33:22,281 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb 0.150s 2023-04-20 10:33:22,281 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33: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-86886457-96e9-422a-9168-2ed07aab45f4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb'} Body: b'' 2023-04-20 10:33:22,303 80103 INFO [tempest.lib.common.rest_client] Request (VolumesTransfersTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb 0.021s 2023-04-20 10:33:22,303 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33: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-8148df38-f47f-4dcf-9b67-0c6d608fdc13', 'x-openstack-request-id': 'req-8148df38-f47f-4dcf-9b67-0c6d608fdc13', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f8611a5c2be043aba7c86f0d67cf3848/volumes/2b2831c5-02c3-4761-8e85-fe3d0cccc4eb'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 2b2831c5-02c3-4761-8e85-fe3d0cccc4eb could not be found."}}' tempest.scenario.test_stamp_pattern.TestStampPattern.test_stamp_pattern[compute,id-10fd234a-515c-41e5-b092-8323060598c5,image,network,slow,volume] -------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_stamp_pattern.py", line 87, in test_stamp_pattern volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume fdb386eb-21cf-4ada-93a5-9d461bbc2ec3 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:33:40,387 80103 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.150s 2023-04-20 10:33:40,387 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestStampPattern-1748663185", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC7Skv0yRxdznt/kuWSGsskSaOBwc8XGaTDxa8/x5o+7gXjDQZ1saeAFq37fOCpr+f+vmqeZq8Vaz8Bz36vFwG0Hr27QWK0lSk6PhHIfcsBlv6txOFhuKVnbHPVGCiaXjA=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '395', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-832cee89-131b-448f-ade5-e97ba9ead9b7', 'x-compute-request-id': 'req-832cee89-131b-448f-ade5-e97ba9ead9b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestStampPattern-1748663185", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBC7Skv0yRxdznt/kuWSGsskSaOBwc8XGaTDxa8/x5o+7gXjDQZ1saeAFq37fOCpr+f+vmqeZq8Vaz8Bz36vFwG0Hr27QWK0lSk6PhHIfcsBlv6txOFhuKVnbHPVGCiaXjA==", "fingerprint": "6a:85:75:4c:8b:42:a1:a6:7c:fa:56:af:24:50:42:9f", "user_id": "beae23b5738e4e84b5f8b28c8d57a9b9"}}' 2023-04-20 10:33:40,575 80103 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.185s 2023-04-20 10:33:40,576 80103 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-1435816789", "description": "tempest-secgroup-smoke-1435816789 description", "project_id": "a9ee9a816ac5445bbaca19e27b0e867f"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1611', 'x-openstack-request-id': 'req-06f10574-960f-4f31-9bfc-2ebae6af4f6e', 'date': 'Thu, 20 Apr 2023 10:33:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "name": "tempest-secgroup-smoke-1435816789", "stateful": true, "tenant_id": "a9ee9a816ac5445bbaca19e27b0e867f", "description": "tempest-secgroup-smoke-1435816789 description", "shared": false, "security_group_rules": [{"id": "5c15d1dc-5196-40ca-92a4-daa2b52b9d1a", "tenant_id": "a9ee9a816ac5445bbaca19e27b0e867f", "security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "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": 717, "description": null, "tags": [], "created_at": "2023-04-20T10:33:40Z", "updated_at": "2023-04-20T10:33:40Z", "revision_number": 0, "project_id": "a9ee9a816ac5445bbaca19e27b0e867f"}, {"id": "83806ca9-52f9-45c1-81d5-362d87e2eb1b", "tenant_id": "a9ee9a816ac5445bbaca19e27b0e867f", "security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "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": 716, "description": null, "tags": [], "created_at": "2023-04-20T10:33:40Z", "updated_at": "2023-04-20T10:33:40Z", "revision_number": 0, "project_id": "a9ee9a816ac5445bbaca19e27b0e867f"}], "tags": [], "created_at": "2023-04-20T10:33:40Z", "updated_at": "2023-04-20T10:33:40Z", "revision_number": 1, "project_ id": "a9ee9a816ac5445bbaca19e27b0e867f"}}' 2023-04-20 10:33:40,733 80103 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.157s 2023-04-20 10:33:40,734 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "project_id": "a9ee9a816ac5445bbaca19e27b0e867f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-85d4f49a-6f06-48d4-b9b7-9de7d76d9af1', 'date': 'Thu, 20 Apr 2023 10:33:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a3bce4ef-2d70-42fb-a9d9-3a328d834a3a", "tenant_id": "a9ee9a816ac5445bbaca19e27b0e867f", "security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:33:40Z", "updated_at": "2023-04-20T10:33:40Z", "revision_number": 0, "project_id": "a9ee9a816ac5445bbaca19e27b0e867f"}}' 2023-04-20 10:33:40,883 80103 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.148s 2023-04-20 10:33:40,883 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "project_id": "a9ee9a816ac5445bbaca19e27b0e867f", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-85af0084-c299-41f0-b354-48365501a08d', 'date': 'Thu, 20 Apr 2023 10:33:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "afb8f268-9b87-42e5-aa02-1aea7bc25866", "tenant_id": "a9ee9a816ac5445bbaca19e27b0e867f", "security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:33:40Z", "updated_at": "2023-04-20T10:33:40Z", "revision_number": 0, "project_id": "a9ee9a816ac5445bbaca19e27b0e867f"}}' 2023-04-20 10:33:41,045 80103 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.162s 2023-04-20 10:33:41,046 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "project_id": "a9ee9a816ac5445bbaca19e27b0e867f", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f597d6fc-96db-404b-8529-3918355afa51', 'date': 'Thu, 20 Apr 2023 10:33:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "b9c7ea5b-c75c-4554-a395-8bfd754d1b8b", "tenant_id": "a9ee9a816ac 5445bbaca19e27b0e867f", "security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:33:40Z", "updated_at": "2023-04-20T10:33:40Z", "revision_number": 0, "project_id": "a9ee9a816ac5445bbaca19e27b0e867f"}}' 2023-04-20 10:33:41,202 80103 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.155s 2023-04-20 10:33:41,202 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "project_id": "a9ee9a816ac5445bbaca19e27b0e867f", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-00d83a31-951f-438f-a21d-cfc5e215a81a', 'date': 'Thu, 20 Apr 2023 10:33:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "de6f2519-0bcd-46b6-afcf-f82a1bafbe85", "tenant_id": "a9ee9a816ac5445bbaca19e27b0e867f", "security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:33:41Z", "updated_at": "2023-04-20T10:33:41Z", "revision_number": 0, "project_id": "a9ee9a816ac5445bbaca19e27b0e867f"}}' 2023-04-20 10:33:41,379 80103 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-20 10:33:41,380 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "project_id": "a9ee9a816ac5445bbaca19e27b0e867f", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-811f11fa-6d3c-4f05-a1ba-581000cae87b', 'date': 'Thu, 20 Apr 2023 10:33:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2020a681-080c-41c0-9a1a-963ba5a6bf9b", "tenant_id": "a9ee9a816ac5445bbaca19e27b0e867f", "security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:33:41Z", "updated_at": "2023-04-20T10:33:41Z", "revision_number": 0, "project_id": "a9ee9a816ac5445bbaca19e27b0e867f"}}' 2023-04-20 10:33:41,548 80103 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.167s 2023-04-20 10:33:41,548 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "project_id": "a9ee9a816ac5445bbaca19e27b0e867f", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'con tent-type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-1448c2e6-ebde-4c01-920b-8d747b8925c2', 'date': 'Thu, 20 Apr 2023 10:33:41 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "c8e92e89-fa03-4fa8-8bc5-f48282e3c3a8", "tenant_id": "a9ee9a816ac5445bbaca19e27b0e867f", "security_group_id": "609bc02e-998c-4bec-89b6-eda2ddf1871d", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:33:41Z", "updated_at": "2023-04-20T10:33:41Z", "revision_number": 0, "project_id": "a9ee9a816ac5445bbaca19e27b0e867f"}}' 2023-04-20 10:33:41,757 80103 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 202 POST http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes 0.208s 2023-04-20 10:33:41,758 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestStampPattern-volume-875254317", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a600d632-e158-4c4d-9c6d-a0c4aab14bd0', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a600d632-e158-4c4d-9c6d-a0c4aab14bd0', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes'} Body: b'{"volume": {"id": "fdb386eb-21cf-4ada-93a5-9d461bbc2ec3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:41.701721", "updated_at": null, "name": "tempest-TestStampPattern-volume-875254317", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3"}], "user_id": "beae23b5738e4e84b5f8b28c8d57a9b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:33:41,805 80103 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3 0.038s 2023-04-20 10:33:41,805 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-993a93a8-3e2a-494a-aa64-948f0821d1ab', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-993a93a8-3e2a-494a-aa64-948f0821d1ab', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3'} Body: b'{"volume": {"id": "fdb386eb-21cf-4ada-93a5-9d461bbc2ec3", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:42.000000", "updated_at": null, "name": "tempest-TestStampPattern-volume-875254317", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3"}], "user_id": "beae23b5738e4e84b5f8b28c8d57a9b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a9ee9a816ac5445bbaca19e27b0e867f"}}' 2023-04-20 10:33:42,857 80103 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:test_stamp_pattern): 200 GET http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3 0.040s 2023-04-20 10:33:42,858 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21a399c6-b1b1-4857-a35d-6ba1edf9c4e3', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21a399c6-b1b1-4857-a35d-6ba1edf9c4e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3'} Body: b'{"volume": {"id": "fdb386eb-21cf-4ada-93a5-9d461bbc2ec3", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:42.000000", "updated_at": "2023-04-20T10:33:42.000000", "name": "tempest-TestStampPattern-volume-875254317", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3"}], "user_id": "beae23b5738e4e84b5f8b28c8d57a9b9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "a9ee9a816ac5445bbaca19e27b0e867f"}}' 2023-04-20 10:33:42,985 80103 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3 0.113s 2023-04-20 10:33:42,985 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-653e9794-fa5a-4717-99f5-64fbcdfb1efa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3'} Body: b'' 2023-04-20 10:33:43,008 80103 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3 0.022s 2023-04-20 10:33:43,008 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request -id': 'req-0e202fc7-1325-4645-8aec-dd1e1140fb25', 'x-openstack-request-id': 'req-0e202fc7-1325-4645-8aec-dd1e1140fb25', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a9ee9a816ac5445bbaca19e27b0e867f/volumes/fdb386eb-21cf-4ada-93a5-9d461bbc2ec3'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume fdb386eb-21cf-4ada-93a5-9d461bbc2ec3 could not be found."}}' 2023-04-20 10:33:43,163 80103 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/609bc02e-998c-4bec-89b6-eda2ddf1871d 0.154s 2023-04-20 10:33:43,163 80103 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-9866a69d-9790-4322-9b0c-bc7d79054580', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:33:43 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/609bc02e-998c-4bec-89b6-eda2ddf1871d'} Body: b'' 2023-04-20 10:33:43,192 80103 INFO [tempest.lib.common.rest_client] Request (TestStampPattern:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1748663185 0.028s 2023-04-20 10:33:43,193 80103 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:43 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-6bd41018-3428-421f-a307-8e50d10f0a05', 'x-compute-request-id': 'req-6bd41018-3428-421f-a307-8e50d10f0a05', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestStampPattern-1748663185'} Body: b'' tempest.api.compute.volumes.test_attach_volume.AttachVolumeTestJSON.test_list_get_volume_attachments[id-7fa563fe-f0f7-43eb-9e22-a1ece036b513] --------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 141, in test_list_get_volume_attachments volume_1st = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e13ec530-344d-4629-8823-d407a935b9c4 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:31:14,632 80089 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 10:31:14,632 80089 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 10:31:14,700 80089 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.065s 2023-04-20 10:31:14,700 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-262941358", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCJ5hWqMeQoiTjX1acBo0XOFkMSjsm4q8qCy1ebdaywrtaD1l+xT9hnnoXuRjhZSD6F7eyAs+ruYJLSMyK+7gGsfIukb8brNhWiGX5TJye8A1hd9hjeQcPgsM9lbt6bNyw=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:14 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-f2a3365b-8ff0-424c-8e30-5a451203866f', 'x-compute-request-id': 'req-f2a3365b-8ff0-424c-8e30-5a451203866f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-262941358", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCJ5hWqMeQoiTjX1acBo0XOFkMSjsm4q8qCy1ebdaywrtaD1l+xT9hnnoXuRjhZSD6F7eyAs+ruYJLSMyK+7gGsfIukb8brNhWiGX5TJye8A1hd9hjeQcPgsM9lbt6bNyw==", "fingerprint": "da:d9:5c:12:78:ca:66:22:91:94:01:ad:c8:b2:d1:b3", "user_id": "67955d2e81c04b8d8dbcbe577303e025"}}' 2023-04-20 10:31:14,703 80089 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-262941358 created 2023-04-20 10:31:14,888 80089 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.184s 2023-04-20 10:31:14,889 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--958558230", "description": "tempest-description--1454813960"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-60609614-7538-4b76-b3db-c7ff1175a1f1', 'date': 'Thu, 20 Apr 2023 10:31:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "966c678b-a48b-462b-acf0-b6a76b43dc53", "name": "tempest-securitygroup--958558230", "stateful": true, "tenant_id": "1b4a2af680394ec889b4661753658b01", "description": "tempest-description--1454813960", "shared": false, "security_group_rules": [{"id": "1f110962-84d3-4a52-a46b-457168eac67d", "tenant_id": "1b4a2af680394ec889b4661753658b01", "security_group_id": "966c678b-a48b-462b-acf0-b6a76b43dc53", "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": 532, "description": null, "tags": [], "created_at": "2023-04-20T10:31:14Z", "updated_at": "2023-04-20T10:31:14Z", "revision_number": 0, "project_id": "1b4a2af680394ec889b4661753658b01"}, {"id": "5c223b66-0867-4fae-b926-bcba6772bc98", "tenant_id": "1b4a2af680394ec889b4661753658b01", "security_group_id": "966c678b-a48b-462b-acf0-b6a76b43dc53", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normali zed_cidr": null, "remote_group_id": null, "standard_attr_id": 533, "description": null, "tags": [], "created_at": "2023-04-20T10:31:14Z", "updated_at": "2023-04-20T10:31:14Z", "revision_number": 0, "project_id": "1b4a2af680394ec889b4661753658b01"}], "tags": [], "created_at": "2023-04-20T10:31:14Z", "updated_at": "2023-04-20T10:31:14Z", "revision_number": 1, "project_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:31:15,069 80089 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.180s 2023-04-20 10:31:15,070 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "966c678b-a48b-462b-acf0-b6a76b43dc53", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-3924771a-e8fd-4777-9a1e-3b1925fe21e2', 'date': 'Thu, 20 Apr 2023 10:31:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "386318a0-2c3f-4dc8-afda-70b8d1924d69", "tenant_id": "1b4a2af680394ec889b4661753658b01", "security_group_id": "966c678b-a48b-462b-acf0-b6a76b43dc53", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:31:14Z", "updated_at": "2023-04-20T10:31:14Z", "revision_number": 0, "project_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:31:15,247 80089 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.176s 2023-04-20 10:31:15,247 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "966c678b-a48b-462b-acf0-b6a76b43dc53", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-8453c6b5-58f2-4690-8880-861e8efc3505', 'date': 'Thu, 20 Apr 2023 10:31:15 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "900c7207-2d5f-4b2a-9515-34537ea18aec", "tenant_id": "1b4a2af680394ec889b4661753658b01", "security_group_id": "966c678b-a48b-462b-acf0-b6a76b43dc53", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:31:15Z", "updated_at": "2023-04-20T10:31:15Z", "revision_number": 0, "project_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:31:15,248 80089 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--958558230 created 2023-04-20 10:31:16,705 80089 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.457s 2023-04-20 10:31:16,706 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '526', 'x-op enstack-request-id': 'req-395ff038-6dcf-4606-9750-12bc017a6e6d', 'date': 'Thu, 20 Apr 2023 10:31:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "c971621c-2194-4568-92e4-ca9ac4ce3e65", "tenant_id": "1b4a2af680394ec889b4661753658b01", "floating_ip_address": "172.24.4.7", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "1b4a2af680394ec889b4661753658b01", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:31:16Z", "updated_at": "2023-04-20T10:31:16Z", "revision_number": 0}}' 2023-04-20 10:31:16,706 80089 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': 'c971621c-2194-4568-92e4-ca9ac4ce3e65', 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'floating_ip_address': '172.24.4.7', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1b4a2af680394ec889b4661753658b01', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:31:16Z', 'updated_at': '2023-04-20T10:31:16Z', 'revision_number': 0, 'ip': '172.24.4.7'} created 2023-04-20 10:31:16,794 80089 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.083s 2023-04-20 10:31:16,795 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-6b02ac41-5f28-4437-bf89-71ac9d3c33c5', '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": "67955d2e81c04b8d8dbcbe577303e025", "name": "tempest-AttachVolumeTestJSON-1715839687-project-member", "password_expires_at": null}, "audit_ids": ["iyOUoxE0RCmVmlIc0hVSaQ"], "expires_at": "2023-04-20T11:31:16.000000Z", "issued_at": "2023-04-20T10:31:16.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "1b4a2af680394ec889b4661753658b01", "name": "tempest-AttachVolumeTestJSON-1715839687"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/1b4a2af680394ec889b4661753658b01", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "re gion_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:31:16,795 80089 INFO [tempest.lib.common.fixed_network] (AttachVolumeTestJSON:test_list_get_volume_attachments) Found network {'id': 'a64312c6-b1a8-450f-9e8d-0cf0282aef90', 'name': 'tempest-AttachVolumeTestJSON-329219891-network', 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '1b4a2af680394ec889b4661753658b01', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 58322, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:27:57Z', 'updated_at': '2023-04-20T10:27:57Z', 'revision_number': 1} available for tenant 2023-04-20 10:31:16,796 80089 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-262941358', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBCJ5hWqMeQoiTjX1acBo0XOFkMSjsm4q8qCy1ebdaywrtaD1l+xT9hnnoXuRjhZSD6F7eyAs+ruYJLSMyK+7gGsfIukb8brNhWiGX5TJye8A1hd9hjeQcPgsM9lbt6bNyw==', 'fingerprint': 'da:d9:5c:12:78:ca:66:22:91:94:01:ad:c8:b2:d1:b3', 'user_id': '67955d2e81c04b8d8dbcbe577303e025', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDAF2NUJqUy27pkTDMonAuj1N3Kpb2o+QE08GWKDWvok37QtQwexY1QE\nOnwKR5RtIoOgBwYFK4EEACKhZANiAAQieYVqjHkKIk419WnAaNFzhZDEo7JuKvKg\nstXm3WssK7Wg9ZfsU/YZ56F7kY4WUg+he3sgLPq7mCS0jMivu4BrHyLpG/G6zYVo\nhl+UycnvANYXfYY3kHD4LDPZW7emzcs=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '966c678b-a48b-462b-acf0-b6a76b43dc53', 'name': 'tempest-securitygroup--958558230', 'stateful': True, 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'description': 'tempest-description--1454813960', 'shared': False, 'security_group_rules': [{'id': '1f110962-84d3-4a52-a46b-457168eac67d', 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'security_group_id': '966c678b-a48b-462b-acf0-b6a76b43dc53', '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': 532, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:31:14Z', 'updated_at': '2023-04-20T10:31:14Z', 'revision_number': 0, 'project_id': '1b4a2af680394ec889b4661753658b01'}, {'id': '5c223b66-0867-4fae-b926-bcba6772bc98', 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'security_group_id': '966c678b-a48b-462b-acf0-b6a76b43dc53', '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': 533, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:31:14Z', 'updated_at': '2023-04-20T10:31:14Z', 'revision_number': 0, 'project_id': '1b4a2af680394ec889b4661753658b01'}], 'tags': [], 'created_at': '2023-04-20T10: 31:14Z', 'updated_at': '2023-04-20T10:31:14Z', 'revision_number': 1, 'project_id': '1b4a2af680394ec889b4661753658b01'}, 'floating_ip': {'id': 'c971621c-2194-4568-92e4-ca9ac4ce3e65', 'tenant_id': '1b4a2af680394ec889b4661753658b01', 'floating_ip_address': '172.24.4.7', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '1b4a2af680394ec889b4661753658b01', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:31:16Z', 'updated_at': '2023-04-20T10:31:16Z', 'revision_number': 0, 'ip': '172.24.4.7'}} 2023-04-20 10:31:17,490 80089 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.693s 2023-04-20 10:31:17,490 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeTestJSON-server-1492863401", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "a64312c6-b1a8-450f-9e8d-0cf0282aef90"}], "security_groups": [{"name": "tempest-securitygroup--958558230"}], "key_name": "tempest-keypair-262941358", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-aa17d251-e31e-465b-88bb-b227c0b8ca6c', 'x-compute-request-id': 'req-aa17d251-e31e-465b-88bb-b227c0b8ca6c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--958558230"}], "adminPass": "password"}}' 2023-04-20 10:31:17,632 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af 0.139s 2023-04-20 10:31:17,633 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1231', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-909b5ed8-7c22-4039-a283-0b51d1be331c', 'x-compute-request-id': 'req-909b5ed8-7c22-4039-a283-0b51d1be331c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af'} Body: b'{"server": {"id": "afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af", "name": "tempest-AttachVolumeTestJSON-server-1492863401", "status": "BUILD", "tenant_id": "1b4a2af680394ec889b4661753658b01", "user_id": "67955d2e81c04b8d8dbcbe577303e025", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"re l": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:31:17Z", "updated": "2023-04-20T10:31:17Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-262941358", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:32:08,128 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af 0.426s 2023-04-20 10:32:08,129 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:07 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-fd52f638-9366-4ed2-94a2-73699bfd0357', 'x-compute-request-id': 'req-fd52f638-9366-4ed2-94a2-73699bfd0357', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af'} Body: b'{"server": {"id": "afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af", "name": "tempest-AttachVolumeTestJSON-server-1492863401", "status": "ACTIVE", "tenant_id": "1b4a2af680394ec889b4661753658b01", "user_id": "67955d2e81c04b8d8dbcbe577303e025", "metadata": {}, "hostId": "147fd289b6807acc68970d4549a809617e698c5e4130cf670b237003", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:31:17Z", "updated": "2023-04-20T10:31:26Z", "addresses": {"tempest-AttachVolumeTestJSON-329219891-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:f8:4f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-262941358", "OS-SRV-USG:launched_at": "2023-04-20T10:31:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--958558230"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:32:08,140 80089 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 10:33:08,543 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af/os-interface 0.345s 2023-04-20 10:33:08,544 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-a pi-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4508070d-6f1e-4955-9926-6ae4a0ff3e7b', 'x-compute-request-id': 'req-4508070d-6f1e-4955-9926-6ae4a0ff3e7b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "a64312c6-b1a8-450f-9e8d-0cf0282aef90", "port_id": "3a9efede-078b-4adc-9b72-465253f4444d", "mac_addr": "fa:16:3e:9b:f8:4f", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "a996d905-b40b-4873-8842-e8d1fcd2e543", "ip_address": "10.0.0.11"}]}]}' 2023-04-20 10:33:09,503 80089 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/c971621c-2194-4568-92e4-ca9ac4ce3e65 0.955s 2023-04-20 10:33:09,504 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "3a9efede-078b-4adc-9b72-465253f4444d"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-54e2015c-01b0-429a-8263-271dc84a0301', 'date': 'Thu, 20 Apr 2023 10:33:09 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c971621c-2194-4568-92e4-ca9ac4ce3e65'} Body: b'{"floatingip": {"id": "c971621c-2194-4568-92e4-ca9ac4ce3e65", "tenant_id": "1b4a2af680394ec889b4661753658b01", "floating_ip_address": "172.24.4.7", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": "bb521380-4c29-41e0-bfc4-7c9193e16d03", "port_id": "3a9efede-078b-4adc-9b72-465253f4444d", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "a64312c6-b1a8-450f-9e8d-0cf0282aef90", "mac_address": "fa:16:3e:9b:f8:4f", "admin_state_up": true, "status": "ACTIVE", "device_id": "afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:31:16Z", "updated_at": "2023-04-20T10:33:08Z", "revision_number": 1, "project_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:33:09,507 80089 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.7:22' as 'cirros' with public key authentication 2023-04-20 10:33:09,539 80089 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:33:09,560 80089 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:33:09,561 80089 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.7 successfully created 2023-04-20 10:33:09,607 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af/ips 0.046s 2023-04-20 10:33:09,607 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '104', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3fb3fc76-c287-4406-b5fa-383c7953049a', 'x-compute-request-id': 'req-3fb3fc76-c287-4406-b5fa-383c7953049a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af/ips'} Body: b'{"addresses": {"tempest-AttachVolumeTestJSON-329219891-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2023-04-20 10:33:09,835 80089 INFO [tempest.l ib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 202 POST http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes 0.224s 2023-04-20 10:33:09,835 80089 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-2015491887"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8c771aac-58fa-4550-81cb-d47a0c81917c', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8c771aac-58fa-4550-81cb-d47a0c81917c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes'} Body: b'{"volume": {"id": "e13ec530-344d-4629-8823-d407a935b9c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:09.753440", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-2015491887", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/e13ec530-344d-4629-8823-d407a935b9c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b4a2af680394ec889b4661753658b01/volumes/e13ec530-344d-4629-8823-d407a935b9c4"}], "user_id": "67955d2e81c04b8d8dbcbe577303e025", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:33:09,894 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/e13ec530-344d-4629-8823-d407a935b9c4 0.045s 2023-04-20 10:33:09,895 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f7913de0-6132-4857-b471-629aaf688c1d', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f7913de0-6132-4857-b471-629aaf688c1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/e13ec530-344d-4629-8823-d407a935b9c4'} Body: b'{"volume": {"id": "e13ec530-344d-4629-8823-d407a935b9c4", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:10.000000", "updated_at": null, "name": "tempest-AttachVolumeTestJSON-volume-2015491887", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/e13ec530-344d-4629-8823-d407a935b9c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b4a2af680394ec889b4661753658b01/volumes/e13ec530-344d-4629-8823-d407a935b9c4"}], "user_id": "67955d2e81c04b8d8dbcbe577303e025", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:33:10,948 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:test_list_get_volume_attachments): 200 GET http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/e13ec530-344d-4629-8823-d407a935b9c4 0.042s 2023-04-20 10:33:10,948 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/js on', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97c09de5-a33f-4f49-9c8b-783f24002258', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97c09de5-a33f-4f49-9c8b-783f24002258', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/e13ec530-344d-4629-8823-d407a935b9c4'} Body: b'{"volume": {"id": "e13ec530-344d-4629-8823-d407a935b9c4", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:10.000000", "updated_at": "2023-04-20T10:33:10.000000", "name": "tempest-AttachVolumeTestJSON-volume-2015491887", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/1b4a2af680394ec889b4661753658b01/volumes/e13ec530-344d-4629-8823-d407a935b9c4"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/1b4a2af680394ec889b4661753658b01/volumes/e13ec530-344d-4629-8823-d407a935b9c4"}], "user_id": "67955d2e81c04b8d8dbcbe577303e025", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "1b4a2af680394ec889b4661753658b01"}}' 2023-04-20 10:33:11,090 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af 0.131s 2023-04-20 10:33:11,091 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-02a2ac9a-bd67-41d0-ad1f-a5e23263c635', 'x-compute-request-id': 'req-02a2ac9a-bd67-41d0-ad1f-a5e23263c635', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af'} Body: b'' 2023-04-20 10:33:11,415 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af 0.324s 2023-04-20 10:33:11,416 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:11 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-aaac96bb-250c-4e88-aa54-b012f7f01b36', 'x-compute-request-id': 'req-aaac96bb-250c-4e88-aa54-b012f7f01b36', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af'} Body: b'{"server": {"id": "afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af", "name": "tempest-AttachVolumeTestJSON-server-1492863401", "status": "ACTIVE", "tenant_id": "1b4a2af680394ec889b4661753658b01", "user_id": "67955d2e81c04b8d8dbcbe577303e025", "metadata": {}, "hostId": "147fd289b6807acc68970d4549a809617e698c5e4130cf670b237003", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:31:17Z", "updated": "2023-04-20T10:33:11Z", "addresses": {"tempest-AttachVolumeTestJSON-329219891-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:f8:4f"}, {"version": 4, "addr": "172.24.4.7", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:9b:f8:4f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-262941358", "OS-SRV-USG:launched_at": "2023-04-20T10:31:26.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--958558230"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:34:01,724 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af 0.247s 2023-04-20 10:34:01,725 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-cef4d409-6ff5-43af-8306-b272e557460e', 'x-compute-request-id': 'req-cef4d409-6ff5-43af-8306-b272e557460e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance afd69aaa-b7e6-4ae5-a4ef-4b7da89c84af could not be found."}}' 2023-04-20 10:34:01,761 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-262941358 0.035s 2023-04-20 10:34:01,761 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:01 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-4db3b431-e807-4459-9728-5e0f2adbb2d9', 'x-compute-request-id': 'req-4db3b431-e807-4459-9728-5e0f2adbb2d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-262941358'} Body: b'' 2023-04-20 10:34:01,911 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/966c678b-a48b-462b-acf0-b6a76b43dc53 0.149s 2023-04-20 10:34:01,912 80089 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-a2ce103c-26b5-4b24-9003-7e07ffdea66c', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:34:01 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/966c678b-a48b-462b-acf0-b6a76b43dc53'} Body: b'' 2023-04-20 10:34:01,927 80089 INFO [tempest.lib.common.rest_clien t] Request (AttachVolumeTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/966c678b-a48b-462b-acf0-b6a76b43dc53 0.015s 2023-04-20 10:34:01,928 80089 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-02546eec-b17f-42c9-806f-cc0eb1af02ee', 'date': 'Thu, 20 Apr 2023 10:34:01 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/966c678b-a48b-462b-acf0-b6a76b43dc53'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 966c678b-a48b-462b-acf0-b6a76b43dc53 does not exist", "detail": ""}}' 2023-04-20 10:34:02,394 80089 INFO [tempest.lib.common.rest_client] Request (AttachVolumeTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/c971621c-2194-4568-92e4-ca9ac4ce3e65 0.466s 2023-04-20 10:34:02,395 80089 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-a1c25541-68a7-4600-8c72-04706c2280c0', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:34:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/c971621c-2194-4568-92e4-ca9ac4ce3e65'} Body: b'' tempest.api.compute.volumes.test_volume_snapshots.VolumesSnapshotsTestJSON.test_volume_snapshot_create_get_list_delete[id-cd4ec87d-7825-450d-8040-6e2068f2da8f] --------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volume_snapshots.py", line 53, in test_volume_snapshot_create_get_list_delete volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume e31d8e21-034f-4211-9e89-60d6626709c5 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:34:08,001 80089 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.571s 2023-04-20 10:34:08,001 80089 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-945337698"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '344', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/e31d8e21-034f-4211-9e89-60d6626709c5', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0ebaa872-fd72-4f81-b491-f3104d849215', 'x-compute-request-id': 'req-0ebaa872-fd72-4f81-b491-f3104d849215', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "e31d8e21-034f-4211-9e89-60d6626709c5", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T10:34:07.882000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-945337698", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-20 10:34:08,167 80089 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/e31d8e21-034f-4211-9e89-60d6626709c5 0.161s 2023-04-20 10:34:08,168 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:08 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-20a255c4-057c-43c8-afe1-e357b8b03cd8', 'x-compute-request-id': 'req-20a255c4-057c-43c8-afe1-e357b8b03cd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/e31d8e21-034f-4211-9e89-60d6626709c5'} Body: b'{"volume": {"id": "e31d8e21-034f-4211-9e89-60d6626709c5", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T10:34:08.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-945337698", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 2023-04-20 10:34:09,237 80089 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/e31d8e21-034f-4211-9e89-60d6626709c5 0.063s 2023-04-20 10:34:09,238 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:09 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-3b4f5015-e785-4731-a784-ab34499d6958', 'x-compute-request-id': 'req-3b4f5015-e785-4731-a784-ab34499d6958', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/e31d8e21-034f-4211-9e89-60d6626709c5'} Body: b'{"volume": {"id": "e31d8e21-034f-4211-9e89-60d6626709c5", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T1 0:34:08.000000", "attachments": [{}], "displayName": "tempest-VolumesSnapshotsTestJSON-volume-945337698", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {}}}' 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_group_snapshots.GroupSnapshotsTest.test_create_group_from_group_snapshot[id-eff52c70-efc7-45ed-b47a-4ad675d09b81] ----------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 159, in test_create_group_from_group_snapshot grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 3072e4b1-7fd5-42dd-bce3-0d763aaafeba failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:34:14,259 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 POST http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types 0.230s 2023-04-20 10:34:14,259 80099 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-797157099"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c699034-12ee-4083-9bfe-7721351c0feb', 'content-length': '223', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7c699034-12ee-4083-9bfe-7721351c0feb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types'} Body: b'{"volume_type": {"id": "0408d825-d46b-4473-b120-b00c4dddc0b2", "name": "tempest-GroupSnapshotsTest-volume-type-797157099", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 10:34:14,297 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types 0.034s 2023-04-20 10:34:14,297 80099 DEBUG [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-42076881"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a3976fb5-71c3-4f01-a8df-846cb092ffa2', 'content-length': '179', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a3976fb5-71c3-4f01-a8df-846cb092ffa2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types'} Body: b'{"group_type": {"id": "20b4ff3e-d50c-4c64-a6cf-2524aa57ba2d", "name": "tempest-GroupSnapshotsTest-group-type-42076881", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 10:34:14,519 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 202 POST http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups 0.219s 2023-04-20 10:34:14,520 80099 DEBUG [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": "20b4ff3e-d50c-4c64-a6cf-2524aa57ba2d", "volume_types": ["0408d825-d46b-4473-b120-b00c4dddc0b2"], "name": "tempest-GroupSnapshotsTest-Group-1321040378"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-93b591e9-b7d2-4348-954e-7cf0ae5fa1a2', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-93b591e9-b7d2-4348-954e-7cf0ae5fa1a2', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups'} Body: b'{"group": {"id": "3072e4b1-7fd5-42dd-bce3-0d763aaafeba", "name": "tempest-GroupSnapshotsTest-Group-1321040378"}}' 2023-04-20 10:34:14,555 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/3072e4b1-7fd5-42dd-bce3-0d763aaafeba 0.033s 2023-04-20 10:34:14,555 80099 DEBUG [tempest.lib.common. rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-5e409b7f-3c36-4144-8a39-c9ed69e237a3', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-5e409b7f-3c36-4144-8a39-c9ed69e237a3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/3072e4b1-7fd5-42dd-bce3-0d763aaafeba'} Body: b'{"group": {"id": "3072e4b1-7fd5-42dd-bce3-0d763aaafeba", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T10:34:14.000000", "name": "tempest-GroupSnapshotsTest-Group-1321040378", "description": null, "group_type": "20b4ff3e-d50c-4c64-a6cf-2524aa57ba2d", "volume_types": ["0408d825-d46b-4473-b120-b00c4dddc0b2"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:34:15,692 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_create_group_from_group_snapshot): 200 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/3072e4b1-7fd5-42dd-bce3-0d763aaafeba 0.131s 2023-04-20 10:34:15,692 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-510e38e0-8901-449f-a33e-7b13929af28f', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-510e38e0-8901-449f-a33e-7b13929af28f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/3072e4b1-7fd5-42dd-bce3-0d763aaafeba'} Body: b'{"group": {"id": "3072e4b1-7fd5-42dd-bce3-0d763aaafeba", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T10:34:14.000000", "name": "tempest-GroupSnapshotsTest-Group-1321040378", "description": null, "group_type": "20b4ff3e-d50c-4c64-a6cf-2524aa57ba2d", "volume_types": ["0408d825-d46b-4473-b120-b00c4dddc0b2"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:34:15,768 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/volumes/detail 0.070s 2023-04-20 10:34:15,769 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b2d3c0b0-57df-4313-94e1-5943020659ac', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2d3c0b0-57df-4313-94e1-5943020659ac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 10:34:15,847 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/3072e4b1-7fd5-42dd-bce3-0d763aaafeba/action 0.068s 2023-04-20 10:34:15,848 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete -volumes": true}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:15 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-97e8749d-9e87-4c06-a454-1d83d1b88c6f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/3072e4b1-7fd5-42dd-bce3-0d763aaafeba/action'} Body: b'' 2023-04-20 10:34:15,864 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/3072e4b1-7fd5-42dd-bce3-0d763aaafeba 0.016s 2023-04-20 10:34:15,865 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:15 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-4163d11b-10a5-48e6-bf8d-d939af000bd7', 'x-openstack-request-id': 'req-4163d11b-10a5-48e6-bf8d-d939af000bd7', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/3072e4b1-7fd5-42dd-bce3-0d763aaafeba'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 3072e4b1-7fd5-42dd-bce3-0d763aaafeba could not be found."}}' 2023-04-20 10:34:15,912 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types/20b4ff3e-d50c-4c64-a6cf-2524aa57ba2d 0.047s 2023-04-20 10:34:15,913 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:15 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-82ebd64d-04c7-4947-8fb9-7123c3c9e5d9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types/20b4ff3e-d50c-4c64-a6cf-2524aa57ba2d'} Body: b'' 2023-04-20 10:34:15,988 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/0408d825-d46b-4473-b120-b00c4dddc0b2 0.074s 2023-04-20 10:34:15,988 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3707b42d-9512-40a8-9111-3ae2eb8ab488', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/0408d825-d46b-4473-b120-b00c4dddc0b2'} Body: b'' 2023-04-20 10:34:16,007 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/0408d825-d46b-4473-b120-b00c4dddc0b2 0.018s 2023-04-20 10:34:16,007 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 202 3 10:34:15 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-3bb36bf3-4e79-4e73-9c52-190d6c16e5a9', 'x-openstack-request-id': 'req-3bb36bf3-4e79-4e73-9c52-190d6c16e5a9', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/0408d825-d46b-4473-b120-b00c4dddc0b2'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 0408d825-d46b-4473-b120-b00c4dddc0b2 could not be found."}}' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_delete_group_snapshots_following_updated_volumes[id-7d7fc000-0b4c-4376-a372-544116d2e127] --------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 220, in test_delete_group_snapshots_following_updated_volumes grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:34:16,041 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 POST http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types 0.030s 2023-04-20 10:34:16,041 80099 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-2085228648"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ebf49345-9685-4d24-b694-105159490b6b', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ebf49345-9685-4d24-b694-105159490b6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types'} Body: b'{"volume_type": {"id": "55148f65-a30e-458e-ab6c-2af38af08a52", "name": "tempest-GroupSnapshotsTest-volume-type-2085228648", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 10:34:16,082 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types 0.037s 2023-04-20 10:34:16,082 80099 DEBUG [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-35060304"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c53491e-a7ac-46c4-b646-a0949de62e05', 'content-length': '179', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c53491e-a7ac-46c4-b646-a0949de62e05', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types'} Body: b'{"group_type": {"id": "7c9dcdd7-3477-4f3c-90b0-acb9d80b0d60", "name": "tempest-GroupSnapshotsTest-group-type-35060304", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 10:34:16,188 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 202 POST http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups 0.102s 2023-04-20 10:34:16,189 80099 DEBUG [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": "7c9dcdd7-3477-4f3c-90b0-acb9d80b0d60", "volume_types": ["55148f65-a30e-458e-ab6c-2af38af08a52"], "name": "tempest-GroupSnapshotsTest-Group-749951776"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7a1d6191-ce90-4c5c-adfd-59571e566fbf', 'content-length': '111', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7a1d6191-ce90-4c5c-adfd-59571e566fbf', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups'} Body: b'{"group": {"id": "52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2", "name": "tempest-GroupSnapshotsTest-Group-749951776"}}' 2023-04-20 10:34:16,258 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2 0. 067s 2023-04-20 10:34:16,259 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-efc40184-64ab-42e2-9bde-72b964baf5b7', 'content-length': '391', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efc40184-64ab-42e2-9bde-72b964baf5b7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2'} Body: b'{"group": {"id": "52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T10:34:16.000000", "name": "tempest-GroupSnapshotsTest-Group-749951776", "description": null, "group_type": "7c9dcdd7-3477-4f3c-90b0-acb9d80b0d60", "volume_types": ["55148f65-a30e-458e-ab6c-2af38af08a52"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:34:17,296 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_delete_group_snapshots_following_updated_volumes): 200 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2 0.032s 2023-04-20 10:34:17,297 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-76a73549-5b4e-43da-8190-b0bdfc9b25ef', 'content-length': '388', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-76a73549-5b4e-43da-8190-b0bdfc9b25ef', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2'} Body: b'{"group": {"id": "52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T10:34:16.000000", "name": "tempest-GroupSnapshotsTest-Group-749951776", "description": null, "group_type": "7c9dcdd7-3477-4f3c-90b0-acb9d80b0d60", "volume_types": ["55148f65-a30e-458e-ab6c-2af38af08a52"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:34:17,301 80099 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1739031. The failure could be related to https://launchpad.net/bugs/1739031 2023-04-20 10:34:17,368 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/volumes/detail 0.066s 2023-04-20 10:34:17,368 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4e3741e8-97b4-4f5e-a126-45d82f1ba30a', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4e3741e8-97b4-4f5e-a126-45d82f1ba30a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 10:34:17,452 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2/action 0.073s 2023-04-20 10:34:17,453 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 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-fe5ac593-a72f-4ab1-96d7-62554f56b535', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2/action'} Body: b'' 2023-04-20 10:34:17,470 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2 0.016s 2023-04-20 10:34:17,470 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 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-0891ba92-7f56-4b4c-93b0-539fc7feb970', 'x-openstack-request-id': 'req-0891ba92-7f56-4b4c-93b0-539fc7feb970', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 52ab2b63-fec1-4c83-8fb0-ea4f45ab63c2 could not be found."}}' 2023-04-20 10:34:17,517 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types/7c9dcdd7-3477-4f3c-90b0-acb9d80b0d60 0.046s 2023-04-20 10:34:17,518 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 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-6a1aa5c7-74ae-4117-b373-39bf8f70ede4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types/7c9dcdd7-3477-4f3c-90b0-acb9d80b0d60'} Body: b'' 2023-04-20 10:34:17,583 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/55148f65-a30e-458e-ab6c-2af38af08a52 0.064s 2023-04-20 10:34:17,583 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-efe51895-58a0-4ad4-aa08-adeb6047657b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/55148f65-a30e-458e-ab6c-2af38af08a52'} Body: b'' 2023-04-20 10:34:17,601 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/55148f65-a30e-458e-ab6c-2af38af08a52 0 .017s 2023-04-20 10:34:17,602 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 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-f0db965a-7a2c-49f7-a5ee-66cb38e5f053', 'x-openstack-request-id': 'req-f0db965a-7a2c-49f7-a5ee-66cb38e5f053', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/55148f65-a30e-458e-ab6c-2af38af08a52'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 55148f65-a30e-458e-ab6c-2af38af08a52 could not be found."}}' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsTest.test_group_snapshot_create_show_list_delete[id-1298e537-f1f0-47a3-a1dd-8adec8168897] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 91, in test_group_snapshot_create_show_list_delete grp = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 4c19795c-f2d1-4aef-b8c9-b8e389cacd9d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:34:17,635 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 POST http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types 0.030s 2023-04-20 10:34:17,635 80099 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-1336224592"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-64339d6e-6b31-4823-9e59-c7acafbe6a41', 'content-length': '224', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-64339d6e-6b31-4823-9e59-c7acafbe6a41', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types'} Body: b'{"volume_type": {"id": "ac8eb79e-b3ea-4972-90dc-afb4133738b1", "name": "tempest-GroupSnapshotsTest-volume-type-1336224592", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 10:34:17,670 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types 0.032s 2023-04-20 10:34:17,671 80099 DEBUG [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-82160234"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a9282562-b996-410f-b27e-caa092ac7bde', 'content-length': '179', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a9282562-b996-410f-b27e-caa092ac7bde', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types'} Body: b'{"group_type": {"id": "689c1eb6-eb4c-4536-95a5-380476ff921e", "name": "tempest-GroupSnapshotsTest-group-type-82160234", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 10:34:17,758 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 202 POST http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups 0.084s 2023-04-20 10:34:17,758 80099 DEBUG [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": "689c1eb6-eb4c-4536-95a5-380476ff921e", "volume_types": ["ac8eb79e-b3ea-4972-90dc-afb4133738b1"], "name": "tempest-GroupSnapshotsTest-Group-1537882149"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-655dbcb4-941c-4d0e-994b-44cffb825782', 'content-length': '112', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-655dbcb4-941c-4d0e-994b-44cffb825782', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups'} Body: b'{"group": {"id": "4c19795c-f2d1-4aef-b8c9-b8e389cacd9d", "name": "tempest-GroupSnapshotsTest-Group-1537882149"}}' 2023-04-20 10:34:17,795 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/4c19795c-f2d1-4aef-b8c9-b8e389cacd9d 0.035s 2023-04-20 10:34:17,796 80099 DEB UG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fb1e8dce-a3e5-465b-a9e0-f3c4c12f819a', 'content-length': '392', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fb1e8dce-a3e5-465b-a9e0-f3c4c12f819a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/4c19795c-f2d1-4aef-b8c9-b8e389cacd9d'} Body: b'{"group": {"id": "4c19795c-f2d1-4aef-b8c9-b8e389cacd9d", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T10:34:18.000000", "name": "tempest-GroupSnapshotsTest-Group-1537882149", "description": null, "group_type": "689c1eb6-eb4c-4536-95a5-380476ff921e", "volume_types": ["ac8eb79e-b3ea-4972-90dc-afb4133738b1"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:34:18,830 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:test_group_snapshot_create_show_list_delete): 200 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/4c19795c-f2d1-4aef-b8c9-b8e389cacd9d 0.029s 2023-04-20 10:34:18,831 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d23ceb86-fb03-47cf-857e-54f84b7d5aee', 'content-length': '389', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d23ceb86-fb03-47cf-857e-54f84b7d5aee', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/4c19795c-f2d1-4aef-b8c9-b8e389cacd9d'} Body: b'{"group": {"id": "4c19795c-f2d1-4aef-b8c9-b8e389cacd9d", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T10:34:18.000000", "name": "tempest-GroupSnapshotsTest-Group-1537882149", "description": null, "group_type": "689c1eb6-eb4c-4536-95a5-380476ff921e", "volume_types": ["ac8eb79e-b3ea-4972-90dc-afb4133738b1"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:34:18,900 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/volumes/detail 0.065s 2023-04-20 10:34:18,900 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-39c29ae2-b8d2-4057-a264-7fa5e7cfe815', 'content-length': '15', 'openstack-api-version': 'volume 3.14', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-39c29ae2-b8d2-4057-a264-7fa5e7cfe815', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 10:34:18,981 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/4c19795c-f2d1-4aef-b8c9-b8e389cacd9d/action 0.068s 2023-04-20 10:34:18,981 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:18 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-90721442-21c5-4397-843d-a73d5ebddd39', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/4c19795c-f2d1-4aef-b8c9-b8e389cacd9d/action'} Body: b'' 2023-04-20 10:34:18,997 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/4c19795c-f2d1-4aef-b8c9-b8e389cacd9d 0.015s 2023-04-20 10:34:18,997 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:18 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-05743477-e23d-4328-9952-e50ea9970a2e', 'x-openstack-request-id': 'req-05743477-e23d-4328-9952-e50ea9970a2e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/f5fc4490f9d74ab0bebc57933dffd24f/groups/4c19795c-f2d1-4aef-b8c9-b8e389cacd9d'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 4c19795c-f2d1-4aef-b8c9-b8e389cacd9d could not be found."}}' 2023-04-20 10:34:19,026 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types/689c1eb6-eb4c-4536-95a5-380476ff921e 0.028s 2023-04-20 10:34:19,026 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.14', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:18 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-be87df06-1c83-491c-864b-0829a4b88deb', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/group_types/689c1eb6-eb4c-4536-95a5-380476ff921e'} Body: b'' 2023-04-20 10:34:19,073 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/ac8eb79e-b3ea-4972-90dc-afb4133738b1 0.046s 2023-04-20 10:34:19,073 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f932f705-9fc4-4893-8870-1d055fa21c24', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/ac8eb79e-b3ea-4972-90dc-afb4133738b1'} Body: b'' 2023-04-20 10:34:19,091 80099 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/ac8eb79e-b3ea-4972-90dc-afb4133738b1 0.017s 2023-04-20 10:34:19,091 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - He aders: {'date': 'Thu, 20 Apr 2023 10:34:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-cde055e9-0dc8-476f-80a1-3f6d914fc943', 'x-openstack-request-id': 'req-cde055e9-0dc8-476f-80a1-3f6d914fc943', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8be4787d29754a1f89009297de68a66d/types/ac8eb79e-b3ea-4972-90dc-afb4133738b1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ac8eb79e-b3ea-4972-90dc-afb4133738b1 could not be found."}}' setUpClass (tempest.api.volume.admin.test_volume_snapshot_quotas_negative.VolumeSnapshotQuotasNegativeTestJSON) --------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_snapshot_quotas_negative.py", line 65, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 969aaeec-76ce-43d0-a1b8-eaefdbb38af9 failed to build and is in ERROR status tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage[id-ae8b6091-48ad-4bfa-a188-bbf5cc02115f] ------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 123, in test_quota_usage volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 22a77674-ced8-4f1f-92de-fc8adbae87cf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:34:23,375 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/fb7668ecc1244ba083f67a82e5b86d6f/os-quota-sets/4a47ef08a22e447ea590acd9fd782850?usage=True 0.045s 2023-04-20 10:34:23,376 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f809b3e7-6956-4eb8-a696-ab9ca3d16ed0', 'content-length': '868', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f809b3e7-6956-4eb8-a696-ab9ca3d16ed0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fb7668ecc1244ba083f67a82e5b86d6f/os-quota-sets/4a47ef08a22e447ea590acd9fd782850?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": "4a47ef08a22e447ea590acd9fd782850"}}' 2023-04-20 10:34:23,718 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 202 POST http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes 0.334s 2023-04-20 10:34:23,718 80099 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-1893376741"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-201c5755-6eb6-4f4a-a35e-fad0fa140285', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-201c5755-6eb6-4f4a-a35e-fad0fa140285', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes'} Body: b'{"volume": {"id": "22a77674-ced8-4f1f-92de-fc8adbae87cf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:23.657143", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1893376741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf"}], "user_id": "50f77d81b91e4cac98de92bd506d66e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:34:23,770 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf 0.042s 2023-04-20 10:34:23,771 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Cont ent-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a1a753b-3e02-4fe2-8971-d95d94b37495', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a1a753b-3e02-4fe2-8971-d95d94b37495', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf'} Body: b'{"volume": {"id": "22a77674-ced8-4f1f-92de-fc8adbae87cf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:24.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1893376741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf"}], "user_id": "50f77d81b91e4cac98de92bd506d66e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a47ef08a22e447ea590acd9fd782850"}}' 2023-04-20 10:34:24,822 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage): 200 GET http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf 0.039s 2023-04-20 10:34:24,822 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1476ddbb-0f25-4431-8b3d-607ef94496d7', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1476ddbb-0f25-4431-8b3d-607ef94496d7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf'} Body: b'{"volume": {"id": "22a77674-ced8-4f1f-92de-fc8adbae87cf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:24.000000", "updated_at": "2023-04-20T10:34:24.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1893376741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf"}], "user_id": "50f77d81b91e4cac98de92bd506d66e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a47ef08a22e447ea590acd9fd782850"}}' 2023-04-20 10:34:24,879 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf 0.046s 2023-04-20 10:34:24,879 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6be0ac26-b538-453c-8486-70e7278a0794', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6be0ac26-b538-453c-8486-70e7278a0794', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf'} Body: b'{"volume": {"id": "22a77674-ced8-4f1f-92de-fc8adbae87cf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:24.000000", "updated_at": "2023-04-20T10:34:24.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1893376741", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf"}], "user_id": "50f77d81b91e4cac98de92bd506d66e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a47ef08a22e447ea590acd9fd782850"}}' 2023-04-20 10:34:24,996 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf 0.107s 2023-04-20 10:34:24,997 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4960a15f-b133-4331-9e6d-12d98e196c10', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf'} Body: b'' 2023-04-20 10:34:25,017 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf 0.020s 2023-04-20 10:34:25,018 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34: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-c077157f-e356-4f73-9a63-9cd199c9a71e', 'x-openstack-request-id': 'req-c077157f-e356-4f73-9a63-9cd199c9a71e', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/22a77674-ced8-4f1f-92de-fc8adbae87cf'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 22a77674-ced8-4f1f-92de-fc8adbae87cf could not be found."}}' setUpClass (tempest.api.volume.admin.test_volumes_list.VolumesListAdminTestJSON) -------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/admin/test_volumes_list.py", line 37, in resource_setup volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 1ff70707-2565-4f7c-b648-60710b4ecca8 failed to build and is in ERROR status tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_different_server[id-ee37a796-2afb-11e7-bc0f-fa163e65f5ce,negative] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 61, in test_attach_attached_volume_to_different_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 24253240-72ee-4167-a41d-370d3de17219 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:31:38,450 80091 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 10:31:38,450 80091 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 10:31:38,620 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.167s 2023-04-20 10:31:38,620 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-859145494", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD+9jK7t3ClieA+FSlSLflLYtwuLOAFMxwNPVMQvmnWXsj1kwhJZoZbs5/2/0cGkEuG79cH7XZnatiE6eDZhPpV+eOa2IU0p9RSwsraobttdhAQWALDgd6b3pAqIqOw/YA=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31: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-ad2f1581-5ede-4303-b1cf-48b30b93c4bf', 'x-compute-request-id': 'req-ad2f1581-5ede-4303-b1cf-48b30b93c4bf', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-859145494", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD+9jK7t3ClieA+FSlSLflLYtwuLOAFMxwNPVMQvmnWXsj1kwhJZoZbs5/2/0cGkEuG79cH7XZnatiE6eDZhPpV+eOa2IU0p9RSwsraobttdhAQWALDgd6b3pAqIqOw/YA==", "fingerprint": "35:6b:a4:4c:59:85:7e:ce:73:f2:83:40:45:3c:3b:6f", "user_id": "2a04be58cd354d508616edd9d5eeff54"}}' 2023-04-20 10:31:38,623 80091 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-859145494 created 2023-04-20 10:31:38,797 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.174s 2023-04-20 10:31:38,797 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--2036776141", "description": "tempest-description--1712161347"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-56c42b7c-b5ad-439b-b28c-ce2ad24640a5', 'date': 'Thu, 20 Apr 2023 10:31:38 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "f468f7e0-aeea-488f-afbf-92c9d2098ac5", "name": "tempest-securitygroup--2036776141", "stateful": true, "tenant_id": "12e621999b00481c839affc4e83ce37c", "description": "tempest-description--1712161347", "shared": false, "security_group_rules": [{"id": "22947fb9-ef41-41aa-a2e9-cd8240a0e4f0", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "f468f7e0-aeea-488f-afbf-92c9d2098ac5", "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": 565, "description": null, "tags": [], "created_at": "2023-04-20T10:31:38Z", "updated_at": "2023-04-20T10:31:38Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}, {"id": "e57f8237-7bfc-4581-be85-815abdd9a0b3", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "f468f7e0-aeea-488f-afbf-92c9d2098ac5", "ethertype": "IPv4", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "norma lized_cidr": null, "remote_group_id": null, "standard_attr_id": 564, "description": null, "tags": [], "created_at": "2023-04-20T10:31:38Z", "updated_at": "2023-04-20T10:31:38Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}], "tags": [], "created_at": "2023-04-20T10:31:38Z", "updated_at": "2023-04-20T10:31:38Z", "revision_number": 1, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:31:38,965 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.167s 2023-04-20 10:31:38,966 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f468f7e0-aeea-488f-afbf-92c9d2098ac5", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-f8c8097c-08ca-4ab2-afbf-f6710bece7b4', 'date': 'Thu, 20 Apr 2023 10:31: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": "4c930b47-a02c-4405-9cfd-c1c33db0d7f1", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "f468f7e0-aeea-488f-afbf-92c9d2098ac5", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:31:38Z", "updated_at": "2023-04-20T10:31:38Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:31:39,141 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.174s 2023-04-20 10:31:39,141 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "f468f7e0-aeea-488f-afbf-92c9d2098ac5", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-f90e65a5-3bd4-4b2e-b98d-f10854871503', 'date': 'Thu, 20 Apr 2023 10:31: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": "bd644cc8-2465-4632-ad23-59be0b9e2e21", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "f468f7e0-aeea-488f-afbf-92c9d2098ac5", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:31:39Z", "updated_at": "2023-04-20T10:31:39Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:31:39,141 80091 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--2036776141 created 2023-04-20 10:31:40,358 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.216s 2023-04-20 10:31:40,359 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x -openstack-request-id': 'req-211ae9ef-e4db-4fc2-a8c1-2d94adb5e153', 'date': 'Thu, 20 Apr 2023 10:31:40 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "2ccf57c3-f7fd-4b99-bab6-5c383a1ba8c7", "tenant_id": "12e621999b00481c839affc4e83ce37c", "floating_ip_address": "172.24.4.127", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "12e621999b00481c839affc4e83ce37c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:31:39Z", "updated_at": "2023-04-20T10:31:39Z", "revision_number": 0}}' 2023-04-20 10:31:40,359 80091 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '2ccf57c3-f7fd-4b99-bab6-5c383a1ba8c7', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'floating_ip_address': '172.24.4.127', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '12e621999b00481c839affc4e83ce37c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:31:39Z', 'updated_at': '2023-04-20T10:31:39Z', 'revision_number': 0, 'ip': '172.24.4.127'} created 2023-04-20 10:31:40,425 80091 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.060s 2023-04-20 10:31:40,425 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:40 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-1d406047-c216-426e-a3a6-ad8a22ae8fc9', '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": "2a04be58cd354d508616edd9d5eeff54", "name": "tempest-AttachVolumeNegativeTest-1619866573-project-member", "password_expires_at": null}, "audit_ids": ["U2q4dDmoQU6mR29QflI6ow"], "expires_at": "2023-04-20T11:31:40.000000Z", "issued_at": "2023-04-20T10:31:40.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "12e621999b00481c839affc4e83ce37c", "name": "tempest-AttachVolumeNegativeTest-1619866573"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/12e621999b00481c839affc4e83ce37c", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf199 8dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:31:40,426 80091 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server) Found network {'id': '51b24d7b-a37b-453a-a335-3ba809f26953', 'name': 'tempest-AttachVolumeNegativeTest-453356843-network', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '12e621999b00481c839affc4e83ce37c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27865, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:31:32Z', 'updated_at': '2023-04-20T10:31:32Z', 'revision_number': 1} available for tenant 2023-04-20 10:31:40,427 80091 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-859145494', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBD+9jK7t3ClieA+FSlSLflLYtwuLOAFMxwNPVMQvmnWXsj1kwhJZoZbs5/2/0cGkEuG79cH7XZnatiE6eDZhPpV+eOa2IU0p9RSwsraobttdhAQWALDgd6b3pAqIqOw/YA==', 'fingerprint': '35:6b:a4:4c:59:85:7e:ce:73:f2:83:40:45:3c:3b:6f', 'user_id': '2a04be58cd354d508616edd9d5eeff54', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB4z1eLkNNlr/EVYhU4jWuJcNK8+LGlwDZPR+dOckVuK7UfdSyiUHUQ\n3XAEK+2U4+CgBwYFK4EEACKhZANiAAQ/vYyu7dwpYngPhUpUi35S2LcLizgBTMcD\nT1TEL5p1l7I9ZMISWaGW7Of9v9HBpBLhu/XB+12Z2rYhOng2YT6VfnjmtiFNKfUU\nsLK2qG7bXYQEFgCw4Hem96QKiKjsP2A=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'f468f7e0-aeea-488f-afbf-92c9d2098ac5', 'name': 'tempest-securitygroup--2036776141', 'stateful': True, 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'description': 'tempest-description--1712161347', 'shared': False, 'security_group_rules': [{'id': '22947fb9-ef41-41aa-a2e9-cd8240a0e4f0', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'security_group_id': 'f468f7e0-aeea-488f-afbf-92c9d2098ac5', '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': 565, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:31:38Z', 'updated_at': '2023-04-20T10:31:38Z', 'revision_number': 0, 'project_id': '12e621999b00481c839affc4e83ce37c'}, {'id': 'e57f8237-7bfc-4581-be85-815abdd9a0b3', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'security_group_id': 'f468f7e0-aeea-488f-afbf-92c9d2098ac5', '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': 564, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:31:38Z', 'updated_at': '2023-04-20T10:31:38Z', 'revision_number': 0, 'project_id': '12e621999b00481c83 9affc4e83ce37c'}], 'tags': [], 'created_at': '2023-04-20T10:31:38Z', 'updated_at': '2023-04-20T10:31:38Z', 'revision_number': 1, 'project_id': '12e621999b00481c839affc4e83ce37c'}, 'floating_ip': {'id': '2ccf57c3-f7fd-4b99-bab6-5c383a1ba8c7', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'floating_ip_address': '172.24.4.127', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '12e621999b00481c839affc4e83ce37c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:31:39Z', 'updated_at': '2023-04-20T10:31:39Z', 'revision_number': 0, 'ip': '172.24.4.127'}} 2023-04-20 10:31:41,089 80091 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.661s 2023-04-20 10:31:41,089 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1210707222", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "51b24d7b-a37b-453a-a335-3ba809f26953"}], "security_groups": [{"name": "tempest-securitygroup--2036776141"}], "key_name": "tempest-keypair-859145494", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-127ac422-29a9-4056-8c18-5a36adcaab5d', 'x-compute-request-id': 'req-127ac422-29a9-4056-8c18-5a36adcaab5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "319eafd3-e6ac-4fcc-92b1-a5f4e60952e8", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--2036776141"}], "adminPass": "password"}}' 2023-04-20 10:31:41,237 80091 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/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8 0.144s 2023-04-20 10:31:41,237 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:31:41 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-51971f98-06e3-4359-9eb9-b74a05486443', 'x-compute-request-id': 'req-51971f98-06e3-4359-9eb9-b74a05486443', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8'} Body: b'{"server": {"id": "319eafd3-e6ac-4fcc-92b1-a5f4e60952e8", "name": "tempest-AttachVolumeNegativeTest-server-1210707222", "status": "BUILD", "tenant_id": "12e621999b00481c839affc4e83ce37c", "user_id": "2a04be58cd354d508616edd9d5eeff54", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": " http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:31:41Z", "updated": "2023-04-20T10:31:41Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-859145494", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:32:31,568 80091 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/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8 0.281s 2023-04-20 10:32:31,568 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:32:31 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3002f954-33f9-49d8-812a-391311be1631', 'x-compute-request-id': 'req-3002f954-33f9-49d8-812a-391311be1631', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8'} Body: b'{"server": {"id": "319eafd3-e6ac-4fcc-92b1-a5f4e60952e8", "name": "tempest-AttachVolumeNegativeTest-server-1210707222", "status": "ACTIVE", "tenant_id": "12e621999b00481c839affc4e83ce37c", "user_id": "2a04be58cd354d508616edd9d5eeff54", "metadata": {}, "hostId": "df37db3011ea9b95f2e431c706696a8e652363da797ae275e5ed4c96", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:31:41Z", "updated": "2023-04-20T10:31:48Z", "addresses": {"tempest-AttachVolumeNegativeTest-453356843-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:ca:12"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-859145494", "OS-SRV-USG:launched_at": "2023-04-20T10:31:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2036776141"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:32:31,579 80091 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:33:31,968 80091 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/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8/os-interface 0.329s 2023-04-20 10:33:31,968 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - H eaders: {'date': 'Thu, 20 Apr 2023 10:33:31 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-b81e44d0-686d-4c95-88cc-6fed760c239e', 'x-compute-request-id': 'req-b81e44d0-686d-4c95-88cc-6fed760c239e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "51b24d7b-a37b-453a-a335-3ba809f26953", "port_id": "f6cef929-1703-4207-bef4-18cfa6e9f6fc", "mac_addr": "fa:16:3e:cd:ca:12", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c373d534-db14-4963-a5cf-9cd209cad2fc", "ip_address": "10.0.0.11"}]}]}' 2023-04-20 10:33:33,473 80091 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/2ccf57c3-f7fd-4b99-bab6-5c383a1ba8c7 1.501s 2023-04-20 10:33:33,474 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "f6cef929-1703-4207-bef4-18cfa6e9f6fc"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-1874cefc-acbf-4590-881c-dabae87a24c4', 'date': 'Thu, 20 Apr 2023 10:33:33 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2ccf57c3-f7fd-4b99-bab6-5c383a1ba8c7'} Body: b'{"floatingip": {"id": "2ccf57c3-f7fd-4b99-bab6-5c383a1ba8c7", "tenant_id": "12e621999b00481c839affc4e83ce37c", "floating_ip_address": "172.24.4.127", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": "0516f25e-4b87-460f-b901-162d2f7ee313", "port_id": "f6cef929-1703-4207-bef4-18cfa6e9f6fc", "fixed_ip_address": "10.0.0.11", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "51b24d7b-a37b-453a-a335-3ba809f26953", "mac_address": "fa:16:3e:cd:ca:12", "admin_state_up": true, "status": "ACTIVE", "device_id": "319eafd3-e6ac-4fcc-92b1-a5f4e60952e8", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:31:39Z", "updated_at": "2023-04-20T10:33:32Z", "revision_number": 1, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:33:33,477 80091 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.127:22' as 'cirros' with public key authentication 2023-04-20 10:33:33,519 80091 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:33:33,541 80091 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:33:33,541 80091 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.127 successfully created 2023-04-20 10:33:33,590 80091 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/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8/ips 0.047s 2023-04-20 10:33:33,590 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '108', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fbc69bf5-fb3c-48c0-a243-12a0f7f43b9c', 'x-compute-request-id': 'req-fbc69bf5-fb3c-48c0-a243-12a0f7f43b9c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/319eafd3-e6 ac-4fcc-92b1-a5f4e60952e8/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-453356843-network": [{"version": 4, "addr": "10.0.0.11"}]}}' 2023-04-20 10:33:33,834 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 202 POST http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes 0.240s 2023-04-20 10:33:33,835 80091 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-108554507"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6c440816-7070-429f-ac2e-b561b81e6961', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6c440816-7070-429f-ac2e-b561b81e6961', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes'} Body: b'{"volume": {"id": "24253240-72ee-4167-a41d-370d3de17219", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:33.740232", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-108554507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/24253240-72ee-4167-a41d-370d3de17219"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12e621999b00481c839affc4e83ce37c/volumes/24253240-72ee-4167-a41d-370d3de17219"}], "user_id": "2a04be58cd354d508616edd9d5eeff54", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:33:33,907 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/24253240-72ee-4167-a41d-370d3de17219 0.057s 2023-04-20 10:33:33,907 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:33 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b78f7d83-2c19-4cc5-8f78-c03c57e99d86', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b78f7d83-2c19-4cc5-8f78-c03c57e99d86', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/24253240-72ee-4167-a41d-370d3de17219'} Body: b'{"volume": {"id": "24253240-72ee-4167-a41d-370d3de17219", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:34.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-108554507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/24253240-72ee-4167-a41d-370d3de17219"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12e621999b00481c839affc4e83ce37c/volumes/24253240-72ee-4167-a41d-370d3de17219"}], "user_id": "2a04be58cd354d508616edd9d5eeff54", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:33:34,957 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_ volume_to_different_server): 200 GET http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/24253240-72ee-4167-a41d-370d3de17219 0.039s 2023-04-20 10:33:34,957 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-90c88489-e08d-416c-a021-b1640677be4a', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-90c88489-e08d-416c-a021-b1640677be4a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/24253240-72ee-4167-a41d-370d3de17219'} Body: b'{"volume": {"id": "24253240-72ee-4167-a41d-370d3de17219", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:33:34.000000", "updated_at": "2023-04-20T10:33:34.000000", "name": "tempest-AttachVolumeNegativeTest-volume-108554507", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/24253240-72ee-4167-a41d-370d3de17219"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12e621999b00481c839affc4e83ce37c/volumes/24253240-72ee-4167-a41d-370d3de17219"}], "user_id": "2a04be58cd354d508616edd9d5eeff54", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:33:35,078 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8 0.110s 2023-04-20 10:33:35,078 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:34 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-fcaf0e4c-85d2-4045-ba1e-2511d88972ef', 'x-compute-request-id': 'req-fcaf0e4c-85d2-4045-ba1e-2511d88972ef', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8'} Body: b'' 2023-04-20 10:33:35,363 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8 0.284s 2023-04-20 10:33:35,363 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-54a8e027-a825-406a-a03c-bd8ce91ad8ce', 'x-compute-request-id': 'req-54a8e027-a825-406a-a03c-bd8ce91ad8ce', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8'} Body: b'{"server": {"id": "319eafd3-e6ac-4fcc-92b1-a5f4e60952e8", "name": "tempest-AttachVolumeNegativeTest-server-1210707222", "status": "ACTIVE", "tenant_id": "12e621999b00481c839affc4e83ce37c", "user_id": "2a04be58cd354d508616edd9d5eeff54", "metadata": {}, "host Id": "df37db3011ea9b95f2e431c706696a8e652363da797ae275e5ed4c96", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:31:41Z", "updated": "2023-04-20T10:33:35Z", "addresses": {"tempest-AttachVolumeNegativeTest-453356843-network": [{"version": 4, "addr": "10.0.0.11", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:ca:12"}, {"version": 4, "addr": "172.24.4.127", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:cd:ca:12"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-859145494", "OS-SRV-USG:launched_at": "2023-04-20T10:31:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--2036776141"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:34:25,462 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8 0.037s 2023-04-20 10:34:25,463 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:25 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-f1d403ac-da6f-4a46-a162-78d29d75cfcd', 'x-compute-request-id': 'req-f1d403ac-da6f-4a46-a162-78d29d75cfcd', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/319eafd3-e6ac-4fcc-92b1-a5f4e60952e8'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 319eafd3-e6ac-4fcc-92b1-a5f4e60952e8 could not be found."}}' 2023-04-20 10:34:25,492 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-859145494 0.029s 2023-04-20 10:34:25,493 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-a517f2b7-6628-48a9-9b81-aaeffb48822c', 'x-compute-request-id': 'req-a517f2b7-6628-48a9-9b81-aaeffb48822c', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-859145494'} Body: b'' 2023-04-20 10:34:25,639 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/f468f7e0-aeea-488f-afbf-92c9d2098ac5 0.145s 2023-04-20 10:34:25,639 80091 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-f20920a3-eb59-4acf-8a93-a94e29de3747', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:34:25 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f468f7e0-aeea-488f-afbf-92c9d2098ac5'} Body: b'' 2023-04-20 10:34:25,660 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/f468f7e0-aeea-488f-afbf-92c9d2098ac5 0.021s 2023-04-20 10:34:25,661 80091 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-3b3aa516-8ea8-45f3-9eb3-c32079429c28', 'date': 'Thu, 20 Apr 2023 10:34:25 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/f468f7e0-aeea-488f-afbf-92c9d2098ac5'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group f468f7e0-aeea-488f-afbf-92c9d2098ac5 does not exist", "detail": ""}}' 2023-04-20 10:34:26,171 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/2ccf57c3-f7fd-4b99-bab6-5c383a1ba8c7 0.510s 2023-04-20 10:34:26,172 80091 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-1c60aa92-1e3c-4520-b389-9317aeb5d26c', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:34:26 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/2ccf57c3-f7fd-4b99-bab6-5c383a1ba8c7'} Body: b'' tempest.api.volume.admin.test_volume_quotas.VolumeQuotasAdminTestJSON.test_quota_usage_after_volume_transfer[id-8911036f-9d54-4720-80cc-a1c9796a8805] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_quotas.py", line 141, in test_quota_usage_after_volume_transfer volume = self.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume eeb3643a-1ac4-4e4b-8e47-5538964195d1 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:34:25,206 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 202 POST http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes 0.184s 2023-04-20 10:34:25,206 80099 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-1913983922"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-91607136-3966-48cb-85d4-db2fba7b78b5', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-91607136-3966-48cb-85d4-db2fba7b78b5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes'} Body: b'{"volume": {"id": "eeb3643a-1ac4-4e4b-8e47-5538964195d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:25.143177", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1913983922", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1"}], "user_id": "50f77d81b91e4cac98de92bd506d66e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:34:25,259 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1 0.043s 2023-04-20 10:34:25,260 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3db5b196-5f66-4a94-b394-d5f1b0ccc628', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3db5b196-5f66-4a94-b394-d5f1b0ccc628', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1'} Body: b'{"volume": {"id": "eeb3643a-1ac4-4e4b-8e47-5538964195d1", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:25.000000", "updated_at": null, "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1913983922", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1"}], "user_id": "50f77d81b91e4cac98de92bd506d66e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a47ef08a22e447ea590acd9fd782850"}}' 2023-04-20 10:34:26,323 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:test_quota_usage_after_volume_transfer): 200 GET http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1 0.052s 2023-04-20 10:34:26,323 80099 DEBU G [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e69e20d2-dd45-4c70-b943-b97e7f28b801', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e69e20d2-dd45-4c70-b943-b97e7f28b801', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1'} Body: b'{"volume": {"id": "eeb3643a-1ac4-4e4b-8e47-5538964195d1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:25.000000", "updated_at": "2023-04-20T10:34:25.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1913983922", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1"}], "user_id": "50f77d81b91e4cac98de92bd506d66e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a47ef08a22e447ea590acd9fd782850"}}' 2023-04-20 10:34:26,375 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1 0.041s 2023-04-20 10:34:26,375 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9a848a7c-a5bf-450d-b440-ca8e3f6b786c', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9a848a7c-a5bf-450d-b440-ca8e3f6b786c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1'} Body: b'{"volume": {"id": "eeb3643a-1ac4-4e4b-8e47-5538964195d1", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:25.000000", "updated_at": "2023-04-20T10:34:25.000000", "name": "tempest-VolumeQuotasAdminTestJSON-Volume-1913983922", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1"}], "user_id": "50f77d81b91e4cac98de92bd506d66e2", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "4a47ef08a22e447ea590acd9fd782850"}}' 2023-04-20 10:34:26,508 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1 0.123s 2023-04-20 10:34:26,509 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:26 GMT', 'server': ' Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b2b05e79-8d66-4ed6-b71e-77c7c82eb09b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1'} Body: b'' 2023-04-20 10:34:26,530 80099 INFO [tempest.lib.common.rest_client] Request (VolumeQuotasAdminTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1 0.020s 2023-04-20 10:34:26,530 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0802d40-7dc1-4205-b74b-a54efdaac750', 'x-openstack-request-id': 'req-c0802d40-7dc1-4205-b74b-a54efdaac750', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/4a47ef08a22e447ea590acd9fd782850/volumes/eeb3643a-1ac4-4e4b-8e47-5538964195d1'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume eeb3643a-1ac4-4e4b-8e47-5538964195d1 could not be found."}}' setUpClass (tempest.api.volume.test_volumes_snapshots.VolumesSnapshotTestJSON) ------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots.py", line 41, in resource_setup cls.volume_origin = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 33c1463d-3250-422b-b8a3-5b5b67965ad1 failed to build and is in ERROR status setUpClass (tempest.api.volume.test_snapshot_metadata.SnapshotMetadataTestJSON) ------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_snapshot_metadata.py", line 38, in resource_setup cls.volume = cls.create_volume() File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f1ea1493-1116-4cbc-806b-651936caabdf failed to build and is in ERROR status cinder_tempest_plugin.api.volume.test_create_from_image.VolumeAndVolumeTypeFromImageTest.test_create_from_image_with_volume_type_image_property[id-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_create_from_image.py", line 101, in test_create_from_image_with_volume_type_image_property volume = self.create_volume(**kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c43aa9e8-de75-4516-9d8f-0f604dff7b3f failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:34:35,081 80089 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/08a266f99fba4f499f5fbe74234c37b7/types 0.180s 2023-04-20 10:34:35,082 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume_type": {"name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "os-volume-type-access:is_public": true}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e9aacaab-efe1-47d2-b847-7a6e341c99fc', 'content-length': '339', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e9aacaab-efe1-47d2-b847-7a6e341c99fc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/08a266f99fba4f499f5fbe74234c37b7/types'} Body: b'{"volume_type": {"id": "54a8c718-f12a-421f-9798-b944aaf49470", "name": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": "Generic volume_type for test 6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "os-volume-type-access:is_public": true}}' 2023-04-20 10:34:36,015 80089 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.928s 2023-04-20 10:34:36,015 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"disk_format": "raw", "container_format": "bare", "name": "image-for-test-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "visibility": "private", "cinder_img_volume_type": "vol-type-for-6e9266ff-a917-4dd5-aa4a-c36e59e7a2a6", "min_disk": 1} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '738', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-9e146fd5-c620-40d5-91ac-73daf6641366', '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": "b5a1f18b285b4cc1a06e8253b6edc367", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "9427e3fc-e179-45af-b654-1db7dc938d34", "created_at": "2023-04-20T10:34:36Z", "updated_at": "2023-04-20T10:34:36Z", "tags": [], "self": "/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34", "file": "/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:34:37,426 80089 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/9427e3fc-e179-45af-b654-1db7dc938d34/file 1.408s 2023-04-20 10:34:37,426 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': ' text/html; charset=UTF-8', 'x-openstack-request-id': 'req-dd466e98-f492-4658-896d-7456c1ed8cfc', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34/file'} Body: b'' 2023-04-20 10:34:37,445 80089 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/9427e3fc-e179-45af-b654-1db7dc938d34 0.018s 2023-04-20 10:34:37,445 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-582d7717-bdd9-4edd-9450-6d27fe10cf5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34'} 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": "b09a7870163bfdd8ffcfa605e3df25bc", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "b5a1f18b285b4cc1a06e8253b6edc367", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4cbb58105f63e45caff04e18a2f753db21a6048cf6aed2ec4105c30e7cad9a327c160866963de1a41216c06313dcf4c056daed47bb80d511453f2b4f0a42ea35", "id": "9427e3fc-e179-45af-b654-1db7dc938d34", "created_at": "2023-04-20T10:34:36Z", "updated_at": "2023-04-20T10:34:37Z", "tags": [], "self": "/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34", "file": "/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:34:37,465 80089 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/9427e3fc-e179-45af-b654-1db7dc938d34 0.019s 2023-04-20 10:34:37,465 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3386d06d-0343-4826-95a9-0e2882d338f3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34'} 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": "b09a7870163bfdd8ffcfa605e3df25bc", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "b5a1f18b285b4cc1a06e8253b6edc367", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4cbb58105f63e45caff04e18a2f753db21a6048cf6aed2ec4105c30e7cad9a327c160866963de1a41216c06313dcf4c056daed47bb80d511453f2b4f0a42ea35", "id": "9427e3fc-e179-45af-b654-1db7dc938d34", "created_at": "2023-04-20T10:34:36Z", "updated_at": "2023-04-20T10:34:37Z", "tags": [], "self": "/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34", "file": "/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:34:37,489 80089 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/9427e3fc-e179-45af-b654-1db7dc938d34 0.023s 2023-04-20 10:34:37,489 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {' Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '898', 'content-type': 'application/json', 'x-openstack-request-id': 'req-95fd16d4-4737-4897-8390-1551bafd28b5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34'} 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": "b09a7870163bfdd8ffcfa605e3df25bc", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "b5a1f18b285b4cc1a06e8253b6edc367", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "4cbb58105f63e45caff04e18a2f753db21a6048cf6aed2ec4105c30e7cad9a327c160866963de1a41216c06313dcf4c056daed47bb80d511453f2b4f0a42ea35", "id": "9427e3fc-e179-45af-b654-1db7dc938d34", "created_at": "2023-04-20T10:34:36Z", "updated_at": "2023-04-20T10:34:37Z", "tags": [], "self": "/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34", "file": "/v2/images/9427e3fc-e179-45af-b654-1db7dc938d34/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:34:37,957 80089 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/b5a1f18b285b4cc1a06e8253b6edc367/volumes 0.467s 2023-04-20 10:34:37,957 80089 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": "9427e3fc-e179-45af-b654-1db7dc938d34", "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d56ba96-afa1-4b43-b59e-da671264c602', 'content-length': '862', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3d56ba96-afa1-4b43-b59e-da671264c602', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/b5a1f18b285b4cc1a06e8253b6edc367/volumes'} Body: b'{"volume": {"id": "c43aa9e8-de75-4516-9d8f-0f604dff7b3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:37.868910", "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/b5a1f18b285b4cc1a06e8253b6edc367/volumes/c43aa9e8-de75-4516-9d8f-0f604dff7b3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5a1f18b285b4cc1a06e8253b6edc367/volumes/c43aa9e8-de75-4516-9d8f-0f604dff7b3f"}], "user_id": "711cb27ca9e645808c40949b2e758ce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:34:38,012 80089 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/b5a1f18b285b4cc1a06e8253b6edc367/volumes/c43aa9e8-de75-4516-9d8f-0f604dff7b3f 0.045s 2023-04-20 10:34:38,013 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2966ff67-95f8-4d52-9da8-bd9397f65a18', 'content-lengt h': '930', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2966ff67-95f8-4d52-9da8-bd9397f65a18', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5a1f18b285b4cc1a06e8253b6edc367/volumes/c43aa9e8-de75-4516-9d8f-0f604dff7b3f'} Body: b'{"volume": {"id": "c43aa9e8-de75-4516-9d8f-0f604dff7b3f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:38.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/b5a1f18b285b4cc1a06e8253b6edc367/volumes/c43aa9e8-de75-4516-9d8f-0f604dff7b3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5a1f18b285b4cc1a06e8253b6edc367/volumes/c43aa9e8-de75-4516-9d8f-0f604dff7b3f"}], "user_id": "711cb27ca9e645808c40949b2e758ce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b5a1f18b285b4cc1a06e8253b6edc367"}}' 2023-04-20 10:34:39,072 80089 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/b5a1f18b285b4cc1a06e8253b6edc367/volumes/c43aa9e8-de75-4516-9d8f-0f604dff7b3f 0.045s 2023-04-20 10:34:39,074 80089 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2e018bc-4627-40d8-abd5-19db268a477f', 'content-length': '951', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2e018bc-4627-40d8-abd5-19db268a477f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/b5a1f18b285b4cc1a06e8253b6edc367/volumes/c43aa9e8-de75-4516-9d8f-0f604dff7b3f'} Body: b'{"volume": {"id": "c43aa9e8-de75-4516-9d8f-0f604dff7b3f", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:38.000000", "updated_at": "2023-04-20T10:34:38.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/b5a1f18b285b4cc1a06e8253b6edc367/volumes/c43aa9e8-de75-4516-9d8f-0f604dff7b3f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/b5a1f18b285b4cc1a06e8253b6edc367/volumes/c43aa9e8-de75-4516-9d8f-0f604dff7b3f"}], "user_id": "711cb27ca9e645808c40949b2e758ce5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "b5a1f18b285b4cc1a06e8253b6edc367"}}' tempest.api.volume.test_volumes_snapshots_negative.VolumesSnapshotNegativeTestJSON.test_volume_from_snapshot_decreasing_size[id-677863d1-34f9-456d-b6ac-9924f667a7f4,negative] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_snapshots_negative.py", line 61, in test_volume_from_snapshot_decreasing_size src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume edaa81df-dc91-404f-ac2e-1cc4ce413227 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:34:37,957 80099 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 202 POST http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes 0.232s 2023-04-20 10:34:37,957 80099 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-1278576759"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ff88a995-c63d-4aaa-9f58-fa0730e8c562', 'content-length': '829', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ff88a995-c63d-4aaa-9f58-fa0730e8c562', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes'} Body: b'{"volume": {"id": "edaa81df-dc91-404f-ac2e-1cc4ce413227", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T10:34:37.888193", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1278576759", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227"}], "user_id": "63a41e6b566b4642841dad1c7edcb363", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:34:38,010 80099 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227 0.043s 2023-04-20 10:34:38,011 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:37 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d237b096-781f-41ae-b34d-1250e9ad4df4', 'content-length': '897', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d237b096-781f-41ae-b34d-1250e9ad4df4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227'} Body: b'{"volume": {"id": "edaa81df-dc91-404f-ac2e-1cc4ce413227", "status": "creating", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T10:34:38.000000", "updated_at": null, "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1278576759", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227"}], "user_id": "63a41e6b566b4642841dad1c7edcb363", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c0a7a1f21195495f911d5c3c301918ca"}}' 2023-04-20 10:34:39,078 80099 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:test_volume_from_snapshot_decreasing_size): 200 GET http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413 227 0.056s 2023-04-20 10:34:39,079 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2bac99d0-7961-4dbe-be61-d6b4900cd0ea', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2bac99d0-7961-4dbe-be61-d6b4900cd0ea', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227'} Body: b'{"volume": {"id": "edaa81df-dc91-404f-ac2e-1cc4ce413227", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T10:34:38.000000", "updated_at": "2023-04-20T10:34:38.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1278576759", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227"}], "user_id": "63a41e6b566b4642841dad1c7edcb363", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c0a7a1f21195495f911d5c3c301918ca"}}' 2023-04-20 10:34:39,128 80099 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227 0.038s 2023-04-20 10:34:39,128 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c0bdaf87-2a59-4082-a09e-80fcb58c0bd1', 'content-length': '918', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c0bdaf87-2a59-4082-a09e-80fcb58c0bd1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227'} Body: b'{"volume": {"id": "edaa81df-dc91-404f-ac2e-1cc4ce413227", "status": "error", "size": 2, "availability_zone": "nova", "created_at": "2023-04-20T10:34:38.000000", "updated_at": "2023-04-20T10:34:38.000000", "name": "tempest-VolumesSnapshotNegativeTestJSON-Volume-1278576759", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227"}], "user_id": "63a41e6b566b4642841dad1c7edcb363", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "c0a7a1f21195495f911d5c3c301918ca"}}' 2023-04-20 10:34:39,242 80099 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227 0.103s 2023-04-20 10:34:39,243 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Resp onse - Headers: {'date': 'Thu, 20 Apr 2023 10:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3cfa5642-ed2d-4d41-b357-43e4bf10f43f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227'} Body: b'' 2023-04-20 10:34:39,268 80099 INFO [tempest.lib.common.rest_client] Request (VolumesSnapshotNegativeTestJSON:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227 0.025s 2023-04-20 10:34:39,269 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-588e8e5b-bc4c-47d8-be5d-751f798e2942', 'x-openstack-request-id': 'req-588e8e5b-bc4c-47d8-be5d-751f798e2942', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/c0a7a1f21195495f911d5c3c301918ca/volumes/edaa81df-dc91-404f-ac2e-1cc4ce413227'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume edaa81df-dc91-404f-ac2e-1cc4ce413227 could not be found."}}' setUpClass (cinder_tempest_plugin.api.volume.test_volume_unicode.CinderUnicodeTest) ----------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 39, in resource_setup cls.volume = cls.create_volume_with_args(name=cls.volume_name) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_volume_unicode.py", line 54, in create_volume_with_args waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 6a2ed9c3-9eff-4252-89e9-07dcc616b526 failed to build and is in ERROR status tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_revert_with_volume_attached[id-fbbf075f-a812-4022-bc5c-ccb8047eef12,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 450, in test_resize_server_revert_with_volume_attached volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2164bd3d-516b-403d-8574-7a78872ca386 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:33:15,270 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.231s 2023-04-20 10:33:15,270 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:15 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-9fb34922-b9da-4eb6-acfa-655e4ff9cc8c', 'x-compute-request-id': 'req-9fb34922-b9da-4eb6-acfa-655e4ff9cc8c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:33:15,506 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.224s 2023-04-20 10:33:15,507 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:15 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-f3114ade-a93d-4923-9caf-67c993f4bfa4', 'x-compute-request-id': 'req-f3114ade-a93d-4923-9caf-67c993f4bfa4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10. 0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:33:15,672 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.154s 2023-04-20 10:33:15,673 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:33:15 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-f5fbeab7-3812-4f5c-933a-2ea4892e6976', 'x-compute-request-id': 'req-f5fbeab7-3812-4f5c-933a-2ea4892e6976', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:34:16,180 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 202 POST http://10.0.0.210/volume/v3/8d9c5 dd66fd0496a8e92b41d98fe1727/volumes 0.465s 2023-04-20 10:34:16,180 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"size": 1, "display_name": "tempest-ServerActionsTestJSON-volume-656614430"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c52fb79-a405-4f42-95e6-81c57f33b4fa', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c52fb79-a405-4f42-95e6-81c57f33b4fa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes'} Body: b'{"volume": {"id": "2164bd3d-516b-403d-8574-7a78872ca386", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:16.105654", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-656614430", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/2164bd3d-516b-403d-8574-7a78872ca386"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/2164bd3d-516b-403d-8574-7a78872ca386"}], "user_id": "bc5470a076e14c218cf04fad713ce074", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:34:16,276 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/2164bd3d-516b-403d-8574-7a78872ca386 0.077s 2023-04-20 10:34:16,277 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d94c3c72-c737-470b-862f-a10ac2bfbc66', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d94c3c72-c737-470b-862f-a10ac2bfbc66', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/2164bd3d-516b-403d-8574-7a78872ca386'} Body: b'{"volume": {"id": "2164bd3d-516b-403d-8574-7a78872ca386", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:16.000000", "updated_at": null, "name": "tempest-ServerActionsTestJSON-volume-656614430", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/2164bd3d-516b-403d-8574-7a78872ca386"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/2164bd3d-516b-403d-8574-7a78872ca386"}], "user_id": "bc5470a076e14c218cf04fad713ce074", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727"}}' 2023-04-20 10:34:17,349 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_server_revert_with_volume_attached): 200 GET http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/2164bd3d-516b-403d-8574-7a78872ca386 0.057s 2023-04-20 10:34:17,349 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - He aders: {'date': 'Thu, 20 Apr 2023 10:34:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1e1eb760-ef5b-4c30-a051-0ced9682047d', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1e1eb760-ef5b-4c30-a051-0ced9682047d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/2164bd3d-516b-403d-8574-7a78872ca386'} Body: b'{"volume": {"id": "2164bd3d-516b-403d-8574-7a78872ca386", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:34:16.000000", "updated_at": "2023-04-20T10:34:16.000000", "name": "tempest-ServerActionsTestJSON-volume-656614430", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/2164bd3d-516b-403d-8574-7a78872ca386"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/2164bd3d-516b-403d-8574-7a78872ca386"}], "user_id": "bc5470a076e14c218cf04fad713ce074", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727"}}' 2023-04-20 10:34:17,362 80087 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1737599. The failure could be related to https://launchpad.net/bugs/1737599 2023-04-20 10:34:17,646 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.283s 2023-04-20 10:34:17,646 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:17 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-5ea0a7e1-dab5-4225-b60b-a35c2073770f', 'x-compute-request-id': 'req-5ea0a7e1-dab5-4225-b60b-a35c2073770f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, " security_groups": [{"name": "tempest-securitygroup--1636518546"}], "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 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 21527d83-1271-48fc-901b-f60e6cbd5092 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:36:34,459 80083 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 202 POST http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes 0.203s 2023-04-20 10:36:34,460 80083 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-563609137"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d2b1946a-edcc-4d5a-9f0b-ca320e993e02', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d2b1946a-edcc-4d5a-9f0b-ca320e993e02', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes'} Body: b'{"volume": {"id": "21527d83-1271-48fc-901b-f60e6cbd5092", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:34.405037", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-563609137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/21527d83-1271-48fc-901b-f60e6cbd5092"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d6d8880a9263444cba94725a83974403/volumes/21527d83-1271-48fc-901b-f60e6cbd5092"}], "user_id": "729f2fdafa8e471e8f0de0c8323c36b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:36:34,508 80083 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/21527d83-1271-48fc-901b-f60e6cbd5092 0.038s 2023-04-20 10:36:34,508 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-96fc5ac8-755c-413c-b016-cfc6495556a7', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-96fc5ac8-755c-413c-b016-cfc6495556a7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/21527d83-1271-48fc-901b-f60e6cbd5092'} Body: b'{"volume": {"id": "21527d83-1271-48fc-901b-f60e6cbd5092", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:34.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-563609137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/21527d83-1271-48fc-901b-f60e6cbd5092"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d6d8880a9263444cba94725a83974403/volumes/21527d83-1271-48fc-901b-f60e6cbd5092"}], "user_id": "729f2fdafa8e471e8f0de0c8323c36b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6d8880a9263444cba94725a83974403"}}' 2023-04-20 10:36:35,560 80083 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_attach_volume): 200 GET http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/21527d83-1271-48fc-901b-f60e6cbd5092 0.040s 2023-04-20 10:36:35,561 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-2f490116-a331-42b6-9baf-12ae19049a3a', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-2f490116-a331-42b6-9baf-12ae19049a3a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/21527d83-1271-48fc-901b-f60e6cbd5092'} Body: b'{"volume": {"id": "21527d83-1271-48fc-901b-f60e6cbd5092", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:34.000000", "updated_at": "2023-04-20T10:36:35.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-563609137", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/21527d83-1271-48fc-901b-f60e6cbd5092"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d6d8880a9263444cba94725a83974403/volumes/21527d83-1271-48fc-901b-f60e6cbd5092"}], "user_id": "729f2fdafa8e471e8f0de0c8323c36b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6d8880a9263444cba94725a83974403"}}' tempest.api.compute.servers.test_server_rescue_negative.ServerRescueNegativeTestJSON.test_rescued_vm_detach_volume[id-f56e465b-fe10-48bf-b75d-646cda3a8bc9,negative,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue_negative.py", line 140, in test_rescued_vm_detach_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 988c47e8-a22d-4e4b-8104-5f5b7b732b8a failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:36:35,783 80083 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 202 POST http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes 0.209s 2023-04-20 10:36:35,784 80083 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-681026047"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-89f5fcf7-e484-431b-9737-f741a5f08d9e', 'content-length': '825', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-89f5fcf7-e484-431b-9737-f741a5f08d9e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes'} Body: b'{"volume": {"id": "988c47e8-a22d-4e4b-8104-5f5b7b732b8a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:35.693845", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-681026047", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/988c47e8-a22d-4e4b-8104-5f5b7b732b8a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d6d8880a9263444cba94725a83974403/volumes/988c47e8-a22d-4e4b-8104-5f5b7b732b8a"}], "user_id": "729f2fdafa8e471e8f0de0c8323c36b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:36:35,831 80083 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/988c47e8-a22d-4e4b-8104-5f5b7b732b8a 0.038s 2023-04-20 10:36:35,832 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c8a8c7ae-635c-4f45-a940-44c471acdf23', 'content-length': '893', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c8a8c7ae-635c-4f45-a940-44c471acdf23', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/988c47e8-a22d-4e4b-8104-5f5b7b732b8a'} Body: b'{"volume": {"id": "988c47e8-a22d-4e4b-8104-5f5b7b732b8a", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:36.000000", "updated_at": null, "name": "tempest-ServerRescueNegativeTestJSON-volume-681026047", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/988c47e8-a22d-4e4b-8104-5f5b7b732b8a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d6d8880a9263444cba94725a83974403/volumes/988c47e8-a22d-4e4b-8104-5f5b7b732b8a"}], "user_id": "729f2fdafa8e471e8f0de0c8323c36b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6d8880a9263444cba94725a83974403"}}' 2023-04-20 10:36:36,887 80083 INFO [tempest.lib.common.rest_client] Request (ServerRescueNegativeTestJSON:test_rescued_vm_detach_volume): 200 GET http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/988c47e8-a22d-4e4b-8104-5f5b7b732b8a 0.044s 2023-04-20 10:36:36,888 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dc6b2fc2-0d9b-4f19-86de-59c50c11e5e3', 'content-length': '914', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dc6b2fc2-0d9b-4f19-86de-59c50c11e5e3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/988c47e8-a22d-4e4b-8104-5f5b7b732b8a'} Body: b'{"volume": {"id": "988c47e8-a22d-4e4b-8104-5f5b7b732b8a", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:36.000000", "updated_at": "2023-04-20T10:36:36.000000", "name": "tempest-ServerRescueNegativeTestJSON-volume-681026047", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/d6d8880a9263444cba94725a83974403/volumes/988c47e8-a22d-4e4b-8104-5f5b7b732b8a"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/d6d8880a9263444cba94725a83974403/volumes/988c47e8-a22d-4e4b-8104-5f5b7b732b8a"}], "user_id": "729f2fdafa8e471e8f0de0c8323c36b5", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "d6d8880a9263444cba94725a83974403"}}' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_attach_attached_volume_to_same_server[id-aab919e2-d992-4cbb-a4ed-745c2475398c,negative] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 49, in test_attach_attached_volume_to_same_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 5a59f6f2-fd15-4809-bc63-8aa4a9dda587 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:34:26,176 80091 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 10:34:26,176 80091 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 10:34:26,230 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.051s 2023-04-20 10:34:26,230 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-1070174971", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHlXb2fBMUpwjWcMzz3zehln+ROLLyuvx1FKwns94rOIHkQii3UgvuVBxZIQ5wQRDDXLv5B8P3RJ3QpXQC3Ze1OezsE+YLGNFce+g2+NCB+C/troUPUvbU32x8whbZGnag=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:26 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-c82fb12d-0566-4360-b66b-ca4b01fe796f', 'x-compute-request-id': 'req-c82fb12d-0566-4360-b66b-ca4b01fe796f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-1070174971", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHlXb2fBMUpwjWcMzz3zehln+ROLLyuvx1FKwns94rOIHkQii3UgvuVBxZIQ5wQRDDXLv5B8P3RJ3QpXQC3Ze1OezsE+YLGNFce+g2+NCB+C/troUPUvbU32x8whbZGnag==", "fingerprint": "e2:f3:b5:a1:8b:80:d3:c0:f7:f8:4c:f7:e4:a9:3c:08", "user_id": "2a04be58cd354d508616edd9d5eeff54"}}' 2023-04-20 10:34:26,233 80091 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1070174971 created 2023-04-20 10:34:26,390 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.156s 2023-04-20 10:34:26,390 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1841382343", "description": "tempest-description--1686088067"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-5a4d53d6-85ed-4146-855b-40d57012eff1', 'date': 'Thu, 20 Apr 2023 10:34:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "b147d532-8df1-4cd1-af61-6686136cacf6", "name": "tempest-securitygroup--1841382343", "stateful": true, "tenant_id": "12e621999b00481c839affc4e83ce37c", "description": "tempest-description--1686088067", "shared": false, "security_group_rules": [{"id": "854141a8-c4b8-46b8-a9c9-11267afad3e2", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "b147d532-8df1-4cd1-af61-6686136cacf6", "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": 780, "description": null, "tags": [], "created_at": "2023-04-20T10:34:26Z", "updated_at": "2023-04-20T10:34:26Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}, {"id": "fb83bc31-808a-4eef-9e36-833caa6fa373", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "b147d532-8df1-4cd1-af61-6686136cacf6", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "no rmalized_cidr": null, "remote_group_id": null, "standard_attr_id": 781, "description": null, "tags": [], "created_at": "2023-04-20T10:34:26Z", "updated_at": "2023-04-20T10:34:26Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}], "tags": [], "created_at": "2023-04-20T10:34:26Z", "updated_at": "2023-04-20T10:34:26Z", "revision_number": 1, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:34:26,551 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.160s 2023-04-20 10:34:26,551 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b147d532-8df1-4cd1-af61-6686136cacf6", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-f45673c1-a63f-4a8e-b1e4-0b855343ba33', 'date': 'Thu, 20 Apr 2023 10:34:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "227f743f-b7f8-4e05-be45-e7eec1eb4242", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "b147d532-8df1-4cd1-af61-6686136cacf6", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:34:26Z", "updated_at": "2023-04-20T10:34:26Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:34:26,722 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.170s 2023-04-20 10:34:26,723 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "b147d532-8df1-4cd1-af61-6686136cacf6", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-377caea4-d731-4b32-9fef-15978fdacf88', 'date': 'Thu, 20 Apr 2023 10:34:26 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "02f1e9e3-b441-4b38-aed5-d5a963cdca8b", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "b147d532-8df1-4cd1-af61-6686136cacf6", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:34:26Z", "updated_at": "2023-04-20T10:34:26Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:34:26,723 80091 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1841382343 created 2023-04-20 10:34:27,868 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.144s 2023-04-20 10:34:27,868 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-45fa2bb7-52ba-4f87-bf3d-bbb91bbbb4f9', 'date': 'Thu, 20 Apr 2023 10:34:27 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "4ed5da26-23d1-4ed0-863e-6aa478ca6e04", "tenant_id": "12e621999b00481c839affc4e83ce37c", "floating_ip_address": "172.24.4.114", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "12e621999b00481c839affc4e83ce37c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:34:27Z", "updated_at": "2023-04-20T10:34:27Z", "revision_number": 0}}' 2023-04-20 10:34:27,868 80091 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '4ed5da26-23d1-4ed0-863e-6aa478ca6e04', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'floating_ip_address': '172.24.4.114', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '12e621999b00481c839affc4e83ce37c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:34:27Z', 'updated_at': '2023-04-20T10:34:27Z', 'revision_number': 0, 'ip': '172.24.4.114'} created 2023-04-20 10:34:27,957 80091 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.083s 2023-04-20 10:34:27,957 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34: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-51ccd344-bcbe-4de1-8aa9-2de3005dd7b7', '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": "2a04be58cd354d508616edd9d5eeff54", "name": "tempest-AttachVolumeNegativeTest-1619866573-project-member", "password_expires_at": null}, "audit_ids": ["Olh7SxbjTeGnP8CALHO9Uw"], "expires_at": "2023-04-20T11:34:27.000000Z", "issued_at": "2023-04-20T10:34:27.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "12e621999b00481c839affc4e83ce37c", "name": "tempest-AttachVolumeNegativeTest-1619866573"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/12e621999b00481c839affc4e83ce37c", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998d afe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:34:27,958 80091 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server) Found network {'id': '51b24d7b-a37b-453a-a335-3ba809f26953', 'name': 'tempest-AttachVolumeNegativeTest-453356843-network', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '12e621999b00481c839affc4e83ce37c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27865, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:31:32Z', 'updated_at': '2023-04-20T10:31:32Z', 'revision_number': 1} available for tenant 2023-04-20 10:34:27,958 80091 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-1070174971', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBHlXb2fBMUpwjWcMzz3zehln+ROLLyuvx1FKwns94rOIHkQii3UgvuVBxZIQ5wQRDDXLv5B8P3RJ3QpXQC3Ze1OezsE+YLGNFce+g2+NCB+C/troUPUvbU32x8whbZGnag==', 'fingerprint': 'e2:f3:b5:a1:8b:80:d3:c0:f7:f8:4c:f7:e4:a9:3c:08', 'user_id': '2a04be58cd354d508616edd9d5eeff54', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBwDeDffYr78buNWLkLzkNdvzt1NqCxNNx+KqQyy+hLjr6sygJtKmSd\nAem7LJeq866gBwYFK4EEACKhZANiAAR5V29nwTFKcI1nDM8983oZZ/kTiy8rr8dR\nSsJ7PeKziB5EIot1IL7lQcWSEOcEEQw1y7+QfD90Sd0KV0At2XtTns7BPmCxjRXH\nvoNvjQgfgv7a6FD1L21N9sfMIW2Rp2o=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': 'b147d532-8df1-4cd1-af61-6686136cacf6', 'name': 'tempest-securitygroup--1841382343', 'stateful': True, 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'description': 'tempest-description--1686088067', 'shared': False, 'security_group_rules': [{'id': '854141a8-c4b8-46b8-a9c9-11267afad3e2', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'security_group_id': 'b147d532-8df1-4cd1-af61-6686136cacf6', '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': 780, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:34:26Z', 'updated_at': '2023-04-20T10:34:26Z', 'revision_number': 0, 'project_id': '12e621999b00481c839affc4e83ce37c'}, {'id': 'fb83bc31-808a-4eef-9e36-833caa6fa373', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'security_group_id': 'b147d532-8df1-4cd1-af61-6686136cacf6', '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': 781, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:34:26Z', 'updated_at': '2023-04-20T10:34:26Z', 'revision_number': 0, 'project_id': '12e621999b00481c839affc4 e83ce37c'}], 'tags': [], 'created_at': '2023-04-20T10:34:26Z', 'updated_at': '2023-04-20T10:34:26Z', 'revision_number': 1, 'project_id': '12e621999b00481c839affc4e83ce37c'}, 'floating_ip': {'id': '4ed5da26-23d1-4ed0-863e-6aa478ca6e04', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'floating_ip_address': '172.24.4.114', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '12e621999b00481c839affc4e83ce37c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:34:27Z', 'updated_at': '2023-04-20T10:34:27Z', 'revision_number': 0, 'ip': '172.24.4.114'}} 2023-04-20 10:34:28,796 80091 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.837s 2023-04-20 10:34:28,797 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1225264902", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "51b24d7b-a37b-453a-a335-3ba809f26953"}], "security_groups": [{"name": "tempest-securitygroup--1841382343"}], "key_name": "tempest-keypair-1070174971", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1e63bb7f-2b15-44e0-8add-32b00a109f18', 'x-compute-request-id': 'req-1e63bb7f-2b15-44e0-8add-32b00a109f18', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "5d73c323-31d8-4695-b8e2-5826c73ebb6b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1841382343"}], "adminPass": "password"}}' 2023-04-20 10:34:28,878 80091 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/5d73c323-31d8-4695-b8e2-5826c73ebb6b 0.076s 2023-04-20 10:34:28,878 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:28 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-928d1ce6-4cd0-4992-8aba-5a150bca8220', 'x-compute-request-id': 'req-928d1ce6-4cd0-4992-8aba-5a150bca8220', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b'} Body: b'{"server": {"id": "5d73c323-31d8-4695-b8e2-5826c73ebb6b", "name": "tempest-AttachVolumeNegativeTest-server-1225264902", "status": "BUILD", "tenant_id": "12e621999b00481c839affc4e83ce37c", "user_id": "2a04be58cd354d508616edd9d5eeff54", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.2 10/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:34:29Z", "updated": "2023-04-20T10:34:28Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1070174971", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:35:19,162 80091 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/5d73c323-31d8-4695-b8e2-5826c73ebb6b 0.224s 2023-04-20 10:35:19,163 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:35:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1545', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d6f97481-6dbb-4578-aaf9-c69b1c354525', 'x-compute-request-id': 'req-d6f97481-6dbb-4578-aaf9-c69b1c354525', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b'} Body: b'{"server": {"id": "5d73c323-31d8-4695-b8e2-5826c73ebb6b", "name": "tempest-AttachVolumeNegativeTest-server-1225264902", "status": "ACTIVE", "tenant_id": "12e621999b00481c839affc4e83ce37c", "user_id": "2a04be58cd354d508616edd9d5eeff54", "metadata": {}, "hostId": "df37db3011ea9b95f2e431c706696a8e652363da797ae275e5ed4c96", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:34:28Z", "updated": "2023-04-20T10:34:36Z", "addresses": {"tempest-AttachVolumeNegativeTest-453356843-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4b:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1070174971", "OS-SRV-USG:launched_at": "2023-04-20T10:34:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1841382343"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:35:19,174 80091 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 10:36:19,418 80091 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/5d73c323-31d8-4695-b8e2-5826c73ebb6b/os-interface 0.190s 2023-04-20 10:36:19,419 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 2 0 Apr 2023 10:36:19 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-5bde452a-9514-4fe2-9e29-0244893527de', 'x-compute-request-id': 'req-5bde452a-9514-4fe2-9e29-0244893527de', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "51b24d7b-a37b-453a-a335-3ba809f26953", "port_id": "a9863408-9295-4836-b0a6-b785f76c092a", "mac_addr": "fa:16:3e:3f:4b:ee", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c373d534-db14-4963-a5cf-9cd209cad2fc", "ip_address": "10.0.0.6"}]}]}' 2023-04-20 10:36:20,234 80091 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/4ed5da26-23d1-4ed0-863e-6aa478ca6e04 0.810s 2023-04-20 10:36:20,235 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "a9863408-9295-4836-b0a6-b785f76c092a"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-ce217a2d-0997-4ee1-8f32-1289a724f4cb', 'date': 'Thu, 20 Apr 2023 10:36:20 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4ed5da26-23d1-4ed0-863e-6aa478ca6e04'} Body: b'{"floatingip": {"id": "4ed5da26-23d1-4ed0-863e-6aa478ca6e04", "tenant_id": "12e621999b00481c839affc4e83ce37c", "floating_ip_address": "172.24.4.114", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": "0516f25e-4b87-460f-b901-162d2f7ee313", "port_id": "a9863408-9295-4836-b0a6-b785f76c092a", "fixed_ip_address": "10.0.0.6", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "51b24d7b-a37b-453a-a335-3ba809f26953", "mac_address": "fa:16:3e:3f:4b:ee", "admin_state_up": true, "status": "ACTIVE", "device_id": "5d73c323-31d8-4695-b8e2-5826c73ebb6b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:34:27Z", "updated_at": "2023-04-20T10:36:19Z", "revision_number": 1, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:36:20,237 80091 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.114:22' as 'cirros' with public key authentication 2023-04-20 10:36:20,268 80091 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:36:20,289 80091 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:36:20,290 80091 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.114 successfully created 2023-04-20 10:36:20,368 80091 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/5d73c323-31d8-4695-b8e2-5826c73ebb6b/ips 0.077s 2023-04-20 10:36:20,369 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7a0af87e-4ef0-4d6a-9a6d-693b8d4b7189', 'x-compute-request-id': 'req-7a0af87e-4ef0-4d6a-9a6d-693b8d4b7189', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-453356843-network": [{"version": 4, "addr": "10.0.0.6"}]}}' 2023-04-20 10:36:20,612 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 202 POST http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes 0.240s 2023-04-20 10:36:20,613 80091 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-1674235622"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-fe80e3d8-3c90-417f-99b0-e3e36e7ba776', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-fe80e3d8-3c90-417f-99b0-e3e36e7ba776', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes'} Body: b'{"volume": {"id": "5a59f6f2-fd15-4809-bc63-8aa4a9dda587", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:20.542388", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1674235622", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/5a59f6f2-fd15-4809-bc63-8aa4a9dda587"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12e621999b00481c839affc4e83ce37c/volumes/5a59f6f2-fd15-4809-bc63-8aa4a9dda587"}], "user_id": "2a04be58cd354d508616edd9d5eeff54", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:36:20,679 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/5a59f6f2-fd15-4809-bc63-8aa4a9dda587 0.055s 2023-04-20 10:36:20,679 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d17f804-72e4-4e32-b6c6-5ff977c8f4a5', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d17f804-72e4-4e32-b6c6-5ff977c8f4a5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/5a59f6f2-fd15-4809-bc63-8aa4a9dda587'} Body: b'{"volume": {"id": "5a59f6f2-fd15-4809-bc63-8aa4a9dda587", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:21.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-1674235622", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/5a59f6f2-fd15-4809-bc63-8aa4a9dda587"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12e621999b00481c839affc4e83ce37c/volumes/5a59f6f2-fd15-4809-bc63-8aa4a9dda587"}], "user_id": "2a04be58cd354d508616edd9d5eeff54", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:36:21,733 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_attach_attached_volume_to_same_server): 200 GET http://10.0. 0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/5a59f6f2-fd15-4809-bc63-8aa4a9dda587 0.042s 2023-04-20 10:36:21,734 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-74a351a2-15f7-44a7-9090-c3f7528e8cd6', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-74a351a2-15f7-44a7-9090-c3f7528e8cd6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/5a59f6f2-fd15-4809-bc63-8aa4a9dda587'} Body: b'{"volume": {"id": "5a59f6f2-fd15-4809-bc63-8aa4a9dda587", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:21.000000", "updated_at": "2023-04-20T10:36:21.000000", "name": "tempest-AttachVolumeNegativeTest-volume-1674235622", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/5a59f6f2-fd15-4809-bc63-8aa4a9dda587"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12e621999b00481c839affc4e83ce37c/volumes/5a59f6f2-fd15-4809-bc63-8aa4a9dda587"}], "user_id": "2a04be58cd354d508616edd9d5eeff54", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:36:21,864 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b 0.120s 2023-04-20 10:36:21,864 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-6efdec39-8296-466f-98eb-3273b652a0e5', 'x-compute-request-id': 'req-6efdec39-8296-466f-98eb-3273b652a0e5', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b'} Body: b'' 2023-04-20 10:36:22,127 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b 0.262s 2023-04-20 10:36:22,127 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1670', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e9cbabdf-0fc9-4f20-8259-fcff1d3733d9', 'x-compute-request-id': 'req-e9cbabdf-0fc9-4f20-8259-fcff1d3733d9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b'} Body: b'{"server": {"id": "5d73c323-31d8-4695-b8e2-5826c73ebb6b", "name": "tempest-AttachVolumeNegativeTest-server-1225264902", "status": "ACTIVE", "tenant_id": "12e621999b00481c839affc4e83ce37c", "user_id": "2a04be58cd354d508616edd9d5eeff54", "metadata": {}, "hostId": "df37db3011ea9b95f2e431c706696a8e652363da79 7ae275e5ed4c96", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:34:28Z", "updated": "2023-04-20T10:36:22Z", "addresses": {"tempest-AttachVolumeNegativeTest-453356843-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4b:ee"}, {"version": 4, "addr": "172.24.4.114", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3f:4b:ee"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1070174971", "OS-SRV-USG:launched_at": "2023-04-20T10:34:35.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1841382343"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:37:12,449 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b 0.260s 2023-04-20 10:37:12,450 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:12 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-6ce6c991-8cfa-4e94-8ece-d6f2c5215e6d', 'x-compute-request-id': 'req-6ce6c991-8cfa-4e94-8ece-d6f2c5215e6d', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/5d73c323-31d8-4695-b8e2-5826c73ebb6b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 5d73c323-31d8-4695-b8e2-5826c73ebb6b could not be found."}}' 2023-04-20 10:37:12,485 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1070174971 0.034s 2023-04-20 10:37:12,486 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-8cd0d7bf-4116-4eb0-89ff-08330b3b2f87', 'x-compute-request-id': 'req-8cd0d7bf-4116-4eb0-89ff-08330b3b2f87', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1070174971'} Body: b'' 2023-04-20 10:37:12,638 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/b147d532-8df1-4cd1-af61-6686136cacf6 0.152s 2023-04-20 10:37:12,639 80091 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-765835d0-2f94-4271-8c4a-96a4678050ff', 'content-length': '0', 'date': 'Thu, 20 Apr 2 023 10:37:12 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b147d532-8df1-4cd1-af61-6686136cacf6'} Body: b'' 2023-04-20 10:37:12,657 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/b147d532-8df1-4cd1-af61-6686136cacf6 0.017s 2023-04-20 10:37:12,657 80091 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-7abde23b-2674-41f8-9a9f-a6e5aff39957', 'date': 'Thu, 20 Apr 2023 10:37:12 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/b147d532-8df1-4cd1-af61-6686136cacf6'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group b147d532-8df1-4cd1-af61-6686136cacf6 does not exist", "detail": ""}}' 2023-04-20 10:37:13,161 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/4ed5da26-23d1-4ed0-863e-6aa478ca6e04 0.503s 2023-04-20 10:37:13,162 80091 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-d24d94ad-6656-47dd-b2a8-e7f44d011391', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:37:13 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/4ed5da26-23d1-4ed0-863e-6aa478ca6e04'} Body: b'' tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_volume_backed_server_confirm[id-e6c28180-7454-4b59-b188-0257af08a63b,volume] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_server_actions.py", line 382, in test_resize_volume_backed_server_confirm server = self.create_test_server(**kwargs) File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 262, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 258, in create_test_server waiters.wait_for_volume_resource_status(volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume c8b6eb4c-3f35-41eb-a573-ba489535d37b failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:35:17,963 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.242s 2023-04-20 10:35:17,964 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:35:17 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-a073b42f-0f79-43a4-8373-ba70f06d9847', 'x-compute-request-id': 'req-a073b42f-0f79-43a4-8373-ba70f06d9847', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:35:18,438 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.457s 2023-04-20 10:35:18,438 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:35:17 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-e0afe379-92b4-460d-a8d8-ac05a19e4abb', 'x-compute-request-id': 'req-e0afe379-92b4-460d-a8d8-ac05a19e4abb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10. 0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:35:18,618 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.167s 2023-04-20 10:35:18,619 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:35:18 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-9a90f6b1-b0ae-4df6-9285-4aca0e797bca', 'x-compute-request-id': 'req-9a90f6b1-b0ae-4df6-9285-4aca0e797bca', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386-86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:36:18,792 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 201 POST http://10.0.0.210/identity/v3/auth/toke ns 0.091s 2023-04-20 10:36:18,793 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2813', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-ee8c9a7f-2a80-4a42-b97f-86851f7308e8', '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": "bc5470a076e14c218cf04fad713ce074", "name": "tempest-ServerActionsTestJSON-692026271-project-member", "password_expires_at": null}, "audit_ids": ["K9WvYR99STSLLABiu4kQyA"], "expires_at": "2023-04-20T11:36:18.000000Z", "issued_at": "2023-04-20T10:36:18.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "8d9c5dd66fd0496a8e92b41d98fe1727", "name": "tempest-ServerActionsTestJSON-692026271"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/8d9c5dd66fd0496a8e92b41d98fe1727", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:36:18,793 80087 INFO [tempest.lib.common.fixed_network] (ServerActionsTestJSON:test_resize_volume_backed_server_confirm) Found network {'id': 'e68379ef-0781-4af6-be68-a311cdded61e', 'name': 'tempest-ServerActionsTestJSON-509902278-network', 'tenant_id': '8d9c5dd66fd0496a8e92b41d98fe1727', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '8d9c5dd66fd0496a8e92b41d98fe1727', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 45607, 'is_default': False, 'availability_zone_hints': [], 'availability_zon es': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:27:57Z', 'updated_at': '2023-04-20T10:27:57Z', 'revision_number': 1} available for tenant 2023-04-20 10:36:18,794 80087 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-748576161', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJHK0F1a8yp8Xvld+jR/l8lxpwDFkBJKvOkeodCIMdNIsy3rZb2cz1b4Lbds32NZ3fZXZBlAND7bKaMCernVFVPVOsJFwYkZamLCbeIJtO4ahR/NTi6fJvZoUyyvCYQG3g==', 'fingerprint': 'c1:3b:94:70:09:ea:20:36:e9:7a:af:cd:12:ec:d7:87', 'user_id': 'bc5470a076e14c218cf04fad713ce074', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDB9IF7tpdUtuVYuDq2rosBGbvJDRI+inF1/tKxE0VHcOCFgE2WePYTW\nVP6G9kYzru+gBwYFK4EEACKhZANiAASRytBdWvMqfF75Xfo0f5fJcacAxZASSrzp\nHqHQiDHTSLMt62W9nM9W+C23bN9jWd32V2QZQDQ+2ymjAnq51RVT1TrCRcGJGWpi\nwm3iCbTuGoUfzU4unyb2aFMsrwmEBt4=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '961bdc00-61d2-445a-8b34-41b6dd0e3fd7', 'name': 'tempest-securitygroup--1636518546', 'stateful': True, 'tenant_id': '8d9c5dd66fd0496a8e92b41d98fe1727', 'description': 'tempest-description--1664115954', 'shared': False, 'security_group_rules': [{'id': '9e7d52ac-8f6a-40af-bc86-3935a9af4ab9', 'tenant_id': '8d9c5dd66fd0496a8e92b41d98fe1727', 'security_group_id': '961bdc00-61d2-445a-8b34-41b6dd0e3fd7', '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': 296, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:28:21Z', 'updated_at': '2023-04-20T10:28:21Z', 'revision_number': 0, 'project_id': '8d9c5dd66fd0496a8e92b41d98fe1727'}, {'id': 'a34a6a7c-9ca5-4b07-90b7-7f680e730dff', 'tenant_id': '8d9c5dd66fd0496a8e92b41d98fe1727', 'security_group_id': '961bdc00-61d2-445a-8b34-41b6dd0e3fd7', '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': 297, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:28:21Z', 'updated_at': '2023-04-20T10:28:21Z', 'revision_number': 0, 'project_id': '8d9c5dd66fd0496a8e92b41d98fe1727'}], 'tags': [], 'created_at': '2023-04-20T10:28:21Z', 'updated_at': '2023-04-20T10:28:21Z', 'revision_number': 1, 'project_id': '8d9c5dd66fd0496a8e92b41d98fe1727'}, 'floating_ip': {'id': 'b6030f53-e979-48b8-a00d-e48435ab6f18', 'tenant_id': '8d9c5dd66fd0496a8e92b41d98fe1727', 'floating_ip_address': '172.24.4.180', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '8d9c5dd66fd0496a8e92b41d98fe1727', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:28:25Z', 'updated_at': '2023-04-20T10:28:25Z', 'revision_number': 0, 'ip': '172.24.4.180'}} 2023-04-20 10:36:19,126 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 POST http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes 0.331s 2023-04-20 10:36:19,126 80087 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-15808597", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0126db23-f932-4517-b17b-f5d9ee4c994e', 'content-length': '818', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0126db23-f932-4517- b17b-f5d9ee4c994e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes'} Body: b'{"volume": {"id": "c8b6eb4c-3f35-41eb-a573-ba489535d37b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:19.059870", "updated_at": null, "name": "tempest-tempest.common.compute-volume-15808597", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b"}], "user_id": "bc5470a076e14c218cf04fad713ce074", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:36:19,182 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b 0.046s 2023-04-20 10:36:19,182 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-44203cb6-a4ce-4acd-bebd-7d6583e5e56c', 'content-length': '886', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-44203cb6-a4ce-4acd-bebd-7d6583e5e56c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b'} Body: b'{"volume": {"id": "c8b6eb4c-3f35-41eb-a573-ba489535d37b", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:19.000000", "updated_at": null, "name": "tempest-tempest.common.compute-volume-15808597", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b"}], "user_id": "bc5470a076e14c218cf04fad713ce074", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727"}}' 2023-04-20 10:36:20,249 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 200 GET http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b 0.056s 2023-04-20 10:36:20,249 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11038d08-5a8e-4458-91e2-d94b4a7c5bdc', 'content-length': '907', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11038d08-5a8e-4458-91e2-d94b4a7c5bdc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b'} Body: b'{"volume": {"id": "c8b6eb4c-3f35-41eb-a573-ba489535d37b", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:19.000000 ", "updated_at": "2023-04-20T10:36:19.000000", "name": "tempest-tempest.common.compute-volume-15808597", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b"}], "user_id": "bc5470a076e14c218cf04fad713ce074", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727"}}' 2023-04-20 10:36:20,359 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 202 DELETE http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b 0.100s 2023-04-20 10:36:20,359 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e4255a95-a429-4154-97e6-98913d8801a1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b'} Body: b'' 2023-04-20 10:36:20,382 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:test_resize_volume_backed_server_confirm): 404 GET http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b 0.021s 2023-04-20 10:36:20,382 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-7c839d5e-a96d-4da3-a636-b7de74ed52f1', 'x-openstack-request-id': 'req-7c839d5e-a96d-4da3-a636-b7de74ed52f1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/8d9c5dd66fd0496a8e92b41d98fe1727/volumes/c8b6eb4c-3f35-41eb-a573-ba489535d37b'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume c8b6eb4c-3f35-41eb-a573-ba489535d37b could not be found."}}' 2023-04-20 10:36:20,382 80087 ERROR [tempest.lib.decorators] Hints: This test was made for the bug_type 1728603. The failure could be related to https://launchpad.net/bugs/1728603 2023-04-20 10:36:20,762 80087 INFO [tempest.lib.common.rest_client] Request (ServerActionsTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4 0.379s 2023-04-20 10:36:20,763 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:20 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-3c3a891e-fb61-412e-9904-fb59ee435f6a', 'x-compute-request-id': 'req-3c3a891e-fb61-412e-9904-fb59ee435f6a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4'} Body: b'{"server": {"id": "64fb0d55-ef35-4386 -86fe-00775b83a8d4", "name": "tempest-ServerActionsTestJSON-server-1446443267", "status": "ACTIVE", "tenant_id": "8d9c5dd66fd0496a8e92b41d98fe1727", "user_id": "bc5470a076e14c218cf04fad713ce074", "metadata": {}, "hostId": "4b033da6adb2d26130f09ca70d222c2e384fca02d0c5f19106a24bc1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:28:29Z", "updated": "2023-04-20T10:28:47Z", "addresses": {"tempest-ServerActionsTestJSON-509902278-network": [{"version": 4, "addr": "10.0.0.12", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}, {"version": 4, "addr": "172.24.4.180", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:fe:b8:27"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/64fb0d55-ef35-4386-86fe-00775b83a8d4"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-748576161", "OS-SRV-USG:launched_at": "2023-04-20T10:28:47.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1636518546"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion[compute,id-a8fd48ec-1d01-4895-b932-02321661ec1e,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 196, in test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume ff01fdef-2740-46d0-b7e6-78fb51cc0ea7 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:34:53,569 80099 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-20 10:34:54,329 80099 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.759s 2023-04-20 10:34:54,330 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--1177728255", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:53 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '642', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/121cb977-6d50-466e-b474-423e6e1e40c7', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-94029c6e-58ef-4b8b-b94b-8b1fbe0a2231', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--1177728255", "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": "3e5913ed7eb944ddae4b38e1d746e7b9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "121cb977-6d50-466e-b474-423e6e1e40c7", "created_at": "2023-04-20T10:34:54Z", "updated_at": "2023-04-20T10:34:54Z", "tags": [], "self": "/v2/images/121cb977-6d50-466e-b474-423e6e1e40c7", "file": "/v2/images/121cb977-6d50-466e-b474-423e6e1e40c7/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:34:55,762 80099 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/121cb977-6d50-466e-b474-423e6e1e40c7/file 1.431s 2023-04-20 10:34:55,762 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:54 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-d9045124-45e0-4fdb-a0a4-7e3473452ded', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/121cb977-6d50-466e-b474-423e6e1e40c7/file'} Body: b'' 2023-04-20 10:34:55,763 80099 DEBUG [tempest.scenario.manager] image:121cb977-6d50-466e-b474-423e6e1e40c7 2023-04-20 10:34:55,828 80099 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.062s 2023-04-20 10:34:55,828 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-693580580", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPha8UTs+y6zQwYiHYJU8S3tkn97JtlaaAeIMql6mOiK4l9+Zu9OIlPQG4QaIz4bSwaRtyjprIcWT35a8BtT0jDPIeyBy776x5V6SLLxayNSY8lG5hkGVg+EEmbLws1bHQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-06c829ed-f2b1-4e6f-bb2d-2bd3d64ecb10', 'x-compute-request-id': 'req-06c829ed-f2b1-4e6f-bb2d-2bd3d64ecb10', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0. 0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-693580580", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBPha8UTs+y6zQwYiHYJU8S3tkn97JtlaaAeIMql6mOiK4l9+Zu9OIlPQG4QaIz4bSwaRtyjprIcWT35a8BtT0jDPIeyBy776x5V6SLLxayNSY8lG5hkGVg+EEmbLws1bHQ==", "fingerprint": "74:52:80:7f:3e:05:bd:9e:9a:f7:56:7c:55:fd:60:e5", "user_id": "878178b690704d048c37c79d596e953b"}}' 2023-04-20 10:34:55,879 80099 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.042s 2023-04-20 10:34:55,879 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:55 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-ed1f644e-fd21-4298-a182-5b89a6b3ffe3', '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": "878178b690704d048c37c79d596e953b", "name": "tempest-TestMinimumBasicScenario-244367270-project-member", "password_expires_at": null}, "audit_ids": ["yuaGNAEPSNSTdlOXNFhkvQ"], "expires_at": "2023-04-20T11:34:55.000000Z", "issued_at": "2023-04-20T10:34:55.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e5913ed7eb944ddae4b38e1d746e7b9", "name": "tempest-TestMinimumBasicScenario-244367270"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3e5913ed7eb944ddae4b38e1d746e7b9", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:34:55,880 80099 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion) Found network {'id': '0ebbf38f-49de-48cb-ab19-2af234cb93fc', 'name': 'tempest-TestMinimumBasicScenario-649679020-network', 'tenant_id': '3e5913ed7eb944ddae4b38e1d746e7b9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3e5913ed7eb944ddae4b38e1d746e7b9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 40342, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:34:41Z', 'updated_at': '2023-04-20T10:34:41Z', 'revision_number': 1} available for tenant 2023-04-20 10:34:56,592 80099 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.711s 2023-04-20 10:34:56,593 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1531913966", "imageRef": "121cb977-6d50-466e-b474-423e6e1e40c7", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-693580580", "networks": [{"uuid": "0ebbf38f-49de-48cb-ab19-2af234cb93fc"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:55 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-433c3dc1-4f10-4eec-80a7-a203dca1d6a5', 'x-compute-request-id': 'req-433c3dc1-4f10-4eec-80a7-a203dca1d6a5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "50181cb3-e752-4b72-a09d-e7fdae1edd8f", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Cx2eZ4uCj3GP"}}' 2023-04-20 10:34:56,670 80099 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/50181cb3-e752-4b72-a09d-e7fdae1edd8f 0.074s 2023-04-20 10:34:56,671 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:34:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0b0578c7-d25c-4fd9-b7b0-be07fdc2d3b9', 'x-compute-request-id': 'req-0b0578c7-d25c-4fd9-b7b0-be07fdc2d3b9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f'} Body: b'{"server": {"id": "50181cb3-e752-4b72-a09d-e7fdae1edd8f", "name": "tempest-TestMinimumBasicScenario-server-1531913966", "status": "BUILD", "tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9", "user_id": "878178b690704d048c37c79d596e953b", "metadata": {}, "hostId": "", "image": {"id": "121cb977-6d50-466e-b474-423e6e1e40c7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/c ompute/images/121cb977-6d50-466e-b474-423e6e1e40c7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:34:57Z", "updated": "2023-04-20T10:34:56Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-693580580", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:35:46,950 80099 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/50181cb3-e752-4b72-a09d-e7fdae1edd8f 0.226s 2023-04-20 10:35:46,951 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:35:46 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-27bb3aa7-7407-4254-9abd-418039fa0849', 'x-compute-request-id': 'req-27bb3aa7-7407-4254-9abd-418039fa0849', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f'} Body: b'{"server": {"id": "50181cb3-e752-4b72-a09d-e7fdae1edd8f", "name": "tempest-TestMinimumBasicScenario-server-1531913966", "status": "ACTIVE", "tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9", "user_id": "878178b690704d048c37c79d596e953b", "metadata": {}, "hostId": "d90f591735ecc37c5aae4c5c882f174042c24adae35035d25b74562b", "image": {"id": "121cb977-6d50-466e-b474-423e6e1e40c7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/121cb977-6d50-466e-b474-423e6e1e40c7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:34:56Z", "updated": "2023-04-20T10:35:03Z", "addresses": {"tempest-TestMinimumBasicScenario-649679020-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:69:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-693580580", "OS-SRV-USG:launched_at": "2023-04-20T10:35:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:35:46,963 80099 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:36:47,249 80099 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/50181cb3-e752-4b72-a09d-e7fdae1edd8f 0.225s 2023-04-20 10:36:47,250 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Respo nse - Headers: {'date': 'Thu, 20 Apr 2023 10:36:47 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-a6a25675-47b9-4be4-84ac-b7e2d3cc3ba6', 'x-compute-request-id': 'req-a6a25675-47b9-4be4-84ac-b7e2d3cc3ba6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f'} Body: b'{"server": {"id": "50181cb3-e752-4b72-a09d-e7fdae1edd8f", "name": "tempest-TestMinimumBasicScenario-server-1531913966", "status": "ACTIVE", "tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9", "user_id": "878178b690704d048c37c79d596e953b", "metadata": {}, "hostId": "d90f591735ecc37c5aae4c5c882f174042c24adae35035d25b74562b", "image": {"id": "121cb977-6d50-466e-b474-423e6e1e40c7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/121cb977-6d50-466e-b474-423e6e1e40c7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:34:56Z", "updated": "2023-04-20T10:35:03Z", "addresses": {"tempest-TestMinimumBasicScenario-649679020-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:69:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-693580580", "OS-SRV-USG:launched_at": "2023-04-20T10:35:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:36:47,472 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_instance_hard_reboot_after_vol_snap_deletion): 200 GET http://10.0.0.210/compute/v2.1/servers 0.206s 2023-04-20 10:36:47,472 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '341', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c6e811d6-d70a-4612-8fb7-9c2fc76908f2', 'x-compute-request-id': 'req-c6e811d6-d70a-4612-8fb7-9c2fc76908f2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "50181cb3-e752-4b72-a09d-e7fdae1edd8f", "name": "tempest-TestMinimumBasicScenario-server-1531913966", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}]}]}' 2023-04-20 10:36:47,698 80099 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/50181cb3-e752-4b72-a09d-e7fdae1edd8f 0.222s 2023-04-20 10:36:47,699 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1535', 'content-type': 'application/json', 'o penstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-90c81823-9d69-49ef-9ec0-305852621895', 'x-compute-request-id': 'req-90c81823-9d69-49ef-9ec0-305852621895', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f'} Body: b'{"server": {"id": "50181cb3-e752-4b72-a09d-e7fdae1edd8f", "name": "tempest-TestMinimumBasicScenario-server-1531913966", "status": "ACTIVE", "tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9", "user_id": "878178b690704d048c37c79d596e953b", "metadata": {}, "hostId": "d90f591735ecc37c5aae4c5c882f174042c24adae35035d25b74562b", "image": {"id": "121cb977-6d50-466e-b474-423e6e1e40c7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/121cb977-6d50-466e-b474-423e6e1e40c7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:34:56Z", "updated": "2023-04-20T10:35:03Z", "addresses": {"tempest-TestMinimumBasicScenario-649679020-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:69:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-693580580", "OS-SRV-USG:launched_at": "2023-04-20T10:35:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:36:47,959 80099 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/3e5913ed7eb944ddae4b38e1d746e7b9/volumes 0.249s 2023-04-20 10:36:47,959 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-754205085", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9f7a9cfc-e662-4796-83f1-116c08c4e818', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9f7a9cfc-e662-4796-83f1-116c08c4e818', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes'} Body: b'{"volume": {"id": "ff01fdef-2740-46d0-b7e6-78fb51cc0ea7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:47.863284", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-754205085", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7"}], "user_id": "878178b690704d048c37c79d596e953b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:36:48,009 80099 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/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7 0.040s 2023-04-20 10:36:48,009 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:47 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1d2a655e-fbba-4353-9850-76d3f96908bb', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1d2a655e-fbba-4353-9850-76d3f96908bb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7'} Body: b'{"volume": {"id": "ff01fdef-2740-46d0-b7e6-78fb51cc0ea7", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:48.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-754205085", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7"}], "user_id": "878178b690704d048c37c79d596e953b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9"}}' 2023-04-20 10:36:49,063 80099 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/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7 0.042s 2023-04-20 10:36:49,064 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-021d3c53-0d8d-4aab-ae07-576ab0083026', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-021d3c53-0d8d-4aab-ae07-576ab0083026', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7'} Body: b'{"volume": {"id": "ff01fdef-2740-46d0-b7e6-78fb51cc0ea7", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:36:48.000000", "updated_at": "2023-04-20T10:36:48.000000", "name": "tempest-TestMinimumBasicScenario-volume-754205085", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7"}], "user_id": "878178b690704d048c37c79d596e953b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9"}}' 2023-04-20 10:36:49,196 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7 0.120s 2023-04-20 10:36:49,197 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'appl ication/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36: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-74cb89df-72ca-47d4-a128-734345175f06', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7'} Body: b'' 2023-04-20 10:36:49,220 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7 0.023s 2023-04-20 10:36:49,221 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36: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-0f38988d-ae1c-443d-adc4-789962115650', 'x-openstack-request-id': 'req-0f38988d-ae1c-443d-adc4-789962115650', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/ff01fdef-2740-46d0-b7e6-78fb51cc0ea7'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume ff01fdef-2740-46d0-b7e6-78fb51cc0ea7 could not be found."}}' 2023-04-20 10:36:49,347 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f 0.125s 2023-04-20 10:36:49,347 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f7347785-a9f8-43cb-9e2f-e4102f828b07', 'x-compute-request-id': 'req-f7347785-a9f8-43cb-9e2f-e4102f828b07', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f'} Body: b'' 2023-04-20 10:36:49,553 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f 0.205s 2023-04-20 10:36:49,553 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:36:49 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-8e418bc5-eeed-46d1-b2e6-d2195ab7108b', 'x-compute-request-id': 'req-8e418bc5-eeed-46d1-b2e6-d2195ab7108b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f'} Body: b'{"server": {"id": "50181cb3-e752-4b72-a09d-e7fdae1edd8f", "name": "tempest-TestMinimumBasicScenario-server-1531913966", "status": "ACTIVE", "tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9", "user_id": "878178b690704d048c37c79d596e953b", "metadata": {}, "hostId": "d90f591735ecc37c5aae4c5c882f174042c24adae35035d25b74562b", "image": {"id": "121cb977-6d50-466e-b474-423e6e1e40c 7", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/121cb977-6d50-466e-b474-423e6e1e40c7"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:34:56Z", "updated": "2023-04-20T10:36:49Z", "addresses": {"tempest-TestMinimumBasicScenario-649679020-network": [{"version": 4, "addr": "10.0.0.8", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:8a:69:04"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-693580580", "OS-SRV-USG:launched_at": "2023-04-20T10:35:02.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:37:39,648 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f 0.037s 2023-04-20 10:37:39,649 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:39 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-85e25b00-4bda-409b-aaac-bade7f78c811', 'x-compute-request-id': 'req-85e25b00-4bda-409b-aaac-bade7f78c811', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/50181cb3-e752-4b72-a09d-e7fdae1edd8f'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 50181cb3-e752-4b72-a09d-e7fdae1edd8f could not be found."}}' 2023-04-20 10:37:39,682 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-693580580 0.032s 2023-04-20 10:37:39,683 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:39 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-a3aad642-7d38-40c1-ba1e-881f7d68f292', 'x-compute-request-id': 'req-a3aad642-7d38-40c1-ba1e-881f7d68f292', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-693580580'} Body: b'' 2023-04-20 10:37:39,784 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/121cb977-6d50-466e-b474-423e6e1e40c7 0.100s 2023-04-20 10:37:39,785 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-a8b4b5bb-25a1-4cd5-b2c2-8194c2db07d7', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/121cb977-6d50-46 6e-b474-423e6e1e40c7'} Body: b'' tempest.api.compute.volumes.test_attach_volume_negative.AttachVolumeNegativeTest.test_delete_attached_volume[id-a313b5cd-fbd0-49cc-94de-870e99f763c7,negative] -------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume_negative.py", line 32, in test_delete_attached_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 61ecae41-6979-4482-8412-38ae11af1a7d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:37:13,165 80091 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 10:37:13,165 80091 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 10:37:13,241 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.074s 2023-04-20 10:37:13,242 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-keypair-58831496", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJsFZ6zFqNNpK8NNtdhopwc6Wl3+Dy9fVkPXioOSVb5zIBlsJr3Vfpw4JSmE38Ewd24wugKZHZWDCHIcSgnyz2KZEoYLhZutGGub8KFvP0CYywEgGYJIN+RHNtlh3mNweQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:13 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '384', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-88c92c81-db97-4fdf-a907-c1ae70aba373', 'x-compute-request-id': 'req-88c92c81-db97-4fdf-a907-c1ae70aba373', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-keypair-58831496", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJsFZ6zFqNNpK8NNtdhopwc6Wl3+Dy9fVkPXioOSVb5zIBlsJr3Vfpw4JSmE38Ewd24wugKZHZWDCHIcSgnyz2KZEoYLhZutGGub8KFvP0CYywEgGYJIN+RHNtlh3mNweQ==", "fingerprint": "b7:8b:b1:63:4f:48:e3:e0:da:b9:62:15:7e:62:7d:72", "user_id": "2a04be58cd354d508616edd9d5eeff54"}}' 2023-04-20 10:37:13,244 80091 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-58831496 created 2023-04-20 10:37:13,403 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.158s 2023-04-20 10:37:13,404 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1982426905", "description": "tempest-description--440264419"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-03bee2fb-63d9-4d34-a5db-5cf3f8d50b5e', 'date': 'Thu, 20 Apr 2023 10:37:13 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "47c98d07-d37b-4526-b492-fb710ed06de7", "name": "tempest-securitygroup--1982426905", "stateful": true, "tenant_id": "12e621999b00481c839affc4e83ce37c", "description": "tempest-description--440264419", "shared": false, "security_group_rules": [{"id": "70c2c649-1e66-4143-b858-c82ebb510bfa", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "47c98d07-d37b-4526-b492-fb710ed06de7", "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": 878, "description": null, "tags": [], "created_at": "2023-04-20T10:37:13Z", "updated_at": "2023-04-20T10:37:13Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}, {"id": "d3e03aa9-caa6-4f68-a86e-4d770054405e", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "47c98d07-d37b-4526-b492-fb710ed06de7", "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": 877, "description": null, "tags": [], "created_at": "2023-04-20T10:37:13Z", "updated_at": "2023-04-20T10:37:13Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}], "tags": [], "created_at": "2023-04-20T10:37:13Z", "updated_at": "2023-04-20T10:37:13Z", "revision_number": 1, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:37:13,562 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-04-20 10:37:13,563 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "47c98d07-d37b-4526-b492-fb710ed06de7", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-4448337e-1596-4be4-8073-448288874fc0', 'date': 'Thu, 20 Apr 2023 10:37: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": "1d06c687-c8b2-43ce-ab66-204a9d4c8e27", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "47c98d07-d37b-4526-b492-fb710ed06de7", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:37:13Z", "updated_at": "2023-04-20T10:37:13Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:37:13,710 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.147s 2023-04-20 10:37:13,711 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "47c98d07-d37b-4526-b492-fb710ed06de7", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-b485ce25-80fc-4146-a270-4fd4ee86d0a1', 'date': 'Thu, 20 Apr 2023 10:37: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": "d50bf74a-9463-4c18-9a8e-19154103dbfb", "tenant_id": "12e621999b00481c839affc4e83ce37c", "security_group_id": "47c98d07-d37b-4526-b492-fb710ed06de7", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:37:13Z", "updated_at": "2023-04-20T10:37:13Z", "revision_number": 0, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:37:13,711 80091 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1982426905 created 2023-04-20 10:37:14,515 80091 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 0.803s 2023-04-20 10:37:14,515 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e"}} Response - Headers: {'content-type': 'application/json', 'content-length': '527', 'x-open stack-request-id': 'req-4e541d77-d12f-412f-8267-04df59764401', 'date': 'Thu, 20 Apr 2023 10:37:14 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "6581eff8-8c21-4c9b-82e9-b53d6a66ed44", "tenant_id": "12e621999b00481c839affc4e83ce37c", "floating_ip_address": "172.24.4.17", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "12e621999b00481c839affc4e83ce37c", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:37:14Z", "updated_at": "2023-04-20T10:37:14Z", "revision_number": 0}}' 2023-04-20 10:37:14,515 80091 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '6581eff8-8c21-4c9b-82e9-b53d6a66ed44', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'floating_ip_address': '172.24.4.17', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '12e621999b00481c839affc4e83ce37c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:37:14Z', 'updated_at': '2023-04-20T10:37:14Z', 'revision_number': 0, 'ip': '172.24.4.17'} created 2023-04-20 10:37:14,557 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.037s 2023-04-20 10:37:14,558 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:14 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-915fae6c-665e-41a5-b055-af90f089a361', '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": "2a04be58cd354d508616edd9d5eeff54", "name": "tempest-AttachVolumeNegativeTest-1619866573-project-member", "password_expires_at": null}, "audit_ids": ["ZWSvVWYWS0WClBFb8SNIEw"], "expires_at": "2023-04-20T11:37:14.000000Z", "issued_at": "2023-04-20T10:37:14.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "12e621999b00481c839affc4e83ce37c", "name": "tempest-AttachVolumeNegativeTest-1619866573"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/12e621999b00481c839affc4e83ce37c", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "publ ic", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:37:14,558 80091 INFO [tempest.lib.common.fixed_network] (AttachVolumeNegativeTest:test_delete_attached_volume) Found network {'id': '51b24d7b-a37b-453a-a335-3ba809f26953', 'name': 'tempest-AttachVolumeNegativeTest-453356843-network', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '12e621999b00481c839affc4e83ce37c', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 27865, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:31:32Z', 'updated_at': '2023-04-20T10:31:32Z', 'revision_number': 1} available for tenant 2023-04-20 10:37:14,558 80091 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'name': 'tempest-keypair-58831496', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBJsFZ6zFqNNpK8NNtdhopwc6Wl3+Dy9fVkPXioOSVb5zIBlsJr3Vfpw4JSmE38Ewd24wugKZHZWDCHIcSgnyz2KZEoYLhZutGGub8KFvP0CYywEgGYJIN+RHNtlh3mNweQ==', 'fingerprint': 'b7:8b:b1:63:4f:48:e3:e0:da:b9:62:15:7e:62:7d:72', 'user_id': '2a04be58cd354d508616edd9d5eeff54', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDCJM370I8eoVVoYHqQr/irT+wdZUIRtQKaMOy+Yn6cKuI2KZL6NMVFb\n2iLmbMkdNHCgBwYFK4EEACKhZANiAASbBWesxajTaSvDTbXYaKcHOlpd/g8vX1ZD\n14qDklW+cyAZbCa91X6cOCUphN/BMHduMLoCmR2VgwhyHEoJ8s9imRKGC4WbrRhr\nm/Chbz9AmMsBIBmCSDfkRzbZYd5jcHk=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '47c98d07-d37b-4526-b492-fb710ed06de7', 'name': 'tempest-securitygroup--1982426905', 'stateful': True, 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'description': 'tempest-description--440264419', 'shared': False, 'security_group_rules': [{'id': '70c2c649-1e66-4143-b858-c82ebb510bfa', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'security_group_id': '47c98d07-d37b-4526-b492-fb710ed06de7', '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': 878, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:37:13Z', 'updated_at': '2023-04-20T10:37:13Z', 'revision_number': 0, 'project_id': '12e621999b00481c839affc4e83ce37c'}, {'id': 'd3e03aa9-caa6-4f68-a86e-4d770054405e', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'security_group_id': '47c98d07-d37b-4526-b492-fb710ed06de7', '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': 877, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:37:13Z', 'updated_at': '2023-04-20T10:37:13Z', 'revision_number': 0, 'project_id': '12e621999b00481c839affc4e83ce37c'}], 'tags': [], 'created_at': '2023 -04-20T10:37:13Z', 'updated_at': '2023-04-20T10:37:13Z', 'revision_number': 1, 'project_id': '12e621999b00481c839affc4e83ce37c'}, 'floating_ip': {'id': '6581eff8-8c21-4c9b-82e9-b53d6a66ed44', 'tenant_id': '12e621999b00481c839affc4e83ce37c', 'floating_ip_address': '172.24.4.17', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': '12e621999b00481c839affc4e83ce37c', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:37:14Z', 'updated_at': '2023-04-20T10:37:14Z', 'revision_number': 0, 'ip': '172.24.4.17'}} 2023-04-20 10:37:15,199 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/compute/v2.1/servers 0.639s 2023-04-20 10:37:15,199 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-AttachVolumeNegativeTest-server-1283873387", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "51b24d7b-a37b-453a-a335-3ba809f26953"}], "security_groups": [{"name": "tempest-securitygroup--1982426905"}], "key_name": "tempest-keypair-58831496", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-f736c356-5d06-4c49-ac43-efd99cde0dc7', 'x-compute-request-id': 'req-f736c356-5d06-4c49-ac43-efd99cde0dc7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "baecb573-a3f1-42db-bc1b-788220753a7d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/baecb573-a3f1-42db-bc1b-788220753a7d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1982426905"}], "adminPass": "password"}}' 2023-04-20 10:37:15,269 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d 0.067s 2023-04-20 10:37:15,270 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:15 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-fd77daae-5f13-401a-b9ff-6750db77248c', 'x-compute-request-id': 'req-fd77daae-5f13-401a-b9ff-6750db77248c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d'} Body: b'{"server": {"id": "baecb573-a3f1-42db-bc1b-788220753a7d", "name": "tempest-AttachVolumeNegativeTest-server-1283873387", "status": "BUILD", "tenant_id": "12e621999b00481c839affc4e83ce37c", "user_id": "2a04be58cd354d508616edd9d5eeff54", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": " 42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:37:15Z", "updated": "2023-04-20T10:37:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/baecb573-a3f1-42db-bc1b-788220753a7d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-58831496", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:38:05,600 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d 0.269s 2023-04-20 10:38:05,600 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:38:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1543', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-ddeaae45-784d-4f30-aa04-77618d4d7298', 'x-compute-request-id': 'req-ddeaae45-784d-4f30-aa04-77618d4d7298', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d'} Body: b'{"server": {"id": "baecb573-a3f1-42db-bc1b-788220753a7d", "name": "tempest-AttachVolumeNegativeTest-server-1283873387", "status": "ACTIVE", "tenant_id": "12e621999b00481c839affc4e83ce37c", "user_id": "2a04be58cd354d508616edd9d5eeff54", "metadata": {}, "hostId": "df37db3011ea9b95f2e431c706696a8e652363da797ae275e5ed4c96", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:37:15Z", "updated": "2023-04-20T10:37:22Z", "addresses": {"tempest-AttachVolumeNegativeTest-453356843-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:9b:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/baecb573-a3f1-42db-bc1b-788220753a7d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-58831496", "OS-SRV-USG:launched_at": "2023-04-20T10:37:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1982426905"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:38:05,611 80091 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:39:05,935 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d/os-interface 0.263s 2023-04-20 10:39:05,935 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '282', 'content-type': 'applicat ion/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c4c5949-b1b3-46fb-ab3c-fec6a349a60c', 'x-compute-request-id': 'req-3c4c5949-b1b3-46fb-ab3c-fec6a349a60c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "51b24d7b-a37b-453a-a335-3ba809f26953", "port_id": "79499d87-7e81-458e-ac87-ddde51eaefc6", "mac_addr": "fa:16:3e:21:9b:f7", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "c373d534-db14-4963-a5cf-9cd209cad2fc", "ip_address": "10.0.0.7"}]}]}' 2023-04-20 10:39:06,750 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 PUT http://10.0.0.210:9696/networking/v2.0/floatingips/6581eff8-8c21-4c9b-82e9-b53d6a66ed44 0.810s 2023-04-20 10:39:06,750 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "79499d87-7e81-458e-ac87-ddde51eaefc6"}} Response - Headers: {'content-type': 'application/json', 'content-length': '828', 'x-openstack-request-id': 'req-a5a20aa0-86d8-47d5-ba90-e73bf013bdf0', 'date': 'Thu, 20 Apr 2023 10:39:06 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/6581eff8-8c21-4c9b-82e9-b53d6a66ed44'} Body: b'{"floatingip": {"id": "6581eff8-8c21-4c9b-82e9-b53d6a66ed44", "tenant_id": "12e621999b00481c839affc4e83ce37c", "floating_ip_address": "172.24.4.17", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": "0516f25e-4b87-460f-b901-162d2f7ee313", "port_id": "79499d87-7e81-458e-ac87-ddde51eaefc6", "fixed_ip_address": "10.0.0.7", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "51b24d7b-a37b-453a-a335-3ba809f26953", "mac_address": "fa:16:3e:21:9b:f7", "admin_state_up": true, "status": "ACTIVE", "device_id": "baecb573-a3f1-42db-bc1b-788220753a7d", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:37:14Z", "updated_at": "2023-04-20T10:39:06Z", "revision_number": 1, "project_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:39:06,753 80091 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.17:22' as 'cirros' with public key authentication 2023-04-20 10:39:06,791 80091 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:39:06,813 80091 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:39:06,813 80091 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.17 successfully created 2023-04-20 10:39:06,870 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d/ips 0.056s 2023-04-20 10:39:06,871 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '107', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1d0cabc-1a03-4222-9795-a097db25494e', 'x-compute-request-id': 'req-e1d0cabc-1a03-4222-9795-a097db25494e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d/ips'} Body: b'{"addresses": {"tempest-AttachVolumeNegativeTest-453356843-network": [{"version": 4, "addr": "10.0.0.7"}]}}' 2023-04-20 10:39:07,070 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 202 POST http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes 0.195s 2023-04-20 10:39:07,070 80091 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-149389275"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3e8f9d3b-ed0a-4853-b2d6-eb27f8487825', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3e8f9d3b-ed0a-4853-b2d6-eb27f8487825', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes'} Body: b'{"volume": {"id": "61ecae41-6979-4482-8412-38ae11af1a7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:39:07.006990", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-149389275", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/61ecae41-6979-4482-8412-38ae11af1a7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12e621999b00481c839affc4e83ce37c/volumes/61ecae41-6979-4482-8412-38ae11af1a7d"}], "user_id": "2a04be58cd354d508616edd9d5eeff54", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:39:07,121 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/61ecae41-6979-4482-8412-38ae11af1a7d 0.042s 2023-04-20 10:39:07,121 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-361df3a5-c688-4a82-9130-8f3faef4dfa1', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-361df3a5-c688-4a82-9130-8f3faef4dfa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/61ecae41-6979-4482-8412-38ae11af1a7d'} Body: b'{"volume": {"id": "61ecae41-6979-4482-8412-38ae11af1a7d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:39:07.000000", "updated_at": null, "name": "tempest-AttachVolumeNegativeTest-volume-149389275", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/61ecae41-6979-4482-8412-38ae11af1a7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12e621999b00481c839affc4e83ce37c/volumes/61ecae41-6979-4482-8412-38ae11af1a7d"}], "user_id": "2a04be58cd354d508616edd9d5eeff54", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:39:08,179 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:test_delete_attached_volume): 200 GET http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/61ecae41-6979-4482-8412-38ae11af1a7d 0.046s 2023-04-20 10:39:08,179 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: { 'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-d7f0886a-d685-4839-9c78-59c8f9d59cf3', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d7f0886a-d685-4839-9c78-59c8f9d59cf3', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/61ecae41-6979-4482-8412-38ae11af1a7d'} Body: b'{"volume": {"id": "61ecae41-6979-4482-8412-38ae11af1a7d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:39:07.000000", "updated_at": "2023-04-20T10:39:07.000000", "name": "tempest-AttachVolumeNegativeTest-volume-149389275", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/12e621999b00481c839affc4e83ce37c/volumes/61ecae41-6979-4482-8412-38ae11af1a7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/12e621999b00481c839affc4e83ce37c/volumes/61ecae41-6979-4482-8412-38ae11af1a7d"}], "user_id": "2a04be58cd354d508616edd9d5eeff54", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "12e621999b00481c839affc4e83ce37c"}}' 2023-04-20 10:39:08,306 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d 0.116s 2023-04-20 10:39:08,306 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e07e4309-287e-4134-bb8d-87606aed676f', 'x-compute-request-id': 'req-e07e4309-287e-4134-bb8d-87606aed676f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d'} Body: b'' 2023-04-20 10:39:08,564 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d 0.257s 2023-04-20 10:39:08,564 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:08 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-4defc330-80dc-4067-a4de-83662e3f8c94', 'x-compute-request-id': 'req-4defc330-80dc-4067-a4de-83662e3f8c94', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d'} Body: b'{"server": {"id": "baecb573-a3f1-42db-bc1b-788220753a7d", "name": "tempest-AttachVolumeNegativeTest-server-1283873387", "status": "ACTIVE", "tenant_id": "12e621999b00481c839affc4e83ce37c", "user_id": "2a04be58cd354d508616edd9d5eeff54", "metadata": {}, "hostId": "df37db3011ea9b95f2e431c706696a8e652363da797ae275e5ed4c96", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor ": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:37:15Z", "updated": "2023-04-20T10:39:08Z", "addresses": {"tempest-AttachVolumeNegativeTest-453356843-network": [{"version": 4, "addr": "10.0.0.7", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:9b:f7"}, {"version": 4, "addr": "172.24.4.17", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:21:9b:f7"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/baecb573-a3f1-42db-bc1b-788220753a7d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-58831496", "OS-SRV-USG:launched_at": "2023-04-20T10:37:21.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1982426905"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:39:58,664 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d 0.040s 2023-04-20 10:39:58,664 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-11a9a40c-738f-4a04-8ff6-da9d72451476', 'x-compute-request-id': 'req-11a9a40c-738f-4a04-8ff6-da9d72451476', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/baecb573-a3f1-42db-bc1b-788220753a7d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance baecb573-a3f1-42db-bc1b-788220753a7d could not be found."}}' 2023-04-20 10:39:58,706 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-58831496 0.041s 2023-04-20 10:39:58,707 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-c05de3d3-2e1c-4a09-a4ee-f74dae5e300e', 'x-compute-request-id': 'req-c05de3d3-2e1c-4a09-a4ee-f74dae5e300e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-58831496'} Body: b'' 2023-04-20 10:39:58,852 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/47c98d07-d37b-4526-b492-fb710ed06de7 0.145s 2023-04-20 10:39:58,853 80091 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-75ca8a5c-3e5f-4d13-8c0b-a1137ede86d5', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:39:58 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/47c98d07-d37b-4526-b492-fb710ed06de7'} Body: b'' 2023-04-2 0 10:39:58,872 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/47c98d07-d37b-4526-b492-fb710ed06de7 0.018s 2023-04-20 10:39:58,872 80091 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-0a3e4150-9adf-4796-adf5-cdcb2cf40c31', 'date': 'Thu, 20 Apr 2023 10:39:58 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/47c98d07-d37b-4526-b492-fb710ed06de7'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 47c98d07-d37b-4526-b492-fb710ed06de7 does not exist", "detail": ""}}' 2023-04-20 10:39:59,325 80091 INFO [tempest.lib.common.rest_client] Request (AttachVolumeNegativeTest:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/6581eff8-8c21-4c9b-82e9-b53d6a66ed44 0.453s 2023-04-20 10:39:59,326 80091 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-2dee85d2-b05d-4e6f-a557-f276b02e7525', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:39:59 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/6581eff8-8c21-4c9b-82e9-b53d6a66ed44'} Body: b'' tempest.api.volume.admin.test_group_snapshots.GroupSnapshotsV319Test.test_reset_group_snapshot_status[id-3b42c9b9-c984-4444-816e-ca2e1ed30b40] ---------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_group_snapshots.py", line 287, in test_reset_group_snapshot_status group = self.create_group(group_type=group_type['id'], File "/opt/stack/tempest/tempest/api/volume/base.py", line 249, in create_group waiters.wait_for_volume_resource_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: group 328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:40:04,986 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 POST http://10.0.0.210/volume/v3/ee33660ffe534a689f40e42c260ed2aa/types 0.190s 2023-04-20 10:40:04,987 80091 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-1647551185"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-483228b6-d565-4e36-ab21-fa9bb0e9b612', 'content-length': '228', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-483228b6-d565-4e36-ab21-fa9bb0e9b612', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ee33660ffe534a689f40e42c260ed2aa/types'} Body: b'{"volume_type": {"id": "5a3ffb33-29c1-4f3a-ae71-c0ff7d3a9dcd", "name": "tempest-GroupSnapshotsV319Test-volume-type-1647551185", "is_public": true, "extra_specs": {}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 10:40:05,028 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/ee33660ffe534a689f40e42c260ed2aa/group_types 0.038s 2023-04-20 10:40:05,028 80091 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-592299331"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-be3c3d59-b765-4993-98fe-24a325b1962d', 'content-length': '184', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-be3c3d59-b765-4993-98fe-24a325b1962d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ee33660ffe534a689f40e42c260ed2aa/group_types'} Body: b'{"group_type": {"id": "c0de0f8f-330c-4531-bdba-a9678d346612", "name": "tempest-GroupSnapshotsV319Test-group-type-592299331", "description": null, "is_public": true, "group_specs": {}}}' 2023-04-20 10:40:05,201 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 202 POST http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/groups 0.170s 2023-04-20 10:40:05,202 80091 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": "c0de0f8f-330c-4531-bdba-a9678d346612", "volume_types": ["5a3ffb33-29c1-4f3a-ae71-c0ff7d3a9dcd"], "name": "tempest-GroupSnapshotsV319Test-Group-1678244631"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c6a63d7-a6cf-433a-803b-02db0e09edce', 'content-length': '116', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c6a63d7-a6cf-433a-803b-02db0e09edce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/groups'} Body: b'{"group": {"id": "328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c", "name": "tempest-GroupSnapshotsV319Test-Group-1678244631"}}' 2023-04-20 10:40:05,237 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/groups/328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c 0.033s 2023-04-20 10:40:05,238 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b5c62662-b408-4ba2-9db2-c02480f4cde7', 'content-length': '396', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b5c62662-b408-4ba2-9db2-c02480f4cde7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/groups/328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c'} Body: b'{"group": {"id": "328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c", "status": "creating", "availability_zone": "nova", "created_at": "2023-04-20T10:40:05.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1678244631", "description": null, "group_type": "c0de0f8f-330c-4531-bdba-a9678d346612", "volume_types": ["5a3ffb33-29c1-4f3a-ae71-c0ff7d3a9dcd"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:40:06,272 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:test_reset_group_snapshot_status): 200 GET http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/groups/328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c 0.029s 2023-04-20 10:40:06,272 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7f99b8cd-bcd7-4324-9de5-14c1d358ab1f', 'content-length': '393', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7f99b8cd-bcd7-4324-9de5-14c1d358ab1f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/groups/328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c'} Body: b'{"group": {"id": "328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c", "status": "error", "availability_zone": "nova", "created_at": "2023-04-20T10:40:05.000000", "name": "tempest-GroupSnapshotsV319Test-Group-1678244631", "description": null, "group_type": "c0de0f8f-330c-4531-bdba-a9678d346612", "volume_types": ["5a3ffb33-29c1-4f3a-ae71-c0ff7d3a9dcd"], "group_snapshot_id": null, "source_group_id": null}}' 2023-04-20 10:40:06,335 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/volumes/detail 0.058s 2023-04-20 10:40:06,335 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a6505c76-1e27-4c11-b136-dc19f9919b6d', 'content-length': '15', 'openstack-api-version': 'volume 3.19', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a6505c76-1e27-4c11-b136-dc19f9919b6d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/volumes/detail'} Body: b'{"volumes": []}' 2023-04-20 10:40:06,411 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 POST http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/groups/328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c/action 0.066s 2023-04-20 10:40:06,411 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: {"delete": {"delete-volumes": true}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:06 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-5fdc0b7b-ffa7-46ae-b304-0ca1fcaa358e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/groups/328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c/action'} Body: b'' 2023-04-20 10:40:06,427 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/groups/328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c 0.015s 2023-04-20 10:40:06,427 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:06 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-f5b47902-b335-4c1a-b331-eb4e8fa4f558', 'x-openstack-request-id': 'req-f5b47902-b335-4c1a-b331-eb4e8fa4f558', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/a163fcdd08f148efbd396424e36558b8/groups/328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c'} Body: b'{"itemNotFound": {"code": 404, "message": "Group 328dd8d6-6dc2-46f0-81a0-432c5e6f7c2c could not be found."}}' 2023-04-20 10:40:06,456 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ee33660ffe534a689f40e42c260ed2aa/group_types/c0de0f8f-330c-4531-bdba-a9678d346612 0.028s 2023-04-20 10:40:06,456 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'Openstack-Api-Version': 'volume 3.19', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:06 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-65f1ab36-be20-456a-a3d7-1238d034eb14', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ee33660ffe534a689f40e42c260ed2aa/group_types/c0de0f8f-330c-4531-bdba-a9678d346612'} Body: b'' 2023-04-20 10:40:06,510 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/ee33660ffe534a689f40e42c260ed2aa/types/5a3ffb33-29c1-4f3a-ae71-c0ff7d3a9dcd 0.053s 2023-04-20 10:40:06,510 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40: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-49f48bac-2750-4e14-b47c-ac4e05062b9b', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ee33660ffe534a689f40e42c260ed2aa/types/5a3ffb33-29c1-4f3a-ae71-c0ff7d3a9dcd'} Body: b'' 2023-04-20 10:40:06,527 80091 INFO [tempest.lib.common.rest_client] Request (GroupSnapshotsV319Test:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/ee33660ffe534a689f40e42c260ed2aa/types/5a3ffb33-29c1-4f3a-ae71-c0ff7d3a9dcd 0.016s 2023-04-20 10:40:06,528 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '114', 'content-type': 'application/json', 'x-compute-request-id': 'req-3046b833-4e7f-4805-bd59-13c01c11df79', 'x-openstack-request-id': 'req-3046b833-4e7f-4805-bd59-13c01c11df79', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/ee33660ffe534a689f40e42c260ed2aa/types/5a3ffb33-29c1-4f3a-ae71-c0ff7d3a9dcd'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type 5a3ffb33-29c1-4f3a-ae71-c0ff7d3a9dcd 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume cd422edf-5cdb-4829-9196-54bc9d882e77 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:40:09,744 80091 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 202 POST http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes 0.298s 2023-04-20 10:40:09,744 80091 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-1552524920"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7916354d-8c94-4389-817b-d19b16b75ebd', 'content-length': '832', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7916354d-8c94-4389-817b-d19b16b75ebd', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes'} Body: b'{"volume": {"id": "cd422edf-5cdb-4829-9196-54bc9d882e77", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:09.684722", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1552524920", "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/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77"}], "user_id": "6a8a6be78ad944acb00d6afcfc78b972", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:40:09,819 80091 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77 0.065s 2023-04-20 10:40:09,819 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-3b93629e-e7f9-495b-9aa5-5190af65c162', 'content-length': '900', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3b93629e-e7f9-495b-9aa5-5190af65c162', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77'} Body: b'{"volume": {"id": "cd422edf-5cdb-4829-9196-54bc9d882e77", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:10.000000", "updated_at": null, "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1552524920", "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/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77"}], "user_id": "6a8a6be78ad944acb00d6afcfc78b972", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fae15ca5cf0f4186b06d40841aafc85e"}}' 2023-04-20 10:40:10,879 80091 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:test_available_volume_retype): 200 GET http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d 882e77 0.044s 2023-04-20 10:40:10,879 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c97edda2-165f-4293-ab39-5fec1e791ea5', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c97edda2-165f-4293-ab39-5fec1e791ea5', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77'} Body: b'{"volume": {"id": "cd422edf-5cdb-4829-9196-54bc9d882e77", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:10.000000", "updated_at": "2023-04-20T10:40:10.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1552524920", "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/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77"}], "user_id": "6a8a6be78ad944acb00d6afcfc78b972", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fae15ca5cf0f4186b06d40841aafc85e"}}' 2023-04-20 10:40:10,928 80091 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77 0.038s 2023-04-20 10:40:10,928 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-938d87d0-a571-4216-9819-a277ea33c581', 'content-length': '921', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-938d87d0-a571-4216-9819-a277ea33c581', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77'} Body: b'{"volume": {"id": "cd422edf-5cdb-4829-9196-54bc9d882e77", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:10.000000", "updated_at": "2023-04-20T10:40:10.000000", "name": "tempest-VolumeRetypeWithoutMigrationTest-Volume-1552524920", "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/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77"}], "user_id": "6a8a6be78ad944acb00d6afcfc78b972", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "fae15ca5cf0f4186b06d40841aafc85e"}}' 2023-04-20 10:40:11,059 80091 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77 0.120s 2023-04-20 10:40:11,059 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: No ne Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-54d8e454-7e59-4f12-9fb7-792ecbf21cff', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77'} Body: b'' 2023-04-20 10:40:11,082 80091 INFO [tempest.lib.common.rest_client] Request (VolumeRetypeWithoutMigrationTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77 0.022s 2023-04-20 10:40:11,082 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40: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-75b63bb1-41d3-41ec-b778-711f1d2daedc', 'x-openstack-request-id': 'req-75b63bb1-41d3-41ec-b778-711f1d2daedc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/fae15ca5cf0f4186b06d40841aafc85e/volumes/cd422edf-5cdb-4829-9196-54bc9d882e77'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume cd422edf-5cdb-4829-9196-54bc9d882e77 could not be found."}}' cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromImageTest.test_create_from_image_multiple[id-8976a11b-1ddc-49b6-b66f-8c26adf3fa9e] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 104, in test_create_from_image_multiple self._wait_for_multiple_resources( File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 218, in _wait_for_multiple_resources callback(resource_id=r, **kwargs) File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0c71be17-dd0c-4d25-a061-91e9e3d895f8 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:40:17,344 80091 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes 0.431s 2023-04-20 10:40:17,344 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-449919059"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b0487866-949d-44b8-9c83-5a6c744911f1', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b0487866-949d-44b8-9c83-5a6c744911f1', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes'} Body: b'{"volume": {"id": "0c71be17-dd0c-4d25-a061-91e9e3d895f8", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:17.286020", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-449919059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/0c71be17-dd0c-4d25-a061-91e9e3d895f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5b45e0f5d0fb433dbf86b969122c255c/volumes/0c71be17-dd0c-4d25-a061-91e9e3d895f8"}], "user_id": "8fffa6af1658475fa016865d02835c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:40:17,539 80091 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes 0.185s 2023-04-20 10:40:17,539 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-352612511"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-1c7e50d6-726e-4ea2-b25d-ea51eda1de5d', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-1c7e50d6-726e-4ea2-b25d-ea51eda1de5d', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes'} Body: b'{"volume": {"id": "9ed67628-6825-45fc-a976-2d87ae5c182d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:17.479787", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-352612511", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/9ed67628-6825-45fc-a976-2d87ae5c182d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5b45e0f5d0fb433dbf86b969122c255c/volumes/9ed67628-6825-45fc-a976-2d87ae5c182d"}], "user_id": "8fffa6af1658475fa016865d02835c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:40:17,831 80091 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes 0.283s 2023-04-20 10:40:17,832 80091 DEBUG [t empest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-2139576725"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a13f2faa-b0ee-4b13-a633-c761b43d7264', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a13f2faa-b0ee-4b13-a633-c761b43d7264', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes'} Body: b'{"volume": {"id": "721df202-b2f1-4d63-a293-b7754fdb5b91", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:17.747089", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-2139576725", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/721df202-b2f1-4d63-a293-b7754fdb5b91"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5b45e0f5d0fb433dbf86b969122c255c/volumes/721df202-b2f1-4d63-a293-b7754fdb5b91"}], "user_id": "8fffa6af1658475fa016865d02835c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:40:18,025 80091 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes 0.182s 2023-04-20 10:40:18,025 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "size": 1, "name": "tempest-CreateVolumesFromImageTest-Volume-713376406"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-7d8ae50b-3f79-4493-9395-4051e444f359', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7d8ae50b-3f79-4493-9395-4051e444f359', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes'} Body: b'{"volume": {"id": "3b5777dc-e525-4565-82f3-954c568c688f", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:17.966962", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-713376406", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/3b5777dc-e525-4565-82f3-954c568c688f"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5b45e0f5d0fb433dbf86b969122c255c/volumes/3b5777dc-e525-4565-82f3-954c568c688f"}], "user_id": "8fffa6af1658475fa016865d02835c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:40:18,215 80091 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 202 POST http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes 0.181s 2023-04-20 10:40:18,216 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"'imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "size": 1, "name": "tempest-CreateVolumes FromImageTest-Volume-486379555"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0aee5a5c-68fd-404f-a076-334b5af297ac', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0aee5a5c-68fd-404f-a076-334b5af297ac', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes'} Body: b'{"volume": {"id": "85b64bca-629c-4b9d-b4f9-30a61089f7f5", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:18.150935", "updated_at": null, "name": "tempest-CreateVolumesFromImageTest-Volume-486379555", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/85b64bca-629c-4b9d-b4f9-30a61089f7f5"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5b45e0f5d0fb433dbf86b969122c255c/volumes/85b64bca-629c-4b9d-b4f9-30a61089f7f5"}], "user_id": "8fffa6af1658475fa016865d02835c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:40:18,286 80091 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/0c71be17-dd0c-4d25-a061-91e9e3d895f8 0.061s 2023-04-20 10:40:18,286 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6a339ce5-56b2-4d73-88fc-925b7d702543', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6a339ce5-56b2-4d73-88fc-925b7d702543', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/0c71be17-dd0c-4d25-a061-91e9e3d895f8'} Body: b'{"volume": {"id": "0c71be17-dd0c-4d25-a061-91e9e3d895f8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:17.000000", "updated_at": "2023-04-20T10:40:17.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-449919059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/0c71be17-dd0c-4d25-a061-91e9e3d895f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5b45e0f5d0fb433dbf86b969122c255c/volumes/0c71be17-dd0c-4d25-a061-91e9e3d895f8"}], "user_id": "8fffa6af1658475fa016865d02835c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5b45e0f5d0fb433dbf86b969122c255c"}}' 2023-04-20 10:40:19,344 80091 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromImageTest:test_create_from_image_multiple): 200 GET http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/0c71be17-dd0c-4d25-a061-91e9e3d895f8 0.047s 2023-04-20 10:40:19,345 80091 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c31b3e1b-6d01-41b4-bab8-f58fc14d4e83', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x- openstack-request-id': 'req-c31b3e1b-6d01-41b4-bab8-f58fc14d4e83', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/0c71be17-dd0c-4d25-a061-91e9e3d895f8'} Body: b'{"volume": {"id": "0c71be17-dd0c-4d25-a061-91e9e3d895f8", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:17.000000", "updated_at": "2023-04-20T10:40:17.000000", "name": "tempest-CreateVolumesFromImageTest-Volume-449919059", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/5b45e0f5d0fb433dbf86b969122c255c/volumes/0c71be17-dd0c-4d25-a061-91e9e3d895f8"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/5b45e0f5d0fb433dbf86b969122c255c/volumes/0c71be17-dd0c-4d25-a061-91e9e3d895f8"}], "user_id": "8fffa6af1658475fa016865d02835c5b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "5b45e0f5d0fb433dbf86b969122c255c"}}' tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario[compute,id-bdbb5441-9204-419d-a225-b4fdbfb1a1a8,image,network,slow,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/scenario/test_minimum_basic.py", line 116, in test_minimum_basic_scenario volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume a1f54fd9-6f15-4524-a9c6-bef7867dba8c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:37:39,789 80099 DEBUG [tempest.scenario.manager] paths: img: /opt/stack/devstack/files/cirros-0.5.2-x86_64-disk.img, container_format: bare, disk_format: qcow2, properties: None 2023-04-20 10:37:40,454 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/image/v2/images 0.664s 2023-04-20 10:37:40,455 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"name": "tempest-scenario-img--689445022", "container_format": "bare", "disk_format": "qcow2", "visibility": "private"} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '641', 'content-type': 'application/json', 'location': 'http://127.0.0.1:60999/v2/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c', 'openstack-image-import-methods': 'glance-direct,web-download,copy-image', 'x-openstack-request-id': 'req-2c62ebd1-3c7d-49bc-9890-b7aff2fedecb', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/image/v2/images'} Body: b'{"name": "tempest-scenario-img--689445022", "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": "3e5913ed7eb944ddae4b38e1d746e7b9", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "69262355-7a22-44a5-8ebf-cd108cd9fd5c", "created_at": "2023-04-20T10:37:40Z", "updated_at": "2023-04-20T10:37:40Z", "tags": [], "self": "/v2/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c", "file": "/v2/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:37:41,807 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 204 PUT http://10.0.0.210/image/v2/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c/file 1.352s 2023-04-20 10:37:41,808 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/octet-stream', 'X-Auth-Token': ''} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-8abefae2-5768-4336-9dd9-21a5482887ed', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c/file'} Body: b'' 2023-04-20 10:37:41,808 80099 DEBUG [tempest.scenario.manager] image:69262355-7a22-44a5-8ebf-cd108cd9fd5c 2023-04-20 10:37:41,866 80099 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.056s 2023-04-20 10:37:41,867 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-TestMinimumBasicScenario-956051906", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO6n0xssgLNJ9YwnQ9V93NcaNq9fsgPjdGXY0hrReturf7mL9Oi05p0B44KoX3tqIuN1tQo+iN1yrvDbet7dn3Flu5MucjF+Z3ihqA8dypjS6Ft9XWhbqbaTjqdOQGkwAw=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '402', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-dedf3ee2-d776-427c-8c94-96bee46e0b09', 'x-compute-request-id': 'req-dedf3ee2-d776-427c-8c94-96bee46e0b09', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-TestMinimumBasicScenario-956051 906", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBO6n0xssgLNJ9YwnQ9V93NcaNq9fsgPjdGXY0hrReturf7mL9Oi05p0B44KoX3tqIuN1tQo+iN1yrvDbet7dn3Flu5MucjF+Z3ihqA8dypjS6Ft9XWhbqbaTjqdOQGkwAw==", "fingerprint": "67:e0:5e:7c:3c:a2:db:89:f1:54:ef:36:67:1a:58:7c", "user_id": "878178b690704d048c37c79d596e953b"}}' 2023-04-20 10:37:41,995 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.033s 2023-04-20 10:37:41,996 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:41 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-606dc645-c63f-4faa-ae16-e059aba2a0f7', '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": "878178b690704d048c37c79d596e953b", "name": "tempest-TestMinimumBasicScenario-244367270-project-member", "password_expires_at": null}, "audit_ids": ["d8ya6O5YQHeD2DB43ZAhTA"], "expires_at": "2023-04-20T11:37:41.000000Z", "issued_at": "2023-04-20T10:37:41.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "3e5913ed7eb944ddae4b38e1d746e7b9", "name": "tempest-TestMinimumBasicScenario-244367270"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/3e5913ed7eb944ddae4b38e1d746e7b9", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:37:41,996 80099 INFO [tempest.lib.common.fixed_network] (TestMinimumBasicScenario:test_minimum_basic_scenario) Found network {' id': '0ebbf38f-49de-48cb-ab19-2af234cb93fc', 'name': 'tempest-TestMinimumBasicScenario-649679020-network', 'tenant_id': '3e5913ed7eb944ddae4b38e1d746e7b9', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '3e5913ed7eb944ddae4b38e1d746e7b9', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 40342, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:34:41Z', 'updated_at': '2023-04-20T10:34:41Z', 'revision_number': 1} available for tenant 2023-04-20 10:37:42,588 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/compute/v2.1/servers 0.591s 2023-04-20 10:37:42,588 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-TestMinimumBasicScenario-server-1705189616", "imageRef": "69262355-7a22-44a5-8ebf-cd108cd9fd5c", "flavorRef": "42", "key_name": "tempest-TestMinimumBasicScenario-956051906", "networks": [{"uuid": "0ebbf38f-49de-48cb-ab19-2af234cb93fc"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7e5dd0f9-febb-4069-be8c-4f34968dd8f6', 'x-compute-request-id': 'req-7e5dd0f9-febb-4069-be8c-4f34968dd8f6', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "a8d3f0e1-b178-4197-b40a-8ebb2548432d", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "xkH5mCxp4bWM"}}' 2023-04-20 10:37:42,664 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d 0.072s 2023-04-20 10:37:42,665 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:37:42 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1252', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1929a50a-75ae-480d-ad43-eae0ef2ca053', 'x-compute-request-id': 'req-1929a50a-75ae-480d-ad43-eae0ef2ca053', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d'} Body: b'{"server": {"id": "a8d3f0e1-b178-4197-b40a-8ebb2548432d", "name": "tempest-TestMinimumBasicScenario-server-1705189616", "status": "BUILD", "tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9", "user_id": "878178b690704d048c37c79d596e953b", "metadata": {}, "hostId": "", "image": {"id": "69262355-7a22-44a5-8ebf-cd108cd9fd5c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:37:43Z", "updated": "2023-04-20T10:37:42Z", "addresses": {}, "access IPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-956051906", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:38:33,513 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d 0.794s 2023-04-20 10:38:33,513 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:38:32 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-92313b55-2f7a-4c70-a32d-db67fde783b2', 'x-compute-request-id': 'req-92313b55-2f7a-4c70-a32d-db67fde783b2', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d'} Body: b'{"server": {"id": "a8d3f0e1-b178-4197-b40a-8ebb2548432d", "name": "tempest-TestMinimumBasicScenario-server-1705189616", "status": "ACTIVE", "tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9", "user_id": "878178b690704d048c37c79d596e953b", "metadata": {}, "hostId": "d90f591735ecc37c5aae4c5c882f174042c24adae35035d25b74562b", "image": {"id": "69262355-7a22-44a5-8ebf-cd108cd9fd5c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:37:42Z", "updated": "2023-04-20T10:37:49Z", "addresses": {"tempest-TestMinimumBasicScenario-649679020-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:6a:4f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-956051906", "OS-SRV-USG:launched_at": "2023-04-20T10:37:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:38:33,529 80099 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 10:39:33,874 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d 0.285s 2023-04-20 10:39:33,875 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:33 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 -80aede82-9f82-45a1-a46a-9e96f9344e1d', 'x-compute-request-id': 'req-80aede82-9f82-45a1-a46a-9e96f9344e1d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d'} Body: b'{"server": {"id": "a8d3f0e1-b178-4197-b40a-8ebb2548432d", "name": "tempest-TestMinimumBasicScenario-server-1705189616", "status": "ACTIVE", "tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9", "user_id": "878178b690704d048c37c79d596e953b", "metadata": {}, "hostId": "d90f591735ecc37c5aae4c5c882f174042c24adae35035d25b74562b", "image": {"id": "69262355-7a22-44a5-8ebf-cd108cd9fd5c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:37:42Z", "updated": "2023-04-20T10:37:49Z", "addresses": {"tempest-TestMinimumBasicScenario-649679020-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:6a:4f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-956051906", "OS-SRV-USG:launched_at": "2023-04-20T10:37:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:39:34,141 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers 0.253s 2023-04-20 10:39:34,142 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:33 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-a2b3b885-fcbe-4849-9892-bc40ce0a6795', 'x-compute-request-id': 'req-a2b3b885-fcbe-4849-9892-bc40ce0a6795', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"servers": [{"id": "a8d3f0e1-b178-4197-b40a-8ebb2548432d", "name": "tempest-TestMinimumBasicScenario-server-1705189616", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}]}]}' 2023-04-20 10:39:34,297 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d 0.151s 2023-04-20 10:39:34,297 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:34 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-4ecb7e01-1e52-4df1-b4cc-a6c54feee4d1', 'x-compute-request-id': 'req-4ecb7e01-1e52-4df1-b4cc-a6c54feee4d1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b4 0a-8ebb2548432d'} Body: b'{"server": {"id": "a8d3f0e1-b178-4197-b40a-8ebb2548432d", "name": "tempest-TestMinimumBasicScenario-server-1705189616", "status": "ACTIVE", "tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9", "user_id": "878178b690704d048c37c79d596e953b", "metadata": {}, "hostId": "d90f591735ecc37c5aae4c5c882f174042c24adae35035d25b74562b", "image": {"id": "69262355-7a22-44a5-8ebf-cd108cd9fd5c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:37:42Z", "updated": "2023-04-20T10:37:49Z", "addresses": {"tempest-TestMinimumBasicScenario-649679020-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:6a:4f"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-956051906", "OS-SRV-USG:launched_at": "2023-04-20T10:37:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:39:34,491 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 202 POST http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes 0.181s 2023-04-20 10:39:34,491 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-TestMinimumBasicScenario-volume-1077526175", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0073bbe1-bb3a-42de-8a31-c655c3002020', 'content-length': '822', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0073bbe1-bb3a-42de-8a31-c655c3002020', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes'} Body: b'{"volume": {"id": "a1f54fd9-6f15-4524-a9c6-bef7867dba8c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:39:34.431688", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1077526175", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c"}], "user_id": "878178b690704d048c37c79d596e953b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:39:34,548 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c 0.038s 2023-04-20 10:39:34,548 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute- request-id': 'req-3917745f-82cf-428c-a0ff-97d84c0b22eb', 'content-length': '890', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-3917745f-82cf-428c-a0ff-97d84c0b22eb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c'} Body: b'{"volume": {"id": "a1f54fd9-6f15-4524-a9c6-bef7867dba8c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:39:34.000000", "updated_at": null, "name": "tempest-TestMinimumBasicScenario-volume-1077526175", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c"}], "user_id": "878178b690704d048c37c79d596e953b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9"}}' 2023-04-20 10:39:35,606 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:test_minimum_basic_scenario): 200 GET http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c 0.045s 2023-04-20 10:39:35,606 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9b053c18-30e1-4658-8393-a8a69a3f9081', 'content-length': '911', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9b053c18-30e1-4658-8393-a8a69a3f9081', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c'} Body: b'{"volume": {"id": "a1f54fd9-6f15-4524-a9c6-bef7867dba8c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:39:34.000000", "updated_at": "2023-04-20T10:39:35.000000", "name": "tempest-TestMinimumBasicScenario-volume-1077526175", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c"}], "user_id": "878178b690704d048c37c79d596e953b", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9"}}' 2023-04-20 10:39:35,718 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c 0.101s 2023-04-20 10:39:35,719 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-7b89df82-3d32-46ab-83f1-d2dc649b58e8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/3e5913ed7 eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c'} Body: b'' 2023-04-20 10:39:35,739 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c 0.020s 2023-04-20 10:39:35,739 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39: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-f5be7434-c987-4de8-a0ab-7c338a34649b', 'x-openstack-request-id': 'req-f5be7434-c987-4de8-a0ab-7c338a34649b', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/3e5913ed7eb944ddae4b38e1d746e7b9/volumes/a1f54fd9-6f15-4524-a9c6-bef7867dba8c'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume a1f54fd9-6f15-4524-a9c6-bef7867dba8c could not be found."}}' 2023-04-20 10:39:35,853 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d 0.113s 2023-04-20 10:39:35,854 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:35 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-78db93a4-bbc3-416f-982a-b0a8b1d2b358', 'x-compute-request-id': 'req-78db93a4-bbc3-416f-982a-b0a8b1d2b358', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d'} Body: b'' 2023-04-20 10:39:36,273 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d 0.419s 2023-04-20 10:39:36,274 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:35 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-0e5f2710-9d4a-4c50-bcc6-4166743e50c8', 'x-compute-request-id': 'req-0e5f2710-9d4a-4c50-bcc6-4166743e50c8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d'} Body: b'{"server": {"id": "a8d3f0e1-b178-4197-b40a-8ebb2548432d", "name": "tempest-TestMinimumBasicScenario-server-1705189616", "status": "ACTIVE", "tenant_id": "3e5913ed7eb944ddae4b38e1d746e7b9", "user_id": "878178b690704d048c37c79d596e953b", "metadata": {}, "hostId": "d90f591735ecc37c5aae4c5c882f174042c24adae35035d25b74562b", "image": {"id": "69262355-7a22-44a5-8ebf-cd108cd9fd5c", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:37:42Z", "updated": "2023-04-20T10:39:36Z", "addresses": {"tempest-TestMinimumBasicScenario-649679020-network": [{"version": 4, "addr": "10.0.0.9", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:c0:6a:4f"}]}, "accessIPv4": "", "accessIP v6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-TestMinimumBasicScenario-956051906", "OS-SRV-USG:launched_at": "2023-04-20T10:37:49.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:40:26,579 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d 0.244s 2023-04-20 10:40:26,579 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'content-type': 'application/json; charset=UTF-8', 'content-length': '111', 'x-openstack-request-id': 'req-b0f589ab-e44e-406a-a1b2-fd7090f4bccc', 'x-compute-request-id': 'req-b0f589ab-e44e-406a-a1b2-fd7090f4bccc', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/a8d3f0e1-b178-4197-b40a-8ebb2548432d'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance a8d3f0e1-b178-4197-b40a-8ebb2548432d could not be found."}}' 2023-04-20 10:40:26,606 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-956051906 0.026s 2023-04-20 10:40:26,607 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fea6c00c-5569-4b7a-8086-6e0aeba352ce', 'x-compute-request-id': 'req-fea6c00c-5569-4b7a-8086-6e0aeba352ce', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-TestMinimumBasicScenario-956051906'} Body: b'' 2023-04-20 10:40:26,704 80099 INFO [tempest.lib.common.rest_client] Request (TestMinimumBasicScenario:_run_cleanups): 204 DELETE http://10.0.0.210/image/v2/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c 0.096s 2023-04-20 10:40:26,704 80099 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'text/html; charset=UTF-8', 'x-openstack-request-id': 'req-dd10794b-d243-4cc3-85c2-c3c4ed857271', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/image/v2/images/69262355-7a22-44a5-8ebf-cd108cd9fd5c'} Body: b'' tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_attach_volume_shelved_or_offload_server[id-13a940b6-3474-4c3c-b03f-29b89112bfee,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 269, in test_attach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume f3bb23b4-a890-4094-8c69-9fe13695dcbf failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:38:29,068 80083 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 10:38:29,068 80083 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 10:38:29,187 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.113s 2023-04-20 10:38:29,187 80083 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-890693079", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLhpymhd3yO1Et+0eGAwsr/GXx7RZVrMrGei6a2cvPWCyKtNLDS8f5siOp4rn0Q/jHWAzkxE2ACk5TYmPElXFB6TEwAmLrBWzrznzaospNaBLAUvu71t3e1gkhL61SXmbQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:38:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e64ecac4-64b2-4dd2-a158-01420888d0a9', 'x-compute-request-id': 'req-e64ecac4-64b2-4dd2-a158-01420888d0a9', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-890693079", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLhpymhd3yO1Et+0eGAwsr/GXx7RZVrMrGei6a2cvPWCyKtNLDS8f5siOp4rn0Q/jHWAzkxE2ACk5TYmPElXFB6TEwAmLrBWzrznzaospNaBLAUvu71t3e1gkhL61SXmbQ==", "fingerprint": "e5:8e:23:5b:1b:27:f6:ca:b0:41:5a:44:fb:48:44:5e", "user_id": "0a931240713e465197b96fa84574ba23"}}' 2023-04-20 10:38:29,190 80083 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-890693079 created 2023-04-20 10:38:29,349 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.158s 2023-04-20 10:38:29,349 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--777076686", "description": "tempest-description--1205664836"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1596', 'x-openstack-request-id': 'req-632a47a3-3b15-440a-b9c4-6bd0a6bff8a5', 'date': 'Thu, 20 Apr 2023 10:38:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "0a403329-bc61-443f-a5d0-717cfaadc7da", "name": "tempest-securitygroup--777076686", "stateful": true, "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "description": "tempest-description--1205664836", "shared": false, "security_group_rules": [{"id": "d2f92154-5cb6-44d5-8b48-c9a7b41f7cd3", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "security_group_id": "0a403329-bc61-443f-a5d0-717cfaadc7da", "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": 911, "description": null, "tags": [], "created_at": "2023-04-20T10:38:29Z", "updated_at": "2023-04-20T10:38:29Z", "revision_number": 0, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}, {"id": "d9a9bac7-c499-48f2-bc8d-ce12b65686ed", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "security_group_id": "0a403329-bc61-443f-a5d0-717cfaadc7da", "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, "description": null, "tags": [], "created_at": "2023-04-20T10:38:29Z", "updated_at": "2023-04-20T10:38:29Z", "revision_number": 0, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}], "tags": [], "created_at": "2023-04-20T10:38:29Z", "updated_at": "2023-04-20T10:38:29Z", "revision_number": 1, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:38:29,511 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.161s 2023-04-20 10:38:29,511 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0a403329-bc61-443f-a5d0-717cfaadc7da", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-3c980a32-81f9-499b-92fd-c95dc1128fea', 'date': 'Thu, 20 Apr 2023 10:38:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "93c1e8ef-d2f8-4815-a5b0-0ac5c9e1682f", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "security_group_id": "0a403329-bc61-443f-a5d0-717cfaadc7da", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:38:29Z", "updated_at": "2023-04-20T10:38:29Z", "revision_number": 0, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:38:29,667 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.155s 2023-04-20 10:38:29,668 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "0a403329-bc61-443f-a5d0-717cfaadc7da", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-e7b7d3a0-4399-4a8f-9f84-06bda3be783c', 'date': 'Thu, 20 Apr 2023 10:38:29 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "1c3c6a7c-a496-445d-9059-9ad33b229032", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "security_group_id": "0a403329-bc61-443f-a5d0-717cfaadc7da", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:38:29Z", "updated_at": "2023-04-20T10:38:29Z", "revision_number": 0, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:38:29,668 80083 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--777076686 created 2023-04-20 10:38:30,784 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.115s 2023-04-20 10:38:30,785 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e"}} Response - Headers: {'content- type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-efe21a9d-ea1b-40ec-bf33-9937fac82eba', 'date': 'Thu, 20 Apr 2023 10:38:30 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "1a83c306-b9fe-4a9f-a668-fa1a4e4766dd", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "floating_ip_address": "172.24.4.245", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:38:30Z", "updated_at": "2023-04-20T10:38:30Z", "revision_number": 0}}' 2023-04-20 10:38:30,785 80083 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '1a83c306-b9fe-4a9f-a668-fa1a4e4766dd', 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'floating_ip_address': '172.24.4.245', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:38:30Z', 'updated_at': '2023-04-20T10:38:30Z', 'revision_number': 0, 'ip': '172.24.4.245'} created 2023-04-20 10:38:30,829 80083 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 2023-04-20 10:38:30,830 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:38:30 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-0c3821b9-a589-4c40-8f3d-5d773989ec9a', '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": "0a931240713e465197b96fa84574ba23", "name": "tempest-AttachVolumeShelveTestJSON-1878611374-project-member", "password_expires_at": null}, "audit_ids": ["ngRfPUeURdWB_4gO7MK1dQ"], "expires_at": "2023-04-20T11:38:30.000000Z", "issued_at": "2023-04-20T10:38:30.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb2d81481a7d4ec1b28e5377055b3ed7", "name": "tempest-AttachVolumeShelveTestJSON-1878611374"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cb2d81481a7d4ec1b28e5377055b3ed7", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "plac ement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:38:30,830 80083 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server) Found network {'id': 'e38408cb-95b3-47d6-8d3c-32650adda382', 'name': 'tempest-AttachVolumeShelveTestJSON-1326937209-network', 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30891, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:38:23Z', 'updated_at': '2023-04-20T10:38:23Z', 'revision_number': 1} available for tenant 2023-04-20 10:38:30,831 80083 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-890693079', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBLhpymhd3yO1Et+0eGAwsr/GXx7RZVrMrGei6a2cvPWCyKtNLDS8f5siOp4rn0Q/jHWAzkxE2ACk5TYmPElXFB6TEwAmLrBWzrznzaospNaBLAUvu71t3e1gkhL61SXmbQ==', 'fingerprint': 'e5:8e:23:5b:1b:27:f6:ca:b0:41:5a:44:fb:48:44:5e', 'user_id': '0a931240713e465197b96fa84574ba23', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDA8u+FfSLdV4bKTb7AFvCNYbMN3fo3O/ksXZzDd7bmtEz//zRNQP+cG\nOD9YbxrcBoCgBwYFK4EEACKhZANiAAS4acpoXd8jtRLftHhgMLK/xl8e0WVazKxn\noumtnLz1gsirTSw0vH+bIjqeK59EP4x1gM5MRNgApOU2JjxJVxQekxMAJi6wVs68\n582qLKTWgSwFL7u9bd3tYJIS+tUl5m0=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '0a403329-bc61-443f-a5d0-717cfaadc7da', 'name': 'tempest-securitygroup--777076686', 'stateful': True, 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'description': 'tempest-description--1205664836', 'shared': False, 'security_group_rules': [{'id': 'd2f92154-5cb6-44d5-8b48-c9a7b41f7cd3', 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'security_group_id': '0a403329-bc61-443f-a5d0-717cfaadc7da', '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': 911, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:38:29Z', 'updated_at': '2023-04-20T10:38:29Z', 'revision_number': 0, 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7'}, {'id': 'd9a9bac7-c499-48f2-bc8d-ce12b65686ed', 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'security_group_id': '0a403329-bc61-443f-a5d0-717cfaadc7da', '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, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:38:29Z', 'updated_at': '2023- 04-20T10:38:29Z', 'revision_number': 0, 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7'}], 'tags': [], 'created_at': '2023-04-20T10:38:29Z', 'updated_at': '2023-04-20T10:38:29Z', 'revision_number': 1, 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7'}, 'floating_ip': {'id': '1a83c306-b9fe-4a9f-a668-fa1a4e4766dd', 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'floating_ip_address': '172.24.4.245', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:38:30Z', 'updated_at': '2023-04-20T10:38:30Z', 'revision_number': 0, 'ip': '172.24.4.245'}} 2023-04-20 10:38:31,481 80083 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.649s 2023-04-20 10:38:31,482 80083 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-320923773", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "e38408cb-95b3-47d6-8d3c-32650adda382"}], "security_groups": [{"name": "tempest-securitygroup--777076686"}], "key_name": "tempest-keypair-890693079", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:38:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '399', 'location': 'http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79', '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-24fe6e8c-b229-4c7a-98b4-1f89d46c1c5e', 'x-compute-request-id': 'req-24fe6e8c-b229-4c7a-98b4-1f89d46c1c5e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "e1e6c1fe-e5bb-496f-90e8-c77962132b79", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--777076686"}], "adminPass": "password"}}' 2023-04-20 10:38:31,565 80083 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/e1e6c1fe-e5bb-496f-90e8-c77962132b79 0.080s 2023-04-20 10:38:31,566 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:38:31 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-e02b258f-1959-4705-8117-b2e2a87a42b0', 'x-compute-request-id': 'req-e02b258f-1959-4705-8117-b2e2a87a42b0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79'} Body: b'{"server": {"id": "e1e6c1fe-e5bb-496f-90e8-c77962132b79", "name": "tempest-AttachVolumeShelveTestJSON-server-320923773", "status": "BUILD", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "user_id": "0a931 240713e465197b96fa84574ba23", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:38:31Z", "updated": "2023-04-20T10:38:31Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-890693079", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 10:39:21,901 80083 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/e1e6c1fe-e5bb-496f-90e8-c77962132b79 0.271s 2023-04-20 10:39:21,902 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:21 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-5b34e172-085a-4cc4-b0ce-42397d269fc4', 'x-compute-request-id': 'req-5b34e172-085a-4cc4-b0ce-42397d269fc4', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79'} Body: b'{"server": {"id": "e1e6c1fe-e5bb-496f-90e8-c77962132b79", "name": "tempest-AttachVolumeShelveTestJSON-server-320923773", "status": "ACTIVE", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "user_id": "0a931240713e465197b96fa84574ba23", "metadata": {}, "hostId": "82508168199318ac2ab2e216b36a8eb909798be5cae4aca3be497325", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:38:31Z", "updated": "2023-04-20T10:38:38Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1326937209-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:13:6a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-890693079", "OS-SRV-USG:launched_at": "2023-04-20T10:38:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--777076686"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 10:39:21,915 80083 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:40:22,164 80083 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/e1e6c1 fe-e5bb-496f-90e8-c77962132b79/os-interface 0.188s 2023-04-20 10:40:22,164 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:21 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-ddcf976c-3f1f-4cff-9c68-e02dd74311cd', 'x-compute-request-id': 'req-ddcf976c-3f1f-4cff-9c68-e02dd74311cd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e38408cb-95b3-47d6-8d3c-32650adda382", "port_id": "3a540308-3038-45f9-89b1-b7039742888b", "mac_addr": "fa:16:3e:82:13:6a", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "530904f7-fadd-4012-b512-0f3c3d2eb585", "ip_address": "10.0.0.4"}]}]}' 2023-04-20 10:40:22,978 80083 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/1a83c306-b9fe-4a9f-a668-fa1a4e4766dd 0.809s 2023-04-20 10:40:22,978 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "3a540308-3038-45f9-89b1-b7039742888b"}} Response - Headers: {'content-type': 'application/json', 'content-length': '829', 'x-openstack-request-id': 'req-cf84ff02-6872-4e06-a60f-9961f8d7bd96', 'date': 'Thu, 20 Apr 2023 10:40:22 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1a83c306-b9fe-4a9f-a668-fa1a4e4766dd'} Body: b'{"floatingip": {"id": "1a83c306-b9fe-4a9f-a668-fa1a4e4766dd", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "floating_ip_address": "172.24.4.245", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": "139ece78-4138-4815-84ee-dabcd8bf88df", "port_id": "3a540308-3038-45f9-89b1-b7039742888b", "fixed_ip_address": "10.0.0.4", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e38408cb-95b3-47d6-8d3c-32650adda382", "mac_address": "fa:16:3e:82:13:6a", "admin_state_up": true, "status": "ACTIVE", "device_id": "e1e6c1fe-e5bb-496f-90e8-c77962132b79", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:38:30Z", "updated_at": "2023-04-20T10:40:22Z", "revision_number": 1, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:40:22,982 80083 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.245:22' as 'cirros' with public key authentication 2023-04-20 10:40:23,021 80083 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:40:23,057 80083 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:40:23,058 80083 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.245 successfully created 2023-04-20 10:40:23,125 80083 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/e1e6c1fe-e5bb-496f-90e8-c77962132b79/ips 0.066s 2023-04-20 10:40:23,126 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:23 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-72d004ad-7894-4cea-ad3c-55c7eb84aeeb', 'x-compute-request-id': 'req-72d004ad-7894-4cea-ad3c-55c7eb84aeeb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1326937209-network": [{"version": 4, "addr": "10.0.0.4"}]}}' 2023-04-20 10:40:23,379 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes 0.249s 2023-04-20 10:40:23,379 80083 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-619171316"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-6f0c35b7-ae8f-4289-b048-7ee30eb98354', 'content-length': '823', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-6f0c35b7-ae8f-4289-b048-7ee30eb98354', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes'} Body: b'{"volume": {"id": "f3bb23b4-a890-4094-8c69-9fe13695dcbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:23.312836", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-619171316", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/f3bb23b4-a890-4094-8c69-9fe13695dcbf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/f3bb23b4-a890-4094-8c69-9fe13695dcbf"}], "user_id": "0a931240713e465197b96fa84574ba23", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:40:23,434 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/f3bb23b4-a890-4094-8c69-9fe13695dcbf 0.045s 2023-04-20 10:40:23,434 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-b32edf3f-c25b-4905-bdbf-1f9c1e79dd9f', 'content-length': '891', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-b32edf3f-c25b-4905-bdbf-1f9c1e79dd9f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/f3bb23b4-a890-4094-8c69-9fe13695dcbf'} Body: b'{"volume": {"id": "f3bb23b4-a890-4094-8c69-9fe13695dcbf", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:23.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-619171316", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/f3bb23b4-a890-4094-8c69-9fe13695dcbf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/f3bb23b4-a890-4094-8c69-9fe13695dcbf"}], "user_id": "0a931240713e 465197b96fa84574ba23", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:40:24,492 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_attach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/f3bb23b4-a890-4094-8c69-9fe13695dcbf 0.046s 2023-04-20 10:40:24,493 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-119ac509-7ab7-4a77-90c9-24a9aa7b3270', 'content-length': '912', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-119ac509-7ab7-4a77-90c9-24a9aa7b3270', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/f3bb23b4-a890-4094-8c69-9fe13695dcbf'} Body: b'{"volume": {"id": "f3bb23b4-a890-4094-8c69-9fe13695dcbf", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:40:23.000000", "updated_at": "2023-04-20T10:40:23.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-619171316", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/f3bb23b4-a890-4094-8c69-9fe13695dcbf"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/f3bb23b4-a890-4094-8c69-9fe13695dcbf"}], "user_id": "0a931240713e465197b96fa84574ba23", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:40:24,637 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79 0.131s 2023-04-20 10:40:24,638 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:24 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-355e8166-fc8a-4e20-bb5d-fb16b0278a13', 'x-compute-request-id': 'req-355e8166-fc8a-4e20-bb5d-fb16b0278a13', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79'} Body: b'' 2023-04-20 10:40:25,269 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79 0.630s 2023-04-20 10:40:25,269 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1710', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-fa30291c-9f81-44df-9c6c-8f07233d9967', 'x-compute-request-id': 'req-fa3 0291c-9f81-44df-9c6c-8f07233d9967', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79'} Body: b'{"server": {"id": "e1e6c1fe-e5bb-496f-90e8-c77962132b79", "name": "tempest-AttachVolumeShelveTestJSON-server-320923773", "status": "ACTIVE", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "user_id": "0a931240713e465197b96fa84574ba23", "metadata": {}, "hostId": "82508168199318ac2ab2e216b36a8eb909798be5cae4aca3be497325", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:38:31Z", "updated": "2023-04-20T10:40:25Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1326937209-network": [{"version": 4, "addr": "10.0.0.4", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:13:6a"}, {"version": 4, "addr": "172.24.4.245", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:82:13:6a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-890693079", "OS-SRV-USG:launched_at": "2023-04-20T10:38:38.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--777076686"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 10:41:15,370 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79 0.037s 2023-04-20 10:41:15,370 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:41:15 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-3bd52610-f73a-4c9d-a5fa-cf29624e94e1', 'x-compute-request-id': 'req-3bd52610-f73a-4c9d-a5fa-cf29624e94e1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/e1e6c1fe-e5bb-496f-90e8-c77962132b79'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance e1e6c1fe-e5bb-496f-90e8-c77962132b79 could not be found."}}' 2023-04-20 10:41:15,401 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-890693079 0.030s 2023-04-20 10:41:15,402 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:41:15 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-a0b1d6f2-e34d-430e-8ff9-9d56d5e0f569', 'x-compute-request-id': 'req-a0b1d6f2-e34d-430e-8ff9-9d56d5e0f569', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-890693079 '} Body: b'' 2023-04-20 10:41:15,545 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/0a403329-bc61-443f-a5d0-717cfaadc7da 0.143s 2023-04-20 10:41:15,545 80083 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-e427e296-1738-483b-b9c5-9905584c9a85', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:41:15 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0a403329-bc61-443f-a5d0-717cfaadc7da'} Body: b'' 2023-04-20 10:41:15,562 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/0a403329-bc61-443f-a5d0-717cfaadc7da 0.016s 2023-04-20 10:41:15,563 80083 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-78df1965-a64a-405e-8674-8f2e10677898', 'date': 'Thu, 20 Apr 2023 10:41:15 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/0a403329-bc61-443f-a5d0-717cfaadc7da'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 0a403329-bc61-443f-a5d0-717cfaadc7da does not exist", "detail": ""}}' 2023-04-20 10:41:16,014 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/1a83c306-b9fe-4a9f-a668-fa1a4e4766dd 0.451s 2023-04-20 10:41:16,015 80083 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-c9bc3362-1845-4ad6-be31-366c52b67fd9', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:41:16 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/1a83c306-b9fe-4a9f-a668-fa1a4e4766dd'} Body: b'' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_blank_volume[id-48f123cb-922a-4065-8db6-b9a9074a556b,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 286, in test_stable_device_rescue_bfv_blank_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 334, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 317, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 3d5b6824-153d-43ab-b274-38d733da2664 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-20T10:41:26Z', 'message': 'Build of instance 3d5b6824-153d-43ab-b274-38d733da2664 aborted: Volume a7649a67-45bb-48f9-a19c-57fc0cd1a24b did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-ee821388-a4c2-4c00-a9d3-5a2958a81b94. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:38:23,422 80087 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.037s 2023-04-20 10:38:23,422 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:38:23 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-b5469880-f73c-4c95-a8a5-5c9048d2309c', '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": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "password_expires_at": null}, "audit_ids": ["V2nYA39RR32kC9bh53PbtA"], "expires_at": "2023-04-20T11:38:23.000000Z", "issued_at": "2023-04-20T10:38:23.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bcb8e3930844068bd2b496914a4d764", "name": "tempest-ServerBootFromVolumeStableRescueTest-134694710"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:38:23,423 80087 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '48558ac2-005d-42a1-a003-2662a04d6946', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-838813002-network', 'tenant_id': '5bcb8e3930844068bd2b496914a4d764', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project _id': '5bcb8e3930844068bd2b496914a4d764', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10195, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:38:17Z', 'updated_at': '2023-04-20T10:38:17Z', 'revision_number': 1} available for tenant 2023-04-20 10:38:24,088 80087 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.664s 2023-04-20 10:38:24,088 80087 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-307242091", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "networks": [{"uuid": "48558ac2-005d-42a1-a003-2662a04d6946"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:38:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/4277833d-7119-4772-ba6d-dfa7368a652b', '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-39bdd54c-be93-4f24-9920-b1bc617af088', 'x-compute-request-id': 'req-39bdd54c-be93-4f24-9920-b1bc617af088', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "4277833d-7119-4772-ba6d-dfa7368a652b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4277833d-7119-4772-ba6d-dfa7368a652b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4277833d-7119-4772-ba6d-dfa7368a652b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "FsQpN9XX9RWv"}}' 2023-04-20 10:38:24,176 80087 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/4277833d-7119-4772-ba6d-dfa7368a652b 0.084s 2023-04-20 10:38:24,176 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:38:24 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-9774485a-efb9-493c-bada-62428f822b61', 'x-compute-request-id': 'req-9774485a-efb9-493c-bada-62428f822b61', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4277833d-7119-4772-ba6d-dfa7368a652b'} Body: b'{"server": {"id": "4277833d-7119-4772-ba6d-dfa7368a652b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-307242091", "status": "BUILD", "tenant_id": "5bcb8e3930844068bd2b496914a4d764", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T10:38:24Z", "updated": "2023-04-20T10:38:24Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4277833 d-7119-4772-ba6d-dfa7368a652b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4277833d-7119-4772-ba6d-dfa7368a652b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 10:39:14,506 80087 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/4277833d-7119-4772-ba6d-dfa7368a652b 0.267s 2023-04-20 10:39:14,507 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:39:14 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cce961b9-bd51-4b21-a7e9-ce3491b85c5e', 'x-compute-request-id': 'req-cce961b9-bd51-4b21-a7e9-ce3491b85c5e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4277833d-7119-4772-ba6d-dfa7368a652b'} Body: b'{"server": {"id": "4277833d-7119-4772-ba6d-dfa7368a652b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-307242091", "status": "ACTIVE", "tenant_id": "5bcb8e3930844068bd2b496914a4d764", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "metadata": {}, "hostId": "587d83b4197a89dfb3a839c2926f1eda18fc872e9fb0485e632bd3f1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T10:38:24Z", "updated": "2023-04-20T10:38:30Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-838813002-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:07:da"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4277833d-7119-4772-ba6d-dfa7368a652b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4277833d-7119-4772-ba6d-dfa7368a652b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:38:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 10:39:14,522 80087 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:40:15,391 80087 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/4277833d-7119-4772-ba6d-dfa7368a652b/action 0.822s 2023-04-20 10:40:15,391 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"createImage": {"name": "tempest-ServerBootFromVolumeStableR escueTest-image-1746707564"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:14 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-98da34b0-27c2-4f18-bf2e-e302293e3be3', 'x-compute-request-id': 'req-98da34b0-27c2-4f18-bf2e-e302293e3be3', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4277833d-7119-4772-ba6d-dfa7368a652b/action'} Body: b'{"image_id": "424922f9-e1c8-4d0c-88c7-76f96b20bc17"}' 2023-04-20 10:40:15,429 80087 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/424922f9-e1c8-4d0c-88c7-76f96b20bc17 0.036s 2023-04-20 10:40:15,430 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:15 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-6fb8d414-f5cd-4d75-bd51-eb2d94decf4c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "4277833d-7119-4772-ba6d-dfa7368a652b", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1746707564", "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": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "424922f9-e1c8-4d0c-88c7-76f96b20bc17", "created_at": "2023-04-20T10:40:15Z", "updated_at": "2023-04-20T10:40:15Z", "tags": [], "self": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17", "file": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:40:16,463 80087 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/424922f9-e1c8-4d0c-88c7-76f96b20bc17 0.031s 2023-04-20 10:40:16,463 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:16 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e0d6c249-8d5d-465e-8803-6581c58b6fae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "4277833d-7119-4772-ba6d-dfa7368a652b", "owner_project_name": "tempest-ServerBootFr omVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1746707564", "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": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "424922f9-e1c8-4d0c-88c7-76f96b20bc17", "created_at": "2023-04-20T10:40:15Z", "updated_at": "2023-04-20T10:40:15Z", "tags": [], "self": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17", "file": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:40:17,489 80087 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/424922f9-e1c8-4d0c-88c7-76f96b20bc17 0.024s 2023-04-20 10:40:17,490 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-fd02dc21-d83e-4989-b49a-d2eed801015a', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "4277833d-7119-4772-ba6d-dfa7368a652b", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1746707564", "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": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "424922f9-e1c8-4d0c-88c7-76f96b20bc17", "created_at": "2023-04-20T10:40:15Z", "updated_at": "2023-04-20T10:40:15Z", "tags": [], "self": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17", "file": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:40:18,513 80087 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/424922f9-e1c8-4d0c-88c7-76f96b20bc17 0.021s 2023-04-20 10:40:18,513 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-4a810d16-a6e4-45a0-be6d-0855ff006649', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "boot_ro les": "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": "4277833d-7119-4772-ba6d-dfa7368a652b", "owner_id": "5bcb8e3930844068bd2b496914a4d764", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1746707564", "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": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "424922f9-e1c8-4d0c-88c7-76f96b20bc17", "created_at": "2023-04-20T10:40:15Z", "updated_at": "2023-04-20T10:40:18Z", "tags": [], "self": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17", "file": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:40:19,538 80087 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/424922f9-e1c8-4d0c-88c7-76f96b20bc17 0.023s 2023-04-20 10:40:19,538 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:19 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e0f3bc99-9f9c-47fc-ac39-2b97268ad756', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "4277833d-7119-4772-ba6d-dfa7368a652b", "owner_id": "5bcb8e3930844068bd2b496914a4d764", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1746707564", "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": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "424922f9-e1c8-4d0c-88c7-76f96b20bc17", "created_at": "2023-04-20T10:40:15Z", "updated_at": "2023-04-20T10:40:19Z", "tags": [], "self": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17", "file": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:40:20,567 80087 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/424922f9-e1c8-4d0c-88c7-76f96b20bc17 0.026s 2023-04-20 10:40:20,567 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Acce pt': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-c05fe5f2-dac8-4bfd-94b8-bdefa46a4aa1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "4277833d-7119-4772-ba6d-dfa7368a652b", "owner_id": "5bcb8e3930844068bd2b496914a4d764", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1746707564", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "63d3a4c925e601035f60216ed548f819", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "af5afe212ab68b1d761251ac4fa9d249f6eaafc4187cfe9f00a260ab55c103383813c55cfbb26be3471969121958e38b13b61f3194699963605ae00eac7c8c20", "id": "424922f9-e1c8-4d0c-88c7-76f96b20bc17", "created_at": "2023-04-20T10:40:15Z", "updated_at": "2023-04-20T10:40:20Z", "tags": [], "self": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17", "file": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:40:20,592 80087 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/424922f9-e1c8-4d0c-88c7-76f96b20bc17 0.024s 2023-04-20 10:40:20,592 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-5463c02a-0c51-45ca-9b87-2adb1a7cc6fd', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "4277833d-7119-4772-ba6d-dfa7368a652b", "owner_id": "5bcb8e3930844068bd2b496914a4d764", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1746707564", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "63d3a4c925e601035f60216ed548f819", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "5bcb8e3930844068bd2b496914a4d764", "o s_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "af5afe212ab68b1d761251ac4fa9d249f6eaafc4187cfe9f00a260ab55c103383813c55cfbb26be3471969121958e38b13b61f3194699963605ae00eac7c8c20", "id": "424922f9-e1c8-4d0c-88c7-76f96b20bc17", "created_at": "2023-04-20T10:40:15Z", "updated_at": "2023-04-20T10:40:20Z", "tags": [], "self": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17", "file": "/v2/images/424922f9-e1c8-4d0c-88c7-76f96b20bc17/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:40:20,882 80087 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/4277833d-7119-4772-ba6d-dfa7368a652b 0.289s 2023-04-20 10:40:20,883 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:40:20 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-1aad2414-e5f2-459d-a250-612b6416ebb7', 'x-compute-request-id': 'req-1aad2414-e5f2-459d-a250-612b6416ebb7', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/4277833d-7119-4772-ba6d-dfa7368a652b'} Body: b'{"server": {"id": "4277833d-7119-4772-ba6d-dfa7368a652b", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-307242091", "status": "ACTIVE", "tenant_id": "5bcb8e3930844068bd2b496914a4d764", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "metadata": {}, "hostId": "587d83b4197a89dfb3a839c2926f1eda18fc872e9fb0485e632bd3f1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T10:38:24Z", "updated": "2023-04-20T10:40:20Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-838813002-network": [{"version": 4, "addr": "10.0.0.10", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:ee:07:da"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/4277833d-7119-4772-ba6d-dfa7368a652b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/4277833d-7119-4772-ba6d-dfa7368a652b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:38:30.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 10:41:21,059 80087 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.096s 2023-04-20 10:41:21,060 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:41:20 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-b4fc6d02-e980-4fe5-9ee3-eecbc5392dc1', '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": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "password_expires_at": null}, "audit_ids": ["IVgcUV4UQAe_McenHmJ36Q"], "expires_at": "2023-04-20T11:41:20.000000Z", "issued_at": "2023-04-20T10:41:20.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bcb8e3930844068bd2b496914a4d764", "name": "tempest-ServerBootFromVolumeStableRescueTest-134694710"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:41:21,060 80087 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_blank_volume) Found network {'id': '48558ac2-005d-42a1-a003-2662a04d6946', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-838813002-network', 'tenant_id': '5bcb8e3930844068bd2b496914a4d764', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5bcb8e3930844068bd2b496914a4d764', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10195, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:38:17Z', 'updated_at': '2023-04-20T10:38:17Z', 'revision_number': 1} available for tenant 2023-04-20 10:41:22,006 80087 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.945s 2023-04-20 10:41:22,006 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'applica tion/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-172044684", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "blank", "volume_size": 1, "destination_type": "volume"}], "networks": [{"uuid": "48558ac2-005d-42a1-a003-2662a04d6946"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:41:21 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/3d5b6824-153d-43ab-b274-38d733da2664', '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-ee821388-a4c2-4c00-a9d3-5a2958a81b94', 'x-compute-request-id': 'req-ee821388-a4c2-4c00-a9d3-5a2958a81b94', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "3d5b6824-153d-43ab-b274-38d733da2664", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d5b6824-153d-43ab-b274-38d733da2664"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d5b6824-153d-43ab-b274-38d733da2664"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "omtLMKrpAJ5E"}}' 2023-04-20 10:41:22,086 80087 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/3d5b6824-153d-43ab-b274-38d733da2664 0.076s 2023-04-20 10:41:22,086 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:41:22 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-8b02cecc-d634-4aec-b60e-6e2cb4cb3328', 'x-compute-request-id': 'req-8b02cecc-d634-4aec-b60e-6e2cb4cb3328', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d5b6824-153d-43ab-b274-38d733da2664'} Body: b'{"server": {"id": "3d5b6824-153d-43ab-b274-38d733da2664", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-172044684", "status": "BUILD", "tenant_id": "5bcb8e3930844068bd2b496914a4d764", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T10:41:22Z", "updated": "2023-04-20T10:41:22Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d5b6824-153d-43ab-b274-38d733da2664"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d5b6824-153d-43ab-b274-38d733da2664"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 10:42:12,297 80087 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolu meStableRescueTest:test_stable_device_rescue_bfv_blank_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/3d5b6824-153d-43ab-b274-38d733da2664 0.162s 2023-04-20 10:42:12,298 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:42:12 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-a3f7edaf-c715-4767-af7f-4baffa3dd58c', 'x-compute-request-id': 'req-a3f7edaf-c715-4767-af7f-4baffa3dd58c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d5b6824-153d-43ab-b274-38d733da2664'} Body: b'{"server": {"id": "3d5b6824-153d-43ab-b274-38d733da2664", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-172044684", "status": "ERROR", "tenant_id": "5bcb8e3930844068bd2b496914a4d764", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T10:41:21Z", "updated": "2023-04-20T10:41:26Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/3d5b6824-153d-43ab-b274-38d733da2664"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/3d5b6824-153d-43ab-b274-38d733da2664"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-20T10:41:26Z", "message": "Build of instance 3d5b6824-153d-43ab-b274-38d733da2664 aborted: Volume a7649a67-45bb-48f9-a19c-57fc0cd1a24b did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 10:42:12,313 80087 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-20 10:42:12,815 80087 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/3d5b6824-153d-43ab-b274-38d733da2664 0.501s 2023-04-20 10:42:12,815 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:42:12 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-6fad9798-2259-47c6-beb6-c3aef02b6cb6', 'x-compute-request-id': 'req-6fad9798-2259-47c6-beb6-c3aef02b6cb6', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d5b6824-153d-43ab-b274-38d733da2664'} Body: b'' 2023-04-20 10:42:12,849 80087 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/3d5b6824-153d-43a b-b274-38d733da2664 0.033s 2023-04-20 10:42:12,850 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:42:12 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-a18343ba-279c-485d-8f8f-d03ff60cf563', 'x-compute-request-id': 'req-a18343ba-279c-485d-8f8f-d03ff60cf563', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/3d5b6824-153d-43ab-b274-38d733da2664'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 3d5b6824-153d-43ab-b274-38d733da2664 could not be found."}}' tempest.api.compute.volumes.test_attach_volume.AttachVolumeShelveTestJSON.test_detach_volume_shelved_or_offload_server[id-b54e86dd-a070-49c4-9c07-59ae6dae15aa,slow] -------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_attach_volume.py", line 300, in test_detach_volume_shelved_or_offload_server volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b7d22060-2225-45f9-a8af-206703066fbe failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:41:16,020 80083 DEBUG [tempest.lib.common.validation_resources] Requested setup of ValidationResources keypair True, floating IP True, security group True 2023-04-20 10:41:16,021 80083 DEBUG [tempest.lib.common.validation_resources] Requested validation resources keypair True, floating IP True, security group True 2023-04-20 10:41:16,085 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.062s 2023-04-20 10:41:16,085 80083 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-1124108181", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNGhoArKgEyYE7cjbkuljf5dfqWvULtvRqXeDkd3yU0VFytwA0oQTi1WmPBfETn5tfNR5w6ja8z1Fe252sgoGIglYuGRFBV1xpFytKMJ6xdB6Euq8vN0T70qYh0FRstlFQ=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:41:16 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-1b65c9cf-bb20-4e9a-80b0-420ec9897f3a', 'x-compute-request-id': 'req-1b65c9cf-bb20-4e9a-80b0-420ec9897f3a', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"type": "ssh", "name": "tempest-keypair-1124108181", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNGhoArKgEyYE7cjbkuljf5dfqWvULtvRqXeDkd3yU0VFytwA0oQTi1WmPBfETn5tfNR5w6ja8z1Fe252sgoGIglYuGRFBV1xpFytKMJ6xdB6Euq8vN0T70qYh0FRstlFQ==", "fingerprint": "2e:4d:ae:33:e9:2d:ae:af:de:8a:86:b7:a1:3c:86:2b", "user_id": "0a931240713e465197b96fa84574ba23"}}' 2023-04-20 10:41:16,088 80083 DEBUG [tempest.lib.common.validation_resources] Validation resource key tempest-keypair-1124108181 created 2023-04-20 10:41:16,526 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.438s 2023-04-20 10:41:16,527 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group": {"name": "tempest-securitygroup--1516987525", "description": "tempest-description--1588767445"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1597', 'x-openstack-request-id': 'req-299fcbf6-8f55-4d2d-b0be-2ee7c1dca719', 'date': 'Thu, 20 Apr 2023 10:41:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "5046de18-cfdb-4bda-b71b-4c30e76f94ed", "name": "tempest-securitygroup--1516987525", "stateful": true, "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "description": "tempest-description--1588767445", "shared": false, "security_group_rules": [{"id": "9a7c27ab-3b66-400b-abbb-0c8808c8b18e", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "security_group_id": "5046de18-cfdb-4bda-b71b-4c30e76f94ed", "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": 954, "description": null, "tags": [], "created_at": "2023-04-20T10:41:16Z", "updated_at": "2023-04-20T10:41:16Z", "revision_number": 0, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}, {"id": "e60cb715-1dea-40cf-b119-352ae11103c7", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "security_group_id": "5046de18-cfdb-4bda-b71b-4c30e76f94ed", "ethertype": "IPv6", "direction": "egress", "protocol": null, "port_range_min": null, "port_range_max": null, "remo te_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "standard_attr_id": 955, "description": null, "tags": [], "created_at": "2023-04-20T10:41:16Z", "updated_at": "2023-04-20T10:41:16Z", "revision_number": 0, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}], "tags": [], "created_at": "2023-04-20T10:41:16Z", "updated_at": "2023-04-20T10:41:16Z", "revision_number": 1, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:41:16,691 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.164s 2023-04-20 10:41:16,691 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5046de18-cfdb-4bda-b71b-4c30e76f94ed", "protocol": "tcp", "ethertype": "IPv4", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-93075741-cbdd-4b09-8aca-d8a3ceeeaf66', 'date': 'Thu, 20 Apr 2023 10:41:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "615bd8d3-88c2-4928-92fd-9fb1ce1a5b64", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "security_group_id": "5046de18-cfdb-4bda-b71b-4c30e76f94ed", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:41:16Z", "updated_at": "2023-04-20T10:41:16Z", "revision_number": 0, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:41:16,858 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.166s 2023-04-20 10:41:16,858 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "5046de18-cfdb-4bda-b71b-4c30e76f94ed", "protocol": "icmp", "ethertype": "IPv4", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-9a4d7575-09d3-4183-ae84-790d1fe88aa5', 'date': 'Thu, 20 Apr 2023 10:41:16 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "ff3e5fa0-13ba-41f5-a0a2-44f39460abab", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "security_group_id": "5046de18-cfdb-4bda-b71b-4c30e76f94ed", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:41:16Z", "updated_at": "2023-04-20T10:41:16Z", "revision_number": 0, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:41:16,858 80083 DEBUG [tempest.lib.common.validation_resources] SSH Validation resource security group with tcp and icmp rules tempest-securitygroup--1516987525 created 2023-04-20 10:41:17,879 80083 INFO [tempest.lib.common.rest_client] Request (ValidationResourcesFixture:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/floatingips 1.020s 2023-04-20 10:41:17,879 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e"}} Response - Headers: {'co ntent-type': 'application/json', 'content-length': '528', 'x-openstack-request-id': 'req-b368c746-f27e-434a-8c58-3789c5bdc3a7', 'date': 'Thu, 20 Apr 2023 10:41:17 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips'} Body: b'{"floatingip": {"id": "22ff4eeb-c629-4ae5-9fe6-9d3a8db0ee28", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "floating_ip_address": "172.24.4.192", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": null, "port_id": null, "fixed_ip_address": null, "status": "DOWN", "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "description": "", "port_details": null, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:41:17Z", "updated_at": "2023-04-20T10:41:17Z", "revision_number": 0}}' 2023-04-20 10:41:17,879 80083 DEBUG [tempest.lib.common.validation_resources] Validation resource floating IP {'id': '22ff4eeb-c629-4ae5-9fe6-9d3a8db0ee28', 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'floating_ip_address': '172.24.4.192', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:41:17Z', 'updated_at': '2023-04-20T10:41:17Z', 'revision_number': 0, 'ip': '172.24.4.192'} created 2023-04-20 10:41:17,973 80083 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.087s 2023-04-20 10:41:17,974 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:41:17 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-90dac584-1ca1-419e-ae34-d05952776a5a', '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": "0a931240713e465197b96fa84574ba23", "name": "tempest-AttachVolumeShelveTestJSON-1878611374-project-member", "password_expires_at": null}, "audit_ids": ["WuCpi22ET1e_ao97ApusbA"], "expires_at": "2023-04-20T11:41:17.000000Z", "issued_at": "2023-04-20T10:41:17.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "cb2d81481a7d4ec1b28e5377055b3ed7", "name": "tempest-AttachVolumeShelveTestJSON-1878611374"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/cb2d81481a7d4ec1b28e5377055b3ed7", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:41:17,974 80083 INFO [tempest.lib.common.fixed_network] (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server) Found network {'id': 'e38408cb-95b3-47d6-8d3c-32650adda382', 'name': 'tempest-AttachVolumeShelveTestJSON-1326937209-network', 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 30891, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:38:23Z', 'updated_at': '2023-04-20T10:38:23Z', 'revision_number': 1} available for tenant 2023-04-20 10:41:17,975 80083 DEBUG [tempest.common.compute] Provisioning test server with validation resources {'keypair': {'type': 'ssh', 'name': 'tempest-keypair-1124108181', 'public_key': 'ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBNGhoArKgEyYE7cjbkuljf5dfqWvULtvRqXeDkd3yU0VFytwA0oQTi1WmPBfETn5tfNR5w6ja8z1Fe252sgoGIglYuGRFBV1xpFytKMJ6xdB6Euq8vN0T70qYh0FRstlFQ==', 'fingerprint': '2e:4d:ae:33:e9:2d:ae:af:de:8a:86:b7:a1:3c:86:2b', 'user_id': '0a931240713e465197b96fa84574ba23', 'private_key': '-----BEGIN EC PRIVATE KEY-----\nMIGkAgEBBDBWetMs5mMrdwSUNot6aNvesS06465oNdNGLQWXtUDx/JQrb75sd/n4\n2BLPuBrPJeagBwYFK4EEACKhZANiAATRoaAKyoBMmBO3I25LpY3+XX6lr1C7b0al\n3g5Hd8lNFRcrcANKEE4tVpjwXxE5+bXzUecOo2vM9RXtudrIKBiIJWLhkRQVdcaR\ncrSjCesXQehLqvLzdE+9KmIdBUbLZRU=\n-----END EC PRIVATE KEY-----\n'}, 'security_group': {'id': '5046de18-cfdb-4bda-b71b-4c30e76f94ed', 'name': 'tempest-securitygroup--1516987525', 'stateful': True, 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'description': 'tempest-description--1588767445', 'shared': False, 'security_group_rules': [{'id': '9a7c27ab-3b66-400b-abbb-0c8808c8b18e', 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'security_group_id': '5046de18-cfdb-4bda-b71b-4c30e76f94ed', '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': 954, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:41:16Z', 'updated_at': '2023-04-20T10:41:16Z', 'revision_number': 0, 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7'}, {'id': 'e60cb715-1dea-40cf-b119-352ae11103c7', 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'security_group_id': '5046de18-cfdb-4bda-b71b-4c30e76f94ed', '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': 955, 'description': None, 'tags': [], 'created_at': '2023-04-20T10:41:16Z', 'updated_at' : '2023-04-20T10:41:16Z', 'revision_number': 0, 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7'}], 'tags': [], 'created_at': '2023-04-20T10:41:16Z', 'updated_at': '2023-04-20T10:41:16Z', 'revision_number': 1, 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7'}, 'floating_ip': {'id': '22ff4eeb-c629-4ae5-9fe6-9d3a8db0ee28', 'tenant_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'floating_ip_address': '172.24.4.192', 'floating_network_id': '61406e6a-8ff8-4ffa-ada6-9870364db87e', 'router_id': None, 'port_id': None, 'fixed_ip_address': None, 'status': 'DOWN', 'project_id': 'cb2d81481a7d4ec1b28e5377055b3ed7', 'description': '', 'port_details': None, 'dns_domain': '', 'dns_name': '', 'tags': [], 'created_at': '2023-04-20T10:41:17Z', 'updated_at': '2023-04-20T10:41:17Z', 'revision_number': 0, 'ip': '172.24.4.192'}} 2023-04-20 10:41:18,576 80083 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.601s 2023-04-20 10:41:18,577 80083 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-1678979542", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "adminPass": "password", "networks": [{"uuid": "e38408cb-95b3-47d6-8d3c-32650adda382"}], "security_groups": [{"name": "tempest-securitygroup--1516987525"}], "key_name": "tempest-keypair-1124108181", "user_data": "IyEvYmluL3NoCmVjaG8gIlByaW50aW5nIGNpcnJvcyB1c2VyIGF1dGhvcml6ZWQga2V5cyIKY2F0IH5jaXJyb3MvLnNzaC9hdXRob3JpemVkX2tleXMgfHwgdHJ1ZQo="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:41:17 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '400', 'location': 'http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b', '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-d0aca3a8-29ea-4a08-9edd-2ac46ec37e02', 'x-compute-request-id': 'req-d0aca3a8-29ea-4a08-9edd-2ac46ec37e02', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "353f8fcd-6f6e-43e8-b46c-0258d7a6a17b", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-securitygroup--1516987525"}], "adminPass": "password"}}' 2023-04-20 10:41:18,657 80083 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/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b 0.076s 2023-04-20 10:41:18,658 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:41:18 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1276', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-813c878f-e7d1-4331-9841-3c0181978d58', 'x-compute-request-id': 'req-813c878f-e7d1-4331-9841-3c0181978d58', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b'} Body: b'{"server": {"id": "353f8fcd-6f6e-43e8-b46c-0258d7a6a17b", "name": "tempest-AttachVolumeShelveTestJSON-server-1678979542", "status": "BUILD", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "use r_id": "0a931240713e465197b96fa84574ba23", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:41:19Z", "updated": "2023-04-20T10:41:18Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-keypair-1124108181", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 10:42:09,390 80083 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/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b 0.706s 2023-04-20 10:42:09,390 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:42:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1589', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-d32cc503-b08b-493f-a05e-abe58d72e2fe', 'x-compute-request-id': 'req-d32cc503-b08b-493f-a05e-abe58d72e2fe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b'} Body: b'{"server": {"id": "353f8fcd-6f6e-43e8-b46c-0258d7a6a17b", "name": "tempest-AttachVolumeShelveTestJSON-server-1678979542", "status": "ACTIVE", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "user_id": "0a931240713e465197b96fa84574ba23", "metadata": {}, "hostId": "82508168199318ac2ab2e216b36a8eb909798be5cae4aca3be497325", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:41:18Z", "updated": "2023-04-20T10:41:26Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1326937209-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:49:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1124108181", "OS-SRV-USG:launched_at": "2023-04-20T10:41:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1516987525"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 10:42:09,403 80083 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 10:43:09,635 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/compute/v 2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b/os-interface 0.191s 2023-04-20 10:43:09,635 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:43:09 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '283', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-5db2b017-9064-4d4c-8cf4-5149ca603195', 'x-compute-request-id': 'req-5db2b017-9064-4d4c-8cf4-5149ca603195', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b/os-interface'} Body: b'{"interfaceAttachments": [{"net_id": "e38408cb-95b3-47d6-8d3c-32650adda382", "port_id": "1cf8ddec-3f1f-4db3-9dfc-fb761edd6929", "mac_addr": "fa:16:3e:2b:49:99", "port_state": "ACTIVE", "fixed_ips": [{"subnet_id": "530904f7-fadd-4012-b512-0f3c3d2eb585", "ip_address": "10.0.0.13"}]}]}' 2023-04-20 10:43:10,310 80083 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/22ff4eeb-c629-4ae5-9fe6-9d3a8db0ee28 0.670s 2023-04-20 10:43:10,310 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"floatingip": {"port_id": "1cf8ddec-3f1f-4db3-9dfc-fb761edd6929"}} Response - Headers: {'content-type': 'application/json', 'content-length': '830', 'x-openstack-request-id': 'req-6c68fade-0069-4cd5-bc6f-36cfb89f314d', 'date': 'Thu, 20 Apr 2023 10:43:10 GMT', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/22ff4eeb-c629-4ae5-9fe6-9d3a8db0ee28'} Body: b'{"floatingip": {"id": "22ff4eeb-c629-4ae5-9fe6-9d3a8db0ee28", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "floating_ip_address": "172.24.4.192", "floating_network_id": "61406e6a-8ff8-4ffa-ada6-9870364db87e", "router_id": "139ece78-4138-4815-84ee-dabcd8bf88df", "port_id": "1cf8ddec-3f1f-4db3-9dfc-fb761edd6929", "fixed_ip_address": "10.0.0.13", "status": "DOWN", "description": "", "port_details": {"name": "", "network_id": "e38408cb-95b3-47d6-8d3c-32650adda382", "mac_address": "fa:16:3e:2b:49:99", "admin_state_up": true, "status": "ACTIVE", "device_id": "353f8fcd-6f6e-43e8-b46c-0258d7a6a17b", "device_owner": "compute:nova"}, "dns_domain": "", "dns_name": "", "tags": [], "created_at": "2023-04-20T10:41:17Z", "updated_at": "2023-04-20T10:43:09Z", "revision_number": 1, "project_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:43:10,312 80083 INFO [tempest.lib.common.ssh] Creating ssh connection to '172.24.4.192:22' as 'cirros' with public key authentication 2023-04-20 10:43:10,349 80083 INFO [paramiko.transport] Connected (version 2.0, client dropbear_2018.76) 2023-04-20 10:43:10,373 80083 INFO [paramiko.transport] Authentication (publickey) successful! 2023-04-20 10:43:10,373 80083 INFO [tempest.lib.common.ssh] ssh connection to cirros@172.24.4.192 successfully created 2023-04-20 10:43:10,414 80083 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/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b/ips 0.041s 2023-04-20 10:43:10,415 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:43:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '111', 'content-type': 'application/json', 'openstack-api-vers ion': 'compute 2.20', 'x-openstack-nova-api-version': '2.20', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-9bf03cb2-e163-4a68-967f-85c34cd7e55c', 'x-compute-request-id': 'req-9bf03cb2-e163-4a68-967f-85c34cd7e55c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b/ips'} Body: b'{"addresses": {"tempest-AttachVolumeShelveTestJSON-1326937209-network": [{"version": 4, "addr": "10.0.0.13"}]}}' 2023-04-20 10:43:10,749 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 202 POST http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes 0.331s 2023-04-20 10:43:10,750 80083 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-1361186195"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:43:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-97f32c0c-3bac-406d-903a-790d27830292', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-97f32c0c-3bac-406d-903a-790d27830292', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes'} Body: b'{"volume": {"id": "b7d22060-2225-45f9-a8af-206703066fbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:43:10.540707", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1361186195", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/b7d22060-2225-45f9-a8af-206703066fbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/b7d22060-2225-45f9-a8af-206703066fbe"}], "user_id": "0a931240713e465197b96fa84574ba23", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:43:10,799 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/b7d22060-2225-45f9-a8af-206703066fbe 0.040s 2023-04-20 10:43:10,800 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:43:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9ec54f0e-4463-46ca-a054-4adc03ce4b0b', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9ec54f0e-4463-46ca-a054-4adc03ce4b0b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/b7d22060-2225-45f9-a8af-206703066fbe'} Body: b'{"volume": {"id": "b7d22060-2225-45f9-a8af-206703066fbe", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:43:11.000000", "updated_at": null, "name": "tempest-AttachVolumeShelveTestJSON-volume-1361186195", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/b7d22060-2225-45f9-a8af-206703066fbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/b7d22060-2225-45f9-a8af-206703066fbe"}], "user_id": "0a931240713e465197b96fa84574ba23", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:43:11,853 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:test_detach_volume_shelved_or_offload_server): 200 GET http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/b7d22060-2225-45f9-a8af-206703066fbe 0.041s 2023-04-20 10:43:11,853 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:43:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-07f6fd7b-1a6f-4b56-abea-db27b4d21f74', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-07f6fd7b-1a6f-4b56-abea-db27b4d21f74', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/b7d22060-2225-45f9-a8af-206703066fbe'} Body: b'{"volume": {"id": "b7d22060-2225-45f9-a8af-206703066fbe", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:43:11.000000", "updated_at": "2023-04-20T10:43:11.000000", "name": "tempest-AttachVolumeShelveTestJSON-volume-1361186195", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/b7d22060-2225-45f9-a8af-206703066fbe"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/cb2d81481a7d4ec1b28e5377055b3ed7/volumes/b7d22060-2225-45f9-a8af-206703066fbe"}], "user_id": "0a931240713e465197b96fa84574ba23", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7"}}' 2023-04-20 10:43:11,979 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b 0.114s 2023-04-20 10:43:11,979 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:43:11 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-32521e78-cdae-400f-a677-234d1f97ed7f', 'x-compute-request-id': 'req-32521e78-cdae-400f-a677-234d1f97ed7f', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b'} Body: b'' 2023-04-20 10:43:12,132 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b 0.152s 2023-04-20 10:43:12,132 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:43:11 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1714', '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-0c7e783b-87ed-4a34-a1ef-65a1b80d582d', 'x-comp ute-request-id': 'req-0c7e783b-87ed-4a34-a1ef-65a1b80d582d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b'} Body: b'{"server": {"id": "353f8fcd-6f6e-43e8-b46c-0258d7a6a17b", "name": "tempest-AttachVolumeShelveTestJSON-server-1678979542", "status": "ACTIVE", "tenant_id": "cb2d81481a7d4ec1b28e5377055b3ed7", "user_id": "0a931240713e465197b96fa84574ba23", "metadata": {}, "hostId": "82508168199318ac2ab2e216b36a8eb909798be5cae4aca3be497325", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:41:18Z", "updated": "2023-04-20T10:43:12Z", "addresses": {"tempest-AttachVolumeShelveTestJSON-1326937209-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:49:99"}, {"version": 4, "addr": "172.24.4.192", "OS-EXT-IPS:type": "floating", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:49:99"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-keypair-1124108181", "OS-SRV-USG:launched_at": "2023-04-20T10:41:25.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-securitygroup--1516987525"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "description": null}}' 2023-04-20 10:44:02,295 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b 0.101s 2023-04-20 10:44:02,296 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:02 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-d56f1b76-4092-40f5-993f-66594c186c93', 'x-compute-request-id': 'req-d56f1b76-4092-40f5-993f-66594c186c93', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/353f8fcd-6f6e-43e8-b46c-0258d7a6a17b'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 353f8fcd-6f6e-43e8-b46c-0258d7a6a17b could not be found."}}' 2023-04-20 10:44:02,339 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-keypair-1124108181 0.042s 2023-04-20 10:44:02,339 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.20', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:02 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-4edcfb37-46f1-4698-95cd-632400d45bf9', 'x-compute-request-id': 'req-4edcfb37-46f1-4698-95cd-632400d45bf9', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keyp airs/tempest-keypair-1124108181'} Body: b'' 2023-04-20 10:44:02,499 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/5046de18-cfdb-4bda-b71b-4c30e76f94ed 0.160s 2023-04-20 10:44:02,500 80083 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-9e8b91f0-627a-4d59-993f-ce21101a1550', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:44:02 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5046de18-cfdb-4bda-b71b-4c30e76f94ed'} Body: b'' 2023-04-20 10:44:02,541 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 404 GET http://10.0.0.210:9696/networking/v2.0/security-groups/5046de18-cfdb-4bda-b71b-4c30e76f94ed 0.040s 2023-04-20 10:44:02,541 80083 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-623d1a28-d997-41b7-b43a-340be907e15e', 'date': 'Thu, 20 Apr 2023 10:44:02 GMT', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/5046de18-cfdb-4bda-b71b-4c30e76f94ed'} Body: b'{"NeutronError": {"type": "SecurityGroupNotFound", "message": "Security group 5046de18-cfdb-4bda-b71b-4c30e76f94ed does not exist", "detail": ""}}' 2023-04-20 10:44:03,040 80083 INFO [tempest.lib.common.rest_client] Request (AttachVolumeShelveTestJSON:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/floatingips/22ff4eeb-c629-4ae5-9fe6-9d3a8db0ee28 0.498s 2023-04-20 10:44:03,041 80083 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-60482805-d089-4370-b92a-6387643507d9', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 10:44:03 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/floatingips/22ff4eeb-c629-4ae5-9fe6-9d3a8db0ee28'} 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 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 72044659-094d-48a8-a1f1-cf22e32db7d8 failed to build and is in ERROR status setUpClass (tempest.api.volume.test_image_metadata.VolumesImageMetadata) ------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/test.py", line 206, in setUpClass raise value.with_traceback(trace) File "/opt/stack/tempest/tempest/test.py", line 199, in setUpClass cls.resource_setup() File "/opt/stack/tempest/tempest/api/volume/test_image_metadata.py", line 40, in resource_setup cls.volume = cls.create_volume(imageRef=CONF.compute.image_ref) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 2199d6dd-ec8b-4fe2-b342-ba468fd304ce failed to build and is in ERROR status tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_bootable_volume[id-cbbcd7c6-5a6c-481a-97ac-ca55ab715d16,image] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 67, in test_create_from_bootable_volume src_vol = self.create_volume(imageRef=img_uuid) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume aa8ff16b-ca45-4b33-8a5f-fc0933b8424d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:44:23,150 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41 0.170s 2023-04-20 10:44:23,150 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:22 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '976', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ad65d071-b50c-4b49-a665-a5b160fc35a6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41'} Body: b'{"hw_rng_model": "virtio", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "name": "cirros-0.5.2-x86_64-disk", "disk_format": "qcow2", "container_format": "bare", "visibility": "public", "size": 16300544, "virtual_size": 117440512, "status": "active", "checksum": "b874c39491a2377b8490f5f1e89761a4", "protected": false, "min_ram": 0, "min_disk": 0, "owner": "fda053593ca94fea8fa552c5a6c6e5d5", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "6b813aa46bb90b4da216a4d19376593fa3f4fc7e617f03a92b7fe11e9a3981cbe8f0959dbebe36225e5f53dc4492341a4863cac4ed1ee0909f3fc78ef9c3e869", "id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "created_at": "2023-04-20T10:24:36Z", "updated_at": "2023-04-20T10:24:37Z", "tags": [], "self": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41", "file": "/v2/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:44:23,490 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 202 POST http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes 0.340s 2023-04-20 10:44:23,491 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "size": 1, "name": "tempest-VolumesCloneTest-Volume-1168215562"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-69e581bf-9bc2-4a78-8fa9-bdf4cc5f51fa', 'content-length': '814', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-69e581bf-9bc2-4a78-8fa9-bdf4cc5f51fa', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes'} Body: b'{"volume": {"id": "aa8ff16b-ca45-4b33-8a5f-fc0933b8424d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:44:23.436476", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1168215562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d"}], "user_id": "0d7056e5f04f4ea0bfef54a2326701e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:44:23,537 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d 0.037s 2023-04-20 10:44:23,537 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Toke n': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:23 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-77eb9e4b-b98b-48ea-bc6c-43df95f9f402', 'content-length': '882', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-77eb9e4b-b98b-48ea-bc6c-43df95f9f402', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d'} Body: b'{"volume": {"id": "aa8ff16b-ca45-4b33-8a5f-fc0933b8424d", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:44:23.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-1168215562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d"}], "user_id": "0d7056e5f04f4ea0bfef54a2326701e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "babe496c682d4db5884af0d50fbecd9d"}}' 2023-04-20 10:44:24,592 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_bootable_volume): 200 GET http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d 0.043s 2023-04-20 10:44:24,592 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-4052821a-dc2c-48f6-ba23-cecc7a43ba76', 'content-length': '903', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-4052821a-dc2c-48f6-ba23-cecc7a43ba76', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d'} Body: b'{"volume": {"id": "aa8ff16b-ca45-4b33-8a5f-fc0933b8424d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:44:23.000000", "updated_at": "2023-04-20T10:44:24.000000", "name": "tempest-VolumesCloneTest-Volume-1168215562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d"}], "user_id": "0d7056e5f04f4ea0bfef54a2326701e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "babe496c682d4db5884af0d50fbecd9d"}}' 2023-04-20 10:44:24,647 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d 0.044s 2023-04-20 10:44:24,647 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-11e02755-a032-4e9e-b88e-cb1cdb2d76cb', 'content-length': '903', 'openstack-api-version' : 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-11e02755-a032-4e9e-b88e-cb1cdb2d76cb', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d'} Body: b'{"volume": {"id": "aa8ff16b-ca45-4b33-8a5f-fc0933b8424d", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:44:23.000000", "updated_at": "2023-04-20T10:44:24.000000", "name": "tempest-VolumesCloneTest-Volume-1168215562", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d"}], "user_id": "0d7056e5f04f4ea0bfef54a2326701e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "babe496c682d4db5884af0d50fbecd9d"}}' 2023-04-20 10:44:24,753 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d 0.095s 2023-04-20 10:44:24,753 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-694c34ee-5770-48f9-ba03-a728d682bb96', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d'} Body: b'' 2023-04-20 10:44:24,774 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d 0.020s 2023-04-20 10:44:24,774 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44: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-cac52a95-07a5-494a-acd6-fdaf184aee33', 'x-openstack-request-id': 'req-cac52a95-07a5-494a-acd6-fdaf184aee33', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/aa8ff16b-ca45-4b33-8a5f-fc0933b8424d'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume aa8ff16b-ca45-4b33-8a5f-fc0933b8424d could not be found."}}' tempest.api.volume.test_volumes_clone.VolumesCloneTest.test_create_from_volume[id-9adae371-a257-43a5-9555-dc7c88e66e0e] ----------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/test_volumes_clone.py", line 54, in test_create_from_volume src_vol = self.create_volume(size=src_size) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume b5cadbd2-fc54-476c-826c-5c7303fe2933 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:44:25,001 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 202 POST http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes 0.224s 2023-04-20 10:44:25,001 80083 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-938183391"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:24 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c6e4e44c-c491-4812-8925-03fd2b799aa5', 'content-length': '813', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c6e4e44c-c491-4812-8925-03fd2b799aa5', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes'} Body: b'{"volume": {"id": "b5cadbd2-fc54-476c-826c-5c7303fe2933", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:44:24.906928", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-938183391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933"}], "user_id": "0d7056e5f04f4ea0bfef54a2326701e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:44:25,047 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933 0.037s 2023-04-20 10:44:25,048 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:25 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-201db7c2-80ef-4a81-bc9a-45c0130d6874', 'content-length': '881', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-201db7c2-80ef-4a81-bc9a-45c0130d6874', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933'} Body: b'{"volume": {"id": "b5cadbd2-fc54-476c-826c-5c7303fe2933", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:44:25.000000", "updated_at": null, "name": "tempest-VolumesCloneTest-Volume-938183391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933"}], "user_id": "0d7056e5f04f4ea0bfef54a2326701e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "babe496c682d4db5884af0d50fbecd9d"}}' 2023-04-20 10:44:26,097 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:test_create_from_volume): 200 GET http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933 0.038s 2023-04-20 10:44:26,098 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept' : 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-21f6c489-0a55-4e32-83c9-2a00ebff3129', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-21f6c489-0a55-4e32-83c9-2a00ebff3129', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933'} Body: b'{"volume": {"id": "b5cadbd2-fc54-476c-826c-5c7303fe2933", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:44:25.000000", "updated_at": "2023-04-20T10:44:25.000000", "name": "tempest-VolumesCloneTest-Volume-938183391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933"}], "user_id": "0d7056e5f04f4ea0bfef54a2326701e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "babe496c682d4db5884af0d50fbecd9d"}}' 2023-04-20 10:44:26,170 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933 0.055s 2023-04-20 10:44:26,171 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-dcd4f872-82b6-4527-8a4d-fe835b04e676', 'content-length': '902', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-dcd4f872-82b6-4527-8a4d-fe835b04e676', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933'} Body: b'{"volume": {"id": "b5cadbd2-fc54-476c-826c-5c7303fe2933", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:44:25.000000", "updated_at": "2023-04-20T10:44:25.000000", "name": "tempest-VolumesCloneTest-Volume-938183391", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933"}], "user_id": "0d7056e5f04f4ea0bfef54a2326701e0", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "babe496c682d4db5884af0d50fbecd9d"}}' 2023-04-20 10:44:26,291 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933 0.109s 2023-04-20 10:44:26,291 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': ' OpenStack-API-Version', 'x-openstack-request-id': 'req-f7affa96-debe-44dc-8414-fa98aef18e04', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933'} Body: b'' 2023-04-20 10:44:26,315 80083 INFO [tempest.lib.common.rest_client] Request (VolumesCloneTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933 0.023s 2023-04-20 10:44:26,315 80083 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:26 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-723d392a-3ae1-4520-b909-99e4d8fc4a89', 'x-openstack-request-id': 'req-723d392a-3ae1-4520-b909-99e4d8fc4a89', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/babe496c682d4db5884af0d50fbecd9d/volumes/b5cadbd2-fc54-476c-826c-5c7303fe2933'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume b5cadbd2-fc54-476c-826c-5c7303fe2933 could not be found."}}' tempest.api.compute.servers.test_server_rescue.ServerBootFromVolumeStableRescueTest.test_stable_device_rescue_bfv_image_volume[id-e4636333-c928-40fc-98b7-70a23eef4224,slow] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 305, in test_stable_device_rescue_bfv_image_volume server, rescue_image_id = self._create_server_and_rescue_image( File "/opt/stack/tempest/tempest/api/compute/servers/test_server_rescue.py", line 147, in _create_server_and_rescue_image server = self.create_test_server( File "/opt/stack/tempest/tempest/api/compute/base.py", line 272, in create_test_server body, servers = compute.create_test_server( File "/opt/stack/tempest/tempest/common/compute.py", line 334, in create_test_server with excutils.save_and_reraise_exception(): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 227, in __exit__ self.force_reraise() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/oslo_utils/excutils.py", line 200, in force_reraise raise self.value File "/opt/stack/tempest/tempest/common/compute.py", line 317, in create_test_server server = waiters.wait_for_server_status( File "/opt/stack/tempest/tempest/common/waiters.py", line 81, in wait_for_server_status raise exceptions.BuildErrorException(details, server_id=server_id) tempest.exceptions.BuildErrorException: Server 23e0e8b8-22fc-4ab2-8bff-35e203715439 failed to build and is in ERROR status Details: Fault: {'code': 500, 'created': '2023-04-20T10:45:15Z', 'message': 'Build of instance 23e0e8b8-22fc-4ab2-8bff-35e203715439 aborted: Volume 3528c135-6b49-4596-ab3a-85ad549ebbbf did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error.'}. Server boot request ID: req-60d00bd6-937d-4e6f-8953-43915a6c8a6f. Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:42:12,898 80087 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.033s 2023-04-20 10:42:12,898 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:42:12 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-0bf299ca-0540-476e-82c3-24f5757ed76c', '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": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "password_expires_at": null}, "audit_ids": ["y7ZCcQ9GSlaBj3staeaRsQ"], "expires_at": "2023-04-20T11:42:12.000000Z", "issued_at": "2023-04-20T10:42:12.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bcb8e3930844068bd2b496914a4d764", "name": "tempest-ServerBootFromVolumeStableRescueTest-134694710"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:42:12,899 80087 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '48558ac2-005d-42a1-a003-2662a04d6946', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-838813002-network', 'tenant_id': '5bcb8e3930844068bd2b496914a4d764', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project _id': '5bcb8e3930844068bd2b496914a4d764', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10195, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:38:17Z', 'updated_at': '2023-04-20T10:38:17Z', 'revision_number': 1} available for tenant 2023-04-20 10:42:13,524 80087 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.624s 2023-04-20 10:42:13,524 80087 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-1001420332", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "networks": [{"uuid": "48558ac2-005d-42a1-a003-2662a04d6946"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:42:12 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/f950a703-4df1-432a-804c-a65807673d01', '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-465a2883-fcae-48bb-af30-c713df9ebaea', 'x-compute-request-id': 'req-465a2883-fcae-48bb-af30-c713df9ebaea', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "f950a703-4df1-432a-804c-a65807673d01", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f950a703-4df1-432a-804c-a65807673d01"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f950a703-4df1-432a-804c-a65807673d01"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "ye68EjY8aaRH"}}' 2023-04-20 10:42:13,607 80087 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/f950a703-4df1-432a-804c-a65807673d01 0.080s 2023-04-20 10:42:13,607 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:42:13 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-65d726cf-0d1c-4727-aafb-4dde830a3635', 'x-compute-request-id': 'req-65d726cf-0d1c-4727-aafb-4dde830a3635', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f950a703-4df1-432a-804c-a65807673d01'} Body: b'{"server": {"id": "f950a703-4df1-432a-804c-a65807673d01", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1001420332", "status": "BUILD", "tenant_id": "5bcb8e3930844068bd2b496914a4d764", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T10:42:13Z", "updated": "2023-04-20T10:42:13Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f950a 703-4df1-432a-804c-a65807673d01"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f950a703-4df1-432a-804c-a65807673d01"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 10:43:03,895 80087 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/f950a703-4df1-432a-804c-a65807673d01 0.240s 2023-04-20 10:43:03,896 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:43:03 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-71414d92-ef16-4b42-a0a2-b492632ecbd8', 'x-compute-request-id': 'req-71414d92-ef16-4b42-a0a2-b492632ecbd8', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f950a703-4df1-432a-804c-a65807673d01'} Body: b'{"server": {"id": "f950a703-4df1-432a-804c-a65807673d01", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1001420332", "status": "ACTIVE", "tenant_id": "5bcb8e3930844068bd2b496914a4d764", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "metadata": {}, "hostId": "587d83b4197a89dfb3a839c2926f1eda18fc872e9fb0485e632bd3f1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T10:42:13Z", "updated": "2023-04-20T10:42:20Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-838813002-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:bd:3a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f950a703-4df1-432a-804c-a65807673d01"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f950a703-4df1-432a-804c-a65807673d01"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:42:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 10:43:03,911 80087 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 50 second wait 2023-04-20 10:44:04,872 80087 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/f950a703-4df1-432a-804c-a65807673d01/action 0.901s 2023-04-20 10:44:04,873 80087 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-1044340514"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:03 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-0239579b-05ff-484e-b8ad-8089da2f734a', 'x-compute-request-id': 'req-0239579b-05ff-484e-b8ad-8089da2f734a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f950a703-4df1-432a-804c-a65807673d01/action'} Body: b'{"image_id": "2ce35fbd-7cc4-49b6-b371-d3152517c3f4"}' 2023-04-20 10:44:04,899 80087 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/2ce35fbd-7cc4-49b6-b371-d3152517c3f4 0.024s 2023-04-20 10:44:04,900 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:04 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-994033ab-71b9-4851-afc7-2de475b568f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f950a703-4df1-432a-804c-a65807673d01", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1044340514", "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": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "created_at": "2023-04-20T10:44:05Z", "updated_at": "2023-04-20T10:44:05Z", "tags": [], "self": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "file": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:44:05,923 80087 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/2ce35fbd-7cc4-49b6-b371-d3152517c3f4 0.022s 2023-04-20 10:44:05,924 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:05 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-ae6a98c7-b084-48ac-b476-c2fc357735bc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f950a703-4df1-432a-804c-a65807673d01", "owner_project_name": "tempest-ServerBoot FromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1044340514", "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": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "created_at": "2023-04-20T10:44:05Z", "updated_at": "2023-04-20T10:44:05Z", "tags": [], "self": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "file": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:44:06,951 80087 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/2ce35fbd-7cc4-49b6-b371-d3152517c3f4 0.026s 2023-04-20 10:44:06,952 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:06 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1358', 'content-type': 'application/json', 'x-openstack-request-id': 'req-3233e9e6-d75a-4523-8448-f822e530ba6b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f950a703-4df1-432a-804c-a65807673d01", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1044340514", "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": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "created_at": "2023-04-20T10:44:05Z", "updated_at": "2023-04-20T10:44:05Z", "tags": [], "self": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "file": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:44:07,981 80087 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/2ce35fbd-7cc4-49b6-b371-d3152517c3f4 0.028s 2023-04-20 10:44:07,982 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:07 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-94f9f134-b3e3-4e38-be70-5570d73f4d82', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f950a703-4df1-432a-804c-a65807673d01", "owner_id": "5bcb8e3930844068bd2b496914a4d764", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1044340514", "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": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "created_at": "2023-04-20T10:44:05Z", "updated_at": "2023-04-20T10:44:08Z", "tags": [], "self": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "file": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:44:09,008 80087 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/2ce35fbd-7cc4-49b6-b371-d3152517c3f4 0.024s 2023-04-20 10:44:09,008 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:08 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1469', 'content-type': 'application/json', 'x-openstack-request-id': 'req-1bdd8021-4e76-4247-846f-94d4cb7da765', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f950a703-4df1-432a-804c-a65807673d01", "owner_id": "5bcb8e3930844068bd2b496914a4d764", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1044340514", "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": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": null, "os_hash_value": null, "id": "2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "created_at": "2023-04-20T10:44:05Z", "updated_at": "2023-04-20T10:44:08Z", "tags": [], "self": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "file": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:44:10,034 80087 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/2ce35fbd-7cc4-49b6-b371-d3152517c3f4 0.025s 2023-04-20 10:44:10,035 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Ac cept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-9cf76a99-839d-4327-8063-64fb1159af51', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f950a703-4df1-432a-804c-a65807673d01", "owner_id": "5bcb8e3930844068bd2b496914a4d764", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1044340514", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "bdcf6e51eee55a2eb237a60949fff037", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "354087c08b0a85493e7bb0cfd0dd13ddf46f86915e7361720815afc0e0e1f08e2d19cf5ffd79d08d07599e4a155b9123f1e8b4e2b23d74740364b086b69f49a1", "id": "2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "created_at": "2023-04-20T10:44:05Z", "updated_at": "2023-04-20T10:44:09Z", "tags": [], "self": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "file": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:44:10,061 80087 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/2ce35fbd-7cc4-49b6-b371-d3152517c3f4 0.025s 2023-04-20 10:44:10,061 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1639', 'content-type': 'application/json', 'x-openstack-request-id': 'req-e72868fc-7bc0-4bf6-8ef2-068a2a0bdc0d', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/image/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4'} Body: b'{"base_image_ref": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "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": "f950a703-4df1-432a-804c-a65807673d01", "owner_id": "5bcb8e3930844068bd2b496914a4d764", "owner_project_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710", "owner_specified.openstack.md5": "", "owner_specified.openstack.object": "images/cirros-0.5.2-x86_64-disk", "owner_specified.openstack.sha256": "", "owner_user_name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-image-1044340514", "disk_format": "qcow2", "container_format": "bare", "visibility": "private", "size": 38600704, "virtual_size": 1073741824, "status": "active", "checksum": "bdcf6e51eee55a2eb237a60949fff037", "protected": false, "min_ram": 0, "min_disk": 1, "owner": "5bcb8e3930844068bd2b496914a4d764", "os_hidden": false, "os_hash_algo": "sha512", "os_hash_value": "354087c08b0a85493e7bb0cfd0dd13ddf46f86915e7361720815afc0e0e1f08e2d19cf5ffd79d08d07599e4a155b9123f1e8b4e2b23d74740364b086b69f49a1", "id": "2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "created_at": "2023-04-20T10:44:05Z", "updated_at": "2023-04-20T10:44:09Z", "tags": [], "self": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4", "file": "/v2/images/2ce35fbd-7cc4-49b6-b371-d3152517c3f4/file", "schema": "/v2/schemas/image"}' 2023-04-20 10:44:10,515 80087 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/f950a703-4df1-432a-804c-a65807673d01 0.453s 2023-04-20 10:44:10,515 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:44:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1690', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.87', 'x-openstack-nova-api-version': '2.87', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-7dbc5eb1-499c-4ecb-ac56-9c77601607dc', 'x-compute-request-id': 'req-7dbc5eb1-499c-4ecb-ac56-9c77601607dc', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/f950a703-4df1-432a-804c-a65807673d01'} Body: b'{"server": {"id": "f950a703-4df1-432a-804c-a65807673d01", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-1001420332", "status": "ACTIVE", "tenant_id": "5bcb8e3930844068bd2b496914a4d764", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "metadata": {}, "hostId": "587d83b4197a89dfb3a839c2926f1eda18fc872e9fb0485e632bd3f1", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T10:42:13Z", "updated": "2023-04-20T10:44:10Z", "addresses": {"tempest-ServerBootFromVolumeStableRescueTest-838813002-network": [{"version": 4, "addr": "10.0.0.6", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:3d:bd:3a"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/f950a703-4df1-432a-804c-a65807673d01"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/f950a703-4df1-432a-804c-a65807673d01"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:42:19.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 10:45:10,684 80087 INFO [tempest.lib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.087s 2023-04-20 10:45:10,685 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:45:10 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-4c0b3a97-33ca-427f-aa5a-61cc651d452e', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210/identity/v3/auth/tokens'} Body: b'{"toke n": {"methods": ["password"], "user": {"domain": {"id": "default", "name": "Default"}, "id": "1b7d729afb5942b8a1753ffaa4d5a268", "name": "tempest-ServerBootFromVolumeStableRescueTest-134694710-project-member", "password_expires_at": null}, "audit_ids": ["OmSApSzrTJ6cuU2Z7NTSFw"], "expires_at": "2023-04-20T11:45:10.000000Z", "issued_at": "2023-04-20T10:45:10.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "5bcb8e3930844068bd2b496914a4d764", "name": "tempest-ServerBootFromVolumeStableRescueTest-134694710"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/5bcb8e3930844068bd2b496914a4d764", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:45:10,685 80087 INFO [tempest.lib.common.fixed_network] (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume) Found network {'id': '48558ac2-005d-42a1-a003-2662a04d6946', 'name': 'tempest-ServerBootFromVolumeStableRescueTest-838813002-network', 'tenant_id': '5bcb8e3930844068bd2b496914a4d764', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '5bcb8e3930844068bd2b496914a4d764', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 10195, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:38:17Z', 'updated_at': '2023-04-20T10:38:17Z', 'revision_number': 1} available for tenant 2023-04-20 10:45:11,471 80087 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.784s 2023-04-20 10:45:11,471 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'appli cation/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-ServerBootFromVolumeStableRescueTest-server-642328482", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "block_device_mapping_v2": [{"boot_index": "0", "source_type": "image", "volume_size": 1, "uuid": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "destination_type": "volume"}], "networks": [{"uuid": "48558ac2-005d-42a1-a003-2662a04d6946"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:45:10 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '378', 'location': 'http://10.0.0.210/compute/v2.1/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439', '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-60d00bd6-937d-4e6f-8953-43915a6c8a6f', 'x-compute-request-id': 'req-60d00bd6-937d-4e6f-8953-43915a6c8a6f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "23e0e8b8-22fc-4ab2-8bff-35e203715439", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "default"}], "adminPass": "Qp6o3H2UFueA"}}' 2023-04-20 10:45:11,640 80087 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/23e0e8b8-22fc-4ab2-8bff-35e203715439 0.165s 2023-04-20 10:45:11,640 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:45: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-57b6e70d-b691-48eb-b42f-5087af136dfe', 'x-compute-request-id': 'req-57b6e70d-b691-48eb-b42f-5087af136dfe', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439'} Body: b'{"server": {"id": "23e0e8b8-22fc-4ab2-8bff-35e203715439", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-642328482", "status": "BUILD", "tenant_id": "5bcb8e3930844068bd2b496914a4d764", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T10:45:11Z", "updated": "2023-04-20T10:45:11Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 10:46:01,832 80087 INFO [tempest.l ib.common.rest_client] Request (ServerBootFromVolumeStableRescueTest:test_stable_device_rescue_bfv_image_volume): 200 GET http://10.0.0.210/compute/v2.1/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439 0.117s 2023-04-20 10:46:01,832 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:46:01 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-0e220046-4dc7-4fca-80c9-afd445ffd86c', 'x-compute-request-id': 'req-0e220046-4dc7-4fca-80c9-afd445ffd86c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439'} Body: b'{"server": {"id": "23e0e8b8-22fc-4ab2-8bff-35e203715439", "name": "tempest-ServerBootFromVolumeStableRescueTest-server-642328482", "status": "ERROR", "tenant_id": "5bcb8e3930844068bd2b496914a4d764", "user_id": "1b7d729afb5942b8a1753ffaa4d5a268", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"vcpus": 1, "ram": 128, "disk": 1, "ephemeral": 0, "swap": 0, "original_name": "m1.nano", "extra_specs": {"hw_rng:allowed": "True"}}, "created": "2023-04-20T10:45:11Z", "updated": "2023-04-20T10:45:15Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439"}], "OS-DCF:diskConfig": "MANUAL", "fault": {"code": 500, "created": "2023-04-20T10:45:15Z", "message": "Build of instance 23e0e8b8-22fc-4ab2-8bff-35e203715439 aborted: Volume 3528c135-6b49-4596-ab3a-85ad549ebbbf did not finish being created even after we waited 0 seconds or 1 attempts. And its status is error."}, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "error", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": [], "locked": false, "locked_reason": null, "description": null, "tags": [], "trusted_image_certificates": null, "server_groups": []}}' 2023-04-20 10:46:01,848 80087 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ERROR/None" after 50 second wait 2023-04-20 10:46:02,386 80087 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/23e0e8b8-22fc-4ab2-8bff-35e203715439 0.538s 2023-04-20 10:46:02,387 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:46:01 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-04aa8d1b-3e77-4ba5-85a5-9193ae0ff92c', 'x-compute-request-id': 'req-04aa8d1b-3e77-4ba5-85a5-9193ae0ff92c', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439'} Body: b'' 2023-04-20 10:46:02,431 80087 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/23e0e8b8-22fc-4ab2-8bff-35e203715439 0.043s 2023-04-20 10:46:02,431 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-OpenStack-Nova-API-Version': '2.87', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:46:02 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-f529a48c-1c69-4205-832a-1c15870f6668', 'x-compute-request-id': 'req-f529a48c-1c69-4205-832a-1c15870f6668', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/23e0e8b8-22fc-4ab2-8bff-35e203715439'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 23e0e8b8-22fc-4ab2-8bff-35e203715439 could not be found."}}' tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_from_non_bootable_volume[id-74085be3-a370-4ca2-bc51-2d0e10e0f573,image,negative,volume] ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 550, in test_create_server_from_non_bootable_volume volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 92acb154-21db-45a1-b146-e6ec5320df5c failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:52:28,579 80087 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5 0.301s 2023-04-20 10:52:28,579 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:52:28 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-72eadd5f-976c-4a7a-921b-64a650d6c15c', 'x-compute-request-id': 'req-72eadd5f-976c-4a7a-921b-64a650d6c15c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5'} Body: b'{"server": {"id": "6a0d597a-4eea-4938-92c6-c17d0a6c82e5", "name": "tempest-ServersNegativeTestJSON-server-504126875", "status": "ACTIVE", "tenant_id": "938a2ac3aa514d5ea63c1598221790f8", "user_id": "8b965155fa8a453f9f3ebbf5514bb96f", "metadata": {}, "hostId": "9839b5831599eb17609dcd07a6e123b16d12047217afd5f01647ca06", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:47:55Z", "updated": "2023-04-20T10:48:02Z", "addresses": {"tempest-ServersNegativeTestJSON-1521378163-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:1c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:48:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:53:29,017 80087 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 202 POST http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes 0.366s 2023-04-20 10:53:29,018 80087 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-1362379393"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:53:28 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bea15c58-ca50-421e-8822-bdfc895e5811', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bea15c58-ca50-421e-8822-bdfc895e5811', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes'} Body: b'{"volume": {"id": "92acb154-21db-45a1-b146-e6ec5320df5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:53:28.941224", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1362379393", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/92acb154-21db-45a1-b146-e6ec5320df5c"}, {"rel": "bookmark", "href": "http://10.0.0. 210/volume/938a2ac3aa514d5ea63c1598221790f8/volumes/92acb154-21db-45a1-b146-e6ec5320df5c"}], "user_id": "8b965155fa8a453f9f3ebbf5514bb96f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:53:29,084 80087 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/92acb154-21db-45a1-b146-e6ec5320df5c 0.056s 2023-04-20 10:53:29,084 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:53:29 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-ba82769b-0413-41ae-be27-3b86017cad77', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-ba82769b-0413-41ae-be27-3b86017cad77', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/92acb154-21db-45a1-b146-e6ec5320df5c'} Body: b'{"volume": {"id": "92acb154-21db-45a1-b146-e6ec5320df5c", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:53:29.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1362379393", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/92acb154-21db-45a1-b146-e6ec5320df5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/938a2ac3aa514d5ea63c1598221790f8/volumes/92acb154-21db-45a1-b146-e6ec5320df5c"}], "user_id": "8b965155fa8a453f9f3ebbf5514bb96f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "938a2ac3aa514d5ea63c1598221790f8"}}' 2023-04-20 10:53:30,171 80087 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:test_create_server_from_non_bootable_volume): 200 GET http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/92acb154-21db-45a1-b146-e6ec5320df5c 0.074s 2023-04-20 10:53:30,171 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:53:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-bfdf8c7b-f6ef-4697-a3d5-da1ad800d3b1', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bfdf8c7b-f6ef-4697-a3d5-da1ad800d3b1', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/92acb154-21db-45a1-b146-e6ec5320df5c'} Body: b'{"volume": {"id": "92acb154-21db-45a1-b146-e6ec5320df5c", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:53:29.000000", "updated_at": "2023-04-20T10:53:29.000000", "name": "tempest-ServersNegativeTestJSON-volume-1362379393", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/92acb154-21db-45a1-b146-e6ec5320df5c"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/938a2ac3aa514d5ea63c1598221790f8/volumes/92acb154-21db-45a1-b146-e6ec5320df5c"}], "user_id": "8b965155fa8a453f9f3ebbf5514bb96f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-te nant-attr:tenant_id": "938a2ac3aa514d5ea63c1598221790f8"}}' 2023-04-20 10:53:30,410 80087 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5 0.227s 2023-04-20 10:53:30,410 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:53:30 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-ed27cbd1-99b3-4cad-89ca-1212059cc655', 'x-compute-request-id': 'req-ed27cbd1-99b3-4cad-89ca-1212059cc655', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5'} Body: b'{"server": {"id": "6a0d597a-4eea-4938-92c6-c17d0a6c82e5", "name": "tempest-ServersNegativeTestJSON-server-504126875", "status": "ACTIVE", "tenant_id": "938a2ac3aa514d5ea63c1598221790f8", "user_id": "8b965155fa8a453f9f3ebbf5514bb96f", "metadata": {}, "hostId": "9839b5831599eb17609dcd07a6e123b16d12047217afd5f01647ca06", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:47:55Z", "updated": "2023-04-20T10:48:02Z", "addresses": {"tempest-ServersNegativeTestJSON-1521378163-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:1c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:48:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.servers.test_servers_negative.ServersNegativeTestJSON.test_create_server_invalid_bdm_in_2nd_dict[id-12146ac1-d7df-4928-ad25-b1f99e5286cd,negative,volume] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/lib/decorators.py", line 106, in wrapper raise exc File "/opt/stack/tempest/tempest/lib/decorators.py", line 98, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/tempest/api/compute/servers/test_servers_negative.py", line 239, in test_create_server_invalid_bdm_in_2nd_dict volume = self.create_volume() File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 80018ec8-edd3-458e-9f48-594a48b21245 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:54:30,710 80087 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:setUp): 200 GET http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5 0.243s 2023-04-20 10:54:30,711 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:54:30 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-346cf0f4-901a-46ff-bc7b-bfba6fb57866', 'x-compute-request-id': 'req-346cf0f4-901a-46ff-bc7b-bfba6fb57866', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5'} Body: b'{"server": {"id": "6a0d597a-4eea-4938-92c6-c17d0a6c82e5", "name": "tempest-ServersNegativeTestJSON-server-504126875", "status": "ACTIVE", "tenant_id": "938a2ac3aa514d5ea63c1598221790f8", "user_id": "8b965155fa8a453f9f3ebbf5514bb96f", "metadata": {}, "hostId": "9839b5831599eb17609dcd07a6e123b16d12047217afd5f01647ca06", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:47:55Z", "updated": "2023-04-20T10:48:02Z", "addresses": {"tempest-ServersNegativeTestJSON-1521378163-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:1c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:48:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:55:30,962 80087 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/938a2ac3aa514d5ea63c1598221790f8/volumes 0.204s 2023-04-20 10:55:30,963 80087 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-1123681277"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c5713c7c-15e1-4621-b6c0-74e491c2491a', 'content-length': '821', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c5713c7c-15e1-4621-b6c0-74e491c2491a', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes'} Body: b'{"volume": {"id": "80018ec8-edd3-458e-9f48-594a48b21245", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:55:30.891247", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1123681277", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/80018ec8-edd3-458e-9f48-594a48b21245"}, {"rel": "bookmark", "href": "http://10.0.0.2 10/volume/938a2ac3aa514d5ea63c1598221790f8/volumes/80018ec8-edd3-458e-9f48-594a48b21245"}], "user_id": "8b965155fa8a453f9f3ebbf5514bb96f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:55:31,048 80087 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/938a2ac3aa514d5ea63c1598221790f8/volumes/80018ec8-edd3-458e-9f48-594a48b21245 0.075s 2023-04-20 10:55:31,049 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:55:30 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-cf14fe1f-fbe3-45ef-9e1e-9d40acbc3249', 'content-length': '889', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-cf14fe1f-fbe3-45ef-9e1e-9d40acbc3249', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/80018ec8-edd3-458e-9f48-594a48b21245'} Body: b'{"volume": {"id": "80018ec8-edd3-458e-9f48-594a48b21245", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:55:31.000000", "updated_at": null, "name": "tempest-ServersNegativeTestJSON-volume-1123681277", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/80018ec8-edd3-458e-9f48-594a48b21245"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/938a2ac3aa514d5ea63c1598221790f8/volumes/80018ec8-edd3-458e-9f48-594a48b21245"}], "user_id": "8b965155fa8a453f9f3ebbf5514bb96f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "938a2ac3aa514d5ea63c1598221790f8"}}' 2023-04-20 10:55:32,109 80087 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/938a2ac3aa514d5ea63c1598221790f8/volumes/80018ec8-edd3-458e-9f48-594a48b21245 0.048s 2023-04-20 10:55:32,110 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:55:32 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-27fc0dcb-e7cb-4f9a-b579-a00c094c2c78', 'content-length': '910', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-27fc0dcb-e7cb-4f9a-b579-a00c094c2c78', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/80018ec8-edd3-458e-9f48-594a48b21245'} Body: b'{"volume": {"id": "80018ec8-edd3-458e-9f48-594a48b21245", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:55:31.000000", "updated_at": "2023-04-20T10:55:31.000000", "name": "tempest-ServersNegativeTestJSON-volume-1123681277", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/938a2ac3aa514d5ea63c1598221790f8/volumes/80018ec8-edd3-458e-9f48-594a48b21245"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/938a2ac3aa514d5ea63c1598221790f8/volumes/80018ec8-edd3-458e-9f48-594a48b21245"}], "user_id": "8b965155fa8a453f9f3ebbf5514bb96f", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenan t-attr:tenant_id": "938a2ac3aa514d5ea63c1598221790f8"}}' 2023-04-20 10:55:32,383 80087 INFO [tempest.lib.common.rest_client] Request (ServersNegativeTestJSON:tearDown): 200 GET http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5 0.254s 2023-04-20 10:55:32,383 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:55:32 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-16d32613-c984-4ecb-b56a-dac165f0943b', 'x-compute-request-id': 'req-16d32613-c984-4ecb-b56a-dac165f0943b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5'} Body: b'{"server": {"id": "6a0d597a-4eea-4938-92c6-c17d0a6c82e5", "name": "tempest-ServersNegativeTestJSON-server-504126875", "status": "ACTIVE", "tenant_id": "938a2ac3aa514d5ea63c1598221790f8", "user_id": "8b965155fa8a453f9f3ebbf5514bb96f", "metadata": {}, "hostId": "9839b5831599eb17609dcd07a6e123b16d12047217afd5f01647ca06", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:47:55Z", "updated": "2023-04-20T10:48:02Z", "addresses": {"tempest-ServersNegativeTestJSON-1521378163-network": [{"version": 4, "addr": "10.0.0.3", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:2b:1c:e8"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/6a0d597a-4eea-4938-92c6-c17d0a6c82e5"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": null, "OS-SRV-USG:launched_at": "2023-04-20T10:48:01.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "default"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' tempest.api.compute.volumes.test_volumes_get.VolumesGetTestJSON.test_volume_create_get_delete[id-f10f25eb-9775-4d9d-9cbe-1cf54dae9d5f] -------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/compute/volumes/test_volumes_get.py", line 53, in test_volume_create_get_delete volume = self.create_volume(size=CONF.volume.volume_size, File "/opt/stack/tempest/tempest/api/compute/base.py", line 550, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 4939a1dd-0033-4f2c-a4ef-62dc23dc767d failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:57:28,084 80087 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.501s 2023-04-20 10:57:28,085 80087 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-1067773048", "metadata": {"Type": "work"}}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:27 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '353', 'location': 'http://10.0.0.210/compute/v2.1/os-volumes/4939a1dd-0033-4f2c-a4ef-62dc23dc767d', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-01461486-072b-4d87-bbac-7ea6d8b14d5f', 'x-compute-request-id': 'req-01461486-072b-4d87-bbac-7ea6d8b14d5f', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes'} Body: b'{"volume": {"id": "4939a1dd-0033-4f2c-a4ef-62dc23dc767d", "status": "creating", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T10:57:27.967537", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1067773048", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-20 10:57:28,160 80087 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/4939a1dd-0033-4f2c-a4ef-62dc23dc767d 0.070s 2023-04-20 10:57:28,160 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:28 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-ec244376-57f6-4a45-85ef-ac49ab856bf6', 'x-compute-request-id': 'req-ec244376-57f6-4a45-85ef-ac49ab856bf6', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/4939a1dd-0033-4f2c-a4ef-62dc23dc767d'} Body: b'{"volume": {"id": "4939a1dd-0033-4f2c-a4ef-62dc23dc767d", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T10:57:28.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1067773048", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' 2023-04-20 10:57:29,341 80087 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/4939a1dd-0033-4f2c-a4ef-62dc23dc767d 0.175s 2023-04-20 10:57:29,342 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:29 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-56c42ac2-26d6-4dc9-b4f2-cf1fb1d818f9', 'x-compute-request-id': 'req-56c42ac2-26d6-4dc9-b4f2-cf1fb1d818f9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-volumes/4939a1dd-0033-4f2c-a4ef-62dc23dc767d'} Body: b'{"volume": {"id": "4939a1dd-0033-4f2c-a4ef-62dc23dc767d", "status": "error", "size": 1, "availabilityZone": "nova", "createdAt": "2023-04-20T10:57:28.000000", "attachments": [{}], "displayName": "tempest-VolumesGetTestJSON-Volume-1067773048", "displayDescription": null, "volumeType": "joviandss-2", "snapshotId": null, "metadata": {"Type": "work"}}}' tempest.api.volume.admin.test_volume_types.VolumeTypesTest.test_volume_crud_with_volume_type_and_extra_specs[id-c03cc62c-f4e9-4623-91ec-64ce2f9c1260] ----------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/api/volume/admin/test_volume_types.py", line 54, in test_volume_crud_with_volume_type_and_extra_specs volume = self.create_volume(**params) File "/opt/stack/tempest/tempest/api/volume/base.py", line 133, in create_volume waiters.wait_for_volume_resource_status(self.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 725cf153-2daf-4db6-b7c9-561af5ff54e6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:57:34,873 80087 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/d8b6691ff0974e09ae06350b3e892748/types 0.176s 2023-04-20 10:57:34,873 80087 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-1374973551", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-664b576f-b7f6-4db2-967a-5c0911bdc036', 'content-length': '273', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-664b576f-b7f6-4db2-967a-5c0911bdc036', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8b6691ff0974e09ae06350b3e892748/types'} Body: b'{"volume_type": {"id": "ce0966c5-5fdc-4227-8f8e-facf6448010a", "name": "tempest-VolumeTypesTest-volume-type-1374973551", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 10:57:34,954 80087 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/d8b6691ff0974e09ae06350b3e892748/types 0.076s 2023-04-20 10:57:34,955 80087 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-19504857", "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-c44334d4-1dbb-46b4-b585-d1ca704ddfa0', 'content-length': '271', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-c44334d4-1dbb-46b4-b585-d1ca704ddfa0', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/d8b6691ff0974e09ae06350b3e892748/types'} Body: b'{"volume_type": {"id": "e247475b-7708-4dfb-9dfa-6e1b4b2c2caa", "name": "tempest-VolumeTypesTest-volume-type-19504857", "is_public": true, "extra_specs": {"storage_protocol": "iSCSI", "vendor_name": "Open-E"}, "description": null, "os-volume-type-access:is_public": true}}' 2023-04-20 10:57:35,328 80087 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/6faf576260514d38bf8fa8e4c7e15e01/volumes 0.370s 2023-04-20 10:57:35,328 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-VolumeTypesTest-volume-1610503469", "volume_type": "ce0966c5-5fdc-4227-8f8e-facf6448010a", "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:34 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-a7f24bb4-f850-4115-a612-d0ca7a90df8f', 'content-length': '848', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-a7f24bb4-f850-4115-a612-d0ca7a90df8f', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes'} Body: b'{"volume": {"id": "725cf153-2daf-4db6-b7c9-561af5ff54e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:57:35.254442", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1610503469", "description": null, "volum e_type": "tempest-VolumeTypesTest-volume-type-1374973551", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6"}], "user_id": "3b9f6bc9487b4c109472fd7274ded0e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:57:35,379 80087 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/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6 0.040s 2023-04-20 10:57:35,379 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:35 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-8f4aadea-e03c-4786-9bb8-02affe2f187b', 'content-length': '916', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-8f4aadea-e03c-4786-9bb8-02affe2f187b', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6'} Body: b'{"volume": {"id": "725cf153-2daf-4db6-b7c9-561af5ff54e6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:57:35.000000", "updated_at": null, "name": "tempest-VolumeTypesTest-volume-1610503469", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1374973551", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6"}], "user_id": "3b9f6bc9487b4c109472fd7274ded0e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6faf576260514d38bf8fa8e4c7e15e01"}}' 2023-04-20 10:57:36,457 80087 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/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6 0.065s 2023-04-20 10:57:36,457 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-014a113b-4e67-4972-87ee-f638d39484ae', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-014a113b-4e67-4972-87ee-f638d39484ae', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6'} Body: b'{"volume": {"id": "725cf153-2daf-4db6-b7c9-561af5ff54e6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:57:35.000000", "updated_at": "2023-04-20T10:57:35.000000", "name": "tempest-VolumeTypesTest-volume-1610503469", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1374973551", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db 6-b7c9-561af5ff54e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6"}], "user_id": "3b9f6bc9487b4c109472fd7274ded0e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6faf576260514d38bf8fa8e4c7e15e01"}}' 2023-04-20 10:57:36,515 80087 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 200 GET http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6 0.045s 2023-04-20 10:57:36,515 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-9c537f8e-7fae-4822-866e-0c3679672a3e', 'content-length': '937', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-9c537f8e-7fae-4822-866e-0c3679672a3e', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6'} Body: b'{"volume": {"id": "725cf153-2daf-4db6-b7c9-561af5ff54e6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:57:35.000000", "updated_at": "2023-04-20T10:57:35.000000", "name": "tempest-VolumeTypesTest-volume-1610503469", "description": null, "volume_type": "tempest-VolumeTypesTest-volume-type-1374973551", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6"}], "user_id": "3b9f6bc9487b4c109472fd7274ded0e8", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "6faf576260514d38bf8fa8e4c7e15e01"}}' 2023-04-20 10:57:36,629 80087 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6 0.104s 2023-04-20 10:57:36,630 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-bdb073f9-c513-42c3-80d1-6b31887083c8', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6'} Body: b'' 2023-04-20 10:57:36,654 80087 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6 0.023s 2023-04-20 10:57:36,655 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'content-length': '109', 'content-type': 'application/json', 'x-compute-request-id': 'req-3d61bebd-6751-4e16-8842-0db770b8b352', 'x-openstack-request-id': 'req-3d61bebd-6751-4e16-8842-0db77 0b8b352', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/6faf576260514d38bf8fa8e4c7e15e01/volumes/725cf153-2daf-4db6-b7c9-561af5ff54e6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 725cf153-2daf-4db6-b7c9-561af5ff54e6 could not be found."}}' 2023-04-20 10:57:36,711 80087 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d8b6691ff0974e09ae06350b3e892748/types/e247475b-7708-4dfb-9dfa-6e1b4b2c2caa 0.055s 2023-04-20 10:57:36,711 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-d26b4495-c50a-48c8-a73f-799ad301d737', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d8b6691ff0974e09ae06350b3e892748/types/e247475b-7708-4dfb-9dfa-6e1b4b2c2caa'} Body: b'' 2023-04-20 10:57:36,729 80087 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d8b6691ff0974e09ae06350b3e892748/types/e247475b-7708-4dfb-9dfa-6e1b4b2c2caa 0.017s 2023-04-20 10:57:36,729 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:36 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-285e1fa9-246f-4f78-bd47-beef8415f62a', 'x-openstack-request-id': 'req-285e1fa9-246f-4f78-bd47-beef8415f62a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d8b6691ff0974e09ae06350b3e892748/types/e247475b-7708-4dfb-9dfa-6e1b4b2c2caa'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type e247475b-7708-4dfb-9dfa-6e1b4b2c2caa could not be found."}}' 2023-04-20 10:57:36,784 80087 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/d8b6691ff0974e09ae06350b3e892748/types/ce0966c5-5fdc-4227-8f8e-facf6448010a 0.054s 2023-04-20 10:57:36,784 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:36 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '0', 'content-type': 'text/html; charset=UTF-8', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-050c845c-0dc9-421b-a788-1e8048ee26df', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/d8b6691ff0974e09ae06350b3e892748/types/ce0966c5-5fdc-4227-8f8e-facf6448010a'} Body: b'' 2023-04-20 10:57:36,801 80087 INFO [tempest.lib.common.rest_client] Request (VolumeTypesTest:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/d8b6691ff0974e09ae06350b3e892748/types/ce0966c5-5fdc-4227-8f8e-facf6448010a 0.016s 2023-04-20 10:57:36,801 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:36 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-a83f4dbd-1f32-43e4-85fd-45a3d12ee718', 'x-openstack-request-id': 'req-a83f4dbd-1f32-43e4-85fd-45a3d12ee7 18', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/d8b6691ff0974e09ae06350b3e892748/types/ce0966c5-5fdc-4227-8f8e-facf6448010a'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume type ce0966c5-5fdc-4227-8f8e-facf6448010a could not be found."}}' cinder_tempest_plugin.api.volume.test_multiple_volume_from_resource.CreateVolumesFromSourceVolumeTest.test_create_multiple_volume_from_source_volume[id-b4a250d1-3ffd-4727-a2f5-9d858b298558] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/test_multiple_volume_from_resource.py", line 51, in test_create_multiple_volume_from_source_volume volume = self.create_volume() File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/api/volume/base.py", line 97, in create_volume waiters.wait_for_volume_resource_status(cls.volumes_client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 55bd3148-7a5b-4f90-903f-68e154d8d4ac failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:57:40,326 80087 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 202 POST http://10.0.0.210/volume/v3/ba453446459841cc86e8b472daac8496/volumes 0.412s 2023-04-20 10:57:40,327 80087 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-1141878448"}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:39 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-33a4c970-5465-486a-b3bc-7b5912d73be9', 'content-length': '831', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-33a4c970-5465-486a-b3bc-7b5912d73be9', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/ba453446459841cc86e8b472daac8496/volumes'} Body: b'{"volume": {"id": "55bd3148-7a5b-4f90-903f-68e154d8d4ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:57:40.249158", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1141878448", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba453446459841cc86e8b472daac8496/volumes/55bd3148-7a5b-4f90-903f-68e154d8d4ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba453446459841cc86e8b472daac8496/volumes/55bd3148-7a5b-4f90-903f-68e154d8d4ac"}], "user_id": "776f51c5f94f4426ac974084844b4423", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:57:40,374 80087 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/ba453446459841cc86e8b472daac8496/volumes/55bd3148-7a5b-4f90-903f-68e154d8d4ac 0.037s 2023-04-20 10:57:40,374 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:40 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-f793f4a6-8fcc-4a02-9b0c-0922e53c951c', 'content-length': '899', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-f793f4a6-8fcc-4a02-9b0c-0922e53c951c', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ba453446459841cc86e8b472daac8496/volumes/55bd3148-7a5b-4f90-903f-68e154d8d4ac'} Body: b'{"volume": {"id": "55bd3148-7a5b-4f90-903f-68e154d8d4ac", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:57:40.000000", "updated_at": null, "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1141878448", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba453446459841cc86e8b472daac8496/volumes/55bd3148-7a5b-4f90-903f-68e154d8d4ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba453446459841cc86e8b472daac8496/volumes/55bd3148-7a5b-4f90-903f-68e154d8d4ac"}], "user_id": "776f51c5f94f4426ac974084844b4423", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba453446459841cc86e8b472daac8496"}}' 2023-04-20 10:57:41,427 80087 INFO [tempest.lib.common.rest_client] Request (CreateVolumesFromSourceVolumeTest:test_create_multiple_volume_from_source_volume): 200 GET http://10.0.0.210/volume/v3/ba453446459841cc86e8b472daac8496/volumes/55bd31 48-7a5b-4f90-903f-68e154d8d4ac 0.041s 2023-04-20 10:57:41,428 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:41 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-0c848028-3780-4891-83d0-5c191033a971', 'content-length': '920', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-0c848028-3780-4891-83d0-5c191033a971', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/ba453446459841cc86e8b472daac8496/volumes/55bd3148-7a5b-4f90-903f-68e154d8d4ac'} Body: b'{"volume": {"id": "55bd3148-7a5b-4f90-903f-68e154d8d4ac", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:57:40.000000", "updated_at": "2023-04-20T10:57:40.000000", "name": "tempest-CreateVolumesFromSourceVolumeTest-Volume-1141878448", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/ba453446459841cc86e8b472daac8496/volumes/55bd3148-7a5b-4f90-903f-68e154d8d4ac"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/ba453446459841cc86e8b472daac8496/volumes/55bd3148-7a5b-4f90-903f-68e154d8d4ac"}], "user_id": "776f51c5f94f4426ac974084844b4423", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "ba453446459841cc86e8b472daac8496"}}' cinder_tempest_plugin.scenario.test_snapshots.SnapshotDataIntegrityTests.test_snapshot_data_integrity[compute,id-ff10644e-5a70-4a9f-9801-8204bb81fb61,image,network,volume] --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "/opt/stack/tempest/tempest/common/utils/__init__.py", line 70, in wrapper return f(*func_args, **func_kwargs) File "/opt/stack/tempest/.tox/tempest/lib/python3.10/site-packages/cinder_tempest_plugin/scenario/test_snapshots.py", line 54, in test_snapshot_data_integrity volume = self.create_volume() File "/opt/stack/tempest/tempest/scenario/manager.py", line 368, in create_volume waiters.wait_for_volume_resource_status(client, File "/opt/stack/tempest/tempest/common/waiters.py", line 329, in wait_for_volume_resource_status raise exceptions.VolumeResourceBuildErrorException( tempest.exceptions.VolumeResourceBuildErrorException: volume 0adbda46-f97a-4f65-ae4c-249a169170a6 failed to build and is in ERROR status Captured pythonlogging: ~~~~~~~~~~~~~~~~~~~~~~~ 2023-04-20 10:57:56,538 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 200 POST http://10.0.0.210/compute/v2.1/os-keypairs 0.274s 2023-04-20 10:57:56,539 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"keypair": {"name": "tempest-SnapshotDataIntegrityTests-590761624", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMBPIT+VvH3x2WPe1QtbwJQBTzLEjebnVimjNNjbfbb27yWLPSdAy/C41BLBv8diKVmHQXGuhKLbD0OVFASZoKFC6Q50u+178oCkH5VTSnQCVI+WIQW8XWFJi1FKNNpilg=="}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:56 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-0f984928-cddf-4d23-95fb-13c15890c9e9', 'x-compute-request-id': 'req-0f984928-cddf-4d23-95fb-13c15890c9e9', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs'} Body: b'{"keypair": {"name": "tempest-SnapshotDataIntegrityTests-590761624", "public_key": "ecdsa-sha2-nistp384 AAAAE2VjZHNhLXNoYTItbmlzdHAzODQAAAAIbmlzdHAzODQAAABhBMBPIT+VvH3x2WPe1QtbwJQBTzLEjebnVimjNNjbfbb27yWLPSdAy/C41BLBv8diKVmHQXGuhKLbD0OVFASZoKFC6Q50u+178oCkH5VTSnQCVI+WIQW8XWFJi1FKNNpilg==", "fingerprint": "9e:30:56:7c:ac:b7:74:d6:d9:83:8d:82:eb:b0:a4:62", "user_id": "1efe465dafde459899d76107759d64e9"}}' 2023-04-20 10:57:56,709 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-groups 0.166s 2023-04-20 10:57:56,710 80087 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-1331080404", "description": "tempest-secgroup-smoke-1331080404 description", "project_id": "730b5f2c76df4e769572f6296407c103"}} Response - Headers: {'content-type': 'application/json', 'content-length': '1613', 'x-openstack-request-id': 'req-d2a4e44c-9e8c-487c-86af-5abd61cdd9ea', 'date': 'Thu, 20 Apr 2023 10:57:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups'} Body: b'{"security_group": {"id": "e83abf9f-7b0a-4521-957b-431efe2da412", "name": "tempest-secgroup-smoke-1331080404", "stateful": true, "tenant_id": "730b5f2c76df4e769572f6296407c103", "description": "tempest-secgroup-smoke-1331080404 description", "shared": false, "security_group_rules": [{"id": "3de5801f-f128-4a1f-b7e2-8294e5d9f89f", "tenant_id": "730b5f2c76df4e769572f6296407c103", "security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "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": 1078, "description": null, "tags": [], "created_at": "2023-04-20T10:57:56Z", "updated_at": "2023-04-20T10:57:56Z", "revision_number": 0, "project_id": "730b5f2c76df4e769572f6296407c103"}, {"id": "51b8c0cc-a27c-4ee1-879b-f1246ca6f53f", "tenant_id": "730b5f2c76df4e769572f6296407c103", "security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "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": 1079, "description": null, "tags": [], "created_at": "2023-04-20T10:57:56Z", "updated_at": "2023-04-20T10:57:56Z", "revision_number": 0, "project_id": "730b5f2c76df4e769572f6296407c103"}], "tags": [], "created_at": "2023-04-20T10:57:56Z", "updated_at": "2023-04-20T10:57:56Z", "revision_number" : 1, "project_id": "730b5f2c76df4e769572f6296407c103"}}' 2023-04-20 10:57:56,910 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.199s 2023-04-20 10:57:56,910 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "project_id": "730b5f2c76df4e769572f6296407c103", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '565', 'x-openstack-request-id': 'req-8f30b3ec-627b-4a7c-9632-902ad2c024e6', 'date': 'Thu, 20 Apr 2023 10:57:56 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "db7b3d21-6bd8-4651-8d06-73aeeb7ee0fd", "tenant_id": "730b5f2c76df4e769572f6296407c103", "security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "ethertype": "IPv4", "direction": "ingress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:57:56Z", "updated_at": "2023-04-20T10:57:56Z", "revision_number": 0, "project_id": "730b5f2c76df4e769572f6296407c103"}}' 2023-04-20 10:57:57,077 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.166s 2023-04-20 10:57:57,078 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "project_id": "730b5f2c76df4e769572f6296407c103", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '564', 'x-openstack-request-id': 'req-eefdef68-3c5c-479f-8162-9acc4d60cd22', 'date': 'Thu, 20 Apr 2023 10:57:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "d76a548f-bdff-472a-96b3-30bcdec0db94", "tenant_id": "730b5f2c76df4e769572f6296407c103", "security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "ethertype": "IPv4", "direction": "egress", "protocol": "tcp", "port_range_min": 22, "port_range_max": 22, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:57:56Z", "updated_at": "2023-04-20T10:57:56Z", "revision_number": 0, "project_id": "730b5f2c76df4e769572f6296407c103"}}' 2023-04-20 10:57:57,236 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.158s 2023-04-20 10:57:57,237 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "project_id": "730b5f2c76df4e769572f6296407c103", "protocol": "icmp", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '570', 'x-openstack-request-id': 'req-6ab245c9-085d-45f4-ac41-8715f504b29a', 'date': 'Thu, 20 Apr 2023 10:57:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "0f4c7846-456b-4176-9974-0f440a12ee7d", "tenant_id": "730b5f 2c76df4e769572f6296407c103", "security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "ethertype": "IPv4", "direction": "ingress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:57:57Z", "updated_at": "2023-04-20T10:57:57Z", "revision_number": 0, "project_id": "730b5f2c76df4e769572f6296407c103"}}' 2023-04-20 10:57:57,395 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.157s 2023-04-20 10:57:57,395 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "project_id": "730b5f2c76df4e769572f6296407c103", "protocol": "icmp", "direction": "egress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '569', 'x-openstack-request-id': 'req-0c0a512c-4ec1-4f2d-a229-9fe7a360eca0', 'date': 'Thu, 20 Apr 2023 10:57:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "a95fb826-0ddc-41af-a063-0d69324b3883", "tenant_id": "730b5f2c76df4e769572f6296407c103", "security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "ethertype": "IPv4", "direction": "egress", "protocol": "icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:57:57Z", "updated_at": "2023-04-20T10:57:57Z", "revision_number": 0, "project_id": "730b5f2c76df4e769572f6296407c103"}}' 2023-04-20 10:57:57,562 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.166s 2023-04-20 10:57:57,563 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "project_id": "730b5f2c76df4e769572f6296407c103", "protocol": "icmp", "ethertype": "IPv6", "direction": "ingress"}} Response - Headers: {'content-type': 'application/json', 'content-length': '575', 'x-openstack-request-id': 'req-0bea8d1a-46f2-45c8-a332-f6d8a1f94822', 'date': 'Thu, 20 Apr 2023 10:57:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "2e54a7b0-ef0e-4d1d-9bdf-4656c31aa0b2", "tenant_id": "730b5f2c76df4e769572f6296407c103", "security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "ethertype": "IPv6", "direction": "ingress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:57:57Z", "updated_at": "2023-04-20T10:57:57Z", "revision_number": 0, "project_id": "730b5f2c76df4e769572f6296407c103"}}' 2023-04-20 10:57:57,721 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:setUp): 201 POST http://10.0.0.210:9696/networking/v2.0/security-group-rules 0.157s 2023-04-20 10:57:57,722 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"security_group_rule": {"security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "project_id": "730b5f2c76df4e769572f6296407c103", "protocol": "icmp", "ethertype": "IPv6", "direction": "egress"}} Response - Headers: {'content -type': 'application/json', 'content-length': '574', 'x-openstack-request-id': 'req-cdd786c5-015f-4cca-b262-5ac2a0ca1413', 'date': 'Thu, 20 Apr 2023 10:57:57 GMT', 'connection': 'close', 'status': '201', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-group-rules'} Body: b'{"security_group_rule": {"id": "e746aa9b-8469-4412-8c71-b2fb5ea6d025", "tenant_id": "730b5f2c76df4e769572f6296407c103", "security_group_id": "e83abf9f-7b0a-4521-957b-431efe2da412", "ethertype": "IPv6", "direction": "egress", "protocol": "ipv6-icmp", "port_range_min": null, "port_range_max": null, "remote_ip_prefix": null, "remote_address_group_id": null, "normalized_cidr": null, "remote_group_id": null, "description": "", "created_at": "2023-04-20T10:57:57Z", "updated_at": "2023-04-20T10:57:57Z", "revision_number": 0, "project_id": "730b5f2c76df4e769572f6296407c103"}}' 2023-04-20 10:57:57,766 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 201 POST http://10.0.0.210/identity/v3/auth/tokens 0.038s 2023-04-20 10:57:57,767 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json'} Body: Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'content-length': '2823', 'x-subject-token': '', 'vary': 'X-Auth-Token', 'x-openstack-request-id': 'req-58db44b2-cdf3-4d8f-b589-b1ef9a6e5dba', '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": "1efe465dafde459899d76107759d64e9", "name": "tempest-SnapshotDataIntegrityTests-268465305-project-member", "password_expires_at": null}, "audit_ids": ["BaTpxi7zRlGYlTA2OO6lYA"], "expires_at": "2023-04-20T11:57:57.000000Z", "issued_at": "2023-04-20T10:57:57.000000Z", "project": {"domain": {"id": "default", "name": "Default"}, "id": "730b5f2c76df4e769572f6296407c103", "name": "tempest-SnapshotDataIntegrityTests-268465305"}, "is_domain": false, "roles": [{"id": "0f60bbc1c3a348cea585397df26b3d39", "name": "member"}, {"id": "9a64b30a90274f5bae18c95f5a40e3cf", "name": "reader"}], "catalog": [{"endpoints": [{"id": "02ef3490e6b544d2904e31380e4d003b", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103", "region": "RegionOne"}], "id": "6861ea1f7f57409f94a1afd25b6ad513", "type": "block-storage", "name": "cinder"}, {"endpoints": [{"id": "d51e92c34d074e9daeaa38b6cc824f49", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103", "region": "RegionOne"}], "id": "70b11a7c2df54b888ac71f16cfd30977", "type": "volumev3", "name": "cinderv3"}, {"endpoints": [{"id": "63edef04a11549208e7c0c87dc773da2", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2/730b5f2c76df4e769572f6296407c103", "region": "RegionOne"}], "id": "85b9207c4bb446f6aa07baec581a8432", "type": "compute_legacy", "name": "nova_legacy"}, {"endpoints": [{"id": "4141da2e149f4af5a9bf45345eb27ee8", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/placement", "region": "RegionOne"}], "id": "9076ff4e564a42f8812bb6f995e49b8f", "type": "placement", "name": "placement"}, {"endpoints": [{"id": "20d305186884471da27caf1998dafe42", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/compute/v2.1", "region": "RegionOne"}], "id": "c28b5fb19a104b4698ab4d2b0828280e", "type": "compute", "name": "nova"}, {"endpoints": [{"id": "e00fb737aeef4fa995a38c124ece762c", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210:9696/networking", "region": "RegionOne"}], "id": "cc5c5bd484864bed832185c0123654cb", "type": "network", "name": "neutron"}, {"endpoints": [{"id": "6c540487734944e4a9192bd57e37082f", "interface": "public", "region_id": "Region One", "url": "http://10.0.0.210/identity", "region": "RegionOne"}], "id": "d013f4f320914de7b1274f29f7361832", "type": "identity", "name": "keystone"}, {"endpoints": [{"id": "8bf31f29efd04ef79781010cfcdf44de", "interface": "public", "region_id": "RegionOne", "url": "http://10.0.0.210/image", "region": "RegionOne"}], "id": "f4181a27c1264ab996036045ae746ae4", "type": "image", "name": "glance"}]}}' 2023-04-20 10:57:57,767 80087 INFO [tempest.lib.common.fixed_network] (SnapshotDataIntegrityTests:test_snapshot_data_integrity) Found network {'id': '52844f20-cd97-4994-ae95-56c25466dfd5', 'name': 'tempest-SnapshotDataIntegrityTests-534067309-network', 'tenant_id': '730b5f2c76df4e769572f6296407c103', 'admin_state_up': True, 'mtu': 1442, 'status': 'ACTIVE', 'subnets': [], 'shared': False, 'project_id': '730b5f2c76df4e769572f6296407c103', 'port_security_enabled': True, 'router:external': False, 'provider:network_type': 'geneve', 'provider:physical_network': None, 'provider:segmentation_id': 47855, 'is_default': False, 'availability_zone_hints': [], 'availability_zones': [], 'ipv4_address_scope': None, 'ipv6_address_scope': None, 'description': '', 'tags': [], 'created_at': '2023-04-20T10:57:43Z', 'updated_at': '2023-04-20T10:57:43Z', 'revision_number': 1} available for tenant 2023-04-20 10:57:58,644 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/compute/v2.1/servers 0.876s 2023-04-20 10:57:58,644 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"server": {"name": "tempest-SnapshotDataIntegrityTests-server-1487722819", "imageRef": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "flavorRef": "42", "key_name": "tempest-SnapshotDataIntegrityTests-590761624", "security_groups": [{"name": "tempest-secgroup-smoke-1331080404"}], "networks": [{"uuid": "52844f20-cd97-4994-ae95-56c25466dfd5"}]}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:57 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '404', 'location': 'http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-e1b4df8f-7bf7-42b9-ba77-f934574438c7', 'x-compute-request-id': 'req-e1b4df8f-7bf7-42b9-ba77-f934574438c7', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/servers'} Body: b'{"server": {"id": "2874b7cd-8c61-46d5-a949-8a8c2469b9af", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af"}], "OS-DCF:diskConfig": "MANUAL", "security_groups": [{"name": "tempest-secgroup-smoke-1331080404"}], "adminPass": "HcKNd9qijJS2"}}' 2023-04-20 10:57:58,732 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af 0.084s 2023-04-20 10:57:58,733 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:57:58 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1256', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-3c111145-0a4a-4e92-aced-c7fca249aeac', 'x-compute-request-id': 'req-3c111145-0a4a-4e92-aced-c7fca249aeac', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af '} Body: b'{"server": {"id": "2874b7cd-8c61-46d5-a949-8a8c2469b9af", "name": "tempest-SnapshotDataIntegrityTests-server-1487722819", "status": "BUILD", "tenant_id": "730b5f2c76df4e769572f6296407c103", "user_id": "1efe465dafde459899d76107759d64e9", "metadata": {}, "hostId": "", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:57:59Z", "updated": "2023-04-20T10:57:58Z", "addresses": {}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-590761624", "OS-SRV-USG:launched_at": null, "OS-SRV-USG:terminated_at": null, "OS-EXT-STS:task_state": "scheduling", "OS-EXT-STS:vm_state": "building", "OS-EXT-STS:power_state": 0, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:58:49,023 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af 0.225s 2023-04-20 10:58:49,024 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:58:48 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-cb6cb5a2-e9f0-423e-bf88-75176b142385', 'x-compute-request-id': 'req-cb6cb5a2-e9f0-423e-bf88-75176b142385', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af'} Body: b'{"server": {"id": "2874b7cd-8c61-46d5-a949-8a8c2469b9af", "name": "tempest-SnapshotDataIntegrityTests-server-1487722819", "status": "ACTIVE", "tenant_id": "730b5f2c76df4e769572f6296407c103", "user_id": "1efe465dafde459899d76107759d64e9", "metadata": {}, "hostId": "cef8c892f1f175917f407c0120358077224bda3cdfc92646749ea532", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:57:58Z", "updated": "2023-04-20T10:58:05Z", "addresses": {"tempest-SnapshotDataIntegrityTests-534067309-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:e5:c2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-590761624", "OS-SRV-USG:launched_at": "2023-04-20T10:58:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1331080404"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:58:49,035 80087 INFO [tempest.common.waiters] State transition "BUILD/scheduling" ==> "ACTIVE/None" after 51 second wait 2023-04-20 10:59:49,335 80087 INFO [tempest.lib.common.rest_client] Requ est (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af 0.249s 2023-04-20 10:59:49,336 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:59:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1568', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-14d1560b-b8d8-4471-834b-23184e180090', 'x-compute-request-id': 'req-14d1560b-b8d8-4471-834b-23184e180090', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af'} Body: b'{"server": {"id": "2874b7cd-8c61-46d5-a949-8a8c2469b9af", "name": "tempest-SnapshotDataIntegrityTests-server-1487722819", "status": "ACTIVE", "tenant_id": "730b5f2c76df4e769572f6296407c103", "user_id": "1efe465dafde459899d76107759d64e9", "metadata": {}, "hostId": "cef8c892f1f175917f407c0120358077224bda3cdfc92646749ea532", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:57:58Z", "updated": "2023-04-20T10:58:05Z", "addresses": {"tempest-SnapshotDataIntegrityTests-534067309-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:e5:c2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-590761624", "OS-SRV-USG:launched_at": "2023-04-20T10:58:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1331080404"}], "OS-EXT-STS:task_state": null, "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 10:59:49,692 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 202 POST http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes 0.344s 2023-04-20 10:59:49,692 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: {"volume": {"name": "tempest-SnapshotDataIntegrityTests-volume-1981998527", "snapshot_id": null, "imageRef": null, "volume_type": null, "size": 1}} Response - Headers: {'date': 'Thu, 20 Apr 2023 10:59:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-18cfab30-460e-4e29-a71c-bf6d2a69b967', 'content-length': '824', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-18cfab30-460e-4e29-a71c-bf6d2a69b967', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes'} Body: b'{"volume": {"id": "0adbda46-f97a-4f65-ae4c-249a169170a6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:59:49.631264", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1981998527", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97 a-4f65-ae4c-249a169170a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6"}], "user_id": "1efe465dafde459899d76107759d64e9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": []}}' 2023-04-20 10:59:49,747 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6 0.044s 2023-04-20 10:59:49,747 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:59:49 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-e2078fe1-984a-4473-baf7-e22bc55c3440', 'content-length': '892', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-e2078fe1-984a-4473-baf7-e22bc55c3440', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6'} Body: b'{"volume": {"id": "0adbda46-f97a-4f65-ae4c-249a169170a6", "status": "creating", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:59:50.000000", "updated_at": null, "name": "tempest-SnapshotDataIntegrityTests-volume-1981998527", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6"}], "user_id": "1efe465dafde459899d76107759d64e9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null, "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "730b5f2c76df4e769572f6296407c103"}}' 2023-04-20 10:59:50,809 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:test_snapshot_data_integrity): 200 GET http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6 0.047s 2023-04-20 10:59:50,810 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:59:50 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-type': 'application/json', 'x-compute-request-id': 'req-503bdc6f-4719-4320-9faa-37065081b6ff', 'content-length': '913', 'openstack-api-version': 'volume 3.0', 'vary': 'OpenStack-API-Version', 'x-openstack-request-id': 'req-503bdc6f-4719-4320-9faa-37065081b6ff', 'connection': 'close', 'status': '200', 'content-location': 'http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6'} Body: b'{"volume": {"id": "0adbda46-f97a-4f65-ae4c-249a169170a6", "status": "error", "size": 1, "availability_zone": "nova", "created_at": "2023-04-20T10:59:50.000000", "updated_at": "2023-04-20T10:59:50.000000", "name": "tempest-SnapshotDataIntegrityTests-volume-1981998527", "description": null, "volume_type": "joviandss-2", "snapshot_id": null, "source_volid": null, "metadata": {}, "links": [{"rel": "self", "href": "http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6"}, {"rel": "bookmark", "href": "http://10.0.0.210/volume/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6"}], "user_id": "1efe465dafde459899d76107759d64e9", "bootable": "false", "encrypted": false, "replication_status": null, "consistencygroup_id": null , "multiattach": false, "attachments": [], "os-vol-tenant-attr:tenant_id": "730b5f2c76df4e769572f6296407c103"}}' 2023-04-20 10:59:50,925 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6 0.103s 2023-04-20 10:59:50,925 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:59: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-060a2c04-270b-4f0d-bf05-f4511e590de4', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6'} Body: b'' 2023-04-20 10:59:50,947 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6 0.021s 2023-04-20 10:59:50,947 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:59: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-eed9df15-7b12-46c4-a2c4-7cc1e7f1de4a', 'x-openstack-request-id': 'req-eed9df15-7b12-46c4-a2c4-7cc1e7f1de4a', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/volume/v3/730b5f2c76df4e769572f6296407c103/volumes/0adbda46-f97a-4f65-ae4c-249a169170a6'} Body: b'{"itemNotFound": {"code": 404, "message": "Volume 0adbda46-f97a-4f65-ae4c-249a169170a6 could not be found."}}' 2023-04-20 10:59:51,083 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af 0.135s 2023-04-20 10:59:51,083 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:59:50 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-4139d69d-c636-4f9a-97e1-cd2867ca2962', 'x-compute-request-id': 'req-4139d69d-c636-4f9a-97e1-cd2867ca2962', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af'} Body: b'' 2023-04-20 10:59:51,354 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 200 GET http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af 0.270s 2023-04-20 10:59:51,354 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 10:59:51 GMT', 'server': 'Apache/2.4.52 (Ubuntu)', 'content-length': '1574', 'content-type': 'application/json', 'openstack-api-version': 'compute 2.1', 'x-openstack-nova-api-version': '2.1', 'vary': 'OpenStack-API-Version,X-OpenStack-Nova-API-Version', 'x-openstack-request-id': 'req-58f481ed-5c8f-4460-a3e8-c82a66afa449', 'x-compute-request-id': 'req-58f481ed-5c8f-4460-a3e8-c82a66afa449', 'connection': 'close', 'status': '200', 'content- location': 'http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af'} Body: b'{"server": {"id": "2874b7cd-8c61-46d5-a949-8a8c2469b9af", "name": "tempest-SnapshotDataIntegrityTests-server-1487722819", "status": "ACTIVE", "tenant_id": "730b5f2c76df4e769572f6296407c103", "user_id": "1efe465dafde459899d76107759d64e9", "metadata": {}, "hostId": "cef8c892f1f175917f407c0120358077224bda3cdfc92646749ea532", "image": {"id": "3687b278-c2bc-46f2-9b7e-579c8d06fe41", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/images/3687b278-c2bc-46f2-9b7e-579c8d06fe41"}]}, "flavor": {"id": "42", "links": [{"rel": "bookmark", "href": "http://10.0.0.210/compute/flavors/42"}]}, "created": "2023-04-20T10:57:58Z", "updated": "2023-04-20T10:59:51Z", "addresses": {"tempest-SnapshotDataIntegrityTests-534067309-network": [{"version": 4, "addr": "10.0.0.13", "OS-EXT-IPS:type": "fixed", "OS-EXT-IPS-MAC:mac_addr": "fa:16:3e:5e:e5:c2"}]}, "accessIPv4": "", "accessIPv6": "", "links": [{"rel": "self", "href": "http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af"}, {"rel": "bookmark", "href": "http://10.0.0.210/compute/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af"}], "OS-DCF:diskConfig": "MANUAL", "progress": 0, "OS-EXT-AZ:availability_zone": "nova", "config_drive": "", "key_name": "tempest-SnapshotDataIntegrityTests-590761624", "OS-SRV-USG:launched_at": "2023-04-20T10:58:05.000000", "OS-SRV-USG:terminated_at": null, "security_groups": [{"name": "tempest-secgroup-smoke-1331080404"}], "OS-EXT-STS:task_state": "deleting", "OS-EXT-STS:vm_state": "active", "OS-EXT-STS:power_state": 1, "os-extended-volumes:volumes_attached": []}}' 2023-04-20 11:00:41,431 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 404 GET http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af 0.046s 2023-04-20 11:00:41,432 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 11:00:41 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-d06aa301-382d-436d-95fa-66615a6dc4e1', 'x-compute-request-id': 'req-d06aa301-382d-436d-95fa-66615a6dc4e1', 'connection': 'close', 'status': '404', 'content-location': 'http://10.0.0.210/compute/v2.1/servers/2874b7cd-8c61-46d5-a949-8a8c2469b9af'} Body: b'{"itemNotFound": {"code": 404, "message": "Instance 2874b7cd-8c61-46d5-a949-8a8c2469b9af could not be found."}}' 2023-04-20 11:00:41,611 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 204 DELETE http://10.0.0.210:9696/networking/v2.0/security-groups/e83abf9f-7b0a-4521-957b-431efe2da412 0.178s 2023-04-20 11:00:41,612 80087 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-f4502a8d-7d72-428f-8f31-8f300f4f731a', 'content-length': '0', 'date': 'Thu, 20 Apr 2023 11:00:41 GMT', 'connection': 'close', 'status': '204', 'content-location': 'http://10.0.0.210:9696/networking/v2.0/security-groups/e83abf9f-7b0a-4521-957b-431efe2da412'} Body: b'' 2023-04-20 11:00:41,649 80087 INFO [tempest.lib.common.rest_client] Request (SnapshotDataIntegrityTests:_run_cleanups): 202 DELETE http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-590761624 0.036s 2023-04-20 11:00:41,649 80087 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'Accept': 'application/json', 'X-Auth-Token': ''} Body: None Response - Headers: {'date': 'Thu, 20 Apr 2023 11:00:41 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-4b58f1e2-9583-4549-a03b-9132cb10169e', 'x-compute-request-id': 'req-4b58f1e2-9583-4549-a03b-9132cb10169e', 'connection': 'close', 'status': '202', 'content-location': 'http://10.0.0.210/compute/v2.1/os-keypairs/tempest-SnapshotDataIntegrityTests-590761624'} Body: b'' ====== Totals ====== Ran: 198 tests in 1966.9957 sec. - Passed: 75 - Skipped: 27 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 96 Sum of execute time for each test: 3837.6033 sec. ============== Worker Balance ============== - Worker 0 (18 tests) => 0:01:00.501890 - Worker 1 (13 tests) => 0:15:45.913715 - Worker 2 (19 tests) => 0:05:04.539818 - Worker 3 (18 tests) => 0:30:19.552612 - Worker 4 (16 tests) => 0:06:27.080444 - Worker 5 (13 tests) => 0:12:00.634800 - Worker 6 (12 tests) => 0:00:56.212935 - Worker 7 (18 tests) => 0:00:51.247036 - Worker 8 (12 tests) => 0:00:29.875316 - Worker 9 (35 tests) => 0:11:58.958893 - Worker 10 (11 tests) => 0:00:34.516913 - Worker 11 (13 tests) => 0:05:31.094622 ERROR: InvocationError for command /opt/stack/tempest/.tox/tempest/bin/tempest run --regex volume (exited with code 1) ___________________________________ summary ____________________________________ ERROR: all: commands failed